diff --git a/plugins/LinuxVST/CMakeLists.txt b/plugins/LinuxVST/CMakeLists.txt index 03a096205..841e1e330 100755 --- a/plugins/LinuxVST/CMakeLists.txt +++ b/plugins/LinuxVST/CMakeLists.txt @@ -25,6 +25,7 @@ add_airwindows_plugin(BassAmp) add_airwindows_plugin(BassDrive) add_airwindows_plugin(BassKit) add_airwindows_plugin(Baxandall) +add_airwindows_plugin(Baxandall2) add_airwindows_plugin(Beam) add_airwindows_plugin(BigAmp) add_airwindows_plugin(Biquad) @@ -140,6 +141,7 @@ add_airwindows_plugin(FathomFive) add_airwindows_plugin(FireAmp) add_airwindows_plugin(Flipity) add_airwindows_plugin(Floor) +add_airwindows_plugin(Flutter) add_airwindows_plugin(Focus) add_airwindows_plugin(Fracture) add_airwindows_plugin(FromTape) @@ -159,6 +161,7 @@ add_airwindows_plugin(HighImpact) add_airwindows_plugin(Highpass) add_airwindows_plugin(Highpass2) add_airwindows_plugin(Holt) +add_airwindows_plugin(Holt2) add_airwindows_plugin(Hombre) add_airwindows_plugin(Hull) add_airwindows_plugin(Hype) @@ -213,6 +216,7 @@ add_airwindows_plugin(PDBuss) add_airwindows_plugin(PDChannel) add_airwindows_plugin(PhaseNudge) add_airwindows_plugin(PitchDelay) +add_airwindows_plugin(PitchNasty) add_airwindows_plugin(PocketVerbs) add_airwindows_plugin(Pockey) add_airwindows_plugin(Pockey2) @@ -220,6 +224,7 @@ add_airwindows_plugin(Podcast) add_airwindows_plugin(PodcastDeluxe) add_airwindows_plugin(Point) add_airwindows_plugin(Pop) +add_airwindows_plugin(Pop2) add_airwindows_plugin(PowerSag) add_airwindows_plugin(PowerSag2) add_airwindows_plugin(Precious) @@ -279,6 +284,8 @@ add_airwindows_plugin(TapeDelay2) add_airwindows_plugin(TapeDither) add_airwindows_plugin(TapeDust) add_airwindows_plugin(TapeFat) +add_airwindows_plugin(Texturize) +add_airwindows_plugin(TexturizeMS) add_airwindows_plugin(Thunder) add_airwindows_plugin(ToneSlant) add_airwindows_plugin(ToTape5) diff --git a/plugins/LinuxVST/src/ADClip7/ADClip7.cpp b/plugins/LinuxVST/src/ADClip7/ADClip7.cpp index 9f8bc2c88..14e8ee02f 100755 --- a/plugins/LinuxVST/src/ADClip7/ADClip7.cpp +++ b/plugins/LinuxVST/src/ADClip7/ADClip7.cpp @@ -1,6 +1,6 @@ /* ======================================== * ADClip7 - ADClip7.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADClip7_H diff --git a/plugins/LinuxVST/src/ADClip7/ADClip7.h b/plugins/LinuxVST/src/ADClip7/ADClip7.h index 6a619cd09..46585f444 100755 --- a/plugins/LinuxVST/src/ADClip7/ADClip7.h +++ b/plugins/LinuxVST/src/ADClip7/ADClip7.h @@ -1,7 +1,7 @@ /* ======================================== * ADClip7 - ADClip7.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ADClip7_H diff --git a/plugins/LinuxVST/src/ADClip7/ADClip7Proc.cpp b/plugins/LinuxVST/src/ADClip7/ADClip7Proc.cpp index db5a449b0..d9a681913 100755 --- a/plugins/LinuxVST/src/ADClip7/ADClip7Proc.cpp +++ b/plugins/LinuxVST/src/ADClip7/ADClip7Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ADClip7 - ADClip7.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADClip7_H diff --git a/plugins/LinuxVST/src/ADT/ADT.cpp b/plugins/LinuxVST/src/ADT/ADT.cpp index ea5906c22..e6971f9fe 100755 --- a/plugins/LinuxVST/src/ADT/ADT.cpp +++ b/plugins/LinuxVST/src/ADT/ADT.cpp @@ -1,6 +1,6 @@ /* ======================================== * ADT - ADT.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADT_H diff --git a/plugins/LinuxVST/src/ADT/ADT.h b/plugins/LinuxVST/src/ADT/ADT.h index 113e371d9..f40629b57 100755 --- a/plugins/LinuxVST/src/ADT/ADT.h +++ b/plugins/LinuxVST/src/ADT/ADT.h @@ -1,7 +1,7 @@ /* ======================================== * ADT - ADT.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ADT_H diff --git a/plugins/LinuxVST/src/ADT/ADTProc.cpp b/plugins/LinuxVST/src/ADT/ADTProc.cpp index 9ed2f4762..bd0c2c97d 100755 --- a/plugins/LinuxVST/src/ADT/ADTProc.cpp +++ b/plugins/LinuxVST/src/ADT/ADTProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ADT - ADT.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADT_H diff --git a/plugins/LinuxVST/src/AQuickVoiceClip/AQuickVoiceClip.cpp b/plugins/LinuxVST/src/AQuickVoiceClip/AQuickVoiceClip.cpp index a96f32802..ba1e44d3a 100755 --- a/plugins/LinuxVST/src/AQuickVoiceClip/AQuickVoiceClip.cpp +++ b/plugins/LinuxVST/src/AQuickVoiceClip/AQuickVoiceClip.cpp @@ -1,6 +1,6 @@ /* ======================================== * AQuickVoiceClip - AQuickVoiceClip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AQuickVoiceClip_H diff --git a/plugins/LinuxVST/src/AQuickVoiceClip/AQuickVoiceClip.h b/plugins/LinuxVST/src/AQuickVoiceClip/AQuickVoiceClip.h index 862629b6b..54ce6e488 100755 --- a/plugins/LinuxVST/src/AQuickVoiceClip/AQuickVoiceClip.h +++ b/plugins/LinuxVST/src/AQuickVoiceClip/AQuickVoiceClip.h @@ -1,7 +1,7 @@ /* ======================================== * AQuickVoiceClip - AQuickVoiceClip.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AQuickVoiceClip_H diff --git a/plugins/LinuxVST/src/AQuickVoiceClip/AQuickVoiceClipProc.cpp b/plugins/LinuxVST/src/AQuickVoiceClip/AQuickVoiceClipProc.cpp index 6ddecdf61..f37aa0cad 100755 --- a/plugins/LinuxVST/src/AQuickVoiceClip/AQuickVoiceClipProc.cpp +++ b/plugins/LinuxVST/src/AQuickVoiceClip/AQuickVoiceClipProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AQuickVoiceClip - AQuickVoiceClip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AQuickVoiceClip_H diff --git a/plugins/LinuxVST/src/Acceleration/Acceleration.cpp b/plugins/LinuxVST/src/Acceleration/Acceleration.cpp index a2d27752d..ccd24139d 100755 --- a/plugins/LinuxVST/src/Acceleration/Acceleration.cpp +++ b/plugins/LinuxVST/src/Acceleration/Acceleration.cpp @@ -1,6 +1,6 @@ /* ======================================== * Acceleration - Acceleration.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration_H diff --git a/plugins/LinuxVST/src/Acceleration/Acceleration.h b/plugins/LinuxVST/src/Acceleration/Acceleration.h index 4e4dea014..42b8c58a2 100755 --- a/plugins/LinuxVST/src/Acceleration/Acceleration.h +++ b/plugins/LinuxVST/src/Acceleration/Acceleration.h @@ -1,7 +1,7 @@ /* ======================================== * Acceleration - Acceleration.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration_H diff --git a/plugins/LinuxVST/src/Acceleration/AccelerationProc.cpp b/plugins/LinuxVST/src/Acceleration/AccelerationProc.cpp index de0446293..83cbd0748 100755 --- a/plugins/LinuxVST/src/Acceleration/AccelerationProc.cpp +++ b/plugins/LinuxVST/src/Acceleration/AccelerationProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Acceleration - Acceleration.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration_H diff --git a/plugins/LinuxVST/src/Acceleration2/Acceleration2.cpp b/plugins/LinuxVST/src/Acceleration2/Acceleration2.cpp index 71169fbf5..80182b7d6 100755 --- a/plugins/LinuxVST/src/Acceleration2/Acceleration2.cpp +++ b/plugins/LinuxVST/src/Acceleration2/Acceleration2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Acceleration2 - Acceleration2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration2_H diff --git a/plugins/LinuxVST/src/Acceleration2/Acceleration2.h b/plugins/LinuxVST/src/Acceleration2/Acceleration2.h index ee3a7e56f..72b5a8e29 100755 --- a/plugins/LinuxVST/src/Acceleration2/Acceleration2.h +++ b/plugins/LinuxVST/src/Acceleration2/Acceleration2.h @@ -1,7 +1,7 @@ /* ======================================== * Acceleration2 - Acceleration2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration2_H diff --git a/plugins/LinuxVST/src/Acceleration2/Acceleration2Proc.cpp b/plugins/LinuxVST/src/Acceleration2/Acceleration2Proc.cpp index 49ece8844..5e045e1e5 100755 --- a/plugins/LinuxVST/src/Acceleration2/Acceleration2Proc.cpp +++ b/plugins/LinuxVST/src/Acceleration2/Acceleration2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Acceleration2 - Acceleration2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration2_H diff --git a/plugins/LinuxVST/src/Air/Air.cpp b/plugins/LinuxVST/src/Air/Air.cpp index 5ad55b387..6fe7acd80 100755 --- a/plugins/LinuxVST/src/Air/Air.cpp +++ b/plugins/LinuxVST/src/Air/Air.cpp @@ -1,6 +1,6 @@ /* ======================================== * Air - Air.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air_H diff --git a/plugins/LinuxVST/src/Air/Air.h b/plugins/LinuxVST/src/Air/Air.h index 9432f792b..24cadc2a0 100755 --- a/plugins/LinuxVST/src/Air/Air.h +++ b/plugins/LinuxVST/src/Air/Air.h @@ -1,7 +1,7 @@ /* ======================================== * Air - Air.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Air_H diff --git a/plugins/LinuxVST/src/Air/AirProc.cpp b/plugins/LinuxVST/src/Air/AirProc.cpp index 9e72d87e2..3482cf7e9 100755 --- a/plugins/LinuxVST/src/Air/AirProc.cpp +++ b/plugins/LinuxVST/src/Air/AirProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Air - Air.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air_H diff --git a/plugins/LinuxVST/src/Air2/Air2.cpp b/plugins/LinuxVST/src/Air2/Air2.cpp index 29a584309..c61e662c8 100755 --- a/plugins/LinuxVST/src/Air2/Air2.cpp +++ b/plugins/LinuxVST/src/Air2/Air2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Air2 - Air2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air2_H diff --git a/plugins/LinuxVST/src/Air2/Air2.h b/plugins/LinuxVST/src/Air2/Air2.h index 5fa7a5325..d51737190 100755 --- a/plugins/LinuxVST/src/Air2/Air2.h +++ b/plugins/LinuxVST/src/Air2/Air2.h @@ -1,7 +1,7 @@ /* ======================================== * Air2 - Air2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Air2_H diff --git a/plugins/LinuxVST/src/Air2/Air2Proc.cpp b/plugins/LinuxVST/src/Air2/Air2Proc.cpp index e07abffda..10e5ce1bf 100755 --- a/plugins/LinuxVST/src/Air2/Air2Proc.cpp +++ b/plugins/LinuxVST/src/Air2/Air2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Air2 - Air2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air2_H diff --git a/plugins/LinuxVST/src/Apicolypse/Apicolypse.cpp b/plugins/LinuxVST/src/Apicolypse/Apicolypse.cpp index f86eaa223..ddc0a911b 100755 --- a/plugins/LinuxVST/src/Apicolypse/Apicolypse.cpp +++ b/plugins/LinuxVST/src/Apicolypse/Apicolypse.cpp @@ -1,6 +1,6 @@ /* ======================================== * Apicolypse - Apicolypse.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Apicolypse_H diff --git a/plugins/LinuxVST/src/Apicolypse/Apicolypse.h b/plugins/LinuxVST/src/Apicolypse/Apicolypse.h index 030e910fc..02e17df4e 100755 --- a/plugins/LinuxVST/src/Apicolypse/Apicolypse.h +++ b/plugins/LinuxVST/src/Apicolypse/Apicolypse.h @@ -1,7 +1,7 @@ /* ======================================== * Apicolypse - Apicolypse.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Apicolypse_H diff --git a/plugins/LinuxVST/src/Apicolypse/ApicolypseProc.cpp b/plugins/LinuxVST/src/Apicolypse/ApicolypseProc.cpp index 9e43be098..8e7f2a957 100755 --- a/plugins/LinuxVST/src/Apicolypse/ApicolypseProc.cpp +++ b/plugins/LinuxVST/src/Apicolypse/ApicolypseProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Apicolypse - Apicolypse.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Apicolypse_H diff --git a/plugins/LinuxVST/src/AtmosphereBuss/AtmosphereBuss.cpp b/plugins/LinuxVST/src/AtmosphereBuss/AtmosphereBuss.cpp index c2a517acf..7ee004079 100755 --- a/plugins/LinuxVST/src/AtmosphereBuss/AtmosphereBuss.cpp +++ b/plugins/LinuxVST/src/AtmosphereBuss/AtmosphereBuss.cpp @@ -1,6 +1,6 @@ /* ======================================== * AtmosphereBuss - AtmosphereBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereBuss_H diff --git a/plugins/LinuxVST/src/AtmosphereBuss/AtmosphereBuss.h b/plugins/LinuxVST/src/AtmosphereBuss/AtmosphereBuss.h index 375f70022..0573ca036 100755 --- a/plugins/LinuxVST/src/AtmosphereBuss/AtmosphereBuss.h +++ b/plugins/LinuxVST/src/AtmosphereBuss/AtmosphereBuss.h @@ -1,7 +1,7 @@ /* ======================================== * AtmosphereBuss - AtmosphereBuss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereBuss_H diff --git a/plugins/LinuxVST/src/AtmosphereBuss/AtmosphereBussProc.cpp b/plugins/LinuxVST/src/AtmosphereBuss/AtmosphereBussProc.cpp index 6a5a9a9ba..ceae16bee 100755 --- a/plugins/LinuxVST/src/AtmosphereBuss/AtmosphereBussProc.cpp +++ b/plugins/LinuxVST/src/AtmosphereBuss/AtmosphereBussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AtmosphereBuss - AtmosphereBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereBuss_H diff --git a/plugins/LinuxVST/src/AtmosphereChannel/AtmosphereChannel.cpp b/plugins/LinuxVST/src/AtmosphereChannel/AtmosphereChannel.cpp index 8e05bbd54..b5fbecea1 100755 --- a/plugins/LinuxVST/src/AtmosphereChannel/AtmosphereChannel.cpp +++ b/plugins/LinuxVST/src/AtmosphereChannel/AtmosphereChannel.cpp @@ -1,6 +1,6 @@ /* ======================================== * AtmosphereChannel - AtmosphereChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereChannel_H diff --git a/plugins/LinuxVST/src/AtmosphereChannel/AtmosphereChannel.h b/plugins/LinuxVST/src/AtmosphereChannel/AtmosphereChannel.h index 7bc3ff2fd..8eed0d2e7 100755 --- a/plugins/LinuxVST/src/AtmosphereChannel/AtmosphereChannel.h +++ b/plugins/LinuxVST/src/AtmosphereChannel/AtmosphereChannel.h @@ -1,7 +1,7 @@ /* ======================================== * AtmosphereChannel - AtmosphereChannel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereChannel_H diff --git a/plugins/LinuxVST/src/AtmosphereChannel/AtmosphereChannelProc.cpp b/plugins/LinuxVST/src/AtmosphereChannel/AtmosphereChannelProc.cpp index 92a6a7318..2c28a3e1b 100755 --- a/plugins/LinuxVST/src/AtmosphereChannel/AtmosphereChannelProc.cpp +++ b/plugins/LinuxVST/src/AtmosphereChannel/AtmosphereChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AtmosphereChannel - AtmosphereChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereChannel_H diff --git a/plugins/LinuxVST/src/Aura/Aura.cpp b/plugins/LinuxVST/src/Aura/Aura.cpp index b26d8a86f..2b5b56ec1 100755 --- a/plugins/LinuxVST/src/Aura/Aura.cpp +++ b/plugins/LinuxVST/src/Aura/Aura.cpp @@ -1,6 +1,6 @@ /* ======================================== * Aura - Aura.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Aura_H diff --git a/plugins/LinuxVST/src/Aura/Aura.h b/plugins/LinuxVST/src/Aura/Aura.h index e0feff0c2..70a5b5d41 100755 --- a/plugins/LinuxVST/src/Aura/Aura.h +++ b/plugins/LinuxVST/src/Aura/Aura.h @@ -1,7 +1,7 @@ /* ======================================== * Aura - Aura.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Aura_H diff --git a/plugins/LinuxVST/src/Aura/AuraProc.cpp b/plugins/LinuxVST/src/Aura/AuraProc.cpp index 6eb8c56ed..509586d2c 100755 --- a/plugins/LinuxVST/src/Aura/AuraProc.cpp +++ b/plugins/LinuxVST/src/Aura/AuraProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Aura - Aura.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Aura_H diff --git a/plugins/LinuxVST/src/AutoPan/AutoPan.cpp b/plugins/LinuxVST/src/AutoPan/AutoPan.cpp index 69bd7a377..9138ee002 100755 --- a/plugins/LinuxVST/src/AutoPan/AutoPan.cpp +++ b/plugins/LinuxVST/src/AutoPan/AutoPan.cpp @@ -1,6 +1,6 @@ /* ======================================== * AutoPan - AutoPan.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AutoPan_H diff --git a/plugins/LinuxVST/src/AutoPan/AutoPan.h b/plugins/LinuxVST/src/AutoPan/AutoPan.h index 64058b082..0bc64a62e 100755 --- a/plugins/LinuxVST/src/AutoPan/AutoPan.h +++ b/plugins/LinuxVST/src/AutoPan/AutoPan.h @@ -1,7 +1,7 @@ /* ======================================== * AutoPan - AutoPan.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AutoPan_H diff --git a/plugins/LinuxVST/src/AutoPan/AutoPanProc.cpp b/plugins/LinuxVST/src/AutoPan/AutoPanProc.cpp index 632f9bfaa..ae3c032c3 100755 --- a/plugins/LinuxVST/src/AutoPan/AutoPanProc.cpp +++ b/plugins/LinuxVST/src/AutoPan/AutoPanProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AutoPan - AutoPan.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AutoPan_H diff --git a/plugins/LinuxVST/src/AverMatrix/AverMatrix.cpp b/plugins/LinuxVST/src/AverMatrix/AverMatrix.cpp index 9c1db1f5e..bfa91bb09 100755 --- a/plugins/LinuxVST/src/AverMatrix/AverMatrix.cpp +++ b/plugins/LinuxVST/src/AverMatrix/AverMatrix.cpp @@ -1,6 +1,6 @@ /* ======================================== * AverMatrix - AverMatrix.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AverMatrix_H diff --git a/plugins/LinuxVST/src/AverMatrix/AverMatrix.h b/plugins/LinuxVST/src/AverMatrix/AverMatrix.h index a21b9f267..518989660 100755 --- a/plugins/LinuxVST/src/AverMatrix/AverMatrix.h +++ b/plugins/LinuxVST/src/AverMatrix/AverMatrix.h @@ -1,7 +1,7 @@ /* ======================================== * AverMatrix - AverMatrix.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AverMatrix_H diff --git a/plugins/LinuxVST/src/AverMatrix/AverMatrixProc.cpp b/plugins/LinuxVST/src/AverMatrix/AverMatrixProc.cpp index 7eff58078..146a0bdf9 100755 --- a/plugins/LinuxVST/src/AverMatrix/AverMatrixProc.cpp +++ b/plugins/LinuxVST/src/AverMatrix/AverMatrixProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AverMatrix - AverMatrix.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AverMatrix_H diff --git a/plugins/LinuxVST/src/Average/Average.cpp b/plugins/LinuxVST/src/Average/Average.cpp index 64f301f56..cd8461158 100755 --- a/plugins/LinuxVST/src/Average/Average.cpp +++ b/plugins/LinuxVST/src/Average/Average.cpp @@ -1,6 +1,6 @@ /* ======================================== * Average - Average.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Average_H diff --git a/plugins/LinuxVST/src/Average/Average.h b/plugins/LinuxVST/src/Average/Average.h index 1cdc884ba..9d70619dd 100755 --- a/plugins/LinuxVST/src/Average/Average.h +++ b/plugins/LinuxVST/src/Average/Average.h @@ -1,7 +1,7 @@ /* ======================================== * Average - Average.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Average_H diff --git a/plugins/LinuxVST/src/Average/AverageProc.cpp b/plugins/LinuxVST/src/Average/AverageProc.cpp index b47fc830b..c041e2d15 100755 --- a/plugins/LinuxVST/src/Average/AverageProc.cpp +++ b/plugins/LinuxVST/src/Average/AverageProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Average - Average.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Average_H diff --git a/plugins/LinuxVST/src/Balanced/Balanced.cpp b/plugins/LinuxVST/src/Balanced/Balanced.cpp index 6e713da63..ceedfbf01 100755 --- a/plugins/LinuxVST/src/Balanced/Balanced.cpp +++ b/plugins/LinuxVST/src/Balanced/Balanced.cpp @@ -1,6 +1,6 @@ /* ======================================== * Balanced - Balanced.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Balanced_H diff --git a/plugins/LinuxVST/src/Balanced/Balanced.h b/plugins/LinuxVST/src/Balanced/Balanced.h index 4cc19472c..f8664f2f5 100755 --- a/plugins/LinuxVST/src/Balanced/Balanced.h +++ b/plugins/LinuxVST/src/Balanced/Balanced.h @@ -1,7 +1,7 @@ /* ======================================== * Balanced - Balanced.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Balanced_H diff --git a/plugins/LinuxVST/src/Balanced/BalancedProc.cpp b/plugins/LinuxVST/src/Balanced/BalancedProc.cpp index 88944c8b6..4ea01988a 100755 --- a/plugins/LinuxVST/src/Balanced/BalancedProc.cpp +++ b/plugins/LinuxVST/src/Balanced/BalancedProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Balanced - Balanced.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Balanced_H diff --git a/plugins/LinuxVST/src/BassAmp/BassAmp.cpp b/plugins/LinuxVST/src/BassAmp/BassAmp.cpp index 85eba6d6d..3c56fae52 100755 --- a/plugins/LinuxVST/src/BassAmp/BassAmp.cpp +++ b/plugins/LinuxVST/src/BassAmp/BassAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassAmp - BassAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassAmp_H diff --git a/plugins/LinuxVST/src/BassAmp/BassAmp.h b/plugins/LinuxVST/src/BassAmp/BassAmp.h index a50b4d688..de1f206c9 100755 --- a/plugins/LinuxVST/src/BassAmp/BassAmp.h +++ b/plugins/LinuxVST/src/BassAmp/BassAmp.h @@ -1,7 +1,7 @@ /* ======================================== * BassAmp - BassAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BassAmp_H diff --git a/plugins/LinuxVST/src/BassAmp/BassAmpProc.cpp b/plugins/LinuxVST/src/BassAmp/BassAmpProc.cpp index ae941ec2b..14a9c328a 100755 --- a/plugins/LinuxVST/src/BassAmp/BassAmpProc.cpp +++ b/plugins/LinuxVST/src/BassAmp/BassAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassAmp - BassAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassAmp_H diff --git a/plugins/LinuxVST/src/BassDrive/BassDrive.cpp b/plugins/LinuxVST/src/BassDrive/BassDrive.cpp index b042dd13b..bc89acfe2 100755 --- a/plugins/LinuxVST/src/BassDrive/BassDrive.cpp +++ b/plugins/LinuxVST/src/BassDrive/BassDrive.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassDrive - BassDrive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassDrive_H diff --git a/plugins/LinuxVST/src/BassDrive/BassDrive.h b/plugins/LinuxVST/src/BassDrive/BassDrive.h index c4b152e43..afc60a410 100755 --- a/plugins/LinuxVST/src/BassDrive/BassDrive.h +++ b/plugins/LinuxVST/src/BassDrive/BassDrive.h @@ -1,7 +1,7 @@ /* ======================================== * BassDrive - BassDrive.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BassDrive_H diff --git a/plugins/LinuxVST/src/BassDrive/BassDriveProc.cpp b/plugins/LinuxVST/src/BassDrive/BassDriveProc.cpp index 48770fb9e..7555dccd7 100755 --- a/plugins/LinuxVST/src/BassDrive/BassDriveProc.cpp +++ b/plugins/LinuxVST/src/BassDrive/BassDriveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassDrive - BassDrive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassDrive_H diff --git a/plugins/LinuxVST/src/BassKit/BassKit.cpp b/plugins/LinuxVST/src/BassKit/BassKit.cpp index 0eec1c5eb..8be3402e1 100755 --- a/plugins/LinuxVST/src/BassKit/BassKit.cpp +++ b/plugins/LinuxVST/src/BassKit/BassKit.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassKit - BassKit.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassKit_H diff --git a/plugins/LinuxVST/src/BassKit/BassKit.h b/plugins/LinuxVST/src/BassKit/BassKit.h index c192cfa11..dcd12945a 100755 --- a/plugins/LinuxVST/src/BassKit/BassKit.h +++ b/plugins/LinuxVST/src/BassKit/BassKit.h @@ -1,7 +1,7 @@ /* ======================================== * BassKit - BassKit.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BassKit_H diff --git a/plugins/LinuxVST/src/BassKit/BassKitProc.cpp b/plugins/LinuxVST/src/BassKit/BassKitProc.cpp index c05d6e66f..6a23df386 100755 --- a/plugins/LinuxVST/src/BassKit/BassKitProc.cpp +++ b/plugins/LinuxVST/src/BassKit/BassKitProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassKit - BassKit.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassKit_H diff --git a/plugins/LinuxVST/src/Baxandall/Baxandall.cpp b/plugins/LinuxVST/src/Baxandall/Baxandall.cpp index a9f32fa6d..6a6f1b58c 100755 --- a/plugins/LinuxVST/src/Baxandall/Baxandall.cpp +++ b/plugins/LinuxVST/src/Baxandall/Baxandall.cpp @@ -1,6 +1,6 @@ /* ======================================== * Baxandall - Baxandall.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall_H diff --git a/plugins/LinuxVST/src/Baxandall/Baxandall.h b/plugins/LinuxVST/src/Baxandall/Baxandall.h index f8b773123..b9b3b26a7 100755 --- a/plugins/LinuxVST/src/Baxandall/Baxandall.h +++ b/plugins/LinuxVST/src/Baxandall/Baxandall.h @@ -1,7 +1,7 @@ /* ======================================== * Baxandall - Baxandall.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall_H diff --git a/plugins/LinuxVST/src/Baxandall/BaxandallProc.cpp b/plugins/LinuxVST/src/Baxandall/BaxandallProc.cpp index 3a5c5b268..5f3a73821 100755 --- a/plugins/LinuxVST/src/Baxandall/BaxandallProc.cpp +++ b/plugins/LinuxVST/src/Baxandall/BaxandallProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Baxandall - Baxandall.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall_H diff --git a/plugins/LinuxVST/src/Baxandall2/Baxandall2.cpp b/plugins/LinuxVST/src/Baxandall2/Baxandall2.cpp new file mode 100755 index 000000000..253175714 --- /dev/null +++ b/plugins/LinuxVST/src/Baxandall2/Baxandall2.cpp @@ -0,0 +1,138 @@ +/* ======================================== + * Baxandall2 - Baxandall2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Baxandall2_H +#include "Baxandall2.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Baxandall2(audioMaster);} + +Baxandall2::Baxandall2(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.5; + B = 0.5; + for (int x = 0; x < 9; x++) { + trebleAL[x] = 0.0; + trebleBL[x] = 0.0; + bassAL[x] = 0.0; + bassBL[x] = 0.0; + trebleAR[x] = 0.0; + trebleBR[x] = 0.0; + bassAR[x] = 0.0; + bassBR[x] = 0.0; + } + flip = false; + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Baxandall2::~Baxandall2() {} +VstInt32 Baxandall2::getVendorVersion () {return 1000;} +void Baxandall2::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Baxandall2::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Baxandall2::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Baxandall2::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Baxandall2::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Baxandall2::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Baxandall2::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Treble", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Bass", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Baxandall2::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string ((A*48.0)-24.0, text, kVstMaxParamStrLen); break; + case kParamB: float2string ((B*48.0)-24.0, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Baxandall2::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "dB", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "dB", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Baxandall2::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Baxandall2::getEffectName(char* name) { + vst_strncpy(name, "Baxandall2", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Baxandall2::getPlugCategory() {return kPlugCategEffect;} + +bool Baxandall2::getProductString(char* text) { + vst_strncpy (text, "airwindows Baxandall2", kVstMaxProductStrLen); return true; +} + +bool Baxandall2::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/LinuxVST/src/Baxandall2/Baxandall2.h b/plugins/LinuxVST/src/Baxandall2/Baxandall2.h new file mode 100755 index 000000000..05f8a37f7 --- /dev/null +++ b/plugins/LinuxVST/src/Baxandall2/Baxandall2.h @@ -0,0 +1,78 @@ +/* ======================================== + * 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 "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kNumParameters = 2 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'baxb'; //Change this to what the AU identity is! + +class Baxandall2 : + public AudioEffectX +{ +public: + Baxandall2(audioMasterCallback audioMaster); + ~Baxandall2(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + uint32_t fpdL; + uint32_t fpdR; + //default stuff + double trebleAL[9]; + double trebleBL[9]; + double bassAL[9]; + double bassBL[9]; + + double trebleAR[9]; + double trebleBR[9]; + double bassAR[9]; + double bassBR[9]; + bool flip; + + float A; + float B; + float C; + float D; + float E; //parameters. Always 0-1, and we scale/alter them elsewhere. + +}; + +#endif diff --git a/plugins/LinuxVST/src/Baxandall2/Baxandall2Proc.cpp b/plugins/LinuxVST/src/Baxandall2/Baxandall2Proc.cpp new file mode 100755 index 000000000..e20498b84 --- /dev/null +++ b/plugins/LinuxVST/src/Baxandall2/Baxandall2Proc.cpp @@ -0,0 +1,238 @@ +/* ======================================== + * 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 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double trebleGain = pow(10.0,((A*48.0)-24.0)/20.0); + double trebleFreq = (4410.0*trebleGain)/getSampleRate(); + if (trebleFreq > 0.45) trebleFreq = 0.45; + trebleAL[0] = trebleBL[0] = trebleAR[0] = trebleBR[0] = trebleFreq; + double bassGain = pow(10.0,((B*48.0)-24.0)/20.0); + double bassFreq = pow(10.0,-((B*48.0)-24.0)/20.0); + bassFreq = (8820.0*bassFreq)/getSampleRate(); + if (bassFreq > 0.45) bassFreq = 0.45; + bassAL[0] = bassBL[0] = bassAR[0] = bassBR[0] = bassFreq; + trebleAL[1] = trebleBL[1] = trebleAR[1] = trebleBR[1] = 0.4; + bassAL[1] = bassBL[1] = bassAR[1] = bassBR[1] = 0.2; + + double K = tan(M_PI * trebleAL[0]); + double norm = 1.0 / (1.0 + K / trebleAL[1] + K * K); + trebleBL[2] = trebleAL[2] = trebleBR[2] = trebleAR[2] = K * K * norm; + trebleBL[3] = trebleAL[3] = trebleBR[3] = trebleAR[3] = 2.0 * trebleAL[2]; + trebleBL[4] = trebleAL[4] = trebleBR[4] = trebleAR[4] = trebleAL[2]; + trebleBL[5] = trebleAL[5] = trebleBR[5] = trebleAR[5] = 2.0 * (K * K - 1.0) * norm; + trebleBL[6] = trebleAL[6] = trebleBR[6] = trebleAR[6] = (1.0 - K / trebleAL[1] + K * K) * norm; + + K = tan(M_PI * bassAL[0]); + norm = 1.0 / (1.0 + K / bassAL[1] + K * K); + bassBL[2] = bassAL[2] = bassBR[2] = bassAR[2] = K * K * norm; + bassBL[3] = bassAL[3] = bassBR[3] = bassAR[3] = 2.0 * bassAL[2]; + bassBL[4] = bassAL[4] = bassBR[4] = bassAR[4] = bassAL[2]; + bassBL[5] = bassAL[5] = bassBR[5] = bassAR[5] = 2.0 * (K * K - 1.0) * norm; + bassBL[6] = bassAL[6] = bassBR[6] = bassAR[6] = (1.0 - K / bassAL[1] + K * K) * norm; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + double trebleSampleL; + double bassSampleL; + double trebleSampleR; + double bassSampleR; + + if (flip) + { + trebleSampleL = (inputSampleL * trebleAL[2]) + trebleAL[7]; + trebleAL[7] = (inputSampleL * trebleAL[3]) - (trebleSampleL * trebleAL[5]) + trebleAL[8]; + trebleAL[8] = (inputSampleL * trebleAL[4]) - (trebleSampleL * trebleAL[6]); + trebleSampleL = inputSampleL - trebleSampleL; + + bassSampleL = (inputSampleL * bassAL[2]) + bassAL[7]; + bassAL[7] = (inputSampleL * bassAL[3]) - (bassSampleL * bassAL[5]) + bassAL[8]; + bassAL[8] = (inputSampleL * bassAL[4]) - (bassSampleL * bassAL[6]); + + trebleSampleR = (inputSampleR * trebleAR[2]) + trebleAR[7]; + trebleAR[7] = (inputSampleR * trebleAR[3]) - (trebleSampleR * trebleAR[5]) + trebleAR[8]; + trebleAR[8] = (inputSampleR * trebleAR[4]) - (trebleSampleR * trebleAR[6]); + trebleSampleR = inputSampleR - trebleSampleR; + + bassSampleR = (inputSampleR * bassAR[2]) + bassAR[7]; + bassAR[7] = (inputSampleR * bassAR[3]) - (bassSampleR * bassAR[5]) + bassAR[8]; + bassAR[8] = (inputSampleR * bassAR[4]) - (bassSampleR * bassAR[6]); + } + else + { + trebleSampleL = (inputSampleL * trebleBL[2]) + trebleBL[7]; + trebleBL[7] = (inputSampleL * trebleBL[3]) - (trebleSampleL * trebleBL[5]) + trebleBL[8]; + trebleBL[8] = (inputSampleL * trebleBL[4]) - (trebleSampleL * trebleBL[6]); + trebleSampleL = inputSampleL - trebleSampleL; + + bassSampleL = (inputSampleL * bassBL[2]) + bassBL[7]; + bassBL[7] = (inputSampleL * bassBL[3]) - (bassSampleL * bassBL[5]) + bassBL[8]; + bassBL[8] = (inputSampleL * bassBL[4]) - (bassSampleL * bassBL[6]); + + trebleSampleR = (inputSampleR * trebleBR[2]) + trebleBR[7]; + trebleBR[7] = (inputSampleR * trebleBR[3]) - (trebleSampleR * trebleBR[5]) + trebleBR[8]; + trebleBR[8] = (inputSampleR * trebleBR[4]) - (trebleSampleR * trebleBR[6]); + trebleSampleR = inputSampleR - trebleSampleR; + + bassSampleR = (inputSampleR * bassBR[2]) + bassBR[7]; + bassBR[7] = (inputSampleR * bassBR[3]) - (bassSampleR * bassBR[5]) + bassBR[8]; + bassBR[8] = (inputSampleR * bassBR[4]) - (bassSampleR * bassBR[6]); + } + flip = !flip; + + trebleSampleL *= trebleGain; + bassSampleL *= bassGain; + inputSampleL = bassSampleL + trebleSampleL; //interleaved biquad + trebleSampleR *= trebleGain; + bassSampleR *= bassGain; + inputSampleR = bassSampleR + trebleSampleR; //interleaved biquad + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Baxandall2::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double trebleGain = pow(10.0,((A*48.0)-24.0)/20.0); + double trebleFreq = (4410.0*trebleGain)/getSampleRate(); + if (trebleFreq > 0.45) trebleFreq = 0.45; + trebleAL[0] = trebleBL[0] = trebleAR[0] = trebleBR[0] = trebleFreq; + double bassGain = pow(10.0,((B*48.0)-24.0)/20.0); + double bassFreq = pow(10.0,-((B*48.0)-24.0)/20.0); + bassFreq = (8820.0*bassFreq)/getSampleRate(); + if (bassFreq > 0.45) bassFreq = 0.45; + bassAL[0] = bassBL[0] = bassAR[0] = bassBR[0] = bassFreq; + trebleAL[1] = trebleBL[1] = trebleAR[1] = trebleBR[1] = 0.4; + bassAL[1] = bassBL[1] = bassAR[1] = bassBR[1] = 0.2; + + double K = tan(M_PI * trebleAL[0]); + double norm = 1.0 / (1.0 + K / trebleAL[1] + K * K); + trebleBL[2] = trebleAL[2] = trebleBR[2] = trebleAR[2] = K * K * norm; + trebleBL[3] = trebleAL[3] = trebleBR[3] = trebleAR[3] = 2.0 * trebleAL[2]; + trebleBL[4] = trebleAL[4] = trebleBR[4] = trebleAR[4] = trebleAL[2]; + trebleBL[5] = trebleAL[5] = trebleBR[5] = trebleAR[5] = 2.0 * (K * K - 1.0) * norm; + trebleBL[6] = trebleAL[6] = trebleBR[6] = trebleAR[6] = (1.0 - K / trebleAL[1] + K * K) * norm; + + K = tan(M_PI * bassAL[0]); + norm = 1.0 / (1.0 + K / bassAL[1] + K * K); + bassBL[2] = bassAL[2] = bassBR[2] = bassAR[2] = K * K * norm; + bassBL[3] = bassAL[3] = bassBR[3] = bassAR[3] = 2.0 * bassAL[2]; + bassBL[4] = bassAL[4] = bassBR[4] = bassAR[4] = bassAL[2]; + bassBL[5] = bassAL[5] = bassBR[5] = bassAR[5] = 2.0 * (K * K - 1.0) * norm; + bassBL[6] = bassAL[6] = bassBR[6] = bassAR[6] = (1.0 - K / bassAL[1] + K * K) * norm; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + double trebleSampleL; + double bassSampleL; + double trebleSampleR; + double bassSampleR; + + if (flip) + { + trebleSampleL = (inputSampleL * trebleAL[2]) + trebleAL[7]; + trebleAL[7] = (inputSampleL * trebleAL[3]) - (trebleSampleL * trebleAL[5]) + trebleAL[8]; + trebleAL[8] = (inputSampleL * trebleAL[4]) - (trebleSampleL * trebleAL[6]); + trebleSampleL = inputSampleL - trebleSampleL; + + bassSampleL = (inputSampleL * bassAL[2]) + bassAL[7]; + bassAL[7] = (inputSampleL * bassAL[3]) - (bassSampleL * bassAL[5]) + bassAL[8]; + bassAL[8] = (inputSampleL * bassAL[4]) - (bassSampleL * bassAL[6]); + + trebleSampleR = (inputSampleR * trebleAR[2]) + trebleAR[7]; + trebleAR[7] = (inputSampleR * trebleAR[3]) - (trebleSampleR * trebleAR[5]) + trebleAR[8]; + trebleAR[8] = (inputSampleR * trebleAR[4]) - (trebleSampleR * trebleAR[6]); + trebleSampleR = inputSampleR - trebleSampleR; + + bassSampleR = (inputSampleR * bassAR[2]) + bassAR[7]; + bassAR[7] = (inputSampleR * bassAR[3]) - (bassSampleR * bassAR[5]) + bassAR[8]; + bassAR[8] = (inputSampleR * bassAR[4]) - (bassSampleR * bassAR[6]); + } + else + { + trebleSampleL = (inputSampleL * trebleBL[2]) + trebleBL[7]; + trebleBL[7] = (inputSampleL * trebleBL[3]) - (trebleSampleL * trebleBL[5]) + trebleBL[8]; + trebleBL[8] = (inputSampleL * trebleBL[4]) - (trebleSampleL * trebleBL[6]); + trebleSampleL = inputSampleL - trebleSampleL; + + bassSampleL = (inputSampleL * bassBL[2]) + bassBL[7]; + bassBL[7] = (inputSampleL * bassBL[3]) - (bassSampleL * bassBL[5]) + bassBL[8]; + bassBL[8] = (inputSampleL * bassBL[4]) - (bassSampleL * bassBL[6]); + + trebleSampleR = (inputSampleR * trebleBR[2]) + trebleBR[7]; + trebleBR[7] = (inputSampleR * trebleBR[3]) - (trebleSampleR * trebleBR[5]) + trebleBR[8]; + trebleBR[8] = (inputSampleR * trebleBR[4]) - (trebleSampleR * trebleBR[6]); + trebleSampleR = inputSampleR - trebleSampleR; + + bassSampleR = (inputSampleR * bassBR[2]) + bassBR[7]; + bassBR[7] = (inputSampleR * bassBR[3]) - (bassSampleR * bassBR[5]) + bassBR[8]; + bassBR[8] = (inputSampleR * bassBR[4]) - (bassSampleR * bassBR[6]); + } + flip = !flip; + + trebleSampleL *= trebleGain; + bassSampleL *= bassGain; + inputSampleL = bassSampleL + trebleSampleL; //interleaved biquad + trebleSampleR *= trebleGain; + bassSampleR *= bassGain; + inputSampleR = bassSampleR + trebleSampleR; //interleaved biquad + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/LinuxVST/src/Beam/Beam.cpp b/plugins/LinuxVST/src/Beam/Beam.cpp index 2f52cf2fd..e882208bf 100755 --- a/plugins/LinuxVST/src/Beam/Beam.cpp +++ b/plugins/LinuxVST/src/Beam/Beam.cpp @@ -1,6 +1,6 @@ /* ======================================== * Beam - Beam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Beam_H diff --git a/plugins/LinuxVST/src/Beam/Beam.h b/plugins/LinuxVST/src/Beam/Beam.h index 0b59bbfb8..88a7aa31f 100755 --- a/plugins/LinuxVST/src/Beam/Beam.h +++ b/plugins/LinuxVST/src/Beam/Beam.h @@ -1,7 +1,7 @@ /* ======================================== * Beam - Beam.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Beam_H diff --git a/plugins/LinuxVST/src/Beam/BeamProc.cpp b/plugins/LinuxVST/src/Beam/BeamProc.cpp index 6a2ba2eb7..aa7f95a3a 100755 --- a/plugins/LinuxVST/src/Beam/BeamProc.cpp +++ b/plugins/LinuxVST/src/Beam/BeamProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Beam - Beam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Beam_H diff --git a/plugins/LinuxVST/src/BigAmp/BigAmp.cpp b/plugins/LinuxVST/src/BigAmp/BigAmp.cpp index 1f1a3588d..99268a9ee 100755 --- a/plugins/LinuxVST/src/BigAmp/BigAmp.cpp +++ b/plugins/LinuxVST/src/BigAmp/BigAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * BigAmp - BigAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/BigAmp/BigAmp.h b/plugins/LinuxVST/src/BigAmp/BigAmp.h index 621a90a15..44e319708 100755 --- a/plugins/LinuxVST/src/BigAmp/BigAmp.h +++ b/plugins/LinuxVST/src/BigAmp/BigAmp.h @@ -1,7 +1,7 @@ /* ======================================== * BigAmp - BigAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/BigAmp/BigAmpProc.cpp b/plugins/LinuxVST/src/BigAmp/BigAmpProc.cpp index a478c3d2e..65c01dea0 100755 --- a/plugins/LinuxVST/src/BigAmp/BigAmpProc.cpp +++ b/plugins/LinuxVST/src/BigAmp/BigAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BigAmp - BigAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/Biquad/Biquad.cpp b/plugins/LinuxVST/src/Biquad/Biquad.cpp index 66882abdd..00ddd4bfb 100755 --- a/plugins/LinuxVST/src/Biquad/Biquad.cpp +++ b/plugins/LinuxVST/src/Biquad/Biquad.cpp @@ -1,6 +1,6 @@ /* ======================================== * Biquad - Biquad.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad_H diff --git a/plugins/LinuxVST/src/Biquad/Biquad.h b/plugins/LinuxVST/src/Biquad/Biquad.h index caa938859..c582b9437 100755 --- a/plugins/LinuxVST/src/Biquad/Biquad.h +++ b/plugins/LinuxVST/src/Biquad/Biquad.h @@ -1,7 +1,7 @@ /* ======================================== * Biquad - Biquad.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad_H diff --git a/plugins/LinuxVST/src/Biquad/BiquadProc.cpp b/plugins/LinuxVST/src/Biquad/BiquadProc.cpp index 62f2afd7d..91befbf91 100755 --- a/plugins/LinuxVST/src/Biquad/BiquadProc.cpp +++ b/plugins/LinuxVST/src/Biquad/BiquadProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Biquad - Biquad.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad_H diff --git a/plugins/LinuxVST/src/Biquad2/Biquad2.cpp b/plugins/LinuxVST/src/Biquad2/Biquad2.cpp index 46b86d670..8cd3822cf 100755 --- a/plugins/LinuxVST/src/Biquad2/Biquad2.cpp +++ b/plugins/LinuxVST/src/Biquad2/Biquad2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Biquad2 - Biquad2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad2_H diff --git a/plugins/LinuxVST/src/Biquad2/Biquad2.h b/plugins/LinuxVST/src/Biquad2/Biquad2.h index f27b567e3..16ebf9121 100755 --- a/plugins/LinuxVST/src/Biquad2/Biquad2.h +++ b/plugins/LinuxVST/src/Biquad2/Biquad2.h @@ -1,7 +1,7 @@ /* ======================================== * Biquad2 - Biquad2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad2_H diff --git a/plugins/LinuxVST/src/Biquad2/Biquad2Proc.cpp b/plugins/LinuxVST/src/Biquad2/Biquad2Proc.cpp index 608963adc..205e34146 100755 --- a/plugins/LinuxVST/src/Biquad2/Biquad2Proc.cpp +++ b/plugins/LinuxVST/src/Biquad2/Biquad2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Biquad2 - Biquad2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad2_H diff --git a/plugins/LinuxVST/src/BiquadDouble/BiquadDouble.cpp b/plugins/LinuxVST/src/BiquadDouble/BiquadDouble.cpp index 5ceb395ff..f51f5e541 100755 --- a/plugins/LinuxVST/src/BiquadDouble/BiquadDouble.cpp +++ b/plugins/LinuxVST/src/BiquadDouble/BiquadDouble.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadDouble - BiquadDouble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadDouble_H diff --git a/plugins/LinuxVST/src/BiquadDouble/BiquadDouble.h b/plugins/LinuxVST/src/BiquadDouble/BiquadDouble.h index 8ea80f434..8a6c42b5b 100755 --- a/plugins/LinuxVST/src/BiquadDouble/BiquadDouble.h +++ b/plugins/LinuxVST/src/BiquadDouble/BiquadDouble.h @@ -1,7 +1,7 @@ /* ======================================== * BiquadDouble - BiquadDouble.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadDouble_H diff --git a/plugins/LinuxVST/src/BiquadDouble/BiquadDoubleProc.cpp b/plugins/LinuxVST/src/BiquadDouble/BiquadDoubleProc.cpp index 91ae6845a..3f91af231 100755 --- a/plugins/LinuxVST/src/BiquadDouble/BiquadDoubleProc.cpp +++ b/plugins/LinuxVST/src/BiquadDouble/BiquadDoubleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadDouble - BiquadDouble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadDouble_H diff --git a/plugins/LinuxVST/src/BiquadOneHalf/BiquadOneHalf.cpp b/plugins/LinuxVST/src/BiquadOneHalf/BiquadOneHalf.cpp index 5bbf7ff4a..dc4afba54 100755 --- a/plugins/LinuxVST/src/BiquadOneHalf/BiquadOneHalf.cpp +++ b/plugins/LinuxVST/src/BiquadOneHalf/BiquadOneHalf.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadOneHalf - BiquadOneHalf.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadOneHalf_H diff --git a/plugins/LinuxVST/src/BiquadOneHalf/BiquadOneHalf.h b/plugins/LinuxVST/src/BiquadOneHalf/BiquadOneHalf.h index 13874fd38..027065291 100755 --- a/plugins/LinuxVST/src/BiquadOneHalf/BiquadOneHalf.h +++ b/plugins/LinuxVST/src/BiquadOneHalf/BiquadOneHalf.h @@ -1,7 +1,7 @@ /* ======================================== * BiquadOneHalf - BiquadOneHalf.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadOneHalf_H diff --git a/plugins/LinuxVST/src/BiquadOneHalf/BiquadOneHalfProc.cpp b/plugins/LinuxVST/src/BiquadOneHalf/BiquadOneHalfProc.cpp index 4ab27a060..467955c1a 100755 --- a/plugins/LinuxVST/src/BiquadOneHalf/BiquadOneHalfProc.cpp +++ b/plugins/LinuxVST/src/BiquadOneHalf/BiquadOneHalfProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadOneHalf - BiquadOneHalf.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadOneHalf_H diff --git a/plugins/LinuxVST/src/BiquadPlus/BiquadPlus.cpp b/plugins/LinuxVST/src/BiquadPlus/BiquadPlus.cpp index a8665ef1c..9d9c1c18a 100755 --- a/plugins/LinuxVST/src/BiquadPlus/BiquadPlus.cpp +++ b/plugins/LinuxVST/src/BiquadPlus/BiquadPlus.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadPlus - BiquadPlus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadPlus_H diff --git a/plugins/LinuxVST/src/BiquadPlus/BiquadPlus.h b/plugins/LinuxVST/src/BiquadPlus/BiquadPlus.h index 0ef273e12..06488cd61 100755 --- a/plugins/LinuxVST/src/BiquadPlus/BiquadPlus.h +++ b/plugins/LinuxVST/src/BiquadPlus/BiquadPlus.h @@ -1,7 +1,7 @@ /* ======================================== * BiquadPlus - BiquadPlus.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadPlus_H diff --git a/plugins/LinuxVST/src/BiquadPlus/BiquadPlusProc.cpp b/plugins/LinuxVST/src/BiquadPlus/BiquadPlusProc.cpp index b2ad19c4d..0a25cbc9f 100755 --- a/plugins/LinuxVST/src/BiquadPlus/BiquadPlusProc.cpp +++ b/plugins/LinuxVST/src/BiquadPlus/BiquadPlusProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadPlus - BiquadPlus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadPlus_H diff --git a/plugins/LinuxVST/src/BiquadTriple/BiquadTriple.cpp b/plugins/LinuxVST/src/BiquadTriple/BiquadTriple.cpp index f416a95e0..58341de40 100755 --- a/plugins/LinuxVST/src/BiquadTriple/BiquadTriple.cpp +++ b/plugins/LinuxVST/src/BiquadTriple/BiquadTriple.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadTriple - BiquadTriple.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadTriple_H diff --git a/plugins/LinuxVST/src/BiquadTriple/BiquadTriple.h b/plugins/LinuxVST/src/BiquadTriple/BiquadTriple.h index f86dda9b5..c65a65d69 100755 --- a/plugins/LinuxVST/src/BiquadTriple/BiquadTriple.h +++ b/plugins/LinuxVST/src/BiquadTriple/BiquadTriple.h @@ -1,7 +1,7 @@ /* ======================================== * BiquadTriple - BiquadTriple.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadTriple_H diff --git a/plugins/LinuxVST/src/BiquadTriple/BiquadTripleProc.cpp b/plugins/LinuxVST/src/BiquadTriple/BiquadTripleProc.cpp index 4643ed6a5..d17bdc283 100755 --- a/plugins/LinuxVST/src/BiquadTriple/BiquadTripleProc.cpp +++ b/plugins/LinuxVST/src/BiquadTriple/BiquadTripleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadTriple - BiquadTriple.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadTriple_H diff --git a/plugins/LinuxVST/src/BitGlitter/BitGlitter.cpp b/plugins/LinuxVST/src/BitGlitter/BitGlitter.cpp index 13e689a6a..8b08ca613 100755 --- a/plugins/LinuxVST/src/BitGlitter/BitGlitter.cpp +++ b/plugins/LinuxVST/src/BitGlitter/BitGlitter.cpp @@ -1,6 +1,6 @@ /* ======================================== * BitGlitter - BitGlitter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitGlitter_H diff --git a/plugins/LinuxVST/src/BitGlitter/BitGlitter.h b/plugins/LinuxVST/src/BitGlitter/BitGlitter.h index 2f0702e5a..158ecdcc0 100755 --- a/plugins/LinuxVST/src/BitGlitter/BitGlitter.h +++ b/plugins/LinuxVST/src/BitGlitter/BitGlitter.h @@ -1,7 +1,7 @@ /* ======================================== * BitGlitter - BitGlitter.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BitGlitter_H diff --git a/plugins/LinuxVST/src/BitGlitter/BitGlitterProc.cpp b/plugins/LinuxVST/src/BitGlitter/BitGlitterProc.cpp index 792c78c67..2f4275f4d 100755 --- a/plugins/LinuxVST/src/BitGlitter/BitGlitterProc.cpp +++ b/plugins/LinuxVST/src/BitGlitter/BitGlitterProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BitGlitter - BitGlitter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitGlitter_H diff --git a/plugins/LinuxVST/src/BitShiftGain/BitShiftGain.cpp b/plugins/LinuxVST/src/BitShiftGain/BitShiftGain.cpp index c89bb9f3a..7e0e85a11 100755 --- a/plugins/LinuxVST/src/BitShiftGain/BitShiftGain.cpp +++ b/plugins/LinuxVST/src/BitShiftGain/BitShiftGain.cpp @@ -1,6 +1,6 @@ /* ======================================== * BitShiftGain - BitShiftGain.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitShiftGain_H diff --git a/plugins/LinuxVST/src/BitShiftGain/BitShiftGain.h b/plugins/LinuxVST/src/BitShiftGain/BitShiftGain.h index 00400a2ee..08ca7f53f 100755 --- a/plugins/LinuxVST/src/BitShiftGain/BitShiftGain.h +++ b/plugins/LinuxVST/src/BitShiftGain/BitShiftGain.h @@ -1,7 +1,7 @@ /* ======================================== * BitShiftGain - BitShiftGain.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BitShiftGain_H diff --git a/plugins/LinuxVST/src/BitShiftGain/BitShiftGainProc.cpp b/plugins/LinuxVST/src/BitShiftGain/BitShiftGainProc.cpp index c680ebed7..8bdaf5769 100755 --- a/plugins/LinuxVST/src/BitShiftGain/BitShiftGainProc.cpp +++ b/plugins/LinuxVST/src/BitShiftGain/BitShiftGainProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BitShiftGain - BitShiftGain.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitShiftGain_H diff --git a/plugins/LinuxVST/src/Bite/Bite.cpp b/plugins/LinuxVST/src/Bite/Bite.cpp index 1defea7df..3f71d4fec 100755 --- a/plugins/LinuxVST/src/Bite/Bite.cpp +++ b/plugins/LinuxVST/src/Bite/Bite.cpp @@ -1,6 +1,6 @@ /* ======================================== * Bite - Bite.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Bite_H diff --git a/plugins/LinuxVST/src/Bite/Bite.h b/plugins/LinuxVST/src/Bite/Bite.h index 895aab027..dba4c990f 100755 --- a/plugins/LinuxVST/src/Bite/Bite.h +++ b/plugins/LinuxVST/src/Bite/Bite.h @@ -1,7 +1,7 @@ /* ======================================== * Bite - Bite.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Bite_H diff --git a/plugins/LinuxVST/src/Bite/BiteProc.cpp b/plugins/LinuxVST/src/Bite/BiteProc.cpp index 66747041e..43cf433e9 100755 --- a/plugins/LinuxVST/src/Bite/BiteProc.cpp +++ b/plugins/LinuxVST/src/Bite/BiteProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Bite - Bite.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Bite_H diff --git a/plugins/LinuxVST/src/BlockParty/BlockParty.cpp b/plugins/LinuxVST/src/BlockParty/BlockParty.cpp index ba6d66fc6..c714091e5 100755 --- a/plugins/LinuxVST/src/BlockParty/BlockParty.cpp +++ b/plugins/LinuxVST/src/BlockParty/BlockParty.cpp @@ -1,6 +1,6 @@ /* ======================================== * BlockParty - BlockParty.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BlockParty_H diff --git a/plugins/LinuxVST/src/BlockParty/BlockParty.h b/plugins/LinuxVST/src/BlockParty/BlockParty.h index 006e9dfd0..394ac0058 100755 --- a/plugins/LinuxVST/src/BlockParty/BlockParty.h +++ b/plugins/LinuxVST/src/BlockParty/BlockParty.h @@ -1,7 +1,7 @@ /* ======================================== * BlockParty - BlockParty.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BlockParty_H diff --git a/plugins/LinuxVST/src/BlockParty/BlockPartyProc.cpp b/plugins/LinuxVST/src/BlockParty/BlockPartyProc.cpp index da0bb1398..55db2ceb4 100755 --- a/plugins/LinuxVST/src/BlockParty/BlockPartyProc.cpp +++ b/plugins/LinuxVST/src/BlockParty/BlockPartyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BlockParty - BlockParty.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BlockParty_H diff --git a/plugins/LinuxVST/src/BrassRider/BrassRider.cpp b/plugins/LinuxVST/src/BrassRider/BrassRider.cpp index 46f5e98b9..3d9e1fb0b 100755 --- a/plugins/LinuxVST/src/BrassRider/BrassRider.cpp +++ b/plugins/LinuxVST/src/BrassRider/BrassRider.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrassRider - BrassRider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrassRider_H diff --git a/plugins/LinuxVST/src/BrassRider/BrassRider.h b/plugins/LinuxVST/src/BrassRider/BrassRider.h index 0e93752bb..e531c6dd2 100755 --- a/plugins/LinuxVST/src/BrassRider/BrassRider.h +++ b/plugins/LinuxVST/src/BrassRider/BrassRider.h @@ -1,7 +1,7 @@ /* ======================================== * BrassRider - BrassRider.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrassRider_H diff --git a/plugins/LinuxVST/src/BrassRider/BrassRiderProc.cpp b/plugins/LinuxVST/src/BrassRider/BrassRiderProc.cpp index 66b5c75e5..1e909de08 100755 --- a/plugins/LinuxVST/src/BrassRider/BrassRiderProc.cpp +++ b/plugins/LinuxVST/src/BrassRider/BrassRiderProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrassRider - BrassRider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrassRider_H diff --git a/plugins/LinuxVST/src/BrightAmbience/BrightAmbience.cpp b/plugins/LinuxVST/src/BrightAmbience/BrightAmbience.cpp index 7f40ecbf3..cecf5491d 100755 --- a/plugins/LinuxVST/src/BrightAmbience/BrightAmbience.cpp +++ b/plugins/LinuxVST/src/BrightAmbience/BrightAmbience.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience - BrightAmbience.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience_H diff --git a/plugins/LinuxVST/src/BrightAmbience/BrightAmbience.h b/plugins/LinuxVST/src/BrightAmbience/BrightAmbience.h index ce3b2c53b..538d2ef5f 100755 --- a/plugins/LinuxVST/src/BrightAmbience/BrightAmbience.h +++ b/plugins/LinuxVST/src/BrightAmbience/BrightAmbience.h @@ -1,7 +1,7 @@ /* ======================================== * BrightAmbience - BrightAmbience.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience_H diff --git a/plugins/LinuxVST/src/BrightAmbience/BrightAmbienceProc.cpp b/plugins/LinuxVST/src/BrightAmbience/BrightAmbienceProc.cpp index c974a9586..a07921a20 100755 --- a/plugins/LinuxVST/src/BrightAmbience/BrightAmbienceProc.cpp +++ b/plugins/LinuxVST/src/BrightAmbience/BrightAmbienceProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience - BrightAmbience.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience_H diff --git a/plugins/LinuxVST/src/BrightAmbience2/BrightAmbience2.cpp b/plugins/LinuxVST/src/BrightAmbience2/BrightAmbience2.cpp index d12ddc5e9..404497326 100755 --- a/plugins/LinuxVST/src/BrightAmbience2/BrightAmbience2.cpp +++ b/plugins/LinuxVST/src/BrightAmbience2/BrightAmbience2.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience2 - BrightAmbience2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience2_H diff --git a/plugins/LinuxVST/src/BrightAmbience2/BrightAmbience2.h b/plugins/LinuxVST/src/BrightAmbience2/BrightAmbience2.h index efd6e3f4c..f6f7d2962 100755 --- a/plugins/LinuxVST/src/BrightAmbience2/BrightAmbience2.h +++ b/plugins/LinuxVST/src/BrightAmbience2/BrightAmbience2.h @@ -1,7 +1,7 @@ /* ======================================== * BrightAmbience2 - BrightAmbience2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience2_H diff --git a/plugins/LinuxVST/src/BrightAmbience2/BrightAmbience2Proc.cpp b/plugins/LinuxVST/src/BrightAmbience2/BrightAmbience2Proc.cpp index 1e33a46cc..e79b27203 100755 --- a/plugins/LinuxVST/src/BrightAmbience2/BrightAmbience2Proc.cpp +++ b/plugins/LinuxVST/src/BrightAmbience2/BrightAmbience2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience2 - BrightAmbience2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience2_H diff --git a/plugins/LinuxVST/src/BrightAmbience3/BrightAmbience3.cpp b/plugins/LinuxVST/src/BrightAmbience3/BrightAmbience3.cpp index ed805d124..a45bc62c5 100755 --- a/plugins/LinuxVST/src/BrightAmbience3/BrightAmbience3.cpp +++ b/plugins/LinuxVST/src/BrightAmbience3/BrightAmbience3.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience3 - BrightAmbience3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience3_H diff --git a/plugins/LinuxVST/src/BrightAmbience3/BrightAmbience3.h b/plugins/LinuxVST/src/BrightAmbience3/BrightAmbience3.h index cd9a6abd0..d4b77ead7 100755 --- a/plugins/LinuxVST/src/BrightAmbience3/BrightAmbience3.h +++ b/plugins/LinuxVST/src/BrightAmbience3/BrightAmbience3.h @@ -1,7 +1,7 @@ /* ======================================== * BrightAmbience3 - BrightAmbience3.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience3_H diff --git a/plugins/LinuxVST/src/BrightAmbience3/BrightAmbience3Proc.cpp b/plugins/LinuxVST/src/BrightAmbience3/BrightAmbience3Proc.cpp index dd6875d28..3a18bb9ae 100755 --- a/plugins/LinuxVST/src/BrightAmbience3/BrightAmbience3Proc.cpp +++ b/plugins/LinuxVST/src/BrightAmbience3/BrightAmbience3Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience3 - BrightAmbience3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience3_H diff --git a/plugins/LinuxVST/src/BuildATPDF/BuildATPDF.cpp b/plugins/LinuxVST/src/BuildATPDF/BuildATPDF.cpp index 50f8100ec..64853c537 100755 --- a/plugins/LinuxVST/src/BuildATPDF/BuildATPDF.cpp +++ b/plugins/LinuxVST/src/BuildATPDF/BuildATPDF.cpp @@ -1,6 +1,6 @@ /* ======================================== * BuildATPDF - BuildATPDF.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BuildATPDF_H diff --git a/plugins/LinuxVST/src/BuildATPDF/BuildATPDF.h b/plugins/LinuxVST/src/BuildATPDF/BuildATPDF.h index 06b07b9dd..ea97927e9 100755 --- a/plugins/LinuxVST/src/BuildATPDF/BuildATPDF.h +++ b/plugins/LinuxVST/src/BuildATPDF/BuildATPDF.h @@ -1,7 +1,7 @@ /* ======================================== * BuildATPDF - BuildATPDF.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BuildATPDF_H diff --git a/plugins/LinuxVST/src/BuildATPDF/BuildATPDFProc.cpp b/plugins/LinuxVST/src/BuildATPDF/BuildATPDFProc.cpp index 277522f81..31783e863 100755 --- a/plugins/LinuxVST/src/BuildATPDF/BuildATPDFProc.cpp +++ b/plugins/LinuxVST/src/BuildATPDF/BuildATPDFProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BuildATPDF - BuildATPDF.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BuildATPDF_H diff --git a/plugins/LinuxVST/src/BussColors4/BussColors4.cpp b/plugins/LinuxVST/src/BussColors4/BussColors4.cpp index 731e1331f..3a0522699 100755 --- a/plugins/LinuxVST/src/BussColors4/BussColors4.cpp +++ b/plugins/LinuxVST/src/BussColors4/BussColors4.cpp @@ -1,6 +1,6 @@ /* ======================================== * BussColors4 - BussColors4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BussColors4_H diff --git a/plugins/LinuxVST/src/BussColors4/BussColors4.h b/plugins/LinuxVST/src/BussColors4/BussColors4.h index 694ce678b..0d89dcd65 100755 --- a/plugins/LinuxVST/src/BussColors4/BussColors4.h +++ b/plugins/LinuxVST/src/BussColors4/BussColors4.h @@ -1,7 +1,7 @@ /* ======================================== * BussColors4 - BussColors4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BussColors4_H diff --git a/plugins/LinuxVST/src/BussColors4/BussColors4Proc.cpp b/plugins/LinuxVST/src/BussColors4/BussColors4Proc.cpp index 8691460d7..4afa43e04 100755 --- a/plugins/LinuxVST/src/BussColors4/BussColors4Proc.cpp +++ b/plugins/LinuxVST/src/BussColors4/BussColors4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BussColors4 - BussColors4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BussColors4_H diff --git a/plugins/LinuxVST/src/ButterComp/ButterComp.cpp b/plugins/LinuxVST/src/ButterComp/ButterComp.cpp index deac8039a..2a32126d2 100755 --- a/plugins/LinuxVST/src/ButterComp/ButterComp.cpp +++ b/plugins/LinuxVST/src/ButterComp/ButterComp.cpp @@ -1,6 +1,6 @@ /* ======================================== * ButterComp - ButterComp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp_H diff --git a/plugins/LinuxVST/src/ButterComp/ButterComp.h b/plugins/LinuxVST/src/ButterComp/ButterComp.h index 12c693fe2..689cc2fe5 100755 --- a/plugins/LinuxVST/src/ButterComp/ButterComp.h +++ b/plugins/LinuxVST/src/ButterComp/ButterComp.h @@ -1,7 +1,7 @@ /* ======================================== * ButterComp - ButterComp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp_H diff --git a/plugins/LinuxVST/src/ButterComp/ButterCompProc.cpp b/plugins/LinuxVST/src/ButterComp/ButterCompProc.cpp index cd4131698..f1f605ac8 100755 --- a/plugins/LinuxVST/src/ButterComp/ButterCompProc.cpp +++ b/plugins/LinuxVST/src/ButterComp/ButterCompProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ButterComp - ButterComp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp_H diff --git a/plugins/LinuxVST/src/ButterComp2/ButterComp2.cpp b/plugins/LinuxVST/src/ButterComp2/ButterComp2.cpp index b7bf3f1c0..347774f82 100755 --- a/plugins/LinuxVST/src/ButterComp2/ButterComp2.cpp +++ b/plugins/LinuxVST/src/ButterComp2/ButterComp2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ButterComp2 - ButterComp2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp2_H diff --git a/plugins/LinuxVST/src/ButterComp2/ButterComp2.h b/plugins/LinuxVST/src/ButterComp2/ButterComp2.h index d1f8721c1..70b7f0a0d 100755 --- a/plugins/LinuxVST/src/ButterComp2/ButterComp2.h +++ b/plugins/LinuxVST/src/ButterComp2/ButterComp2.h @@ -1,7 +1,7 @@ /* ======================================== * ButterComp2 - ButterComp2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp2_H diff --git a/plugins/LinuxVST/src/ButterComp2/ButterComp2Proc.cpp b/plugins/LinuxVST/src/ButterComp2/ButterComp2Proc.cpp index 1bf7d52dd..418ac65c8 100755 --- a/plugins/LinuxVST/src/ButterComp2/ButterComp2Proc.cpp +++ b/plugins/LinuxVST/src/ButterComp2/ButterComp2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ButterComp2 - ButterComp2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp2_H diff --git a/plugins/LinuxVST/src/C5RawBuss/C5RawBuss.cpp b/plugins/LinuxVST/src/C5RawBuss/C5RawBuss.cpp index 1515cfdec..be1090193 100755 --- a/plugins/LinuxVST/src/C5RawBuss/C5RawBuss.cpp +++ b/plugins/LinuxVST/src/C5RawBuss/C5RawBuss.cpp @@ -1,6 +1,6 @@ /* ======================================== * C5RawBuss - C5RawBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawBuss_H diff --git a/plugins/LinuxVST/src/C5RawBuss/C5RawBuss.h b/plugins/LinuxVST/src/C5RawBuss/C5RawBuss.h index dfc108b22..d0409940b 100755 --- a/plugins/LinuxVST/src/C5RawBuss/C5RawBuss.h +++ b/plugins/LinuxVST/src/C5RawBuss/C5RawBuss.h @@ -1,7 +1,7 @@ /* ======================================== * C5RawBuss - C5RawBuss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawBuss_H diff --git a/plugins/LinuxVST/src/C5RawBuss/C5RawBussProc.cpp b/plugins/LinuxVST/src/C5RawBuss/C5RawBussProc.cpp index cc884ee73..a971797fa 100755 --- a/plugins/LinuxVST/src/C5RawBuss/C5RawBussProc.cpp +++ b/plugins/LinuxVST/src/C5RawBuss/C5RawBussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * C5RawBuss - C5RawBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawBuss_H diff --git a/plugins/LinuxVST/src/C5RawChannel/C5RawChannel.cpp b/plugins/LinuxVST/src/C5RawChannel/C5RawChannel.cpp index a25bbd81d..a77b6f606 100755 --- a/plugins/LinuxVST/src/C5RawChannel/C5RawChannel.cpp +++ b/plugins/LinuxVST/src/C5RawChannel/C5RawChannel.cpp @@ -1,6 +1,6 @@ /* ======================================== * C5RawChannel - C5RawChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawChannel_H diff --git a/plugins/LinuxVST/src/C5RawChannel/C5RawChannel.h b/plugins/LinuxVST/src/C5RawChannel/C5RawChannel.h index 8ed6e152e..023fe63df 100755 --- a/plugins/LinuxVST/src/C5RawChannel/C5RawChannel.h +++ b/plugins/LinuxVST/src/C5RawChannel/C5RawChannel.h @@ -1,7 +1,7 @@ /* ======================================== * C5RawChannel - C5RawChannel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawChannel_H diff --git a/plugins/LinuxVST/src/C5RawChannel/C5RawChannelProc.cpp b/plugins/LinuxVST/src/C5RawChannel/C5RawChannelProc.cpp index d8e91ece8..0a6ed4ad5 100755 --- a/plugins/LinuxVST/src/C5RawChannel/C5RawChannelProc.cpp +++ b/plugins/LinuxVST/src/C5RawChannel/C5RawChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * C5RawChannel - C5RawChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawChannel_H diff --git a/plugins/LinuxVST/src/CStrip/CStrip.cpp b/plugins/LinuxVST/src/CStrip/CStrip.cpp index 88b4e1748..29dbbab62 100755 --- a/plugins/LinuxVST/src/CStrip/CStrip.cpp +++ b/plugins/LinuxVST/src/CStrip/CStrip.cpp @@ -1,6 +1,6 @@ /* ======================================== * CStrip - CStrip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __CStrip_H diff --git a/plugins/LinuxVST/src/CStrip/CStrip.h b/plugins/LinuxVST/src/CStrip/CStrip.h index 3e4f6219e..92fa4aa1c 100755 --- a/plugins/LinuxVST/src/CStrip/CStrip.h +++ b/plugins/LinuxVST/src/CStrip/CStrip.h @@ -1,7 +1,7 @@ /* ======================================== * CStrip - CStrip.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __CStrip_H diff --git a/plugins/LinuxVST/src/CStrip/CStripProc.cpp b/plugins/LinuxVST/src/CStrip/CStripProc.cpp index 0a758963e..bf11e5592 100755 --- a/plugins/LinuxVST/src/CStrip/CStripProc.cpp +++ b/plugins/LinuxVST/src/CStrip/CStripProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * CStrip - CStrip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __CStrip_H diff --git a/plugins/LinuxVST/src/Cabs/Cabs.cpp b/plugins/LinuxVST/src/Cabs/Cabs.cpp index dcb9a3c5f..8e0124ffb 100755 --- a/plugins/LinuxVST/src/Cabs/Cabs.cpp +++ b/plugins/LinuxVST/src/Cabs/Cabs.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cabs - Cabs.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cabs_H diff --git a/plugins/LinuxVST/src/Cabs/Cabs.h b/plugins/LinuxVST/src/Cabs/Cabs.h index dd0bfcac3..cfc6defc1 100755 --- a/plugins/LinuxVST/src/Cabs/Cabs.h +++ b/plugins/LinuxVST/src/Cabs/Cabs.h @@ -1,7 +1,7 @@ /* ======================================== * Cabs - Cabs.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Cabs_H diff --git a/plugins/LinuxVST/src/Cabs/CabsProc.cpp b/plugins/LinuxVST/src/Cabs/CabsProc.cpp index 948cef8ed..9c928400a 100755 --- a/plugins/LinuxVST/src/Cabs/CabsProc.cpp +++ b/plugins/LinuxVST/src/Cabs/CabsProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cabs - Cabs.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cabs_H diff --git a/plugins/LinuxVST/src/Calibre/Calibre.cpp b/plugins/LinuxVST/src/Calibre/Calibre.cpp index ee18c9617..63541ba92 100755 --- a/plugins/LinuxVST/src/Calibre/Calibre.cpp +++ b/plugins/LinuxVST/src/Calibre/Calibre.cpp @@ -1,6 +1,6 @@ /* ======================================== * Calibre - Calibre.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Calibre_H diff --git a/plugins/LinuxVST/src/Calibre/Calibre.h b/plugins/LinuxVST/src/Calibre/Calibre.h index 41ac899ae..293d6c00e 100755 --- a/plugins/LinuxVST/src/Calibre/Calibre.h +++ b/plugins/LinuxVST/src/Calibre/Calibre.h @@ -1,7 +1,7 @@ /* ======================================== * Calibre - Calibre.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Calibre_H diff --git a/plugins/LinuxVST/src/Calibre/CalibreProc.cpp b/plugins/LinuxVST/src/Calibre/CalibreProc.cpp index 9cb3232be..642948b10 100755 --- a/plugins/LinuxVST/src/Calibre/CalibreProc.cpp +++ b/plugins/LinuxVST/src/Calibre/CalibreProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Calibre - Calibre.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Calibre_H diff --git a/plugins/LinuxVST/src/Capacitor/Capacitor.cpp b/plugins/LinuxVST/src/Capacitor/Capacitor.cpp index 525bf3763..e47e2b065 100755 --- a/plugins/LinuxVST/src/Capacitor/Capacitor.cpp +++ b/plugins/LinuxVST/src/Capacitor/Capacitor.cpp @@ -1,6 +1,6 @@ /* ======================================== * Capacitor - Capacitor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor_H diff --git a/plugins/LinuxVST/src/Capacitor/Capacitor.h b/plugins/LinuxVST/src/Capacitor/Capacitor.h index 7407eb5d1..85943814f 100755 --- a/plugins/LinuxVST/src/Capacitor/Capacitor.h +++ b/plugins/LinuxVST/src/Capacitor/Capacitor.h @@ -1,7 +1,7 @@ /* ======================================== * Capacitor - Capacitor.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor_H diff --git a/plugins/LinuxVST/src/Capacitor/CapacitorProc.cpp b/plugins/LinuxVST/src/Capacitor/CapacitorProc.cpp index f851b2c9e..1714b915d 100755 --- a/plugins/LinuxVST/src/Capacitor/CapacitorProc.cpp +++ b/plugins/LinuxVST/src/Capacitor/CapacitorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Capacitor - Capacitor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor_H diff --git a/plugins/LinuxVST/src/Capacitor2/Capacitor2.cpp b/plugins/LinuxVST/src/Capacitor2/Capacitor2.cpp index 308b53490..b179bcdd6 100755 --- a/plugins/LinuxVST/src/Capacitor2/Capacitor2.cpp +++ b/plugins/LinuxVST/src/Capacitor2/Capacitor2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Capacitor2 - Capacitor2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor2_H diff --git a/plugins/LinuxVST/src/Capacitor2/Capacitor2.h b/plugins/LinuxVST/src/Capacitor2/Capacitor2.h index c9460f0db..168437448 100755 --- a/plugins/LinuxVST/src/Capacitor2/Capacitor2.h +++ b/plugins/LinuxVST/src/Capacitor2/Capacitor2.h @@ -1,7 +1,7 @@ /* ======================================== * Capacitor2 - Capacitor2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor2_H diff --git a/plugins/LinuxVST/src/Capacitor2/Capacitor2Proc.cpp b/plugins/LinuxVST/src/Capacitor2/Capacitor2Proc.cpp index 4b3f730fe..36319799a 100755 --- a/plugins/LinuxVST/src/Capacitor2/Capacitor2Proc.cpp +++ b/plugins/LinuxVST/src/Capacitor2/Capacitor2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Capacitor2 - Capacitor2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor2_H diff --git a/plugins/LinuxVST/src/Chamber/Chamber.cpp b/plugins/LinuxVST/src/Chamber/Chamber.cpp index 2bb273587..d6fdfca27 100755 --- a/plugins/LinuxVST/src/Chamber/Chamber.cpp +++ b/plugins/LinuxVST/src/Chamber/Chamber.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chamber - Chamber.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber_H diff --git a/plugins/LinuxVST/src/Chamber/Chamber.h b/plugins/LinuxVST/src/Chamber/Chamber.h index 0c427bdb5..8a2eb17c5 100755 --- a/plugins/LinuxVST/src/Chamber/Chamber.h +++ b/plugins/LinuxVST/src/Chamber/Chamber.h @@ -1,7 +1,7 @@ /* ======================================== * Chamber - Chamber.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber_H diff --git a/plugins/LinuxVST/src/Chamber/ChamberProc.cpp b/plugins/LinuxVST/src/Chamber/ChamberProc.cpp index c536ef030..711c96d1e 100755 --- a/plugins/LinuxVST/src/Chamber/ChamberProc.cpp +++ b/plugins/LinuxVST/src/Chamber/ChamberProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chamber - Chamber.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber_H diff --git a/plugins/LinuxVST/src/Chamber2/Chamber2.cpp b/plugins/LinuxVST/src/Chamber2/Chamber2.cpp index 2afbd2353..c13d3c187 100755 --- a/plugins/LinuxVST/src/Chamber2/Chamber2.cpp +++ b/plugins/LinuxVST/src/Chamber2/Chamber2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chamber2 - Chamber2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber2_H diff --git a/plugins/LinuxVST/src/Chamber2/Chamber2.h b/plugins/LinuxVST/src/Chamber2/Chamber2.h index 6fe5e226e..629c06d36 100755 --- a/plugins/LinuxVST/src/Chamber2/Chamber2.h +++ b/plugins/LinuxVST/src/Chamber2/Chamber2.h @@ -1,7 +1,7 @@ /* ======================================== * Chamber2 - Chamber2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber2_H diff --git a/plugins/LinuxVST/src/Chamber2/Chamber2Proc.cpp b/plugins/LinuxVST/src/Chamber2/Chamber2Proc.cpp index 4b112cd78..303f9d3ec 100755 --- a/plugins/LinuxVST/src/Chamber2/Chamber2Proc.cpp +++ b/plugins/LinuxVST/src/Chamber2/Chamber2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chamber2 - Chamber2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber2_H diff --git a/plugins/LinuxVST/src/Channel4/Channel4.cpp b/plugins/LinuxVST/src/Channel4/Channel4.cpp index acdd74a0b..ede5b2acf 100755 --- a/plugins/LinuxVST/src/Channel4/Channel4.cpp +++ b/plugins/LinuxVST/src/Channel4/Channel4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel4 - Channel4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel4_H diff --git a/plugins/LinuxVST/src/Channel4/Channel4.h b/plugins/LinuxVST/src/Channel4/Channel4.h index 1f427f88d..7c81d45fc 100755 --- a/plugins/LinuxVST/src/Channel4/Channel4.h +++ b/plugins/LinuxVST/src/Channel4/Channel4.h @@ -1,7 +1,7 @@ /* ======================================== * Channel4 - Channel4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel4_H diff --git a/plugins/LinuxVST/src/Channel4/Channel4Proc.cpp b/plugins/LinuxVST/src/Channel4/Channel4Proc.cpp index a57623d4f..33655a5f9 100755 --- a/plugins/LinuxVST/src/Channel4/Channel4Proc.cpp +++ b/plugins/LinuxVST/src/Channel4/Channel4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel4 - Channel4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel4_H diff --git a/plugins/LinuxVST/src/Channel5/Channel5.cpp b/plugins/LinuxVST/src/Channel5/Channel5.cpp index 975c7bab8..8455be251 100755 --- a/plugins/LinuxVST/src/Channel5/Channel5.cpp +++ b/plugins/LinuxVST/src/Channel5/Channel5.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel5 - Channel5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel5_H diff --git a/plugins/LinuxVST/src/Channel5/Channel5.h b/plugins/LinuxVST/src/Channel5/Channel5.h index ef3c2b8bd..892138672 100755 --- a/plugins/LinuxVST/src/Channel5/Channel5.h +++ b/plugins/LinuxVST/src/Channel5/Channel5.h @@ -1,7 +1,7 @@ /* ======================================== * Channel5 - Channel5.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel5_H diff --git a/plugins/LinuxVST/src/Channel5/Channel5Proc.cpp b/plugins/LinuxVST/src/Channel5/Channel5Proc.cpp index d873e2b2c..7cd05916b 100755 --- a/plugins/LinuxVST/src/Channel5/Channel5Proc.cpp +++ b/plugins/LinuxVST/src/Channel5/Channel5Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel5 - Channel5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel5_H diff --git a/plugins/LinuxVST/src/Channel6/Channel6.cpp b/plugins/LinuxVST/src/Channel6/Channel6.cpp index a47a1c872..2d69a40b9 100755 --- a/plugins/LinuxVST/src/Channel6/Channel6.cpp +++ b/plugins/LinuxVST/src/Channel6/Channel6.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel6 - Channel6.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel6_H diff --git a/plugins/LinuxVST/src/Channel6/Channel6.h b/plugins/LinuxVST/src/Channel6/Channel6.h index ddca3e3ae..266e65928 100755 --- a/plugins/LinuxVST/src/Channel6/Channel6.h +++ b/plugins/LinuxVST/src/Channel6/Channel6.h @@ -1,7 +1,7 @@ /* ======================================== * Channel6 - Channel6.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel6_H diff --git a/plugins/LinuxVST/src/Channel6/Channel6Proc.cpp b/plugins/LinuxVST/src/Channel6/Channel6Proc.cpp index be57dbc44..f2e8a8fc2 100755 --- a/plugins/LinuxVST/src/Channel6/Channel6Proc.cpp +++ b/plugins/LinuxVST/src/Channel6/Channel6Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel6 - Channel6.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel6_H diff --git a/plugins/LinuxVST/src/Channel7/Channel7.cpp b/plugins/LinuxVST/src/Channel7/Channel7.cpp index d9d6fbfd0..a53458a32 100755 --- a/plugins/LinuxVST/src/Channel7/Channel7.cpp +++ b/plugins/LinuxVST/src/Channel7/Channel7.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel7 - Channel7.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel7_H diff --git a/plugins/LinuxVST/src/Channel7/Channel7.h b/plugins/LinuxVST/src/Channel7/Channel7.h index 5f4a1a1bc..a8d2326e1 100755 --- a/plugins/LinuxVST/src/Channel7/Channel7.h +++ b/plugins/LinuxVST/src/Channel7/Channel7.h @@ -1,7 +1,7 @@ /* ======================================== * Channel7 - Channel7.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel7_H diff --git a/plugins/LinuxVST/src/Channel7/Channel7Proc.cpp b/plugins/LinuxVST/src/Channel7/Channel7Proc.cpp index f64647ab6..92cd4167a 100755 --- a/plugins/LinuxVST/src/Channel7/Channel7Proc.cpp +++ b/plugins/LinuxVST/src/Channel7/Channel7Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel7 - Channel7.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel7_H diff --git a/plugins/LinuxVST/src/Channel8/Channel8.cpp b/plugins/LinuxVST/src/Channel8/Channel8.cpp index 2e9827760..d9f1b459b 100755 --- a/plugins/LinuxVST/src/Channel8/Channel8.cpp +++ b/plugins/LinuxVST/src/Channel8/Channel8.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel8 - Channel8.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel8_H diff --git a/plugins/LinuxVST/src/Channel8/Channel8.h b/plugins/LinuxVST/src/Channel8/Channel8.h index 89bed0c09..e104076e7 100755 --- a/plugins/LinuxVST/src/Channel8/Channel8.h +++ b/plugins/LinuxVST/src/Channel8/Channel8.h @@ -1,7 +1,7 @@ /* ======================================== * Channel8 - Channel8.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel8_H diff --git a/plugins/LinuxVST/src/Channel8/Channel8Proc.cpp b/plugins/LinuxVST/src/Channel8/Channel8Proc.cpp index fd3200222..a54c24a0b 100755 --- a/plugins/LinuxVST/src/Channel8/Channel8Proc.cpp +++ b/plugins/LinuxVST/src/Channel8/Channel8Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel8 - Channel8.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel8_H diff --git a/plugins/LinuxVST/src/Channel9/Channel9.cpp b/plugins/LinuxVST/src/Channel9/Channel9.cpp index b9527d16e..c89338cce 100755 --- a/plugins/LinuxVST/src/Channel9/Channel9.cpp +++ b/plugins/LinuxVST/src/Channel9/Channel9.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel9 - Channel9.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel9_H diff --git a/plugins/LinuxVST/src/Channel9/Channel9.h b/plugins/LinuxVST/src/Channel9/Channel9.h index 1232f66f6..929a82c88 100755 --- a/plugins/LinuxVST/src/Channel9/Channel9.h +++ b/plugins/LinuxVST/src/Channel9/Channel9.h @@ -1,7 +1,7 @@ /* ======================================== * Channel9 - Channel9.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel9_H diff --git a/plugins/LinuxVST/src/Channel9/Channel9Proc.cpp b/plugins/LinuxVST/src/Channel9/Channel9Proc.cpp index 5ca21ec9c..bf283978f 100755 --- a/plugins/LinuxVST/src/Channel9/Channel9Proc.cpp +++ b/plugins/LinuxVST/src/Channel9/Channel9Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel9 - Channel9.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel9_H diff --git a/plugins/LinuxVST/src/Chorus/Chorus.cpp b/plugins/LinuxVST/src/Chorus/Chorus.cpp index d2a630dff..7a444dba4 100755 --- a/plugins/LinuxVST/src/Chorus/Chorus.cpp +++ b/plugins/LinuxVST/src/Chorus/Chorus.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chorus - Chorus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chorus_H diff --git a/plugins/LinuxVST/src/Chorus/Chorus.h b/plugins/LinuxVST/src/Chorus/Chorus.h index 933415bca..a17120a0f 100755 --- a/plugins/LinuxVST/src/Chorus/Chorus.h +++ b/plugins/LinuxVST/src/Chorus/Chorus.h @@ -1,7 +1,7 @@ /* ======================================== * Chorus - Chorus.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Chorus_H diff --git a/plugins/LinuxVST/src/Chorus/ChorusProc.cpp b/plugins/LinuxVST/src/Chorus/ChorusProc.cpp index a3e0a415f..8550758cf 100755 --- a/plugins/LinuxVST/src/Chorus/ChorusProc.cpp +++ b/plugins/LinuxVST/src/Chorus/ChorusProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chorus - Chorus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chorus_H diff --git a/plugins/LinuxVST/src/ChorusEnsemble/ChorusEnsemble.cpp b/plugins/LinuxVST/src/ChorusEnsemble/ChorusEnsemble.cpp index a9f898ec9..9bf35b34f 100755 --- a/plugins/LinuxVST/src/ChorusEnsemble/ChorusEnsemble.cpp +++ b/plugins/LinuxVST/src/ChorusEnsemble/ChorusEnsemble.cpp @@ -1,6 +1,6 @@ /* ======================================== * ChorusEnsemble - ChorusEnsemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ChorusEnsemble_H diff --git a/plugins/LinuxVST/src/ChorusEnsemble/ChorusEnsemble.h b/plugins/LinuxVST/src/ChorusEnsemble/ChorusEnsemble.h index 8b796e8eb..b96f35c48 100755 --- a/plugins/LinuxVST/src/ChorusEnsemble/ChorusEnsemble.h +++ b/plugins/LinuxVST/src/ChorusEnsemble/ChorusEnsemble.h @@ -1,7 +1,7 @@ /* ======================================== * ChorusEnsemble - ChorusEnsemble.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ChorusEnsemble_H diff --git a/plugins/LinuxVST/src/ChorusEnsemble/ChorusEnsembleProc.cpp b/plugins/LinuxVST/src/ChorusEnsemble/ChorusEnsembleProc.cpp index 3257fd9a2..2e3ce95a1 100755 --- a/plugins/LinuxVST/src/ChorusEnsemble/ChorusEnsembleProc.cpp +++ b/plugins/LinuxVST/src/ChorusEnsemble/ChorusEnsembleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ChorusEnsemble - ChorusEnsemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ChorusEnsemble_H diff --git a/plugins/LinuxVST/src/ChromeOxide/ChromeOxide.cpp b/plugins/LinuxVST/src/ChromeOxide/ChromeOxide.cpp index f3d7f337a..5f4cd1a62 100755 --- a/plugins/LinuxVST/src/ChromeOxide/ChromeOxide.cpp +++ b/plugins/LinuxVST/src/ChromeOxide/ChromeOxide.cpp @@ -1,6 +1,6 @@ /* ======================================== * ChromeOxide - ChromeOxide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ChromeOxide_H diff --git a/plugins/LinuxVST/src/ChromeOxide/ChromeOxide.h b/plugins/LinuxVST/src/ChromeOxide/ChromeOxide.h index a644646b8..f16d7dc61 100755 --- a/plugins/LinuxVST/src/ChromeOxide/ChromeOxide.h +++ b/plugins/LinuxVST/src/ChromeOxide/ChromeOxide.h @@ -1,7 +1,7 @@ /* ======================================== * ChromeOxide - ChromeOxide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ChromeOxide_H diff --git a/plugins/LinuxVST/src/ChromeOxide/ChromeOxideProc.cpp b/plugins/LinuxVST/src/ChromeOxide/ChromeOxideProc.cpp index e69607979..b36079f3b 100755 --- a/plugins/LinuxVST/src/ChromeOxide/ChromeOxideProc.cpp +++ b/plugins/LinuxVST/src/ChromeOxide/ChromeOxideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ChromeOxide - ChromeOxide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ChromeOxide_H diff --git a/plugins/LinuxVST/src/Cider/Cider.cpp b/plugins/LinuxVST/src/Cider/Cider.cpp index e32cf78e0..eb38872e8 100755 --- a/plugins/LinuxVST/src/Cider/Cider.cpp +++ b/plugins/LinuxVST/src/Cider/Cider.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cider - Cider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cider_H diff --git a/plugins/LinuxVST/src/Cider/Cider.h b/plugins/LinuxVST/src/Cider/Cider.h index e184005d1..5e673f42a 100755 --- a/plugins/LinuxVST/src/Cider/Cider.h +++ b/plugins/LinuxVST/src/Cider/Cider.h @@ -1,7 +1,7 @@ /* ======================================== * Cider - Cider.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Cider_H diff --git a/plugins/LinuxVST/src/Cider/CiderProc.cpp b/plugins/LinuxVST/src/Cider/CiderProc.cpp index 86bd45278..e918c06e2 100755 --- a/plugins/LinuxVST/src/Cider/CiderProc.cpp +++ b/plugins/LinuxVST/src/Cider/CiderProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cider - Cider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cider_H diff --git a/plugins/LinuxVST/src/ClipOnly/ClipOnly.cpp b/plugins/LinuxVST/src/ClipOnly/ClipOnly.cpp index 7913ce466..d09420d08 100755 --- a/plugins/LinuxVST/src/ClipOnly/ClipOnly.cpp +++ b/plugins/LinuxVST/src/ClipOnly/ClipOnly.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipOnly - ClipOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly_H diff --git a/plugins/LinuxVST/src/ClipOnly/ClipOnly.h b/plugins/LinuxVST/src/ClipOnly/ClipOnly.h index 5b7bc3127..999f4e7a7 100755 --- a/plugins/LinuxVST/src/ClipOnly/ClipOnly.h +++ b/plugins/LinuxVST/src/ClipOnly/ClipOnly.h @@ -1,7 +1,7 @@ /* ======================================== * ClipOnly - ClipOnly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly_H diff --git a/plugins/LinuxVST/src/ClipOnly/ClipOnlyProc.cpp b/plugins/LinuxVST/src/ClipOnly/ClipOnlyProc.cpp index 5f0de0b35..043047e54 100755 --- a/plugins/LinuxVST/src/ClipOnly/ClipOnlyProc.cpp +++ b/plugins/LinuxVST/src/ClipOnly/ClipOnlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipOnly - ClipOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly_H diff --git a/plugins/LinuxVST/src/ClipOnly2/ClipOnly2.cpp b/plugins/LinuxVST/src/ClipOnly2/ClipOnly2.cpp index 8621a6c73..b32273c5b 100755 --- a/plugins/LinuxVST/src/ClipOnly2/ClipOnly2.cpp +++ b/plugins/LinuxVST/src/ClipOnly2/ClipOnly2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipOnly2 - ClipOnly2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly2_H diff --git a/plugins/LinuxVST/src/ClipOnly2/ClipOnly2.h b/plugins/LinuxVST/src/ClipOnly2/ClipOnly2.h index efe560d03..7a006f235 100755 --- a/plugins/LinuxVST/src/ClipOnly2/ClipOnly2.h +++ b/plugins/LinuxVST/src/ClipOnly2/ClipOnly2.h @@ -1,7 +1,7 @@ /* ======================================== * ClipOnly2 - ClipOnly2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly2_H diff --git a/plugins/LinuxVST/src/ClipOnly2/ClipOnly2Proc.cpp b/plugins/LinuxVST/src/ClipOnly2/ClipOnly2Proc.cpp index bbdca476c..f5d765a0d 100755 --- a/plugins/LinuxVST/src/ClipOnly2/ClipOnly2Proc.cpp +++ b/plugins/LinuxVST/src/ClipOnly2/ClipOnly2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipOnly2 - ClipOnly2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly2_H diff --git a/plugins/LinuxVST/src/ClipSoftly/ClipSoftly.cpp b/plugins/LinuxVST/src/ClipSoftly/ClipSoftly.cpp index 56de12336..238b2f313 100755 --- a/plugins/LinuxVST/src/ClipSoftly/ClipSoftly.cpp +++ b/plugins/LinuxVST/src/ClipSoftly/ClipSoftly.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipSoftly - ClipSoftly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipSoftly_H diff --git a/plugins/LinuxVST/src/ClipSoftly/ClipSoftly.h b/plugins/LinuxVST/src/ClipSoftly/ClipSoftly.h index 82f617602..a11d96187 100755 --- a/plugins/LinuxVST/src/ClipSoftly/ClipSoftly.h +++ b/plugins/LinuxVST/src/ClipSoftly/ClipSoftly.h @@ -1,7 +1,7 @@ /* ======================================== * ClipSoftly - ClipSoftly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipSoftly_H diff --git a/plugins/LinuxVST/src/ClipSoftly/ClipSoftlyProc.cpp b/plugins/LinuxVST/src/ClipSoftly/ClipSoftlyProc.cpp index 6c661ed5b..3701598c1 100755 --- a/plugins/LinuxVST/src/ClipSoftly/ClipSoftlyProc.cpp +++ b/plugins/LinuxVST/src/ClipSoftly/ClipSoftlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipSoftly - ClipSoftly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipSoftly_H diff --git a/plugins/LinuxVST/src/Coils/Coils.cpp b/plugins/LinuxVST/src/Coils/Coils.cpp index 0a2d4437b..85a990d9e 100755 --- a/plugins/LinuxVST/src/Coils/Coils.cpp +++ b/plugins/LinuxVST/src/Coils/Coils.cpp @@ -1,6 +1,6 @@ /* ======================================== * Coils - Coils.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils_H diff --git a/plugins/LinuxVST/src/Coils/Coils.h b/plugins/LinuxVST/src/Coils/Coils.h index 3643a3979..1442b59ec 100755 --- a/plugins/LinuxVST/src/Coils/Coils.h +++ b/plugins/LinuxVST/src/Coils/Coils.h @@ -1,7 +1,7 @@ /* ======================================== * Coils - Coils.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils_H diff --git a/plugins/LinuxVST/src/Coils/CoilsProc.cpp b/plugins/LinuxVST/src/Coils/CoilsProc.cpp index b05090b85..3bd48617e 100755 --- a/plugins/LinuxVST/src/Coils/CoilsProc.cpp +++ b/plugins/LinuxVST/src/Coils/CoilsProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Coils - Coils.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils_H diff --git a/plugins/LinuxVST/src/Coils2/Coils2.cpp b/plugins/LinuxVST/src/Coils2/Coils2.cpp index 46e0c3c3b..64ceb5aea 100755 --- a/plugins/LinuxVST/src/Coils2/Coils2.cpp +++ b/plugins/LinuxVST/src/Coils2/Coils2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Coils2 - Coils2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils2_H diff --git a/plugins/LinuxVST/src/Coils2/Coils2.h b/plugins/LinuxVST/src/Coils2/Coils2.h index 0e3f61a3c..16f687893 100755 --- a/plugins/LinuxVST/src/Coils2/Coils2.h +++ b/plugins/LinuxVST/src/Coils2/Coils2.h @@ -1,7 +1,7 @@ /* ======================================== * Coils2 - Coils2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils2_H diff --git a/plugins/LinuxVST/src/Coils2/Coils2Proc.cpp b/plugins/LinuxVST/src/Coils2/Coils2Proc.cpp index d4466f4bc..0f7fda2e4 100755 --- a/plugins/LinuxVST/src/Coils2/Coils2Proc.cpp +++ b/plugins/LinuxVST/src/Coils2/Coils2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Coils2 - Coils2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils2_H diff --git a/plugins/LinuxVST/src/Cojones/Cojones.cpp b/plugins/LinuxVST/src/Cojones/Cojones.cpp index bd6001fa7..860c31956 100755 --- a/plugins/LinuxVST/src/Cojones/Cojones.cpp +++ b/plugins/LinuxVST/src/Cojones/Cojones.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cojones - Cojones.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cojones_H diff --git a/plugins/LinuxVST/src/Cojones/Cojones.h b/plugins/LinuxVST/src/Cojones/Cojones.h index 519304f48..feaa72435 100755 --- a/plugins/LinuxVST/src/Cojones/Cojones.h +++ b/plugins/LinuxVST/src/Cojones/Cojones.h @@ -1,7 +1,7 @@ /* ======================================== * Cojones - Cojones.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Cojones_H diff --git a/plugins/LinuxVST/src/Cojones/CojonesProc.cpp b/plugins/LinuxVST/src/Cojones/CojonesProc.cpp index 3b45cea8f..e87ceed7d 100755 --- a/plugins/LinuxVST/src/Cojones/CojonesProc.cpp +++ b/plugins/LinuxVST/src/Cojones/CojonesProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cojones - Cojones.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cojones_H diff --git a/plugins/LinuxVST/src/Compresaturator/Compresaturator.cpp b/plugins/LinuxVST/src/Compresaturator/Compresaturator.cpp index 299892abb..f51ad9cca 100755 --- a/plugins/LinuxVST/src/Compresaturator/Compresaturator.cpp +++ b/plugins/LinuxVST/src/Compresaturator/Compresaturator.cpp @@ -1,6 +1,6 @@ /* ======================================== * Compresaturator - Compresaturator.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Compresaturator_H diff --git a/plugins/LinuxVST/src/Compresaturator/Compresaturator.h b/plugins/LinuxVST/src/Compresaturator/Compresaturator.h index 868b50b4d..b30bcc95a 100755 --- a/plugins/LinuxVST/src/Compresaturator/Compresaturator.h +++ b/plugins/LinuxVST/src/Compresaturator/Compresaturator.h @@ -1,7 +1,7 @@ /* ======================================== * Compresaturator - Compresaturator.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Compresaturator_H diff --git a/plugins/LinuxVST/src/Compresaturator/CompresaturatorProc.cpp b/plugins/LinuxVST/src/Compresaturator/CompresaturatorProc.cpp index c75fc4bdf..0dfb7ab22 100755 --- a/plugins/LinuxVST/src/Compresaturator/CompresaturatorProc.cpp +++ b/plugins/LinuxVST/src/Compresaturator/CompresaturatorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Compresaturator - Compresaturator.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Compresaturator_H diff --git a/plugins/LinuxVST/src/Console4Buss/Console4Buss.cpp b/plugins/LinuxVST/src/Console4Buss/Console4Buss.cpp index 4db7b1432..dbf1f28c7 100755 --- a/plugins/LinuxVST/src/Console4Buss/Console4Buss.cpp +++ b/plugins/LinuxVST/src/Console4Buss/Console4Buss.cpp @@ -1,7 +1,7 @@ /* ======================================== * Console4Buss - Console4Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Buss_H diff --git a/plugins/LinuxVST/src/Console4Buss/Console4Buss.h b/plugins/LinuxVST/src/Console4Buss/Console4Buss.h index 04fb5d2bd..35b85affd 100755 --- a/plugins/LinuxVST/src/Console4Buss/Console4Buss.h +++ b/plugins/LinuxVST/src/Console4Buss/Console4Buss.h @@ -1,7 +1,7 @@ /* ======================================== * Console4Buss - Console4Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Buss_H diff --git a/plugins/LinuxVST/src/Console4Buss/Console4BussProc.cpp b/plugins/LinuxVST/src/Console4Buss/Console4BussProc.cpp index 2b863eaf1..d73cb6d43 100755 --- a/plugins/LinuxVST/src/Console4Buss/Console4BussProc.cpp +++ b/plugins/LinuxVST/src/Console4Buss/Console4BussProc.cpp @@ -1,7 +1,7 @@ /* ======================================== * Console4Buss - Console4Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Buss_H diff --git a/plugins/LinuxVST/src/Console4Channel/Console4Channel.cpp b/plugins/LinuxVST/src/Console4Channel/Console4Channel.cpp index 6e8f95441..0b3b36eaa 100755 --- a/plugins/LinuxVST/src/Console4Channel/Console4Channel.cpp +++ b/plugins/LinuxVST/src/Console4Channel/Console4Channel.cpp @@ -1,7 +1,7 @@ /* ======================================== * Console4Channel - Console4Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Channel_H diff --git a/plugins/LinuxVST/src/Console4Channel/Console4Channel.h b/plugins/LinuxVST/src/Console4Channel/Console4Channel.h index f5542d4bb..3d913b5f8 100755 --- a/plugins/LinuxVST/src/Console4Channel/Console4Channel.h +++ b/plugins/LinuxVST/src/Console4Channel/Console4Channel.h @@ -1,7 +1,7 @@ /* ======================================== * Console4Channel - Console4Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Channel_H diff --git a/plugins/LinuxVST/src/Console4Channel/Console4ChannelProc.cpp b/plugins/LinuxVST/src/Console4Channel/Console4ChannelProc.cpp index eed5c8d67..43b483711 100755 --- a/plugins/LinuxVST/src/Console4Channel/Console4ChannelProc.cpp +++ b/plugins/LinuxVST/src/Console4Channel/Console4ChannelProc.cpp @@ -1,7 +1,7 @@ /* ======================================== * Console4Channel - Console4Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Channel_H diff --git a/plugins/LinuxVST/src/Console5Buss/Console5Buss.cpp b/plugins/LinuxVST/src/Console5Buss/Console5Buss.cpp index 69a467ab8..e799ae724 100755 --- a/plugins/LinuxVST/src/Console5Buss/Console5Buss.cpp +++ b/plugins/LinuxVST/src/Console5Buss/Console5Buss.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5Buss - Console5Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Buss_H diff --git a/plugins/LinuxVST/src/Console5Buss/Console5Buss.h b/plugins/LinuxVST/src/Console5Buss/Console5Buss.h index 81f9d0eac..f5588504e 100755 --- a/plugins/LinuxVST/src/Console5Buss/Console5Buss.h +++ b/plugins/LinuxVST/src/Console5Buss/Console5Buss.h @@ -1,7 +1,7 @@ /* ======================================== * Console5Buss - Console5Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Buss_H diff --git a/plugins/LinuxVST/src/Console5Buss/Console5BussProc.cpp b/plugins/LinuxVST/src/Console5Buss/Console5BussProc.cpp index a61c2e7cb..5d94c22b0 100755 --- a/plugins/LinuxVST/src/Console5Buss/Console5BussProc.cpp +++ b/plugins/LinuxVST/src/Console5Buss/Console5BussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5Buss - Console5Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Buss_H diff --git a/plugins/LinuxVST/src/Console5Channel/Console5Channel.cpp b/plugins/LinuxVST/src/Console5Channel/Console5Channel.cpp index b38d63844..3eebd6caa 100755 --- a/plugins/LinuxVST/src/Console5Channel/Console5Channel.cpp +++ b/plugins/LinuxVST/src/Console5Channel/Console5Channel.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5Channel - Console5Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Channel_H diff --git a/plugins/LinuxVST/src/Console5Channel/Console5Channel.h b/plugins/LinuxVST/src/Console5Channel/Console5Channel.h index 17e48be47..e7fc9c9e7 100755 --- a/plugins/LinuxVST/src/Console5Channel/Console5Channel.h +++ b/plugins/LinuxVST/src/Console5Channel/Console5Channel.h @@ -1,7 +1,7 @@ /* ======================================== * Console5Channel - Console5Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Channel_H diff --git a/plugins/LinuxVST/src/Console5Channel/Console5ChannelProc.cpp b/plugins/LinuxVST/src/Console5Channel/Console5ChannelProc.cpp index bab2c5971..95aabbd73 100755 --- a/plugins/LinuxVST/src/Console5Channel/Console5ChannelProc.cpp +++ b/plugins/LinuxVST/src/Console5Channel/Console5ChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5Channel - Console5Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Channel_H diff --git a/plugins/LinuxVST/src/Console5DarkCh/Console5DarkCh.cpp b/plugins/LinuxVST/src/Console5DarkCh/Console5DarkCh.cpp index 25995665f..f876f0bb4 100755 --- a/plugins/LinuxVST/src/Console5DarkCh/Console5DarkCh.cpp +++ b/plugins/LinuxVST/src/Console5DarkCh/Console5DarkCh.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5DarkCh - Console5DarkCh.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5DarkCh_H diff --git a/plugins/LinuxVST/src/Console5DarkCh/Console5DarkCh.h b/plugins/LinuxVST/src/Console5DarkCh/Console5DarkCh.h index f3a777fbb..7e40d327b 100755 --- a/plugins/LinuxVST/src/Console5DarkCh/Console5DarkCh.h +++ b/plugins/LinuxVST/src/Console5DarkCh/Console5DarkCh.h @@ -1,7 +1,7 @@ /* ======================================== * Console5DarkCh - Console5DarkCh.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5DarkCh_H diff --git a/plugins/LinuxVST/src/Console5DarkCh/Console5DarkChProc.cpp b/plugins/LinuxVST/src/Console5DarkCh/Console5DarkChProc.cpp index 60469e11e..13596815d 100755 --- a/plugins/LinuxVST/src/Console5DarkCh/Console5DarkChProc.cpp +++ b/plugins/LinuxVST/src/Console5DarkCh/Console5DarkChProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5DarkCh - Console5DarkCh.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5DarkCh_H diff --git a/plugins/LinuxVST/src/Console6Buss/Console6Buss.cpp b/plugins/LinuxVST/src/Console6Buss/Console6Buss.cpp index 21fb9728b..741b7b678 100755 --- a/plugins/LinuxVST/src/Console6Buss/Console6Buss.cpp +++ b/plugins/LinuxVST/src/Console6Buss/Console6Buss.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console6Buss - Console6Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Buss_H diff --git a/plugins/LinuxVST/src/Console6Buss/Console6Buss.h b/plugins/LinuxVST/src/Console6Buss/Console6Buss.h index 67e3a3d4a..4901240af 100755 --- a/plugins/LinuxVST/src/Console6Buss/Console6Buss.h +++ b/plugins/LinuxVST/src/Console6Buss/Console6Buss.h @@ -1,7 +1,7 @@ /* ======================================== * Console6Buss - Console6Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Buss_H diff --git a/plugins/LinuxVST/src/Console6Buss/Console6BussProc.cpp b/plugins/LinuxVST/src/Console6Buss/Console6BussProc.cpp index 864c4b6a5..e2fbe07bb 100755 --- a/plugins/LinuxVST/src/Console6Buss/Console6BussProc.cpp +++ b/plugins/LinuxVST/src/Console6Buss/Console6BussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console6Buss - Console6Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Buss_H diff --git a/plugins/LinuxVST/src/Console6Channel/Console6Channel.cpp b/plugins/LinuxVST/src/Console6Channel/Console6Channel.cpp index fee5a551c..9e3058b5e 100755 --- a/plugins/LinuxVST/src/Console6Channel/Console6Channel.cpp +++ b/plugins/LinuxVST/src/Console6Channel/Console6Channel.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console6Channel - Console6Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Channel_H diff --git a/plugins/LinuxVST/src/Console6Channel/Console6Channel.h b/plugins/LinuxVST/src/Console6Channel/Console6Channel.h index 976a9b43c..dfd5a84c3 100755 --- a/plugins/LinuxVST/src/Console6Channel/Console6Channel.h +++ b/plugins/LinuxVST/src/Console6Channel/Console6Channel.h @@ -1,7 +1,7 @@ /* ======================================== * Console6Channel - Console6Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Channel_H diff --git a/plugins/LinuxVST/src/Console6Channel/Console6ChannelProc.cpp b/plugins/LinuxVST/src/Console6Channel/Console6ChannelProc.cpp index ffbcbb769..7f96a334f 100755 --- a/plugins/LinuxVST/src/Console6Channel/Console6ChannelProc.cpp +++ b/plugins/LinuxVST/src/Console6Channel/Console6ChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console6Channel - Console6Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Channel_H diff --git a/plugins/LinuxVST/src/Console7Buss/Console7Buss.cpp b/plugins/LinuxVST/src/Console7Buss/Console7Buss.cpp index b40ebfacd..16769aa58 100755 --- a/plugins/LinuxVST/src/Console7Buss/Console7Buss.cpp +++ b/plugins/LinuxVST/src/Console7Buss/Console7Buss.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Buss - Console7Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Buss_H diff --git a/plugins/LinuxVST/src/Console7Buss/Console7Buss.h b/plugins/LinuxVST/src/Console7Buss/Console7Buss.h index 0be4fcf81..ffd952f6c 100755 --- a/plugins/LinuxVST/src/Console7Buss/Console7Buss.h +++ b/plugins/LinuxVST/src/Console7Buss/Console7Buss.h @@ -1,7 +1,7 @@ /* ======================================== * Console7Buss - Console7Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Buss_H diff --git a/plugins/LinuxVST/src/Console7Buss/Console7BussProc.cpp b/plugins/LinuxVST/src/Console7Buss/Console7BussProc.cpp index 6008a31b0..f0b65819e 100755 --- a/plugins/LinuxVST/src/Console7Buss/Console7BussProc.cpp +++ b/plugins/LinuxVST/src/Console7Buss/Console7BussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Buss - Console7Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Buss_H diff --git a/plugins/LinuxVST/src/Console7Cascade/Console7Cascade.cpp b/plugins/LinuxVST/src/Console7Cascade/Console7Cascade.cpp index 98de6e478..730189c8e 100755 --- a/plugins/LinuxVST/src/Console7Cascade/Console7Cascade.cpp +++ b/plugins/LinuxVST/src/Console7Cascade/Console7Cascade.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Cascade - Console7Cascade.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Cascade_H diff --git a/plugins/LinuxVST/src/Console7Cascade/Console7Cascade.h b/plugins/LinuxVST/src/Console7Cascade/Console7Cascade.h index 05254a102..bac10b276 100755 --- a/plugins/LinuxVST/src/Console7Cascade/Console7Cascade.h +++ b/plugins/LinuxVST/src/Console7Cascade/Console7Cascade.h @@ -1,7 +1,7 @@ /* ======================================== * Console7Cascade - Console7Cascade.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Cascade_H diff --git a/plugins/LinuxVST/src/Console7Cascade/Console7CascadeProc.cpp b/plugins/LinuxVST/src/Console7Cascade/Console7CascadeProc.cpp index f004da812..a10fff659 100755 --- a/plugins/LinuxVST/src/Console7Cascade/Console7CascadeProc.cpp +++ b/plugins/LinuxVST/src/Console7Cascade/Console7CascadeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Cascade - Console7Cascade.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Cascade_H diff --git a/plugins/LinuxVST/src/Console7Channel/Console7Channel.cpp b/plugins/LinuxVST/src/Console7Channel/Console7Channel.cpp index 2815afe0e..27ba85cb3 100755 --- a/plugins/LinuxVST/src/Console7Channel/Console7Channel.cpp +++ b/plugins/LinuxVST/src/Console7Channel/Console7Channel.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Channel - Console7Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Channel_H diff --git a/plugins/LinuxVST/src/Console7Channel/Console7Channel.h b/plugins/LinuxVST/src/Console7Channel/Console7Channel.h index 7c8703c47..486bb3622 100755 --- a/plugins/LinuxVST/src/Console7Channel/Console7Channel.h +++ b/plugins/LinuxVST/src/Console7Channel/Console7Channel.h @@ -1,7 +1,7 @@ /* ======================================== * Console7Channel - Console7Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Channel_H diff --git a/plugins/LinuxVST/src/Console7Channel/Console7ChannelProc.cpp b/plugins/LinuxVST/src/Console7Channel/Console7ChannelProc.cpp index b683073da..a0b82774f 100755 --- a/plugins/LinuxVST/src/Console7Channel/Console7ChannelProc.cpp +++ b/plugins/LinuxVST/src/Console7Channel/Console7ChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Channel - Console7Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Channel_H diff --git a/plugins/LinuxVST/src/Console7Crunch/Console7Crunch.cpp b/plugins/LinuxVST/src/Console7Crunch/Console7Crunch.cpp index 13581f290..a7fb42284 100755 --- a/plugins/LinuxVST/src/Console7Crunch/Console7Crunch.cpp +++ b/plugins/LinuxVST/src/Console7Crunch/Console7Crunch.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Crunch - Console7Crunch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Crunch_H diff --git a/plugins/LinuxVST/src/Console7Crunch/Console7Crunch.h b/plugins/LinuxVST/src/Console7Crunch/Console7Crunch.h index cb1c47ff2..f1c5fe124 100755 --- a/plugins/LinuxVST/src/Console7Crunch/Console7Crunch.h +++ b/plugins/LinuxVST/src/Console7Crunch/Console7Crunch.h @@ -1,7 +1,7 @@ /* ======================================== * Console7Crunch - Console7Crunch.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Crunch_H diff --git a/plugins/LinuxVST/src/Console7Crunch/Console7CrunchProc.cpp b/plugins/LinuxVST/src/Console7Crunch/Console7CrunchProc.cpp index 7dac81098..f722e1fb5 100755 --- a/plugins/LinuxVST/src/Console7Crunch/Console7CrunchProc.cpp +++ b/plugins/LinuxVST/src/Console7Crunch/Console7CrunchProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Crunch - Console7Crunch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Crunch_H diff --git a/plugins/LinuxVST/src/Console8BussOut/Console8BussOut.cpp b/plugins/LinuxVST/src/Console8BusOut/Console8BussOut.cpp similarity index 85% rename from plugins/LinuxVST/src/Console8BussOut/Console8BussOut.cpp rename to plugins/LinuxVST/src/Console8BusOut/Console8BussOut.cpp index 97c355391..370e1ae06 100755 --- a/plugins/LinuxVST/src/Console8BussOut/Console8BussOut.cpp +++ b/plugins/LinuxVST/src/Console8BusOut/Console8BussOut.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussOut - Console8BussOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussOut_H @@ -15,26 +15,10 @@ Console8BussOut::Console8BussOut(audioMasterCallback audioMaster) : A = 0.5; inTrimA = 0.5; inTrimB = 0.5; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; - if (getSampleRate() > 49000.0) hsr = true; else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.52110856; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter lastSampleL = 0.0; wasPosClipL = false; wasNegClipL = false; lastSampleR = 0.0; wasPosClipR = false; wasNegClipR = false; for (int x = 0; x < 17; x++) {intermediateL[x] = 0.0; intermediateR[x] = 0.0;} //ADClip2 - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 - if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/LinuxVST/src/Console8BussOut/Console8BussOut.h b/plugins/LinuxVST/src/Console8BusOut/Console8BussOut.h similarity index 97% rename from plugins/LinuxVST/src/Console8BussOut/Console8BussOut.h rename to plugins/LinuxVST/src/Console8BusOut/Console8BussOut.h index e0bc04449..0c018954c 100755 --- a/plugins/LinuxVST/src/Console8BussOut/Console8BussOut.h +++ b/plugins/LinuxVST/src/Console8BusOut/Console8BussOut.h @@ -1,7 +1,7 @@ /* ======================================== * Console8BussOut - Console8BussOut.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussOut_H diff --git a/plugins/LinuxVST/src/Console8BussOut/Console8BussOutProc.cpp b/plugins/LinuxVST/src/Console8BusOut/Console8BussOutProc.cpp similarity index 86% rename from plugins/LinuxVST/src/Console8BussOut/Console8BussOutProc.cpp rename to plugins/LinuxVST/src/Console8BusOut/Console8BussOutProc.cpp index b6e6fb452..5ec44caf5 100755 --- a/plugins/LinuxVST/src/Console8BussOut/Console8BussOutProc.cpp +++ b/plugins/LinuxVST/src/Console8BusOut/Console8BussOutProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussOut - Console8BussOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussOut_H @@ -18,7 +18,23 @@ void Console8BussOut::processReplacing(float **inputs, float **outputs, VstInt32 inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. - + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.52110856; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -114,7 +130,23 @@ void Console8BussOut::processDoubleReplacing(double **inputs, double **outputs, inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. - + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.52110856; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/LinuxVST/src/Console8BussHype/Console8BussHype.cpp b/plugins/LinuxVST/src/Console8BussHype/Console8BussHype.cpp index 3ac8fda34..673dfcc55 100755 --- a/plugins/LinuxVST/src/Console8BussHype/Console8BussHype.cpp +++ b/plugins/LinuxVST/src/Console8BussHype/Console8BussHype.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussHype - Console8BussHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussHype_H @@ -15,26 +15,6 @@ Console8BussHype::Console8BussHype(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.5; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/LinuxVST/src/Console8BussHype/Console8BussHype.h b/plugins/LinuxVST/src/Console8BussHype/Console8BussHype.h index ed1dc1aca..44f75f3a6 100755 --- a/plugins/LinuxVST/src/Console8BussHype/Console8BussHype.h +++ b/plugins/LinuxVST/src/Console8BussHype/Console8BussHype.h @@ -1,7 +1,7 @@ /* ======================================== * Console8BussHype - Console8BussHype.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussHype_H diff --git a/plugins/LinuxVST/src/Console8BussHype/Console8BussHypeProc.cpp b/plugins/LinuxVST/src/Console8BussHype/Console8BussHypeProc.cpp index 836268caf..8e7d044c0 100755 --- a/plugins/LinuxVST/src/Console8BussHype/Console8BussHypeProc.cpp +++ b/plugins/LinuxVST/src/Console8BussHype/Console8BussHypeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussHype - Console8BussHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussHype_H @@ -22,7 +22,27 @@ void Console8BussHype::processReplacing(float **inputs, float **outputs, VstInt3 if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -124,7 +144,27 @@ void Console8BussHype::processDoubleReplacing(double **inputs, double **outputs, if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/LinuxVST/src/Console8BussIn/Console8BussIn.cpp b/plugins/LinuxVST/src/Console8BussIn/Console8BussIn.cpp index 21029c9b9..1b8ce9ca6 100755 --- a/plugins/LinuxVST/src/Console8BussIn/Console8BussIn.cpp +++ b/plugins/LinuxVST/src/Console8BussIn/Console8BussIn.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussIn - Console8BussIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussIn_H @@ -15,26 +15,6 @@ Console8BussIn::Console8BussIn(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.5; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/LinuxVST/src/Console8BussIn/Console8BussIn.h b/plugins/LinuxVST/src/Console8BussIn/Console8BussIn.h index a8980f9d9..bb824d73b 100755 --- a/plugins/LinuxVST/src/Console8BussIn/Console8BussIn.h +++ b/plugins/LinuxVST/src/Console8BussIn/Console8BussIn.h @@ -1,7 +1,7 @@ /* ======================================== * Console8BussIn - Console8BussIn.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussIn_H diff --git a/plugins/LinuxVST/src/Console8BussIn/Console8BussInProc.cpp b/plugins/LinuxVST/src/Console8BussIn/Console8BussInProc.cpp index 9c8436d9c..7370d5d31 100755 --- a/plugins/LinuxVST/src/Console8BussIn/Console8BussInProc.cpp +++ b/plugins/LinuxVST/src/Console8BussIn/Console8BussInProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussIn - Console8BussIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussIn_H @@ -22,7 +22,27 @@ void Console8BussIn::processReplacing(float **inputs, float **outputs, VstInt32 if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -124,7 +144,27 @@ void Console8BussIn::processDoubleReplacing(double **inputs, double **outputs, V if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/LinuxVST/src/Console8ChannelHype/Console8ChannelHype.cpp b/plugins/LinuxVST/src/Console8ChannelHype/Console8ChannelHype.cpp index 2490456ee..6765ab1ee 100755 --- a/plugins/LinuxVST/src/Console8ChannelHype/Console8ChannelHype.cpp +++ b/plugins/LinuxVST/src/Console8ChannelHype/Console8ChannelHype.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelHype - Console8ChannelHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelHype_H @@ -15,26 +15,6 @@ Console8ChannelHype::Console8ChannelHype(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.76352112; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/LinuxVST/src/Console8ChannelHype/Console8ChannelHype.h b/plugins/LinuxVST/src/Console8ChannelHype/Console8ChannelHype.h index 3ad42aa5b..160d96767 100755 --- a/plugins/LinuxVST/src/Console8ChannelHype/Console8ChannelHype.h +++ b/plugins/LinuxVST/src/Console8ChannelHype/Console8ChannelHype.h @@ -1,7 +1,7 @@ /* ======================================== * Console8ChannelHype - Console8ChannelHype.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelHype_H diff --git a/plugins/LinuxVST/src/Console8ChannelHype/Console8ChannelHypeProc.cpp b/plugins/LinuxVST/src/Console8ChannelHype/Console8ChannelHypeProc.cpp index 4700293ad..7405ade7c 100755 --- a/plugins/LinuxVST/src/Console8ChannelHype/Console8ChannelHypeProc.cpp +++ b/plugins/LinuxVST/src/Console8ChannelHype/Console8ChannelHypeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelHype - Console8ChannelHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelHype_H @@ -22,7 +22,27 @@ void Console8ChannelHype::processReplacing(float **inputs, float **outputs, VstI if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -123,7 +143,27 @@ void Console8ChannelHype::processDoubleReplacing(double **inputs, double **outpu if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/LinuxVST/src/Console8ChannelIn/Console8ChannelIn.cpp b/plugins/LinuxVST/src/Console8ChannelIn/Console8ChannelIn.cpp index 7fd1afdd6..211b6defc 100755 --- a/plugins/LinuxVST/src/Console8ChannelIn/Console8ChannelIn.cpp +++ b/plugins/LinuxVST/src/Console8ChannelIn/Console8ChannelIn.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelIn - Console8ChannelIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelIn_H @@ -15,26 +15,6 @@ Console8ChannelIn::Console8ChannelIn(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.76352112; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/LinuxVST/src/Console8ChannelIn/Console8ChannelIn.h b/plugins/LinuxVST/src/Console8ChannelIn/Console8ChannelIn.h index 1a2dffb41..6162d8d2a 100755 --- a/plugins/LinuxVST/src/Console8ChannelIn/Console8ChannelIn.h +++ b/plugins/LinuxVST/src/Console8ChannelIn/Console8ChannelIn.h @@ -1,7 +1,7 @@ /* ======================================== * Console8ChannelIn - Console8ChannelIn.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelIn_H diff --git a/plugins/LinuxVST/src/Console8ChannelIn/Console8ChannelInProc.cpp b/plugins/LinuxVST/src/Console8ChannelIn/Console8ChannelInProc.cpp index 1d6140d97..13f7bfdc9 100755 --- a/plugins/LinuxVST/src/Console8ChannelIn/Console8ChannelInProc.cpp +++ b/plugins/LinuxVST/src/Console8ChannelIn/Console8ChannelInProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelIn - Console8ChannelIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelIn_H @@ -14,6 +14,26 @@ void Console8ChannelIn::processReplacing(float **inputs, float **outputs, VstInt float* out1 = outputs[0]; float* out2 = outputs[1]; + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k double iirAmountA = 12.66/getSampleRate(); //this is our distributed unusual highpass, which is //adding subtle harmonics to the really deep stuff to define it @@ -115,6 +135,26 @@ void Console8ChannelIn::processDoubleReplacing(double **inputs, double **outputs double* out1 = outputs[0]; double* out2 = outputs[1]; + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k double iirAmountA = 12.66/getSampleRate(); //this is our distributed unusual highpass, which is //adding subtle harmonics to the really deep stuff to define it diff --git a/plugins/LinuxVST/src/Console8ChannelOut/Console8ChannelOut.cpp b/plugins/LinuxVST/src/Console8ChannelOut/Console8ChannelOut.cpp index fc5d5b6b8..cd6b65f9d 100755 --- a/plugins/LinuxVST/src/Console8ChannelOut/Console8ChannelOut.cpp +++ b/plugins/LinuxVST/src/Console8ChannelOut/Console8ChannelOut.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelOut - Console8ChannelOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelOut_H @@ -15,17 +15,6 @@ Console8ChannelOut::Console8ChannelOut(audioMasterCallback audioMaster) : A = 0.5; inTrimA = 0.5; inTrimB = 0.5; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; - if (getSampleRate() > 49000.0) hsr = true; else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 3.51333709; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/LinuxVST/src/Console8ChannelOut/Console8ChannelOut.h b/plugins/LinuxVST/src/Console8ChannelOut/Console8ChannelOut.h index 00cf2b3b6..bc6b93303 100755 --- a/plugins/LinuxVST/src/Console8ChannelOut/Console8ChannelOut.h +++ b/plugins/LinuxVST/src/Console8ChannelOut/Console8ChannelOut.h @@ -1,7 +1,7 @@ /* ======================================== * Console8ChannelOut - Console8ChannelOut.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelOut_H diff --git a/plugins/LinuxVST/src/Console8ChannelOut/Console8ChannelOutProc.cpp b/plugins/LinuxVST/src/Console8ChannelOut/Console8ChannelOutProc.cpp index 96d188447..564384a28 100755 --- a/plugins/LinuxVST/src/Console8ChannelOut/Console8ChannelOutProc.cpp +++ b/plugins/LinuxVST/src/Console8ChannelOut/Console8ChannelOutProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelOut - Console8ChannelOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelOut_H @@ -15,6 +15,17 @@ void Console8ChannelOut::processReplacing(float **inputs, float **outputs, VstIn float* out2 = outputs[1]; VstInt32 inFramesToProcess = sampleFrames; //vst doesn't give us this as a separate variable so we'll make it + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 3.51333709; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. @@ -85,6 +96,17 @@ void Console8ChannelOut::processDoubleReplacing(double **inputs, double **output double* out2 = outputs[1]; VstInt32 inFramesToProcess = sampleFrames; //vst doesn't give us this as a separate variable so we'll make it + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 3.51333709; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. diff --git a/plugins/LinuxVST/src/Console8SubHype/Console8SubHype.cpp b/plugins/LinuxVST/src/Console8SubHype/Console8SubHype.cpp index 640f86886..bba1cfbbd 100755 --- a/plugins/LinuxVST/src/Console8SubHype/Console8SubHype.cpp +++ b/plugins/LinuxVST/src/Console8SubHype/Console8SubHype.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubHype - Console8SubHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubHype_H @@ -15,26 +15,6 @@ Console8SubHype::Console8SubHype(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.59435114; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/LinuxVST/src/Console8SubHype/Console8SubHype.h b/plugins/LinuxVST/src/Console8SubHype/Console8SubHype.h index 487250856..bffdf9cac 100755 --- a/plugins/LinuxVST/src/Console8SubHype/Console8SubHype.h +++ b/plugins/LinuxVST/src/Console8SubHype/Console8SubHype.h @@ -1,7 +1,7 @@ /* ======================================== * Console8SubHype - Console8SubHype.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubHype_H diff --git a/plugins/LinuxVST/src/Console8SubHype/Console8SubHypeProc.cpp b/plugins/LinuxVST/src/Console8SubHype/Console8SubHypeProc.cpp index 0455c9355..499bb8170 100755 --- a/plugins/LinuxVST/src/Console8SubHype/Console8SubHypeProc.cpp +++ b/plugins/LinuxVST/src/Console8SubHype/Console8SubHypeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubHype - Console8SubHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubHype_H @@ -22,7 +22,27 @@ void Console8SubHype::processReplacing(float **inputs, float **outputs, VstInt32 if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -124,7 +144,27 @@ void Console8SubHype::processDoubleReplacing(double **inputs, double **outputs, if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/LinuxVST/src/Console8SubIn/Console8SubIn.cpp b/plugins/LinuxVST/src/Console8SubIn/Console8SubIn.cpp index b25077a03..b418baacf 100755 --- a/plugins/LinuxVST/src/Console8SubIn/Console8SubIn.cpp +++ b/plugins/LinuxVST/src/Console8SubIn/Console8SubIn.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubIn - Console8SubIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubIn_H @@ -15,26 +15,6 @@ Console8SubIn::Console8SubIn(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.59435114; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/LinuxVST/src/Console8SubIn/Console8SubIn.h b/plugins/LinuxVST/src/Console8SubIn/Console8SubIn.h index 26326a9a9..1bfe7229e 100755 --- a/plugins/LinuxVST/src/Console8SubIn/Console8SubIn.h +++ b/plugins/LinuxVST/src/Console8SubIn/Console8SubIn.h @@ -1,7 +1,7 @@ /* ======================================== * Console8SubIn - Console8SubIn.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubIn_H diff --git a/plugins/LinuxVST/src/Console8SubIn/Console8SubInProc.cpp b/plugins/LinuxVST/src/Console8SubIn/Console8SubInProc.cpp index b1f53c485..ac876a1b2 100755 --- a/plugins/LinuxVST/src/Console8SubIn/Console8SubInProc.cpp +++ b/plugins/LinuxVST/src/Console8SubIn/Console8SubInProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubIn - Console8SubIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubIn_H @@ -22,7 +22,27 @@ void Console8SubIn::processReplacing(float **inputs, float **outputs, VstInt32 s if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -124,7 +144,27 @@ void Console8SubIn::processDoubleReplacing(double **inputs, double **outputs, Vs if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/LinuxVST/src/Console8SubOut/Console8SubOut.cpp b/plugins/LinuxVST/src/Console8SubOut/Console8SubOut.cpp index c28db78e4..e0a6ad4ab 100755 --- a/plugins/LinuxVST/src/Console8SubOut/Console8SubOut.cpp +++ b/plugins/LinuxVST/src/Console8SubOut/Console8SubOut.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubOut - Console8SubOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubOut_H @@ -15,17 +15,6 @@ Console8SubOut::Console8SubOut(audioMasterCallback audioMaster) : A = 0.5; inTrimA = 0.5; inTrimB = 0.5; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; - if (getSampleRate() > 49000.0) hsr = true; else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 1.20361562; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/LinuxVST/src/Console8SubOut/Console8SubOut.h b/plugins/LinuxVST/src/Console8SubOut/Console8SubOut.h index dc6ecf363..a8e40f8d1 100755 --- a/plugins/LinuxVST/src/Console8SubOut/Console8SubOut.h +++ b/plugins/LinuxVST/src/Console8SubOut/Console8SubOut.h @@ -1,7 +1,7 @@ /* ======================================== * Console8SubOut - Console8SubOut.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubOut_H diff --git a/plugins/LinuxVST/src/Console8SubOut/Console8SubOutProc.cpp b/plugins/LinuxVST/src/Console8SubOut/Console8SubOutProc.cpp index d36e9c4d4..effd88efb 100755 --- a/plugins/LinuxVST/src/Console8SubOut/Console8SubOutProc.cpp +++ b/plugins/LinuxVST/src/Console8SubOut/Console8SubOutProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubOut - Console8SubOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubOut_H @@ -18,6 +18,17 @@ void Console8SubOut::processReplacing(float **inputs, float **outputs, VstInt32 inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 1.20361562; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter while (--sampleFrames >= 0) { @@ -88,6 +99,17 @@ void Console8SubOut::processDoubleReplacing(double **inputs, double **outputs, V inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 1.20361562; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter while (--sampleFrames >= 0) { diff --git a/plugins/LinuxVST/src/CrunchyGrooveWear/CrunchyGrooveWear.cpp b/plugins/LinuxVST/src/CrunchyGrooveWear/CrunchyGrooveWear.cpp index d634bfc08..1893a56e9 100755 --- a/plugins/LinuxVST/src/CrunchyGrooveWear/CrunchyGrooveWear.cpp +++ b/plugins/LinuxVST/src/CrunchyGrooveWear/CrunchyGrooveWear.cpp @@ -1,6 +1,6 @@ /* ======================================== * CrunchyGrooveWear - CrunchyGrooveWear.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __CrunchyGrooveWear_H diff --git a/plugins/LinuxVST/src/CrunchyGrooveWear/CrunchyGrooveWear.h b/plugins/LinuxVST/src/CrunchyGrooveWear/CrunchyGrooveWear.h index 3ccd654a6..8a78bdbce 100755 --- a/plugins/LinuxVST/src/CrunchyGrooveWear/CrunchyGrooveWear.h +++ b/plugins/LinuxVST/src/CrunchyGrooveWear/CrunchyGrooveWear.h @@ -1,7 +1,7 @@ /* ======================================== * CrunchyGrooveWear - CrunchyGrooveWear.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __CrunchyGrooveWear_H diff --git a/plugins/LinuxVST/src/CrunchyGrooveWear/CrunchyGrooveWearProc.cpp b/plugins/LinuxVST/src/CrunchyGrooveWear/CrunchyGrooveWearProc.cpp index 632ee3f59..cf9e75808 100755 --- a/plugins/LinuxVST/src/CrunchyGrooveWear/CrunchyGrooveWearProc.cpp +++ b/plugins/LinuxVST/src/CrunchyGrooveWear/CrunchyGrooveWearProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * CrunchyGrooveWear - CrunchyGrooveWear.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __CrunchyGrooveWear_H diff --git a/plugins/LinuxVST/src/Crystal/Crystal.cpp b/plugins/LinuxVST/src/Crystal/Crystal.cpp index 67db8482c..583ded7df 100755 --- a/plugins/LinuxVST/src/Crystal/Crystal.cpp +++ b/plugins/LinuxVST/src/Crystal/Crystal.cpp @@ -1,6 +1,6 @@ /* ======================================== * Crystal - Crystal.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Crystal_H diff --git a/plugins/LinuxVST/src/Crystal/Crystal.h b/plugins/LinuxVST/src/Crystal/Crystal.h index 524bbc595..3e2732688 100755 --- a/plugins/LinuxVST/src/Crystal/Crystal.h +++ b/plugins/LinuxVST/src/Crystal/Crystal.h @@ -1,7 +1,7 @@ /* ======================================== * Crystal - Crystal.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Crystal_H diff --git a/plugins/LinuxVST/src/Crystal/CrystalProc.cpp b/plugins/LinuxVST/src/Crystal/CrystalProc.cpp index 1ebd6fd39..f20d9a619 100755 --- a/plugins/LinuxVST/src/Crystal/CrystalProc.cpp +++ b/plugins/LinuxVST/src/Crystal/CrystalProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Crystal - Crystal.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Crystal_H diff --git a/plugins/LinuxVST/src/DCVoltage/DCVoltage.cpp b/plugins/LinuxVST/src/DCVoltage/DCVoltage.cpp index 9b70015c4..f09ea2d9e 100755 --- a/plugins/LinuxVST/src/DCVoltage/DCVoltage.cpp +++ b/plugins/LinuxVST/src/DCVoltage/DCVoltage.cpp @@ -1,6 +1,6 @@ /* ======================================== * DCVoltage - DCVoltage.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DCVoltage_H diff --git a/plugins/LinuxVST/src/DCVoltage/DCVoltage.h b/plugins/LinuxVST/src/DCVoltage/DCVoltage.h index b3474874e..0c8d6989f 100755 --- a/plugins/LinuxVST/src/DCVoltage/DCVoltage.h +++ b/plugins/LinuxVST/src/DCVoltage/DCVoltage.h @@ -1,7 +1,7 @@ /* ======================================== * DCVoltage - DCVoltage.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DCVoltage_H diff --git a/plugins/LinuxVST/src/DCVoltage/DCVoltageProc.cpp b/plugins/LinuxVST/src/DCVoltage/DCVoltageProc.cpp index b419acc15..a9749e7aa 100755 --- a/plugins/LinuxVST/src/DCVoltage/DCVoltageProc.cpp +++ b/plugins/LinuxVST/src/DCVoltage/DCVoltageProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DCVoltage - DCVoltage.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DCVoltage_H diff --git a/plugins/LinuxVST/src/Dark/Dark.cpp b/plugins/LinuxVST/src/Dark/Dark.cpp index a1bb3148a..b649c27b9 100755 --- a/plugins/LinuxVST/src/Dark/Dark.cpp +++ b/plugins/LinuxVST/src/Dark/Dark.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dark - Dark.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dark_H diff --git a/plugins/LinuxVST/src/Dark/Dark.h b/plugins/LinuxVST/src/Dark/Dark.h index 13e02ae87..bc8d4e2cb 100755 --- a/plugins/LinuxVST/src/Dark/Dark.h +++ b/plugins/LinuxVST/src/Dark/Dark.h @@ -1,7 +1,7 @@ /* ======================================== * Dark - Dark.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dark_H diff --git a/plugins/LinuxVST/src/Dark/DarkProc.cpp b/plugins/LinuxVST/src/Dark/DarkProc.cpp index f026c1cd0..a57a80f24 100755 --- a/plugins/LinuxVST/src/Dark/DarkProc.cpp +++ b/plugins/LinuxVST/src/Dark/DarkProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dark - Dark.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dark_H diff --git a/plugins/LinuxVST/src/DarkNoise/DarkNoise.cpp b/plugins/LinuxVST/src/DarkNoise/DarkNoise.cpp index 989535fc7..3d6a7e8af 100755 --- a/plugins/LinuxVST/src/DarkNoise/DarkNoise.cpp +++ b/plugins/LinuxVST/src/DarkNoise/DarkNoise.cpp @@ -1,6 +1,6 @@ /* ======================================== * DarkNoise - DarkNoise.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DarkNoise_H diff --git a/plugins/LinuxVST/src/DarkNoise/DarkNoise.h b/plugins/LinuxVST/src/DarkNoise/DarkNoise.h index 9fa3d2e75..983bc2f0f 100755 --- a/plugins/LinuxVST/src/DarkNoise/DarkNoise.h +++ b/plugins/LinuxVST/src/DarkNoise/DarkNoise.h @@ -1,7 +1,7 @@ /* ======================================== * DarkNoise - DarkNoise.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DarkNoise_H diff --git a/plugins/LinuxVST/src/DarkNoise/DarkNoiseProc.cpp b/plugins/LinuxVST/src/DarkNoise/DarkNoiseProc.cpp index cb4f3428f..9731d9fd5 100755 --- a/plugins/LinuxVST/src/DarkNoise/DarkNoiseProc.cpp +++ b/plugins/LinuxVST/src/DarkNoise/DarkNoiseProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DarkNoise - DarkNoise.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DarkNoise_H diff --git a/plugins/LinuxVST/src/DeBess/DeBess.cpp b/plugins/LinuxVST/src/DeBess/DeBess.cpp index 43ead3df6..6cb1ee203 100755 --- a/plugins/LinuxVST/src/DeBess/DeBess.cpp +++ b/plugins/LinuxVST/src/DeBess/DeBess.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeBess - DeBess.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeBess_H diff --git a/plugins/LinuxVST/src/DeBess/DeBess.h b/plugins/LinuxVST/src/DeBess/DeBess.h index a3c4cb2ab..6a3ef438e 100755 --- a/plugins/LinuxVST/src/DeBess/DeBess.h +++ b/plugins/LinuxVST/src/DeBess/DeBess.h @@ -1,7 +1,7 @@ /* ======================================== * DeBess - DeBess.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeBess_H diff --git a/plugins/LinuxVST/src/DeBess/DeBessProc.cpp b/plugins/LinuxVST/src/DeBess/DeBessProc.cpp index defe49442..ec80ec37c 100755 --- a/plugins/LinuxVST/src/DeBess/DeBessProc.cpp +++ b/plugins/LinuxVST/src/DeBess/DeBessProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeBess - DeBess.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeBess_H diff --git a/plugins/LinuxVST/src/DeEss/DeEss.cpp b/plugins/LinuxVST/src/DeEss/DeEss.cpp index f57f5c63c..f7bcce350 100755 --- a/plugins/LinuxVST/src/DeEss/DeEss.cpp +++ b/plugins/LinuxVST/src/DeEss/DeEss.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeEss - DeEss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeEss_H diff --git a/plugins/LinuxVST/src/DeEss/DeEss.h b/plugins/LinuxVST/src/DeEss/DeEss.h index 93afbe7b9..f9e154c62 100755 --- a/plugins/LinuxVST/src/DeEss/DeEss.h +++ b/plugins/LinuxVST/src/DeEss/DeEss.h @@ -1,7 +1,7 @@ /* ======================================== * DeEss - DeEss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeEss_H diff --git a/plugins/LinuxVST/src/DeEss/DeEssProc.cpp b/plugins/LinuxVST/src/DeEss/DeEssProc.cpp index 3f9adf647..bd91b1351 100755 --- a/plugins/LinuxVST/src/DeEss/DeEssProc.cpp +++ b/plugins/LinuxVST/src/DeEss/DeEssProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeEss - DeEss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeEss_H diff --git a/plugins/LinuxVST/src/DeHiss/DeHiss.cpp b/plugins/LinuxVST/src/DeHiss/DeHiss.cpp index 4473972cb..5fed8f10e 100755 --- a/plugins/LinuxVST/src/DeHiss/DeHiss.cpp +++ b/plugins/LinuxVST/src/DeHiss/DeHiss.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeHiss - DeHiss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeHiss_H diff --git a/plugins/LinuxVST/src/DeHiss/DeHiss.h b/plugins/LinuxVST/src/DeHiss/DeHiss.h index 647f3abe8..d05542307 100755 --- a/plugins/LinuxVST/src/DeHiss/DeHiss.h +++ b/plugins/LinuxVST/src/DeHiss/DeHiss.h @@ -1,7 +1,7 @@ /* ======================================== * DeHiss - DeHiss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeHiss_H diff --git a/plugins/LinuxVST/src/DeHiss/DeHissProc.cpp b/plugins/LinuxVST/src/DeHiss/DeHissProc.cpp index ce52a4f9d..12fec327d 100755 --- a/plugins/LinuxVST/src/DeHiss/DeHissProc.cpp +++ b/plugins/LinuxVST/src/DeHiss/DeHissProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeHiss - DeHiss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeHiss_H diff --git a/plugins/LinuxVST/src/DeRez/DeRez.cpp b/plugins/LinuxVST/src/DeRez/DeRez.cpp index f24f99df9..1f0701841 100755 --- a/plugins/LinuxVST/src/DeRez/DeRez.cpp +++ b/plugins/LinuxVST/src/DeRez/DeRez.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeRez - DeRez.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez_H diff --git a/plugins/LinuxVST/src/DeRez/DeRez.h b/plugins/LinuxVST/src/DeRez/DeRez.h index 85cfe1c66..602f8477e 100755 --- a/plugins/LinuxVST/src/DeRez/DeRez.h +++ b/plugins/LinuxVST/src/DeRez/DeRez.h @@ -1,7 +1,7 @@ /* ======================================== * DeRez - DeRez.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez_H diff --git a/plugins/LinuxVST/src/DeRez/DeRezProc.cpp b/plugins/LinuxVST/src/DeRez/DeRezProc.cpp index 36cb20004..ccb3c28b0 100755 --- a/plugins/LinuxVST/src/DeRez/DeRezProc.cpp +++ b/plugins/LinuxVST/src/DeRez/DeRezProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeRez - DeRez.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez_H diff --git a/plugins/LinuxVST/src/DeRez2/DeRez2.cpp b/plugins/LinuxVST/src/DeRez2/DeRez2.cpp index 9f706d2bb..1086b016f 100755 --- a/plugins/LinuxVST/src/DeRez2/DeRez2.cpp +++ b/plugins/LinuxVST/src/DeRez2/DeRez2.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeRez2 - DeRez2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez2_H diff --git a/plugins/LinuxVST/src/DeRez2/DeRez2.h b/plugins/LinuxVST/src/DeRez2/DeRez2.h index c3856a97a..05079677f 100755 --- a/plugins/LinuxVST/src/DeRez2/DeRez2.h +++ b/plugins/LinuxVST/src/DeRez2/DeRez2.h @@ -1,7 +1,7 @@ /* ======================================== * DeRez2 - DeRez2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez2_H diff --git a/plugins/LinuxVST/src/DeRez2/DeRez2Proc.cpp b/plugins/LinuxVST/src/DeRez2/DeRez2Proc.cpp index 05ccab1f8..fe8cd11b9 100755 --- a/plugins/LinuxVST/src/DeRez2/DeRez2Proc.cpp +++ b/plugins/LinuxVST/src/DeRez2/DeRez2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeRez2 - DeRez2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez2_H diff --git a/plugins/LinuxVST/src/Deckwrecka/Deckwrecka.cpp b/plugins/LinuxVST/src/Deckwrecka/Deckwrecka.cpp index 7e0a202c2..2c16abfc6 100755 --- a/plugins/LinuxVST/src/Deckwrecka/Deckwrecka.cpp +++ b/plugins/LinuxVST/src/Deckwrecka/Deckwrecka.cpp @@ -1,6 +1,6 @@ /* ======================================== * Deckwrecka - Deckwrecka.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Deckwrecka_H diff --git a/plugins/LinuxVST/src/Deckwrecka/Deckwrecka.h b/plugins/LinuxVST/src/Deckwrecka/Deckwrecka.h index 73c5a1d76..e11cc00b6 100755 --- a/plugins/LinuxVST/src/Deckwrecka/Deckwrecka.h +++ b/plugins/LinuxVST/src/Deckwrecka/Deckwrecka.h @@ -1,7 +1,7 @@ /* ======================================== * Deckwrecka - Deckwrecka.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Deckwrecka_H diff --git a/plugins/LinuxVST/src/Deckwrecka/DeckwreckaProc.cpp b/plugins/LinuxVST/src/Deckwrecka/DeckwreckaProc.cpp index a63176921..54d57792d 100755 --- a/plugins/LinuxVST/src/Deckwrecka/DeckwreckaProc.cpp +++ b/plugins/LinuxVST/src/Deckwrecka/DeckwreckaProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Deckwrecka - Deckwrecka.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Deckwrecka_H diff --git a/plugins/LinuxVST/src/Density/Density.cpp b/plugins/LinuxVST/src/Density/Density.cpp index 01ad61f14..e565fc98f 100755 --- a/plugins/LinuxVST/src/Density/Density.cpp +++ b/plugins/LinuxVST/src/Density/Density.cpp @@ -1,6 +1,6 @@ /* ======================================== * Density - Density.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Density_H diff --git a/plugins/LinuxVST/src/Density/Density.h b/plugins/LinuxVST/src/Density/Density.h index 0f188b3bb..d485ed51a 100755 --- a/plugins/LinuxVST/src/Density/Density.h +++ b/plugins/LinuxVST/src/Density/Density.h @@ -1,7 +1,7 @@ /* ======================================== * Density - Density.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Density_H diff --git a/plugins/LinuxVST/src/Density/DensityProc.cpp b/plugins/LinuxVST/src/Density/DensityProc.cpp index 5db9e5022..b2d07a0ef 100755 --- a/plugins/LinuxVST/src/Density/DensityProc.cpp +++ b/plugins/LinuxVST/src/Density/DensityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Density - Density.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Density_H diff --git a/plugins/LinuxVST/src/Density2/Density2.cpp b/plugins/LinuxVST/src/Density2/Density2.cpp index e680b6baf..00a2e167f 100755 --- a/plugins/LinuxVST/src/Density2/Density2.cpp +++ b/plugins/LinuxVST/src/Density2/Density2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Density2 - Density2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Density2_H diff --git a/plugins/LinuxVST/src/Density2/Density2.h b/plugins/LinuxVST/src/Density2/Density2.h index eb0ca981c..7f93f2f18 100755 --- a/plugins/LinuxVST/src/Density2/Density2.h +++ b/plugins/LinuxVST/src/Density2/Density2.h @@ -1,7 +1,7 @@ /* ======================================== * Density2 - Density2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Density2_H diff --git a/plugins/LinuxVST/src/Density2/Density2Proc.cpp b/plugins/LinuxVST/src/Density2/Density2Proc.cpp index bd79936ab..f22863804 100755 --- a/plugins/LinuxVST/src/Density2/Density2Proc.cpp +++ b/plugins/LinuxVST/src/Density2/Density2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Density2 - Density2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Density2_H diff --git a/plugins/LinuxVST/src/Desk/Desk.cpp b/plugins/LinuxVST/src/Desk/Desk.cpp index a23bbc3b5..31e35ecc7 100755 --- a/plugins/LinuxVST/src/Desk/Desk.cpp +++ b/plugins/LinuxVST/src/Desk/Desk.cpp @@ -1,6 +1,6 @@ /* ======================================== * Desk - Desk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk_H diff --git a/plugins/LinuxVST/src/Desk/Desk.h b/plugins/LinuxVST/src/Desk/Desk.h index b33f2bf52..91b005a46 100755 --- a/plugins/LinuxVST/src/Desk/Desk.h +++ b/plugins/LinuxVST/src/Desk/Desk.h @@ -1,7 +1,7 @@ /* ======================================== * Desk - Desk.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk_H diff --git a/plugins/LinuxVST/src/Desk/DeskProc.cpp b/plugins/LinuxVST/src/Desk/DeskProc.cpp index 328e06643..e3295f3d7 100755 --- a/plugins/LinuxVST/src/Desk/DeskProc.cpp +++ b/plugins/LinuxVST/src/Desk/DeskProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Desk - Desk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk_H diff --git a/plugins/LinuxVST/src/Desk4/Desk4.cpp b/plugins/LinuxVST/src/Desk4/Desk4.cpp index ebf1daadb..772e1315f 100755 --- a/plugins/LinuxVST/src/Desk4/Desk4.cpp +++ b/plugins/LinuxVST/src/Desk4/Desk4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Desk4 - Desk4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk4_H diff --git a/plugins/LinuxVST/src/Desk4/Desk4.h b/plugins/LinuxVST/src/Desk4/Desk4.h index 8b1a72406..02afd135a 100755 --- a/plugins/LinuxVST/src/Desk4/Desk4.h +++ b/plugins/LinuxVST/src/Desk4/Desk4.h @@ -1,7 +1,7 @@ /* ======================================== * Desk4 - Desk4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk4_H diff --git a/plugins/LinuxVST/src/Desk4/Desk4Proc.cpp b/plugins/LinuxVST/src/Desk4/Desk4Proc.cpp index c20b66f8f..e3f8f212e 100755 --- a/plugins/LinuxVST/src/Desk4/Desk4Proc.cpp +++ b/plugins/LinuxVST/src/Desk4/Desk4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Desk4 - Desk4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk4_H diff --git a/plugins/LinuxVST/src/DigitalBlack/DigitalBlack.cpp b/plugins/LinuxVST/src/DigitalBlack/DigitalBlack.cpp index 840435762..e18eefd6e 100755 --- a/plugins/LinuxVST/src/DigitalBlack/DigitalBlack.cpp +++ b/plugins/LinuxVST/src/DigitalBlack/DigitalBlack.cpp @@ -1,6 +1,6 @@ /* ======================================== * DigitalBlack - DigitalBlack.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DigitalBlack_H diff --git a/plugins/LinuxVST/src/DigitalBlack/DigitalBlack.h b/plugins/LinuxVST/src/DigitalBlack/DigitalBlack.h index 636911dd9..9621a529f 100755 --- a/plugins/LinuxVST/src/DigitalBlack/DigitalBlack.h +++ b/plugins/LinuxVST/src/DigitalBlack/DigitalBlack.h @@ -1,7 +1,7 @@ /* ======================================== * DigitalBlack - DigitalBlack.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DigitalBlack_H diff --git a/plugins/LinuxVST/src/DigitalBlack/DigitalBlackProc.cpp b/plugins/LinuxVST/src/DigitalBlack/DigitalBlackProc.cpp index 5a0326988..1bcc280fb 100755 --- a/plugins/LinuxVST/src/DigitalBlack/DigitalBlackProc.cpp +++ b/plugins/LinuxVST/src/DigitalBlack/DigitalBlackProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DigitalBlack - DigitalBlack.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DigitalBlack_H diff --git a/plugins/LinuxVST/src/Dirt/Dirt.cpp b/plugins/LinuxVST/src/Dirt/Dirt.cpp index 19ef907b4..473b5244d 100755 --- a/plugins/LinuxVST/src/Dirt/Dirt.cpp +++ b/plugins/LinuxVST/src/Dirt/Dirt.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dirt - Dirt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dirt_H diff --git a/plugins/LinuxVST/src/Dirt/Dirt.h b/plugins/LinuxVST/src/Dirt/Dirt.h index 1bc7b8cb3..4ce66461e 100755 --- a/plugins/LinuxVST/src/Dirt/Dirt.h +++ b/plugins/LinuxVST/src/Dirt/Dirt.h @@ -1,7 +1,7 @@ /* ======================================== * Dirt - Dirt.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dirt_H diff --git a/plugins/LinuxVST/src/Dirt/DirtProc.cpp b/plugins/LinuxVST/src/Dirt/DirtProc.cpp index 16c273c9e..b681d591e 100755 --- a/plugins/LinuxVST/src/Dirt/DirtProc.cpp +++ b/plugins/LinuxVST/src/Dirt/DirtProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dirt - Dirt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dirt_H diff --git a/plugins/LinuxVST/src/Distance/Distance.cpp b/plugins/LinuxVST/src/Distance/Distance.cpp index ca1806e47..8f3f84d0b 100755 --- a/plugins/LinuxVST/src/Distance/Distance.cpp +++ b/plugins/LinuxVST/src/Distance/Distance.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distance - Distance.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance_H diff --git a/plugins/LinuxVST/src/Distance/Distance.h b/plugins/LinuxVST/src/Distance/Distance.h index 021335d65..49aada1a2 100755 --- a/plugins/LinuxVST/src/Distance/Distance.h +++ b/plugins/LinuxVST/src/Distance/Distance.h @@ -1,7 +1,7 @@ /* ======================================== * Distance - Distance.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance_H diff --git a/plugins/LinuxVST/src/Distance/DistanceProc.cpp b/plugins/LinuxVST/src/Distance/DistanceProc.cpp index 30065e778..03c69d9a2 100755 --- a/plugins/LinuxVST/src/Distance/DistanceProc.cpp +++ b/plugins/LinuxVST/src/Distance/DistanceProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distance - Distance.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance_H diff --git a/plugins/LinuxVST/src/Distance2/Distance2.cpp b/plugins/LinuxVST/src/Distance2/Distance2.cpp index 8e1e63871..2136693ee 100755 --- a/plugins/LinuxVST/src/Distance2/Distance2.cpp +++ b/plugins/LinuxVST/src/Distance2/Distance2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distance2 - Distance2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance2_H diff --git a/plugins/LinuxVST/src/Distance2/Distance2.h b/plugins/LinuxVST/src/Distance2/Distance2.h index 17d29134d..8f12429de 100755 --- a/plugins/LinuxVST/src/Distance2/Distance2.h +++ b/plugins/LinuxVST/src/Distance2/Distance2.h @@ -1,7 +1,7 @@ /* ======================================== * Distance2 - Distance2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance2_H diff --git a/plugins/LinuxVST/src/Distance2/Distance2Proc.cpp b/plugins/LinuxVST/src/Distance2/Distance2Proc.cpp index eed60619e..bb89593d0 100755 --- a/plugins/LinuxVST/src/Distance2/Distance2Proc.cpp +++ b/plugins/LinuxVST/src/Distance2/Distance2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distance2 - Distance2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance2_H diff --git a/plugins/LinuxVST/src/Distortion/Distortion.cpp b/plugins/LinuxVST/src/Distortion/Distortion.cpp index 413805a65..abd9352d3 100755 --- a/plugins/LinuxVST/src/Distortion/Distortion.cpp +++ b/plugins/LinuxVST/src/Distortion/Distortion.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distortion - Distortion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distortion_H diff --git a/plugins/LinuxVST/src/Distortion/Distortion.h b/plugins/LinuxVST/src/Distortion/Distortion.h index 2a9013380..a50bdff7a 100755 --- a/plugins/LinuxVST/src/Distortion/Distortion.h +++ b/plugins/LinuxVST/src/Distortion/Distortion.h @@ -1,7 +1,7 @@ /* ======================================== * Distortion - Distortion.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Distortion_H diff --git a/plugins/LinuxVST/src/Distortion/DistortionProc.cpp b/plugins/LinuxVST/src/Distortion/DistortionProc.cpp index 66d7a78cd..e788a3d6a 100755 --- a/plugins/LinuxVST/src/Distortion/DistortionProc.cpp +++ b/plugins/LinuxVST/src/Distortion/DistortionProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distortion - Distortion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distortion_H diff --git a/plugins/LinuxVST/src/DitherFloat/DitherFloat.cpp b/plugins/LinuxVST/src/DitherFloat/DitherFloat.cpp index 509db420c..58cfa03eb 100755 --- a/plugins/LinuxVST/src/DitherFloat/DitherFloat.cpp +++ b/plugins/LinuxVST/src/DitherFloat/DitherFloat.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherFloat - DitherFloat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherFloat_H diff --git a/plugins/LinuxVST/src/DitherFloat/DitherFloat.h b/plugins/LinuxVST/src/DitherFloat/DitherFloat.h index dd828e6a5..839f355cb 100755 --- a/plugins/LinuxVST/src/DitherFloat/DitherFloat.h +++ b/plugins/LinuxVST/src/DitherFloat/DitherFloat.h @@ -1,7 +1,7 @@ /* ======================================== * DitherFloat - DitherFloat.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherFloat_H diff --git a/plugins/LinuxVST/src/DitherFloat/DitherFloatProc.cpp b/plugins/LinuxVST/src/DitherFloat/DitherFloatProc.cpp index 9c894ad8a..86188de4b 100755 --- a/plugins/LinuxVST/src/DitherFloat/DitherFloatProc.cpp +++ b/plugins/LinuxVST/src/DitherFloat/DitherFloatProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherFloat - DitherFloat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherFloat_H diff --git a/plugins/LinuxVST/src/DitherMeDiskers/DitherMeDiskers.cpp b/plugins/LinuxVST/src/DitherMeDiskers/DitherMeDiskers.cpp index 528d54782..09051734b 100755 --- a/plugins/LinuxVST/src/DitherMeDiskers/DitherMeDiskers.cpp +++ b/plugins/LinuxVST/src/DitherMeDiskers/DitherMeDiskers.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherMeDiskers - DitherMeDiskers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeDiskers_H diff --git a/plugins/LinuxVST/src/DitherMeDiskers/DitherMeDiskers.h b/plugins/LinuxVST/src/DitherMeDiskers/DitherMeDiskers.h index 4ba134f9a..fdbe663bd 100755 --- a/plugins/LinuxVST/src/DitherMeDiskers/DitherMeDiskers.h +++ b/plugins/LinuxVST/src/DitherMeDiskers/DitherMeDiskers.h @@ -1,7 +1,7 @@ /* ======================================== * DitherMeDiskers - DitherMeDiskers.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeDiskers_H diff --git a/plugins/LinuxVST/src/DitherMeDiskers/DitherMeDiskersProc.cpp b/plugins/LinuxVST/src/DitherMeDiskers/DitherMeDiskersProc.cpp index 746f71378..1d9c3d8fe 100755 --- a/plugins/LinuxVST/src/DitherMeDiskers/DitherMeDiskersProc.cpp +++ b/plugins/LinuxVST/src/DitherMeDiskers/DitherMeDiskersProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherMeDiskers - DitherMeDiskers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeDiskers_H diff --git a/plugins/LinuxVST/src/DitherMeTimbers/DitherMeTimbers.cpp b/plugins/LinuxVST/src/DitherMeTimbers/DitherMeTimbers.cpp index a09222f53..e2eea2702 100755 --- a/plugins/LinuxVST/src/DitherMeTimbers/DitherMeTimbers.cpp +++ b/plugins/LinuxVST/src/DitherMeTimbers/DitherMeTimbers.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherMeTimbers - DitherMeTimbers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeTimbers_H diff --git a/plugins/LinuxVST/src/DitherMeTimbers/DitherMeTimbers.h b/plugins/LinuxVST/src/DitherMeTimbers/DitherMeTimbers.h index 03d712ee0..e8f25f3e1 100755 --- a/plugins/LinuxVST/src/DitherMeTimbers/DitherMeTimbers.h +++ b/plugins/LinuxVST/src/DitherMeTimbers/DitherMeTimbers.h @@ -1,7 +1,7 @@ /* ======================================== * DitherMeTimbers - DitherMeTimbers.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeTimbers_H diff --git a/plugins/LinuxVST/src/DitherMeTimbers/DitherMeTimbersProc.cpp b/plugins/LinuxVST/src/DitherMeTimbers/DitherMeTimbersProc.cpp index 4641d8bbd..b18f9c696 100755 --- a/plugins/LinuxVST/src/DitherMeTimbers/DitherMeTimbersProc.cpp +++ b/plugins/LinuxVST/src/DitherMeTimbers/DitherMeTimbersProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherMeTimbers - DitherMeTimbers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeTimbers_H diff --git a/plugins/LinuxVST/src/Ditherbox/Ditherbox.cpp b/plugins/LinuxVST/src/Ditherbox/Ditherbox.cpp index 0d3822f67..0e6c44a30 100755 --- a/plugins/LinuxVST/src/Ditherbox/Ditherbox.cpp +++ b/plugins/LinuxVST/src/Ditherbox/Ditherbox.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ditherbox - Ditherbox.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ditherbox_H diff --git a/plugins/LinuxVST/src/Ditherbox/Ditherbox.h b/plugins/LinuxVST/src/Ditherbox/Ditherbox.h index 51bc80e54..742912012 100755 --- a/plugins/LinuxVST/src/Ditherbox/Ditherbox.h +++ b/plugins/LinuxVST/src/Ditherbox/Ditherbox.h @@ -1,7 +1,7 @@ /* ======================================== * Ditherbox - Ditherbox.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Ditherbox_H diff --git a/plugins/LinuxVST/src/Ditherbox/DitherboxProc.cpp b/plugins/LinuxVST/src/Ditherbox/DitherboxProc.cpp index f12d2abbe..8a22b55cd 100755 --- a/plugins/LinuxVST/src/Ditherbox/DitherboxProc.cpp +++ b/plugins/LinuxVST/src/Ditherbox/DitherboxProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ditherbox - Ditherbox.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ditherbox_H diff --git a/plugins/LinuxVST/src/DoublePaul/DoublePaul.cpp b/plugins/LinuxVST/src/DoublePaul/DoublePaul.cpp index a5d374d25..c82906973 100755 --- a/plugins/LinuxVST/src/DoublePaul/DoublePaul.cpp +++ b/plugins/LinuxVST/src/DoublePaul/DoublePaul.cpp @@ -1,6 +1,6 @@ /* ======================================== * DoublePaul - DoublePaul.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DoublePaul_H diff --git a/plugins/LinuxVST/src/DoublePaul/DoublePaul.h b/plugins/LinuxVST/src/DoublePaul/DoublePaul.h index 1a9f0fd05..efdca4379 100755 --- a/plugins/LinuxVST/src/DoublePaul/DoublePaul.h +++ b/plugins/LinuxVST/src/DoublePaul/DoublePaul.h @@ -1,7 +1,7 @@ /* ======================================== * DoublePaul - DoublePaul.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DoublePaul_H diff --git a/plugins/LinuxVST/src/DoublePaul/DoublePaulProc.cpp b/plugins/LinuxVST/src/DoublePaul/DoublePaulProc.cpp index 430915416..87ba0ad69 100755 --- a/plugins/LinuxVST/src/DoublePaul/DoublePaulProc.cpp +++ b/plugins/LinuxVST/src/DoublePaul/DoublePaulProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DoublePaul - DoublePaul.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DoublePaul_H diff --git a/plugins/LinuxVST/src/Doublelay/Doublelay.cpp b/plugins/LinuxVST/src/Doublelay/Doublelay.cpp index 55047adc5..e1690417b 100755 --- a/plugins/LinuxVST/src/Doublelay/Doublelay.cpp +++ b/plugins/LinuxVST/src/Doublelay/Doublelay.cpp @@ -1,6 +1,6 @@ /* ======================================== * Doublelay - Doublelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Doublelay_H diff --git a/plugins/LinuxVST/src/Doublelay/Doublelay.h b/plugins/LinuxVST/src/Doublelay/Doublelay.h index fbb9afb39..093acf79f 100755 --- a/plugins/LinuxVST/src/Doublelay/Doublelay.h +++ b/plugins/LinuxVST/src/Doublelay/Doublelay.h @@ -1,7 +1,7 @@ /* ======================================== * Doublelay - Doublelay.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Doublelay_H diff --git a/plugins/LinuxVST/src/Doublelay/DoublelayProc.cpp b/plugins/LinuxVST/src/Doublelay/DoublelayProc.cpp index 11f6e7e1f..3314a2b40 100755 --- a/plugins/LinuxVST/src/Doublelay/DoublelayProc.cpp +++ b/plugins/LinuxVST/src/Doublelay/DoublelayProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Doublelay - Doublelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Doublelay_H diff --git a/plugins/LinuxVST/src/Drive/Drive.cpp b/plugins/LinuxVST/src/Drive/Drive.cpp index e88a7b678..de40595eb 100755 --- a/plugins/LinuxVST/src/Drive/Drive.cpp +++ b/plugins/LinuxVST/src/Drive/Drive.cpp @@ -1,6 +1,6 @@ /* ======================================== * Drive - Drive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Drive_H diff --git a/plugins/LinuxVST/src/Drive/Drive.h b/plugins/LinuxVST/src/Drive/Drive.h index 5b9bf5910..51bd69f60 100755 --- a/plugins/LinuxVST/src/Drive/Drive.h +++ b/plugins/LinuxVST/src/Drive/Drive.h @@ -1,7 +1,7 @@ /* ======================================== * Drive - Drive.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Drive_H diff --git a/plugins/LinuxVST/src/Drive/DriveProc.cpp b/plugins/LinuxVST/src/Drive/DriveProc.cpp index d30635b48..46282703c 100755 --- a/plugins/LinuxVST/src/Drive/DriveProc.cpp +++ b/plugins/LinuxVST/src/Drive/DriveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Drive - Drive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Drive_H diff --git a/plugins/LinuxVST/src/DrumSlam/DrumSlam.cpp b/plugins/LinuxVST/src/DrumSlam/DrumSlam.cpp index 7449845c9..f81938f81 100755 --- a/plugins/LinuxVST/src/DrumSlam/DrumSlam.cpp +++ b/plugins/LinuxVST/src/DrumSlam/DrumSlam.cpp @@ -1,6 +1,6 @@ /* ======================================== * DrumSlam - DrumSlam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DrumSlam_H diff --git a/plugins/LinuxVST/src/DrumSlam/DrumSlam.h b/plugins/LinuxVST/src/DrumSlam/DrumSlam.h index 3d83fce09..e895e4fed 100755 --- a/plugins/LinuxVST/src/DrumSlam/DrumSlam.h +++ b/plugins/LinuxVST/src/DrumSlam/DrumSlam.h @@ -1,7 +1,7 @@ /* ======================================== * DrumSlam - DrumSlam.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DrumSlam_H diff --git a/plugins/LinuxVST/src/DrumSlam/DrumSlamProc.cpp b/plugins/LinuxVST/src/DrumSlam/DrumSlamProc.cpp index fa9155394..94038f3b5 100755 --- a/plugins/LinuxVST/src/DrumSlam/DrumSlamProc.cpp +++ b/plugins/LinuxVST/src/DrumSlam/DrumSlamProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DrumSlam - DrumSlam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DrumSlam_H diff --git a/plugins/LinuxVST/src/DubCenter/DubCenter.cpp b/plugins/LinuxVST/src/DubCenter/DubCenter.cpp index ed7ff1c06..0de490388 100755 --- a/plugins/LinuxVST/src/DubCenter/DubCenter.cpp +++ b/plugins/LinuxVST/src/DubCenter/DubCenter.cpp @@ -1,6 +1,6 @@ /* ======================================== * DubCenter - DubCenter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DubCenter_H diff --git a/plugins/LinuxVST/src/DubCenter/DubCenter.h b/plugins/LinuxVST/src/DubCenter/DubCenter.h index 54b9eeb59..49273d1a6 100755 --- a/plugins/LinuxVST/src/DubCenter/DubCenter.h +++ b/plugins/LinuxVST/src/DubCenter/DubCenter.h @@ -1,7 +1,7 @@ /* ======================================== * DubCenter - DubCenter.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DubCenter_H diff --git a/plugins/LinuxVST/src/DubCenter/DubCenterProc.cpp b/plugins/LinuxVST/src/DubCenter/DubCenterProc.cpp index eac78920a..135e94805 100755 --- a/plugins/LinuxVST/src/DubCenter/DubCenterProc.cpp +++ b/plugins/LinuxVST/src/DubCenter/DubCenterProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DubCenter - DubCenter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DubCenter_H diff --git a/plugins/LinuxVST/src/DubSub/DubSub.cpp b/plugins/LinuxVST/src/DubSub/DubSub.cpp index e53c47dcc..d24590cc7 100755 --- a/plugins/LinuxVST/src/DubSub/DubSub.cpp +++ b/plugins/LinuxVST/src/DubSub/DubSub.cpp @@ -1,6 +1,6 @@ /* ======================================== * DubSub - DubSub.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DubSub_H diff --git a/plugins/LinuxVST/src/DubSub/DubSub.h b/plugins/LinuxVST/src/DubSub/DubSub.h index 4f3f6af8c..923b860c1 100755 --- a/plugins/LinuxVST/src/DubSub/DubSub.h +++ b/plugins/LinuxVST/src/DubSub/DubSub.h @@ -1,7 +1,7 @@ /* ======================================== * DubSub - DubSub.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DubSub_H diff --git a/plugins/LinuxVST/src/DubSub/DubSubProc.cpp b/plugins/LinuxVST/src/DubSub/DubSubProc.cpp index 679ab020b..bb4b8fb58 100755 --- a/plugins/LinuxVST/src/DubSub/DubSubProc.cpp +++ b/plugins/LinuxVST/src/DubSub/DubSubProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DubSub - DubSub.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DubSub_H diff --git a/plugins/LinuxVST/src/Dubly/Dubly.cpp b/plugins/LinuxVST/src/Dubly/Dubly.cpp index 8b4efe8e7..d45a8a2cf 100755 --- a/plugins/LinuxVST/src/Dubly/Dubly.cpp +++ b/plugins/LinuxVST/src/Dubly/Dubly.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dubly - Dubly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dubly_H diff --git a/plugins/LinuxVST/src/Dubly/Dubly.h b/plugins/LinuxVST/src/Dubly/Dubly.h index 548aaf83f..dfe518654 100755 --- a/plugins/LinuxVST/src/Dubly/Dubly.h +++ b/plugins/LinuxVST/src/Dubly/Dubly.h @@ -1,7 +1,7 @@ /* ======================================== * Dubly - Dubly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dubly_H diff --git a/plugins/LinuxVST/src/Dubly/DublyProc.cpp b/plugins/LinuxVST/src/Dubly/DublyProc.cpp index 52f17d1cb..3d1efb9e1 100755 --- a/plugins/LinuxVST/src/Dubly/DublyProc.cpp +++ b/plugins/LinuxVST/src/Dubly/DublyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dubly - Dubly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dubly_H diff --git a/plugins/LinuxVST/src/DustBunny/DustBunny.cpp b/plugins/LinuxVST/src/DustBunny/DustBunny.cpp index aba4a8012..2cb4e9827 100755 --- a/plugins/LinuxVST/src/DustBunny/DustBunny.cpp +++ b/plugins/LinuxVST/src/DustBunny/DustBunny.cpp @@ -1,6 +1,6 @@ /* ======================================== * DustBunny - DustBunny.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DustBunny_H diff --git a/plugins/LinuxVST/src/DustBunny/DustBunny.h b/plugins/LinuxVST/src/DustBunny/DustBunny.h index e9f1199a4..98bfdf962 100755 --- a/plugins/LinuxVST/src/DustBunny/DustBunny.h +++ b/plugins/LinuxVST/src/DustBunny/DustBunny.h @@ -1,7 +1,7 @@ /* ======================================== * DustBunny - DustBunny.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DustBunny_H diff --git a/plugins/LinuxVST/src/DustBunny/DustBunnyProc.cpp b/plugins/LinuxVST/src/DustBunny/DustBunnyProc.cpp index d4667fdec..65d72bce9 100755 --- a/plugins/LinuxVST/src/DustBunny/DustBunnyProc.cpp +++ b/plugins/LinuxVST/src/DustBunny/DustBunnyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DustBunny - DustBunny.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DustBunny_H diff --git a/plugins/LinuxVST/src/Dynamics/Dynamics.cpp b/plugins/LinuxVST/src/Dynamics/Dynamics.cpp index 1c15e3aea..792d6a1e5 100755 --- a/plugins/LinuxVST/src/Dynamics/Dynamics.cpp +++ b/plugins/LinuxVST/src/Dynamics/Dynamics.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dynamics - Dynamics.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dynamics_H diff --git a/plugins/LinuxVST/src/Dynamics/Dynamics.h b/plugins/LinuxVST/src/Dynamics/Dynamics.h index 44e3642d8..a37e2b55c 100755 --- a/plugins/LinuxVST/src/Dynamics/Dynamics.h +++ b/plugins/LinuxVST/src/Dynamics/Dynamics.h @@ -1,7 +1,7 @@ /* ======================================== * Dynamics - Dynamics.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dynamics_H diff --git a/plugins/LinuxVST/src/Dynamics/DynamicsProc.cpp b/plugins/LinuxVST/src/Dynamics/DynamicsProc.cpp index ccf96f576..d2e7eaf21 100755 --- a/plugins/LinuxVST/src/Dynamics/DynamicsProc.cpp +++ b/plugins/LinuxVST/src/Dynamics/DynamicsProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dynamics - Dynamics.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dynamics_H diff --git a/plugins/LinuxVST/src/Dyno/Dyno.cpp b/plugins/LinuxVST/src/Dyno/Dyno.cpp index 203403b0d..c612b28b8 100755 --- a/plugins/LinuxVST/src/Dyno/Dyno.cpp +++ b/plugins/LinuxVST/src/Dyno/Dyno.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dyno - Dyno.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dyno_H diff --git a/plugins/LinuxVST/src/Dyno/Dyno.h b/plugins/LinuxVST/src/Dyno/Dyno.h index db407c216..d37be41be 100755 --- a/plugins/LinuxVST/src/Dyno/Dyno.h +++ b/plugins/LinuxVST/src/Dyno/Dyno.h @@ -1,7 +1,7 @@ /* ======================================== * Dyno - Dyno.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dyno_H diff --git a/plugins/LinuxVST/src/Dyno/DynoProc.cpp b/plugins/LinuxVST/src/Dyno/DynoProc.cpp index c47a4d313..1a0f2a306 100755 --- a/plugins/LinuxVST/src/Dyno/DynoProc.cpp +++ b/plugins/LinuxVST/src/Dyno/DynoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dyno - Dyno.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dyno_H diff --git a/plugins/LinuxVST/src/EQ/EQ.cpp b/plugins/LinuxVST/src/EQ/EQ.cpp index 702dd33d4..7f009b81a 100755 --- a/plugins/LinuxVST/src/EQ/EQ.cpp +++ b/plugins/LinuxVST/src/EQ/EQ.cpp @@ -1,6 +1,6 @@ /* ======================================== * EQ - EQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EQ_H diff --git a/plugins/LinuxVST/src/EQ/EQ.h b/plugins/LinuxVST/src/EQ/EQ.h index 7d533787f..8667cf080 100755 --- a/plugins/LinuxVST/src/EQ/EQ.h +++ b/plugins/LinuxVST/src/EQ/EQ.h @@ -1,7 +1,7 @@ /* ======================================== * EQ - EQ.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __EQ_H diff --git a/plugins/LinuxVST/src/EQ/EQProc.cpp b/plugins/LinuxVST/src/EQ/EQProc.cpp index 220314936..394642078 100755 --- a/plugins/LinuxVST/src/EQ/EQProc.cpp +++ b/plugins/LinuxVST/src/EQ/EQProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * EQ - EQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EQ_H diff --git a/plugins/LinuxVST/src/EdIsDim/EdIsDim.cpp b/plugins/LinuxVST/src/EdIsDim/EdIsDim.cpp index 8a4f6db6f..c4afcdee9 100755 --- a/plugins/LinuxVST/src/EdIsDim/EdIsDim.cpp +++ b/plugins/LinuxVST/src/EdIsDim/EdIsDim.cpp @@ -1,6 +1,6 @@ /* ======================================== * EdIsDim - EdIsDim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EdIsDim_H diff --git a/plugins/LinuxVST/src/EdIsDim/EdIsDim.h b/plugins/LinuxVST/src/EdIsDim/EdIsDim.h index 7b887d69e..77f7432c7 100755 --- a/plugins/LinuxVST/src/EdIsDim/EdIsDim.h +++ b/plugins/LinuxVST/src/EdIsDim/EdIsDim.h @@ -1,7 +1,7 @@ /* ======================================== * EdIsDim - EdIsDim.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __EdIsDim_H diff --git a/plugins/LinuxVST/src/EdIsDim/EdIsDimProc.cpp b/plugins/LinuxVST/src/EdIsDim/EdIsDimProc.cpp index 39f21f688..05418e785 100755 --- a/plugins/LinuxVST/src/EdIsDim/EdIsDimProc.cpp +++ b/plugins/LinuxVST/src/EdIsDim/EdIsDimProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * EdIsDim - EdIsDim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EdIsDim_H diff --git a/plugins/LinuxVST/src/Edge/Edge.cpp b/plugins/LinuxVST/src/Edge/Edge.cpp index d93a881df..d5b7e0a03 100755 --- a/plugins/LinuxVST/src/Edge/Edge.cpp +++ b/plugins/LinuxVST/src/Edge/Edge.cpp @@ -1,6 +1,6 @@ /* ======================================== * Edge - Edge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Edge_H diff --git a/plugins/LinuxVST/src/Edge/Edge.h b/plugins/LinuxVST/src/Edge/Edge.h index 53187a878..05a41bf0d 100755 --- a/plugins/LinuxVST/src/Edge/Edge.h +++ b/plugins/LinuxVST/src/Edge/Edge.h @@ -1,7 +1,7 @@ /* ======================================== * Edge - Edge.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Edge_H diff --git a/plugins/LinuxVST/src/Edge/EdgeProc.cpp b/plugins/LinuxVST/src/Edge/EdgeProc.cpp index 433912bbe..d6ee84502 100755 --- a/plugins/LinuxVST/src/Edge/EdgeProc.cpp +++ b/plugins/LinuxVST/src/Edge/EdgeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Edge - Edge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Edge_H diff --git a/plugins/LinuxVST/src/Elation/Elation.cpp b/plugins/LinuxVST/src/Elation/Elation.cpp index 0f4c87092..37da4f308 100755 --- a/plugins/LinuxVST/src/Elation/Elation.cpp +++ b/plugins/LinuxVST/src/Elation/Elation.cpp @@ -1,6 +1,6 @@ /* ======================================== * Elation - Elation.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Elation_H diff --git a/plugins/LinuxVST/src/Elation/Elation.h b/plugins/LinuxVST/src/Elation/Elation.h index 86c647701..15ef0e226 100755 --- a/plugins/LinuxVST/src/Elation/Elation.h +++ b/plugins/LinuxVST/src/Elation/Elation.h @@ -1,7 +1,7 @@ /* ======================================== * Elation - Elation.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Elation_H diff --git a/plugins/LinuxVST/src/Elation/ElationProc.cpp b/plugins/LinuxVST/src/Elation/ElationProc.cpp index 8b99b97fa..2e189f5de 100755 --- a/plugins/LinuxVST/src/Elation/ElationProc.cpp +++ b/plugins/LinuxVST/src/Elation/ElationProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Elation - Elation.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Elation_H diff --git a/plugins/LinuxVST/src/ElectroHat/ElectroHat.cpp b/plugins/LinuxVST/src/ElectroHat/ElectroHat.cpp index 0ca7bd6c1..023eac21e 100755 --- a/plugins/LinuxVST/src/ElectroHat/ElectroHat.cpp +++ b/plugins/LinuxVST/src/ElectroHat/ElectroHat.cpp @@ -1,6 +1,6 @@ /* ======================================== * ElectroHat - ElectroHat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ElectroHat_H diff --git a/plugins/LinuxVST/src/ElectroHat/ElectroHat.h b/plugins/LinuxVST/src/ElectroHat/ElectroHat.h index b07061904..b3b9236c4 100755 --- a/plugins/LinuxVST/src/ElectroHat/ElectroHat.h +++ b/plugins/LinuxVST/src/ElectroHat/ElectroHat.h @@ -1,7 +1,7 @@ /* ======================================== * ElectroHat - ElectroHat.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ElectroHat_H diff --git a/plugins/LinuxVST/src/ElectroHat/ElectroHatProc.cpp b/plugins/LinuxVST/src/ElectroHat/ElectroHatProc.cpp index d49babc4b..a11446a23 100755 --- a/plugins/LinuxVST/src/ElectroHat/ElectroHatProc.cpp +++ b/plugins/LinuxVST/src/ElectroHat/ElectroHatProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ElectroHat - ElectroHat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ElectroHat_H diff --git a/plugins/LinuxVST/src/Energy/Energy.cpp b/plugins/LinuxVST/src/Energy/Energy.cpp index 8d8ab6081..7e47e87d4 100755 --- a/plugins/LinuxVST/src/Energy/Energy.cpp +++ b/plugins/LinuxVST/src/Energy/Energy.cpp @@ -1,6 +1,6 @@ /* ======================================== * Energy - Energy.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy_H diff --git a/plugins/LinuxVST/src/Energy/Energy.h b/plugins/LinuxVST/src/Energy/Energy.h index 0500e8391..87d737c78 100755 --- a/plugins/LinuxVST/src/Energy/Energy.h +++ b/plugins/LinuxVST/src/Energy/Energy.h @@ -1,7 +1,7 @@ /* ======================================== * Energy - Energy.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy_H diff --git a/plugins/LinuxVST/src/Energy/EnergyProc.cpp b/plugins/LinuxVST/src/Energy/EnergyProc.cpp index 1d29f1479..522e9f43c 100755 --- a/plugins/LinuxVST/src/Energy/EnergyProc.cpp +++ b/plugins/LinuxVST/src/Energy/EnergyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Energy - Energy.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy_H diff --git a/plugins/LinuxVST/src/Energy2/Energy2.cpp b/plugins/LinuxVST/src/Energy2/Energy2.cpp index 78113de46..ab382ec36 100755 --- a/plugins/LinuxVST/src/Energy2/Energy2.cpp +++ b/plugins/LinuxVST/src/Energy2/Energy2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Energy2 - Energy2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy2_H diff --git a/plugins/LinuxVST/src/Energy2/Energy2.h b/plugins/LinuxVST/src/Energy2/Energy2.h index de5e3665d..fb8076195 100755 --- a/plugins/LinuxVST/src/Energy2/Energy2.h +++ b/plugins/LinuxVST/src/Energy2/Energy2.h @@ -1,7 +1,7 @@ /* ======================================== * Energy2 - Energy2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy2_H diff --git a/plugins/LinuxVST/src/Energy2/Energy2Proc.cpp b/plugins/LinuxVST/src/Energy2/Energy2Proc.cpp index 5b5933828..53de2d92c 100755 --- a/plugins/LinuxVST/src/Energy2/Energy2Proc.cpp +++ b/plugins/LinuxVST/src/Energy2/Energy2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Energy2 - Energy2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy2_H diff --git a/plugins/LinuxVST/src/Ensemble/Ensemble.cpp b/plugins/LinuxVST/src/Ensemble/Ensemble.cpp index 1b701ecc2..095d7615b 100755 --- a/plugins/LinuxVST/src/Ensemble/Ensemble.cpp +++ b/plugins/LinuxVST/src/Ensemble/Ensemble.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ensemble - Ensemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ensemble_H diff --git a/plugins/LinuxVST/src/Ensemble/Ensemble.h b/plugins/LinuxVST/src/Ensemble/Ensemble.h index 7d0af8926..4d32a5c69 100755 --- a/plugins/LinuxVST/src/Ensemble/Ensemble.h +++ b/plugins/LinuxVST/src/Ensemble/Ensemble.h @@ -1,7 +1,7 @@ /* ======================================== * Ensemble - Ensemble.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Ensemble_H diff --git a/plugins/LinuxVST/src/Ensemble/EnsembleProc.cpp b/plugins/LinuxVST/src/Ensemble/EnsembleProc.cpp index cdc6fde6a..da70edcd2 100755 --- a/plugins/LinuxVST/src/Ensemble/EnsembleProc.cpp +++ b/plugins/LinuxVST/src/Ensemble/EnsembleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ensemble - Ensemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ensemble_H diff --git a/plugins/LinuxVST/src/EveryTrim/EveryTrim.cpp b/plugins/LinuxVST/src/EveryTrim/EveryTrim.cpp index fcb71bec3..f476e62ef 100755 --- a/plugins/LinuxVST/src/EveryTrim/EveryTrim.cpp +++ b/plugins/LinuxVST/src/EveryTrim/EveryTrim.cpp @@ -1,6 +1,6 @@ /* ======================================== * EveryTrim - EveryTrim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EveryTrim_H diff --git a/plugins/LinuxVST/src/EveryTrim/EveryTrim.h b/plugins/LinuxVST/src/EveryTrim/EveryTrim.h index aec024775..3750d4819 100755 --- a/plugins/LinuxVST/src/EveryTrim/EveryTrim.h +++ b/plugins/LinuxVST/src/EveryTrim/EveryTrim.h @@ -1,7 +1,7 @@ /* ======================================== * EveryTrim - EveryTrim.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __EveryTrim_H diff --git a/plugins/LinuxVST/src/EveryTrim/EveryTrimProc.cpp b/plugins/LinuxVST/src/EveryTrim/EveryTrimProc.cpp index 1bb858da7..3aef0bc93 100755 --- a/plugins/LinuxVST/src/EveryTrim/EveryTrimProc.cpp +++ b/plugins/LinuxVST/src/EveryTrim/EveryTrimProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * EveryTrim - EveryTrim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EveryTrim_H diff --git a/plugins/LinuxVST/src/Exciter/Exciter.cpp b/plugins/LinuxVST/src/Exciter/Exciter.cpp index 406d7ce4e..1d1a6b0e5 100755 --- a/plugins/LinuxVST/src/Exciter/Exciter.cpp +++ b/plugins/LinuxVST/src/Exciter/Exciter.cpp @@ -1,6 +1,6 @@ /* ======================================== * Exciter - Exciter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Exciter_H diff --git a/plugins/LinuxVST/src/Exciter/Exciter.h b/plugins/LinuxVST/src/Exciter/Exciter.h index 6db22f66f..4e857904e 100755 --- a/plugins/LinuxVST/src/Exciter/Exciter.h +++ b/plugins/LinuxVST/src/Exciter/Exciter.h @@ -1,7 +1,7 @@ /* ======================================== * Exciter - Exciter.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Exciter_H diff --git a/plugins/LinuxVST/src/Exciter/ExciterProc.cpp b/plugins/LinuxVST/src/Exciter/ExciterProc.cpp index 10971546f..d5915a03b 100755 --- a/plugins/LinuxVST/src/Exciter/ExciterProc.cpp +++ b/plugins/LinuxVST/src/Exciter/ExciterProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Exciter - Exciter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Exciter_H diff --git a/plugins/LinuxVST/src/Facet/Facet.cpp b/plugins/LinuxVST/src/Facet/Facet.cpp index a6b2b3f99..8353a40ff 100755 --- a/plugins/LinuxVST/src/Facet/Facet.cpp +++ b/plugins/LinuxVST/src/Facet/Facet.cpp @@ -1,6 +1,6 @@ /* ======================================== * Facet - Facet.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Facet_H diff --git a/plugins/LinuxVST/src/Facet/Facet.h b/plugins/LinuxVST/src/Facet/Facet.h index a96770914..70c4cf022 100755 --- a/plugins/LinuxVST/src/Facet/Facet.h +++ b/plugins/LinuxVST/src/Facet/Facet.h @@ -1,7 +1,7 @@ /* ======================================== * Facet - Facet.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Facet_H diff --git a/plugins/LinuxVST/src/Facet/FacetProc.cpp b/plugins/LinuxVST/src/Facet/FacetProc.cpp index 77dca004a..127feff05 100755 --- a/plugins/LinuxVST/src/Facet/FacetProc.cpp +++ b/plugins/LinuxVST/src/Facet/FacetProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Facet - Facet.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Facet_H diff --git a/plugins/LinuxVST/src/FathomFive/FathomFive.cpp b/plugins/LinuxVST/src/FathomFive/FathomFive.cpp index fd04b6d84..713613f8f 100755 --- a/plugins/LinuxVST/src/FathomFive/FathomFive.cpp +++ b/plugins/LinuxVST/src/FathomFive/FathomFive.cpp @@ -1,6 +1,6 @@ /* ======================================== * FathomFive - FathomFive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FathomFive_H diff --git a/plugins/LinuxVST/src/FathomFive/FathomFive.h b/plugins/LinuxVST/src/FathomFive/FathomFive.h index 8a67aae1b..953772c18 100755 --- a/plugins/LinuxVST/src/FathomFive/FathomFive.h +++ b/plugins/LinuxVST/src/FathomFive/FathomFive.h @@ -1,7 +1,7 @@ /* ======================================== * FathomFive - FathomFive.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __FathomFive_H diff --git a/plugins/LinuxVST/src/FathomFive/FathomFiveProc.cpp b/plugins/LinuxVST/src/FathomFive/FathomFiveProc.cpp index fee6aba1e..8d8d9ba7b 100755 --- a/plugins/LinuxVST/src/FathomFive/FathomFiveProc.cpp +++ b/plugins/LinuxVST/src/FathomFive/FathomFiveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * FathomFive - FathomFive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FathomFive_H diff --git a/plugins/LinuxVST/src/FireAmp/FireAmp.cpp b/plugins/LinuxVST/src/FireAmp/FireAmp.cpp index 44b7c5867..54ff5f741 100755 --- a/plugins/LinuxVST/src/FireAmp/FireAmp.cpp +++ b/plugins/LinuxVST/src/FireAmp/FireAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * FireAmp - FireAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/FireAmp/FireAmp.h b/plugins/LinuxVST/src/FireAmp/FireAmp.h index 71133a2c4..3903d9875 100755 --- a/plugins/LinuxVST/src/FireAmp/FireAmp.h +++ b/plugins/LinuxVST/src/FireAmp/FireAmp.h @@ -1,7 +1,7 @@ /* ======================================== * FireAmp - FireAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/FireAmp/FireAmpProc.cpp b/plugins/LinuxVST/src/FireAmp/FireAmpProc.cpp index 6e2960844..f52ac06c1 100755 --- a/plugins/LinuxVST/src/FireAmp/FireAmpProc.cpp +++ b/plugins/LinuxVST/src/FireAmp/FireAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * FireAmp - FireAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/Flipity/Flipity.cpp b/plugins/LinuxVST/src/Flipity/Flipity.cpp index ccfc70335..9eb369cb0 100755 --- a/plugins/LinuxVST/src/Flipity/Flipity.cpp +++ b/plugins/LinuxVST/src/Flipity/Flipity.cpp @@ -1,6 +1,6 @@ /* ======================================== * Flipity - Flipity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Flipity_H diff --git a/plugins/LinuxVST/src/Flipity/Flipity.h b/plugins/LinuxVST/src/Flipity/Flipity.h index ec96a479f..bdb4bdc02 100755 --- a/plugins/LinuxVST/src/Flipity/Flipity.h +++ b/plugins/LinuxVST/src/Flipity/Flipity.h @@ -1,7 +1,7 @@ /* ======================================== * Flipity - Flipity.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Flipity_H diff --git a/plugins/LinuxVST/src/Flipity/FlipityProc.cpp b/plugins/LinuxVST/src/Flipity/FlipityProc.cpp index b77ebc114..4c3be2cde 100755 --- a/plugins/LinuxVST/src/Flipity/FlipityProc.cpp +++ b/plugins/LinuxVST/src/Flipity/FlipityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Flipity - Flipity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Flipity_H diff --git a/plugins/LinuxVST/src/Floor/Floor.cpp b/plugins/LinuxVST/src/Floor/Floor.cpp index 7bb4a8ddb..a995f1190 100755 --- a/plugins/LinuxVST/src/Floor/Floor.cpp +++ b/plugins/LinuxVST/src/Floor/Floor.cpp @@ -1,6 +1,6 @@ /* ======================================== * Floor - Floor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Floor_H diff --git a/plugins/LinuxVST/src/Floor/Floor.h b/plugins/LinuxVST/src/Floor/Floor.h index c80bb7c7f..c55f29d2f 100755 --- a/plugins/LinuxVST/src/Floor/Floor.h +++ b/plugins/LinuxVST/src/Floor/Floor.h @@ -1,7 +1,7 @@ /* ======================================== * Floor - Floor.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Floor_H diff --git a/plugins/LinuxVST/src/Floor/FloorProc.cpp b/plugins/LinuxVST/src/Floor/FloorProc.cpp index 115f0bc79..200743e56 100755 --- a/plugins/LinuxVST/src/Floor/FloorProc.cpp +++ b/plugins/LinuxVST/src/Floor/FloorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Floor - Floor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Floor_H diff --git a/plugins/LinuxVST/src/Flutter/Flutter.cpp b/plugins/LinuxVST/src/Flutter/Flutter.cpp new file mode 100755 index 000000000..eb4a173c1 --- /dev/null +++ b/plugins/LinuxVST/src/Flutter/Flutter.cpp @@ -0,0 +1,124 @@ +/* ======================================== + * Flutter - Flutter.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Flutter_H +#include "Flutter.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Flutter(audioMaster);} + +Flutter::Flutter(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.0; + for (int temp = 0; temp < 1001; temp++) {dL[temp] = 0.0;dR[temp] = 0.0;} + gcount = 0; + sweep = M_PI; + rateof = 0.5; + nextmax = 0.5; + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Flutter::~Flutter() {} +VstInt32 Flutter::getVendorVersion () {return 1000;} +void Flutter::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Flutter::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Flutter::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Flutter::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Flutter::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Flutter::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Flutter::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Flutter", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Flutter::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Flutter::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Flutter::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Flutter::getEffectName(char* name) { + vst_strncpy(name, "Flutter", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Flutter::getPlugCategory() {return kPlugCategEffect;} + +bool Flutter::getProductString(char* text) { + vst_strncpy (text, "airwindows Flutter", kVstMaxProductStrLen); return true; +} + +bool Flutter::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/LinuxVST/src/Flutter/Flutter.h b/plugins/LinuxVST/src/Flutter/Flutter.h new file mode 100755 index 000000000..28745ea3e --- /dev/null +++ b/plugins/LinuxVST/src/Flutter/Flutter.h @@ -0,0 +1,68 @@ +/* ======================================== + * Flutter - Flutter.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Flutter_H +#define __Flutter_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kNumParameters = 1 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'flut'; //Change this to what the AU identity is! + +class Flutter : + public AudioEffectX +{ +public: + Flutter(audioMasterCallback audioMaster); + ~Flutter(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + double dL[1002]; + double dR[1002]; + int gcount; + double rateof; + double sweep; + double nextmax; + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + float A; +}; + +#endif diff --git a/plugins/LinuxVST/src/Flutter/FlutterProc.cpp b/plugins/LinuxVST/src/Flutter/FlutterProc.cpp new file mode 100755 index 000000000..2effd4c81 --- /dev/null +++ b/plugins/LinuxVST/src/Flutter/FlutterProc.cpp @@ -0,0 +1,122 @@ +/* ======================================== + * Flutter - Flutter.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Flutter_H +#include "Flutter.h" +#endif + +void Flutter::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double depth = pow(A,2)*overallscale*70; + double fluttertrim = (0.0024*pow(A,2))/overallscale; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + if (gcount < 0 || gcount > 999) gcount = 999; + dL[gcount] = inputSampleL; dR[gcount] = inputSampleR; + int count = gcount; + double offset = depth + (depth * pow(rateof,2) * sin(sweep)); + count += (int)floor(offset); + + inputSampleL = (dL[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleL += (dL[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + inputSampleR = (dR[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleR += (dR[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + + rateof = (rateof * (1.0-fluttertrim)) + (nextmax * fluttertrim); + sweep += rateof * fluttertrim; + if (sweep >= (M_PI*2.0)) {sweep -= M_PI; nextmax = 0.24 + (fpdL / (double)UINT32_MAX * 0.74);} + //apply to input signal only when flutter is present, interpolate samples + gcount--; + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Flutter::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double depth = pow(A,2)*overallscale*70; + double fluttertrim = (0.0024*pow(A,2))/overallscale; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + if (gcount < 0 || gcount > 999) gcount = 999; + dL[gcount] = inputSampleL; dR[gcount] = inputSampleR; + int count = gcount; + double offset = depth + (depth * pow(rateof,2) * sin(sweep)); + count += (int)floor(offset); + + inputSampleL = (dL[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleL += (dL[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + inputSampleR = (dR[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleR += (dR[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + + rateof = (rateof * (1.0-fluttertrim)) + (nextmax * fluttertrim); + sweep += rateof * fluttertrim; + if (sweep >= (M_PI*2.0)) {sweep -= M_PI; nextmax = 0.24 + (fpdL / (double)UINT32_MAX * 0.74);} + //apply to input signal only when flutter is present, interpolate samples + gcount--; + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/LinuxVST/src/Focus/Focus.cpp b/plugins/LinuxVST/src/Focus/Focus.cpp index 983edb647..8a8996889 100755 --- a/plugins/LinuxVST/src/Focus/Focus.cpp +++ b/plugins/LinuxVST/src/Focus/Focus.cpp @@ -1,6 +1,6 @@ /* ======================================== * Focus - Focus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Focus_H diff --git a/plugins/LinuxVST/src/Focus/Focus.h b/plugins/LinuxVST/src/Focus/Focus.h index 7a99c47b0..b52dda368 100755 --- a/plugins/LinuxVST/src/Focus/Focus.h +++ b/plugins/LinuxVST/src/Focus/Focus.h @@ -1,7 +1,7 @@ /* ======================================== * Focus - Focus.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Focus_H diff --git a/plugins/LinuxVST/src/Focus/FocusProc.cpp b/plugins/LinuxVST/src/Focus/FocusProc.cpp index 402980354..b03118abb 100755 --- a/plugins/LinuxVST/src/Focus/FocusProc.cpp +++ b/plugins/LinuxVST/src/Focus/FocusProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Focus - Focus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Focus_H diff --git a/plugins/LinuxVST/src/Fracture/Fracture.cpp b/plugins/LinuxVST/src/Fracture/Fracture.cpp index 302b4dc54..5a15527bb 100755 --- a/plugins/LinuxVST/src/Fracture/Fracture.cpp +++ b/plugins/LinuxVST/src/Fracture/Fracture.cpp @@ -1,6 +1,6 @@ /* ======================================== * Fracture - Fracture.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Fracture_H diff --git a/plugins/LinuxVST/src/Fracture/Fracture.h b/plugins/LinuxVST/src/Fracture/Fracture.h index 54aac5a86..9f5d7b9f0 100755 --- a/plugins/LinuxVST/src/Fracture/Fracture.h +++ b/plugins/LinuxVST/src/Fracture/Fracture.h @@ -1,7 +1,7 @@ /* ======================================== * Fracture - Fracture.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Fracture_H diff --git a/plugins/LinuxVST/src/Fracture/FractureProc.cpp b/plugins/LinuxVST/src/Fracture/FractureProc.cpp index e7b6e7225..c493237ef 100755 --- a/plugins/LinuxVST/src/Fracture/FractureProc.cpp +++ b/plugins/LinuxVST/src/Fracture/FractureProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Fracture - Fracture.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Fracture_H diff --git a/plugins/LinuxVST/src/FromTape/FromTape.cpp b/plugins/LinuxVST/src/FromTape/FromTape.cpp index 4573e48be..2807a5bfd 100755 --- a/plugins/LinuxVST/src/FromTape/FromTape.cpp +++ b/plugins/LinuxVST/src/FromTape/FromTape.cpp @@ -1,6 +1,6 @@ /* ======================================== * FromTape - FromTape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FromTape_H diff --git a/plugins/LinuxVST/src/FromTape/FromTape.h b/plugins/LinuxVST/src/FromTape/FromTape.h index cd63776b9..48aa9ceb3 100755 --- a/plugins/LinuxVST/src/FromTape/FromTape.h +++ b/plugins/LinuxVST/src/FromTape/FromTape.h @@ -1,7 +1,7 @@ /* ======================================== * FromTape - FromTape.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __FromTape_H diff --git a/plugins/LinuxVST/src/FromTape/FromTapeProc.cpp b/plugins/LinuxVST/src/FromTape/FromTapeProc.cpp index eb3154f70..4756c6b5f 100755 --- a/plugins/LinuxVST/src/FromTape/FromTapeProc.cpp +++ b/plugins/LinuxVST/src/FromTape/FromTapeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * FromTape - FromTape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FromTape_H diff --git a/plugins/LinuxVST/src/Galactic/Galactic.cpp b/plugins/LinuxVST/src/Galactic/Galactic.cpp index 5b305fe65..addfad8d5 100755 --- a/plugins/LinuxVST/src/Galactic/Galactic.cpp +++ b/plugins/LinuxVST/src/Galactic/Galactic.cpp @@ -1,6 +1,6 @@ /* ======================================== * Galactic - Galactic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic_H diff --git a/plugins/LinuxVST/src/Galactic/Galactic.h b/plugins/LinuxVST/src/Galactic/Galactic.h index a852cf336..14a580fba 100755 --- a/plugins/LinuxVST/src/Galactic/Galactic.h +++ b/plugins/LinuxVST/src/Galactic/Galactic.h @@ -1,7 +1,7 @@ /* ======================================== * Galactic - Galactic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic_H diff --git a/plugins/LinuxVST/src/Galactic/GalacticProc.cpp b/plugins/LinuxVST/src/Galactic/GalacticProc.cpp index 19344f0e4..a29359158 100755 --- a/plugins/LinuxVST/src/Galactic/GalacticProc.cpp +++ b/plugins/LinuxVST/src/Galactic/GalacticProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Galactic - Galactic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic_H diff --git a/plugins/LinuxVST/src/Gatelope/Gatelope.cpp b/plugins/LinuxVST/src/Gatelope/Gatelope.cpp index 225c337d5..a367ef0d2 100755 --- a/plugins/LinuxVST/src/Gatelope/Gatelope.cpp +++ b/plugins/LinuxVST/src/Gatelope/Gatelope.cpp @@ -1,6 +1,6 @@ /* ======================================== * Gatelope - Gatelope.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gatelope_H diff --git a/plugins/LinuxVST/src/Gatelope/Gatelope.h b/plugins/LinuxVST/src/Gatelope/Gatelope.h index 273e19f6f..08e827963 100755 --- a/plugins/LinuxVST/src/Gatelope/Gatelope.h +++ b/plugins/LinuxVST/src/Gatelope/Gatelope.h @@ -1,7 +1,7 @@ /* ======================================== * Gatelope - Gatelope.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gatelope_H diff --git a/plugins/LinuxVST/src/Gatelope/GatelopeProc.cpp b/plugins/LinuxVST/src/Gatelope/GatelopeProc.cpp index 5dbcb19c3..572c26c0e 100755 --- a/plugins/LinuxVST/src/Gatelope/GatelopeProc.cpp +++ b/plugins/LinuxVST/src/Gatelope/GatelopeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Gatelope - Gatelope.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gatelope_H diff --git a/plugins/LinuxVST/src/GlitchShifter/GlitchShifter.cpp b/plugins/LinuxVST/src/GlitchShifter/GlitchShifter.cpp index 9fa68aa0b..abc8bc9e1 100755 --- a/plugins/LinuxVST/src/GlitchShifter/GlitchShifter.cpp +++ b/plugins/LinuxVST/src/GlitchShifter/GlitchShifter.cpp @@ -1,6 +1,6 @@ /* ======================================== * GlitchShifter - GlitchShifter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GlitchShifter_H diff --git a/plugins/LinuxVST/src/GlitchShifter/GlitchShifter.h b/plugins/LinuxVST/src/GlitchShifter/GlitchShifter.h index ffbd303eb..096b87da9 100755 --- a/plugins/LinuxVST/src/GlitchShifter/GlitchShifter.h +++ b/plugins/LinuxVST/src/GlitchShifter/GlitchShifter.h @@ -1,7 +1,7 @@ /* ======================================== * GlitchShifter - GlitchShifter.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __GlitchShifter_H diff --git a/plugins/LinuxVST/src/GlitchShifter/GlitchShifterProc.cpp b/plugins/LinuxVST/src/GlitchShifter/GlitchShifterProc.cpp index 13b7809f6..318c4bf8c 100755 --- a/plugins/LinuxVST/src/GlitchShifter/GlitchShifterProc.cpp +++ b/plugins/LinuxVST/src/GlitchShifter/GlitchShifterProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * GlitchShifter - GlitchShifter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GlitchShifter_H diff --git a/plugins/LinuxVST/src/Golem/Golem.cpp b/plugins/LinuxVST/src/Golem/Golem.cpp index 22d4cb6f5..e80b621ef 100755 --- a/plugins/LinuxVST/src/Golem/Golem.cpp +++ b/plugins/LinuxVST/src/Golem/Golem.cpp @@ -1,6 +1,6 @@ /* ======================================== * Golem - Golem.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Golem_H diff --git a/plugins/LinuxVST/src/Golem/Golem.h b/plugins/LinuxVST/src/Golem/Golem.h index 4416d3463..87f531bc5 100755 --- a/plugins/LinuxVST/src/Golem/Golem.h +++ b/plugins/LinuxVST/src/Golem/Golem.h @@ -1,7 +1,7 @@ /* ======================================== * Golem - Golem.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Golem_H diff --git a/plugins/LinuxVST/src/Golem/GolemProc.cpp b/plugins/LinuxVST/src/Golem/GolemProc.cpp index 316632391..3a34df02f 100755 --- a/plugins/LinuxVST/src/Golem/GolemProc.cpp +++ b/plugins/LinuxVST/src/Golem/GolemProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Golem - Golem.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Golem_H diff --git a/plugins/LinuxVST/src/GrindAmp/GrindAmp.cpp b/plugins/LinuxVST/src/GrindAmp/GrindAmp.cpp index 04d6f41f7..ec1b3aa1e 100755 --- a/plugins/LinuxVST/src/GrindAmp/GrindAmp.cpp +++ b/plugins/LinuxVST/src/GrindAmp/GrindAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * GrindAmp - GrindAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/GrindAmp/GrindAmp.h b/plugins/LinuxVST/src/GrindAmp/GrindAmp.h index 494f0bee3..9f8679d90 100755 --- a/plugins/LinuxVST/src/GrindAmp/GrindAmp.h +++ b/plugins/LinuxVST/src/GrindAmp/GrindAmp.h @@ -1,7 +1,7 @@ /* ======================================== * GrindAmp - GrindAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/GrindAmp/GrindAmpProc.cpp b/plugins/LinuxVST/src/GrindAmp/GrindAmpProc.cpp index 03e0335e9..37c111cc4 100755 --- a/plugins/LinuxVST/src/GrindAmp/GrindAmpProc.cpp +++ b/plugins/LinuxVST/src/GrindAmp/GrindAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * GrindAmp - GrindAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/Gringer/Gringer.cpp b/plugins/LinuxVST/src/Gringer/Gringer.cpp index 6f37ac79c..85fbc9207 100755 --- a/plugins/LinuxVST/src/Gringer/Gringer.cpp +++ b/plugins/LinuxVST/src/Gringer/Gringer.cpp @@ -1,6 +1,6 @@ /* ======================================== * Gringer - Gringer.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gringer_H diff --git a/plugins/LinuxVST/src/Gringer/Gringer.h b/plugins/LinuxVST/src/Gringer/Gringer.h index 27f05155b..88228c4f8 100755 --- a/plugins/LinuxVST/src/Gringer/Gringer.h +++ b/plugins/LinuxVST/src/Gringer/Gringer.h @@ -1,7 +1,7 @@ /* ======================================== * Gringer - Gringer.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gringer_H diff --git a/plugins/LinuxVST/src/Gringer/GringerProc.cpp b/plugins/LinuxVST/src/Gringer/GringerProc.cpp index 11dd0c3a5..fa27c3787 100755 --- a/plugins/LinuxVST/src/Gringer/GringerProc.cpp +++ b/plugins/LinuxVST/src/Gringer/GringerProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Gringer - Gringer.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gringer_H diff --git a/plugins/LinuxVST/src/GrooveWear/GrooveWear.cpp b/plugins/LinuxVST/src/GrooveWear/GrooveWear.cpp index b15478506..7b0ba4668 100755 --- a/plugins/LinuxVST/src/GrooveWear/GrooveWear.cpp +++ b/plugins/LinuxVST/src/GrooveWear/GrooveWear.cpp @@ -1,6 +1,6 @@ /* ======================================== * GrooveWear - GrooveWear.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GrooveWear_H diff --git a/plugins/LinuxVST/src/GrooveWear/GrooveWear.h b/plugins/LinuxVST/src/GrooveWear/GrooveWear.h index fe207c7b6..f851c530e 100755 --- a/plugins/LinuxVST/src/GrooveWear/GrooveWear.h +++ b/plugins/LinuxVST/src/GrooveWear/GrooveWear.h @@ -1,7 +1,7 @@ /* ======================================== * GrooveWear - GrooveWear.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __GrooveWear_H diff --git a/plugins/LinuxVST/src/GrooveWear/GrooveWearProc.cpp b/plugins/LinuxVST/src/GrooveWear/GrooveWearProc.cpp index 98eeec25e..1d3da3deb 100755 --- a/plugins/LinuxVST/src/GrooveWear/GrooveWearProc.cpp +++ b/plugins/LinuxVST/src/GrooveWear/GrooveWearProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * GrooveWear - GrooveWear.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GrooveWear_H diff --git a/plugins/LinuxVST/src/GuitarConditioner/GuitarConditioner.cpp b/plugins/LinuxVST/src/GuitarConditioner/GuitarConditioner.cpp index 309ce7e4e..87b882c71 100755 --- a/plugins/LinuxVST/src/GuitarConditioner/GuitarConditioner.cpp +++ b/plugins/LinuxVST/src/GuitarConditioner/GuitarConditioner.cpp @@ -1,6 +1,6 @@ /* ======================================== * GuitarConditioner - GuitarConditioner.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GuitarConditioner_H diff --git a/plugins/LinuxVST/src/GuitarConditioner/GuitarConditioner.h b/plugins/LinuxVST/src/GuitarConditioner/GuitarConditioner.h index fca5a3c07..bb9f5a92f 100755 --- a/plugins/LinuxVST/src/GuitarConditioner/GuitarConditioner.h +++ b/plugins/LinuxVST/src/GuitarConditioner/GuitarConditioner.h @@ -1,7 +1,7 @@ /* ======================================== * GuitarConditioner - GuitarConditioner.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __GuitarConditioner_H diff --git a/plugins/LinuxVST/src/GuitarConditioner/GuitarConditionerProc.cpp b/plugins/LinuxVST/src/GuitarConditioner/GuitarConditionerProc.cpp index 6bfd3bbc4..a68a453b5 100755 --- a/plugins/LinuxVST/src/GuitarConditioner/GuitarConditionerProc.cpp +++ b/plugins/LinuxVST/src/GuitarConditioner/GuitarConditionerProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * GuitarConditioner - GuitarConditioner.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GuitarConditioner_H diff --git a/plugins/LinuxVST/src/HardVacuum/HardVacuum.cpp b/plugins/LinuxVST/src/HardVacuum/HardVacuum.cpp index 533cb5610..ba882277f 100755 --- a/plugins/LinuxVST/src/HardVacuum/HardVacuum.cpp +++ b/plugins/LinuxVST/src/HardVacuum/HardVacuum.cpp @@ -1,6 +1,6 @@ /* ======================================== * HardVacuum - HardVacuum.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HardVacuum_H diff --git a/plugins/LinuxVST/src/HardVacuum/HardVacuum.h b/plugins/LinuxVST/src/HardVacuum/HardVacuum.h index f159aadb8..2263e0919 100755 --- a/plugins/LinuxVST/src/HardVacuum/HardVacuum.h +++ b/plugins/LinuxVST/src/HardVacuum/HardVacuum.h @@ -1,7 +1,7 @@ /* ======================================== * HardVacuum - HardVacuum.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HardVacuum_H diff --git a/plugins/LinuxVST/src/HardVacuum/HardVacuumProc.cpp b/plugins/LinuxVST/src/HardVacuum/HardVacuumProc.cpp index 9979a8126..1b1506d77 100755 --- a/plugins/LinuxVST/src/HardVacuum/HardVacuumProc.cpp +++ b/plugins/LinuxVST/src/HardVacuum/HardVacuumProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HardVacuum - HardVacuum.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HardVacuum_H diff --git a/plugins/LinuxVST/src/HermeTrim/HermeTrim.cpp b/plugins/LinuxVST/src/HermeTrim/HermeTrim.cpp index 77103be7b..d201122fc 100755 --- a/plugins/LinuxVST/src/HermeTrim/HermeTrim.cpp +++ b/plugins/LinuxVST/src/HermeTrim/HermeTrim.cpp @@ -1,6 +1,6 @@ /* ======================================== * HermeTrim - HermeTrim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HermeTrim_H diff --git a/plugins/LinuxVST/src/HermeTrim/HermeTrim.h b/plugins/LinuxVST/src/HermeTrim/HermeTrim.h index 6db22a3b5..d588fff61 100755 --- a/plugins/LinuxVST/src/HermeTrim/HermeTrim.h +++ b/plugins/LinuxVST/src/HermeTrim/HermeTrim.h @@ -1,7 +1,7 @@ /* ======================================== * HermeTrim - HermeTrim.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HermeTrim_H diff --git a/plugins/LinuxVST/src/HermeTrim/HermeTrimProc.cpp b/plugins/LinuxVST/src/HermeTrim/HermeTrimProc.cpp index dccb829c6..d6c4ac756 100755 --- a/plugins/LinuxVST/src/HermeTrim/HermeTrimProc.cpp +++ b/plugins/LinuxVST/src/HermeTrim/HermeTrimProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HermeTrim - HermeTrim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HermeTrim_H diff --git a/plugins/LinuxVST/src/Hermepass/Hermepass.cpp b/plugins/LinuxVST/src/Hermepass/Hermepass.cpp index c18a227be..a23fa7177 100755 --- a/plugins/LinuxVST/src/Hermepass/Hermepass.cpp +++ b/plugins/LinuxVST/src/Hermepass/Hermepass.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hermepass - Hermepass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hermepass_H diff --git a/plugins/LinuxVST/src/Hermepass/Hermepass.h b/plugins/LinuxVST/src/Hermepass/Hermepass.h index d3f2970cc..8dbedef38 100755 --- a/plugins/LinuxVST/src/Hermepass/Hermepass.h +++ b/plugins/LinuxVST/src/Hermepass/Hermepass.h @@ -1,7 +1,7 @@ /* ======================================== * Hermepass - Hermepass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hermepass_H diff --git a/plugins/LinuxVST/src/Hermepass/HermepassProc.cpp b/plugins/LinuxVST/src/Hermepass/HermepassProc.cpp index 178979fbf..f4609a241 100755 --- a/plugins/LinuxVST/src/Hermepass/HermepassProc.cpp +++ b/plugins/LinuxVST/src/Hermepass/HermepassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hermepass - Hermepass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hermepass_H diff --git a/plugins/LinuxVST/src/HighGlossDither/HighGlossDither.cpp b/plugins/LinuxVST/src/HighGlossDither/HighGlossDither.cpp index 612210712..05a8b000b 100755 --- a/plugins/LinuxVST/src/HighGlossDither/HighGlossDither.cpp +++ b/plugins/LinuxVST/src/HighGlossDither/HighGlossDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * HighGlossDither - HighGlossDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HighGlossDither_H diff --git a/plugins/LinuxVST/src/HighGlossDither/HighGlossDither.h b/plugins/LinuxVST/src/HighGlossDither/HighGlossDither.h index 96804c5a8..f72236070 100755 --- a/plugins/LinuxVST/src/HighGlossDither/HighGlossDither.h +++ b/plugins/LinuxVST/src/HighGlossDither/HighGlossDither.h @@ -1,7 +1,7 @@ /* ======================================== * HighGlossDither - HighGlossDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HighGlossDither_H diff --git a/plugins/LinuxVST/src/HighGlossDither/HighGlossDitherProc.cpp b/plugins/LinuxVST/src/HighGlossDither/HighGlossDitherProc.cpp index fee894a81..53a226781 100755 --- a/plugins/LinuxVST/src/HighGlossDither/HighGlossDitherProc.cpp +++ b/plugins/LinuxVST/src/HighGlossDither/HighGlossDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HighGlossDither - HighGlossDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HighGlossDither_H diff --git a/plugins/LinuxVST/src/HighImpact/HighImpact.cpp b/plugins/LinuxVST/src/HighImpact/HighImpact.cpp index 446f34127..63b18ebfa 100755 --- a/plugins/LinuxVST/src/HighImpact/HighImpact.cpp +++ b/plugins/LinuxVST/src/HighImpact/HighImpact.cpp @@ -1,6 +1,6 @@ /* ======================================== * HighImpact - HighImpact.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HighImpact_H diff --git a/plugins/LinuxVST/src/HighImpact/HighImpact.h b/plugins/LinuxVST/src/HighImpact/HighImpact.h index 71123e03c..55e74a53b 100755 --- a/plugins/LinuxVST/src/HighImpact/HighImpact.h +++ b/plugins/LinuxVST/src/HighImpact/HighImpact.h @@ -1,7 +1,7 @@ /* ======================================== * HighImpact - HighImpact.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HighImpact_H diff --git a/plugins/LinuxVST/src/HighImpact/HighImpactProc.cpp b/plugins/LinuxVST/src/HighImpact/HighImpactProc.cpp index c6ac619a9..d963d0547 100755 --- a/plugins/LinuxVST/src/HighImpact/HighImpactProc.cpp +++ b/plugins/LinuxVST/src/HighImpact/HighImpactProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HighImpact - HighImpact.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HighImpact_H diff --git a/plugins/LinuxVST/src/Highpass/Highpass.cpp b/plugins/LinuxVST/src/Highpass/Highpass.cpp index a87a3f0ce..0a9b3a4ab 100755 --- a/plugins/LinuxVST/src/Highpass/Highpass.cpp +++ b/plugins/LinuxVST/src/Highpass/Highpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * Highpass - Highpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass_H diff --git a/plugins/LinuxVST/src/Highpass/Highpass.h b/plugins/LinuxVST/src/Highpass/Highpass.h index 468baa479..c82ead440 100755 --- a/plugins/LinuxVST/src/Highpass/Highpass.h +++ b/plugins/LinuxVST/src/Highpass/Highpass.h @@ -1,7 +1,7 @@ /* ======================================== * Highpass - Highpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass_H diff --git a/plugins/LinuxVST/src/Highpass/HighpassProc.cpp b/plugins/LinuxVST/src/Highpass/HighpassProc.cpp index b1dfc193a..2f65cb581 100755 --- a/plugins/LinuxVST/src/Highpass/HighpassProc.cpp +++ b/plugins/LinuxVST/src/Highpass/HighpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Highpass - Highpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass_H diff --git a/plugins/LinuxVST/src/Highpass2/Highpass2.cpp b/plugins/LinuxVST/src/Highpass2/Highpass2.cpp index 3c1833407..909c71b9a 100755 --- a/plugins/LinuxVST/src/Highpass2/Highpass2.cpp +++ b/plugins/LinuxVST/src/Highpass2/Highpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Highpass2 - Highpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass2_H diff --git a/plugins/LinuxVST/src/Highpass2/Highpass2.h b/plugins/LinuxVST/src/Highpass2/Highpass2.h index 4b9efb1f3..3d8ac7247 100755 --- a/plugins/LinuxVST/src/Highpass2/Highpass2.h +++ b/plugins/LinuxVST/src/Highpass2/Highpass2.h @@ -1,7 +1,7 @@ /* ======================================== * Highpass2 - Highpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass2_H diff --git a/plugins/LinuxVST/src/Highpass2/Highpass2Proc.cpp b/plugins/LinuxVST/src/Highpass2/Highpass2Proc.cpp index b66aa6d31..5bc498d78 100755 --- a/plugins/LinuxVST/src/Highpass2/Highpass2Proc.cpp +++ b/plugins/LinuxVST/src/Highpass2/Highpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Highpass2 - Highpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass2_H diff --git a/plugins/LinuxVST/src/Holt/Holt.cpp b/plugins/LinuxVST/src/Holt/Holt.cpp index 8f14a7238..cefbe9221 100755 --- a/plugins/LinuxVST/src/Holt/Holt.cpp +++ b/plugins/LinuxVST/src/Holt/Holt.cpp @@ -1,6 +1,6 @@ /* ======================================== * Holt - Holt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Holt_H diff --git a/plugins/LinuxVST/src/Holt/Holt.h b/plugins/LinuxVST/src/Holt/Holt.h index 8026fa40d..ddb5182fe 100755 --- a/plugins/LinuxVST/src/Holt/Holt.h +++ b/plugins/LinuxVST/src/Holt/Holt.h @@ -1,7 +1,7 @@ /* ======================================== * Holt - Holt.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Holt_H diff --git a/plugins/LinuxVST/src/Holt/HoltProc.cpp b/plugins/LinuxVST/src/Holt/HoltProc.cpp index d37f50ef4..16880a5f4 100755 --- a/plugins/LinuxVST/src/Holt/HoltProc.cpp +++ b/plugins/LinuxVST/src/Holt/HoltProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Holt - Holt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Holt_H diff --git a/plugins/LinuxVST/src/Holt2/Holt2.cpp b/plugins/LinuxVST/src/Holt2/Holt2.cpp new file mode 100755 index 000000000..2c7bb2924 --- /dev/null +++ b/plugins/LinuxVST/src/Holt2/Holt2.cpp @@ -0,0 +1,186 @@ +/* ======================================== + * Holt2 - Holt2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Holt2_H +#include "Holt2.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Holt2(audioMaster);} + +Holt2::Holt2(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 1.0; + B = 0.5; + C = 1.0; + D = 1.0; + E = 1.0; + + previousSampleAL = 0.0; + previousTrendAL = 0.0; + previousSampleBL = 0.0; + previousTrendBL = 0.0; + previousSampleCL = 0.0; + previousTrendCL = 0.0; + previousSampleDL = 0.0; + previousTrendDL = 0.0; + previousSampleEL = 0.0; + previousTrendEL = 0.0; + previousSampleFL = 0.0; + previousTrendFL = 0.0; + previousSampleGL = 0.0; + previousTrendGL = 0.0; + previousSampleHL = 0.0; + previousTrendHL = 0.0; + + previousSampleAR = 0.0; + previousTrendAR = 0.0; + previousSampleBR = 0.0; + previousTrendBR = 0.0; + previousSampleCR = 0.0; + previousTrendCR = 0.0; + previousSampleDR = 0.0; + previousTrendDR = 0.0; + previousSampleER = 0.0; + previousTrendER = 0.0; + previousSampleFR = 0.0; + previousTrendFR = 0.0; + previousSampleGR = 0.0; + previousTrendGR = 0.0; + previousSampleHR = 0.0; + previousTrendHR = 0.0; + + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Holt2::~Holt2() {} +VstInt32 Holt2::getVendorVersion () {return 1000;} +void Holt2::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Holt2::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Holt2::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + chunkData[4] = E; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Holt2::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + E = pinParameter(chunkData[4]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Holt2::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + case kParamE: E = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Holt2::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + case kParamE: return E; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Holt2::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Freq", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Reso", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "Poles", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "Output", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "Dry/Wet", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Holt2::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + case kParamB: float2string (B, text, kVstMaxParamStrLen); break; + case kParamC: float2string (C*8.0, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + case kParamE: float2string (E, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Holt2::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Holt2::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Holt2::getEffectName(char* name) { + vst_strncpy(name, "Holt2", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Holt2::getPlugCategory() {return kPlugCategEffect;} + +bool Holt2::getProductString(char* text) { + vst_strncpy (text, "airwindows Holt2", kVstMaxProductStrLen); return true; +} + +bool Holt2::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/LinuxVST/src/Holt2/Holt2.h b/plugins/LinuxVST/src/Holt2/Holt2.h new file mode 100755 index 000000000..a1640eeef --- /dev/null +++ b/plugins/LinuxVST/src/Holt2/Holt2.h @@ -0,0 +1,105 @@ +/* ======================================== + * Holt2 - Holt2.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Holt2_H +#define __Holt2_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kParamE = 4, + kNumParameters = 5 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'holu'; //Change this to what the AU identity is! + +class Holt2 : + public AudioEffectX +{ +public: + Holt2(audioMasterCallback audioMaster); + ~Holt2(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + double previousSampleAL; + double previousTrendAL; + double previousSampleBL; + double previousTrendBL; + double previousSampleCL; + double previousTrendCL; + double previousSampleDL; + double previousTrendDL; + double previousSampleEL; + double previousTrendEL; + double previousSampleFL; + double previousTrendFL; + double previousSampleGL; + double previousTrendGL; + double previousSampleHL; + double previousTrendHL; + + double previousSampleAR; + double previousTrendAR; + double previousSampleBR; + double previousTrendBR; + double previousSampleCR; + double previousTrendCR; + double previousSampleDR; + double previousTrendDR; + double previousSampleER; + double previousTrendER; + double previousSampleFR; + double previousTrendFR; + double previousSampleGR; + double previousTrendGR; + double previousSampleHR; + double previousTrendHR; + + float A; + float B; + float C; + float D; + float E; //parameters. Always 0-1, and we scale/alter them elsewhere. + +}; + +#endif diff --git a/plugins/LinuxVST/src/Holt2/Holt2Proc.cpp b/plugins/LinuxVST/src/Holt2/Holt2Proc.cpp new file mode 100755 index 000000000..6c5b1f53e --- /dev/null +++ b/plugins/LinuxVST/src/Holt2/Holt2Proc.cpp @@ -0,0 +1,406 @@ +/* ======================================== + * Holt2 - Holt2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Holt2_H +#include "Holt2.h" +#endif + +void Holt2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double alpha = pow(A,4)+0.00001; + if (alpha > 1.0) alpha = 1.0; + double resControl = (B*0.15)+0.12; + double beta = (alpha * pow(resControl,2)); + //0.27 max resonance for full stages on white noise keeping below 0dB + //0.12 min resonance for not losing all the level as we go down + //as we remove the 'avoid zero' +0.00001 on beta, our subsonic stability improves + alpha += ((1.0-beta)*pow(A,3)); //correct for droop in frequency + if (alpha > 1.0) alpha = 1.0; + + double trend; + double forecast; //defining these here because we're copying the routine eight times + + double aWet = 0.0; + double bWet = 0.0; + double cWet = 0.0; + double dWet = 0.0; + double eWet = 0.0; + double fWet = 0.0; + double gWet = 0.0; + double hWet = C*8.0; + //eight-stage wet/dry control using progressive stages that bypass when not engaged + if (hWet < 1.0) {aWet = hWet; hWet = 0.0;} + else if (hWet < 2.0) {bWet = hWet - 1.0; aWet = 1.0; hWet = 0.0;} + else if (hWet < 3.0) {cWet = hWet - 2.0; bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 4.0) {dWet = hWet - 3.0; cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 5.0) {eWet = hWet - 4.0; dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 6.0) {fWet = hWet - 5.0; eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 7.0) {gWet = hWet - 6.0; fWet = eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else {hWet -= 7.0; gWet = fWet = eWet = dWet = cWet = bWet = aWet = 1.0;} + //this is one way to make a little set of dry/wet stages that are successively added to the + //output as the control is turned up. Each one independently goes from 0-1 and stays at 1 + //beyond that point: this is a way to progressively add a 'black box' sound processing + //which lets you fall through to simpler processing at lower settings. + + double gain = D; + double wet = E; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + if (aWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleAL) + ((0.999-beta) * previousTrendAL)); + forecast = previousSampleAL + previousTrendAL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleAL = inputSampleL; previousTrendAL = trend; + inputSampleL = (inputSampleL * aWet) + (drySampleL * (1.0-aWet)); + + trend = (beta * (inputSampleR - previousSampleAR) + ((0.999-beta) * previousTrendAR)); + forecast = previousSampleAR + previousTrendAR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleAR = inputSampleR; previousTrendAR = trend; + inputSampleR = (inputSampleR * aWet) + (drySampleR * (1.0-aWet)); + } + + if (bWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleBL) + ((0.999-beta) * previousTrendBL)); + forecast = previousSampleBL + previousTrendBL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleBL = inputSampleL; previousTrendBL = trend; + inputSampleL = (inputSampleL * bWet) + (previousSampleAL * (1.0-bWet)); + + trend = (beta * (inputSampleR - previousSampleBR) + ((0.999-beta) * previousTrendBR)); + forecast = previousSampleBR + previousTrendBR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleBR = inputSampleR; previousTrendBR = trend; + inputSampleR = (inputSampleR * bWet) + (previousSampleAR * (1.0-bWet)); + } + + if (cWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleCL) + ((0.999-beta) * previousTrendCL)); + forecast = previousSampleCL + previousTrendCL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleCL = inputSampleL; previousTrendCL = trend; + inputSampleL = (inputSampleL * cWet) + (previousSampleBL * (1.0-cWet)); + + trend = (beta * (inputSampleR - previousSampleCR) + ((0.999-beta) * previousTrendCR)); + forecast = previousSampleCR + previousTrendCR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleCR = inputSampleR; previousTrendCR = trend; + inputSampleR = (inputSampleR * cWet) + (previousSampleBR * (1.0-cWet)); + } + + if (dWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleDL) + ((0.999-beta) * previousTrendDL)); + forecast = previousSampleDL + previousTrendDL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleDL = inputSampleL; previousTrendDL = trend; + inputSampleL = (inputSampleL * dWet) + (previousSampleCL * (1.0-dWet)); + + trend = (beta * (inputSampleR - previousSampleDR) + ((0.999-beta) * previousTrendDR)); + forecast = previousSampleDR + previousTrendDR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleDR = inputSampleR; previousTrendDR = trend; + inputSampleR = (inputSampleR * dWet) + (previousSampleCR * (1.0-dWet)); + } + + if (eWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleEL) + ((0.999-beta) * previousTrendEL)); + forecast = previousSampleEL + previousTrendEL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleEL = inputSampleL; previousTrendEL = trend; + inputSampleL = (inputSampleL * eWet) + (previousSampleDL * (1.0-eWet)); + + trend = (beta * (inputSampleR - previousSampleER) + ((0.999-beta) * previousTrendER)); + forecast = previousSampleER + previousTrendER; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleER = inputSampleR; previousTrendER = trend; + inputSampleR = (inputSampleR * eWet) + (previousSampleDR * (1.0-eWet)); + } + + if (fWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleFL) + ((0.999-beta) * previousTrendFL)); + forecast = previousSampleFL + previousTrendFL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleFL = inputSampleL; previousTrendFL = trend; + inputSampleL = (inputSampleL * fWet) + (previousSampleEL * (1.0-fWet)); + + trend = (beta * (inputSampleR - previousSampleFR) + ((0.999-beta) * previousTrendFR)); + forecast = previousSampleFR + previousTrendFR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleFR = inputSampleR; previousTrendFR = trend; + inputSampleR = (inputSampleR * fWet) + (previousSampleER * (1.0-fWet)); + } + + if (gWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleGL) + ((0.999-beta) * previousTrendGL)); + forecast = previousSampleGL + previousTrendGL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleGL = inputSampleL; previousTrendGL = trend; + inputSampleL = (inputSampleL * gWet) + (previousSampleFL * (1.0-gWet)); + + trend = (beta * (inputSampleR - previousSampleGR) + ((0.999-beta) * previousTrendGR)); + forecast = previousSampleGR + previousTrendGR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleGR = inputSampleR; previousTrendGR = trend; + inputSampleR = (inputSampleR * gWet) + (previousSampleFR * (1.0-gWet)); + } + + if (hWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleHL) + ((0.999-beta) * previousTrendHL)); + forecast = previousSampleHL + previousTrendHL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleHL = inputSampleL; previousTrendHL = trend; + inputSampleL = (inputSampleL * hWet) + (previousSampleGL * (1.0-hWet)); + + trend = (beta * (inputSampleR - previousSampleHR) + ((0.999-beta) * previousTrendHR)); + forecast = previousSampleHR + previousTrendHR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleHR = inputSampleR; previousTrendHR = trend; + inputSampleR = (inputSampleR * hWet) + (previousSampleGR * (1.0-hWet)); + } + + if (gain < 1.0) { + inputSampleL *= gain; + inputSampleR *= gain; + } + + if (wet < 1.0) { + inputSampleL = (inputSampleL*wet)+(drySampleL*(1.0-wet)); + inputSampleR = (inputSampleR*wet)+(drySampleR*(1.0-wet)); + } + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Holt2::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double alpha = pow(A,4)+0.00001; + if (alpha > 1.0) alpha = 1.0; + double resControl = (B*0.15)+0.12; + double beta = (alpha * pow(resControl,2)); + //0.27 max resonance for full stages on white noise keeping below 0dB + //0.12 min resonance for not losing all the level as we go down + //as we remove the 'avoid zero' +0.00001 on beta, our subsonic stability improves + alpha += ((1.0-beta)*pow(A,3)); //correct for droop in frequency + if (alpha > 1.0) alpha = 1.0; + + double trend; + double forecast; //defining these here because we're copying the routine eight times + + double aWet = 0.0; + double bWet = 0.0; + double cWet = 0.0; + double dWet = 0.0; + double eWet = 0.0; + double fWet = 0.0; + double gWet = 0.0; + double hWet = C*8.0; + //eight-stage wet/dry control using progressive stages that bypass when not engaged + if (hWet < 1.0) {aWet = hWet; hWet = 0.0;} + else if (hWet < 2.0) {bWet = hWet - 1.0; aWet = 1.0; hWet = 0.0;} + else if (hWet < 3.0) {cWet = hWet - 2.0; bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 4.0) {dWet = hWet - 3.0; cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 5.0) {eWet = hWet - 4.0; dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 6.0) {fWet = hWet - 5.0; eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 7.0) {gWet = hWet - 6.0; fWet = eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else {hWet -= 7.0; gWet = fWet = eWet = dWet = cWet = bWet = aWet = 1.0;} + //this is one way to make a little set of dry/wet stages that are successively added to the + //output as the control is turned up. Each one independently goes from 0-1 and stays at 1 + //beyond that point: this is a way to progressively add a 'black box' sound processing + //which lets you fall through to simpler processing at lower settings. + + double gain = D; + double wet = E; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + if (aWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleAL) + ((0.999-beta) * previousTrendAL)); + forecast = previousSampleAL + previousTrendAL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleAL = inputSampleL; previousTrendAL = trend; + inputSampleL = (inputSampleL * aWet) + (drySampleL * (1.0-aWet)); + + trend = (beta * (inputSampleR - previousSampleAR) + ((0.999-beta) * previousTrendAR)); + forecast = previousSampleAR + previousTrendAR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleAR = inputSampleR; previousTrendAR = trend; + inputSampleR = (inputSampleR * aWet) + (drySampleR * (1.0-aWet)); + } + + if (bWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleBL) + ((0.999-beta) * previousTrendBL)); + forecast = previousSampleBL + previousTrendBL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleBL = inputSampleL; previousTrendBL = trend; + inputSampleL = (inputSampleL * bWet) + (previousSampleAL * (1.0-bWet)); + + trend = (beta * (inputSampleR - previousSampleBR) + ((0.999-beta) * previousTrendBR)); + forecast = previousSampleBR + previousTrendBR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleBR = inputSampleR; previousTrendBR = trend; + inputSampleR = (inputSampleR * bWet) + (previousSampleAR * (1.0-bWet)); + } + + if (cWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleCL) + ((0.999-beta) * previousTrendCL)); + forecast = previousSampleCL + previousTrendCL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleCL = inputSampleL; previousTrendCL = trend; + inputSampleL = (inputSampleL * cWet) + (previousSampleBL * (1.0-cWet)); + + trend = (beta * (inputSampleR - previousSampleCR) + ((0.999-beta) * previousTrendCR)); + forecast = previousSampleCR + previousTrendCR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleCR = inputSampleR; previousTrendCR = trend; + inputSampleR = (inputSampleR * cWet) + (previousSampleBR * (1.0-cWet)); + } + + if (dWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleDL) + ((0.999-beta) * previousTrendDL)); + forecast = previousSampleDL + previousTrendDL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleDL = inputSampleL; previousTrendDL = trend; + inputSampleL = (inputSampleL * dWet) + (previousSampleCL * (1.0-dWet)); + + trend = (beta * (inputSampleR - previousSampleDR) + ((0.999-beta) * previousTrendDR)); + forecast = previousSampleDR + previousTrendDR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleDR = inputSampleR; previousTrendDR = trend; + inputSampleR = (inputSampleR * dWet) + (previousSampleCR * (1.0-dWet)); + } + + if (eWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleEL) + ((0.999-beta) * previousTrendEL)); + forecast = previousSampleEL + previousTrendEL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleEL = inputSampleL; previousTrendEL = trend; + inputSampleL = (inputSampleL * eWet) + (previousSampleDL * (1.0-eWet)); + + trend = (beta * (inputSampleR - previousSampleER) + ((0.999-beta) * previousTrendER)); + forecast = previousSampleER + previousTrendER; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleER = inputSampleR; previousTrendER = trend; + inputSampleR = (inputSampleR * eWet) + (previousSampleDR * (1.0-eWet)); + } + + if (fWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleFL) + ((0.999-beta) * previousTrendFL)); + forecast = previousSampleFL + previousTrendFL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleFL = inputSampleL; previousTrendFL = trend; + inputSampleL = (inputSampleL * fWet) + (previousSampleEL * (1.0-fWet)); + + trend = (beta * (inputSampleR - previousSampleFR) + ((0.999-beta) * previousTrendFR)); + forecast = previousSampleFR + previousTrendFR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleFR = inputSampleR; previousTrendFR = trend; + inputSampleR = (inputSampleR * fWet) + (previousSampleER * (1.0-fWet)); + } + + if (gWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleGL) + ((0.999-beta) * previousTrendGL)); + forecast = previousSampleGL + previousTrendGL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleGL = inputSampleL; previousTrendGL = trend; + inputSampleL = (inputSampleL * gWet) + (previousSampleFL * (1.0-gWet)); + + trend = (beta * (inputSampleR - previousSampleGR) + ((0.999-beta) * previousTrendGR)); + forecast = previousSampleGR + previousTrendGR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleGR = inputSampleR; previousTrendGR = trend; + inputSampleR = (inputSampleR * gWet) + (previousSampleFR * (1.0-gWet)); + } + + if (hWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleHL) + ((0.999-beta) * previousTrendHL)); + forecast = previousSampleHL + previousTrendHL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleHL = inputSampleL; previousTrendHL = trend; + inputSampleL = (inputSampleL * hWet) + (previousSampleGL * (1.0-hWet)); + + trend = (beta * (inputSampleR - previousSampleHR) + ((0.999-beta) * previousTrendHR)); + forecast = previousSampleHR + previousTrendHR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleHR = inputSampleR; previousTrendHR = trend; + inputSampleR = (inputSampleR * hWet) + (previousSampleGR * (1.0-hWet)); + } + + if (gain < 1.0) { + inputSampleL *= gain; + inputSampleR *= gain; + } + + if (wet < 1.0) { + inputSampleL = (inputSampleL*wet)+(drySampleL*(1.0-wet)); + inputSampleR = (inputSampleR*wet)+(drySampleR*(1.0-wet)); + } + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/LinuxVST/src/Hombre/Hombre.cpp b/plugins/LinuxVST/src/Hombre/Hombre.cpp index ebf3e4b36..36fcd504d 100755 --- a/plugins/LinuxVST/src/Hombre/Hombre.cpp +++ b/plugins/LinuxVST/src/Hombre/Hombre.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hombre - Hombre.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hombre_H diff --git a/plugins/LinuxVST/src/Hombre/Hombre.h b/plugins/LinuxVST/src/Hombre/Hombre.h index af14c14ed..051288c32 100755 --- a/plugins/LinuxVST/src/Hombre/Hombre.h +++ b/plugins/LinuxVST/src/Hombre/Hombre.h @@ -1,7 +1,7 @@ /* ======================================== * Hombre - Hombre.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hombre_H diff --git a/plugins/LinuxVST/src/Hombre/HombreProc.cpp b/plugins/LinuxVST/src/Hombre/HombreProc.cpp index fc0977fff..9058ead65 100755 --- a/plugins/LinuxVST/src/Hombre/HombreProc.cpp +++ b/plugins/LinuxVST/src/Hombre/HombreProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hombre - Hombre.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hombre_H diff --git a/plugins/LinuxVST/src/Hull/Hull.cpp b/plugins/LinuxVST/src/Hull/Hull.cpp index 3a7306d82..0c1c839a3 100755 --- a/plugins/LinuxVST/src/Hull/Hull.cpp +++ b/plugins/LinuxVST/src/Hull/Hull.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hull - Hull.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hull_H diff --git a/plugins/LinuxVST/src/Hull/Hull.h b/plugins/LinuxVST/src/Hull/Hull.h index 1d9df9e4d..498dca85d 100755 --- a/plugins/LinuxVST/src/Hull/Hull.h +++ b/plugins/LinuxVST/src/Hull/Hull.h @@ -1,7 +1,7 @@ /* ======================================== * Hull - Hull.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hull_H diff --git a/plugins/LinuxVST/src/Hull/HullProc.cpp b/plugins/LinuxVST/src/Hull/HullProc.cpp index 4cdbe2d03..25e35fcac 100755 --- a/plugins/LinuxVST/src/Hull/HullProc.cpp +++ b/plugins/LinuxVST/src/Hull/HullProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hull - Hull.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hull_H diff --git a/plugins/LinuxVST/src/Hype/Hype.cpp b/plugins/LinuxVST/src/Hype/Hype.cpp index fe1e7f0eb..f165936eb 100755 --- a/plugins/LinuxVST/src/Hype/Hype.cpp +++ b/plugins/LinuxVST/src/Hype/Hype.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hype - Hype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hype_H diff --git a/plugins/LinuxVST/src/Hype/Hype.h b/plugins/LinuxVST/src/Hype/Hype.h index 705b395ec..df32835ea 100755 --- a/plugins/LinuxVST/src/Hype/Hype.h +++ b/plugins/LinuxVST/src/Hype/Hype.h @@ -1,7 +1,7 @@ /* ======================================== * Hype - Hype.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hype_H diff --git a/plugins/LinuxVST/src/Hype/HypeProc.cpp b/plugins/LinuxVST/src/Hype/HypeProc.cpp index 59829a1da..195931fc0 100755 --- a/plugins/LinuxVST/src/Hype/HypeProc.cpp +++ b/plugins/LinuxVST/src/Hype/HypeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hype - Hype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hype_H diff --git a/plugins/LinuxVST/src/HypersonX/HypersonX.cpp b/plugins/LinuxVST/src/HypersonX/HypersonX.cpp index d497a093b..fa4b18ee9 100755 --- a/plugins/LinuxVST/src/HypersonX/HypersonX.cpp +++ b/plugins/LinuxVST/src/HypersonX/HypersonX.cpp @@ -1,6 +1,6 @@ /* ======================================== * HypersonX - HypersonX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HypersonX_H diff --git a/plugins/LinuxVST/src/HypersonX/HypersonX.h b/plugins/LinuxVST/src/HypersonX/HypersonX.h index 1e2cb3db9..cade99f9f 100755 --- a/plugins/LinuxVST/src/HypersonX/HypersonX.h +++ b/plugins/LinuxVST/src/HypersonX/HypersonX.h @@ -1,7 +1,7 @@ /* ======================================== * HypersonX - HypersonX.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HypersonX_H diff --git a/plugins/LinuxVST/src/HypersonX/HypersonXProc.cpp b/plugins/LinuxVST/src/HypersonX/HypersonXProc.cpp index bd88aeefa..192601215 100755 --- a/plugins/LinuxVST/src/HypersonX/HypersonXProc.cpp +++ b/plugins/LinuxVST/src/HypersonX/HypersonXProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HypersonX - HypersonX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HypersonX_H diff --git a/plugins/LinuxVST/src/Hypersonic/Hypersonic.cpp b/plugins/LinuxVST/src/Hypersonic/Hypersonic.cpp index 727100756..0f57a9ada 100755 --- a/plugins/LinuxVST/src/Hypersonic/Hypersonic.cpp +++ b/plugins/LinuxVST/src/Hypersonic/Hypersonic.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hypersonic - Hypersonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hypersonic_H diff --git a/plugins/LinuxVST/src/Hypersonic/Hypersonic.h b/plugins/LinuxVST/src/Hypersonic/Hypersonic.h index 4c783957e..0e2781688 100755 --- a/plugins/LinuxVST/src/Hypersonic/Hypersonic.h +++ b/plugins/LinuxVST/src/Hypersonic/Hypersonic.h @@ -1,7 +1,7 @@ /* ======================================== * Hypersonic - Hypersonic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hypersonic_H diff --git a/plugins/LinuxVST/src/Hypersonic/HypersonicProc.cpp b/plugins/LinuxVST/src/Hypersonic/HypersonicProc.cpp index d3361986c..1f1bfe7ae 100755 --- a/plugins/LinuxVST/src/Hypersonic/HypersonicProc.cpp +++ b/plugins/LinuxVST/src/Hypersonic/HypersonicProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hypersonic - Hypersonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hypersonic_H diff --git a/plugins/LinuxVST/src/Infinity/Infinity.cpp b/plugins/LinuxVST/src/Infinity/Infinity.cpp index 6eafe7278..62be13cd9 100755 --- a/plugins/LinuxVST/src/Infinity/Infinity.cpp +++ b/plugins/LinuxVST/src/Infinity/Infinity.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infinity - Infinity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity_H diff --git a/plugins/LinuxVST/src/Infinity/Infinity.h b/plugins/LinuxVST/src/Infinity/Infinity.h index 6a3a0b593..c869233f9 100755 --- a/plugins/LinuxVST/src/Infinity/Infinity.h +++ b/plugins/LinuxVST/src/Infinity/Infinity.h @@ -1,7 +1,7 @@ /* ======================================== * Infinity - Infinity.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity_H diff --git a/plugins/LinuxVST/src/Infinity/InfinityProc.cpp b/plugins/LinuxVST/src/Infinity/InfinityProc.cpp index 70c57ee1b..0afc64a59 100755 --- a/plugins/LinuxVST/src/Infinity/InfinityProc.cpp +++ b/plugins/LinuxVST/src/Infinity/InfinityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infinity - Infinity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity_H diff --git a/plugins/LinuxVST/src/Infinity2/Infinity2.cpp b/plugins/LinuxVST/src/Infinity2/Infinity2.cpp index 576cedced..412ef4b8e 100755 --- a/plugins/LinuxVST/src/Infinity2/Infinity2.cpp +++ b/plugins/LinuxVST/src/Infinity2/Infinity2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infinity2 - Infinity2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity2_H diff --git a/plugins/LinuxVST/src/Infinity2/Infinity2.h b/plugins/LinuxVST/src/Infinity2/Infinity2.h index 60c0f9004..534996522 100755 --- a/plugins/LinuxVST/src/Infinity2/Infinity2.h +++ b/plugins/LinuxVST/src/Infinity2/Infinity2.h @@ -1,7 +1,7 @@ /* ======================================== * Infinity2 - Infinity2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity2_H diff --git a/plugins/LinuxVST/src/Infinity2/Infinity2Proc.cpp b/plugins/LinuxVST/src/Infinity2/Infinity2Proc.cpp index cf8e5f6f8..ea2636c1e 100755 --- a/plugins/LinuxVST/src/Infinity2/Infinity2Proc.cpp +++ b/plugins/LinuxVST/src/Infinity2/Infinity2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infinity2 - Infinity2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity2_H diff --git a/plugins/LinuxVST/src/Infrasonic/Infrasonic.cpp b/plugins/LinuxVST/src/Infrasonic/Infrasonic.cpp index 7d77058bc..ccc4f6eb3 100755 --- a/plugins/LinuxVST/src/Infrasonic/Infrasonic.cpp +++ b/plugins/LinuxVST/src/Infrasonic/Infrasonic.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infrasonic - Infrasonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infrasonic_H diff --git a/plugins/LinuxVST/src/Infrasonic/Infrasonic.h b/plugins/LinuxVST/src/Infrasonic/Infrasonic.h index 3258cc059..f3fe2f4f7 100755 --- a/plugins/LinuxVST/src/Infrasonic/Infrasonic.h +++ b/plugins/LinuxVST/src/Infrasonic/Infrasonic.h @@ -1,7 +1,7 @@ /* ======================================== * Infrasonic - Infrasonic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Infrasonic_H diff --git a/plugins/LinuxVST/src/Infrasonic/InfrasonicProc.cpp b/plugins/LinuxVST/src/Infrasonic/InfrasonicProc.cpp index 5f855a157..f11dd18f5 100755 --- a/plugins/LinuxVST/src/Infrasonic/InfrasonicProc.cpp +++ b/plugins/LinuxVST/src/Infrasonic/InfrasonicProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infrasonic - Infrasonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infrasonic_H diff --git a/plugins/LinuxVST/src/Interstage/Interstage.cpp b/plugins/LinuxVST/src/Interstage/Interstage.cpp index 03c0aec6c..5aaf95a50 100755 --- a/plugins/LinuxVST/src/Interstage/Interstage.cpp +++ b/plugins/LinuxVST/src/Interstage/Interstage.cpp @@ -1,6 +1,6 @@ /* ======================================== * Interstage - Interstage.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Interstage_H diff --git a/plugins/LinuxVST/src/Interstage/Interstage.h b/plugins/LinuxVST/src/Interstage/Interstage.h index 16e5d2aa7..b220e89b5 100755 --- a/plugins/LinuxVST/src/Interstage/Interstage.h +++ b/plugins/LinuxVST/src/Interstage/Interstage.h @@ -1,7 +1,7 @@ /* ======================================== * Interstage - Interstage.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Interstage_H diff --git a/plugins/LinuxVST/src/Interstage/InterstageProc.cpp b/plugins/LinuxVST/src/Interstage/InterstageProc.cpp index ca4f5be8a..29cf8b4ae 100755 --- a/plugins/LinuxVST/src/Interstage/InterstageProc.cpp +++ b/plugins/LinuxVST/src/Interstage/InterstageProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Interstage - Interstage.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Interstage_H diff --git a/plugins/LinuxVST/src/IronOxide5/IronOxide5.cpp b/plugins/LinuxVST/src/IronOxide5/IronOxide5.cpp index 9d720380d..e02fe785e 100755 --- a/plugins/LinuxVST/src/IronOxide5/IronOxide5.cpp +++ b/plugins/LinuxVST/src/IronOxide5/IronOxide5.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxide5 - IronOxide5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxide5_H diff --git a/plugins/LinuxVST/src/IronOxide5/IronOxide5.h b/plugins/LinuxVST/src/IronOxide5/IronOxide5.h index 8e1173796..f05383a00 100755 --- a/plugins/LinuxVST/src/IronOxide5/IronOxide5.h +++ b/plugins/LinuxVST/src/IronOxide5/IronOxide5.h @@ -1,7 +1,7 @@ /* ======================================== * IronOxide5 - IronOxide5.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxide5_H diff --git a/plugins/LinuxVST/src/IronOxide5/IronOxide5Proc.cpp b/plugins/LinuxVST/src/IronOxide5/IronOxide5Proc.cpp index b51e9b7cf..f4cf7d4ea 100755 --- a/plugins/LinuxVST/src/IronOxide5/IronOxide5Proc.cpp +++ b/plugins/LinuxVST/src/IronOxide5/IronOxide5Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxide5 - IronOxide5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxide5_H diff --git a/plugins/LinuxVST/src/IronOxideClassic/IronOxideClassic.cpp b/plugins/LinuxVST/src/IronOxideClassic/IronOxideClassic.cpp index a52227101..c32a4177d 100755 --- a/plugins/LinuxVST/src/IronOxideClassic/IronOxideClassic.cpp +++ b/plugins/LinuxVST/src/IronOxideClassic/IronOxideClassic.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxideClassic - IronOxideClassic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic_H diff --git a/plugins/LinuxVST/src/IronOxideClassic/IronOxideClassic.h b/plugins/LinuxVST/src/IronOxideClassic/IronOxideClassic.h index 118b6fd9d..8dc9f97b3 100755 --- a/plugins/LinuxVST/src/IronOxideClassic/IronOxideClassic.h +++ b/plugins/LinuxVST/src/IronOxideClassic/IronOxideClassic.h @@ -1,7 +1,7 @@ /* ======================================== * IronOxideClassic - IronOxideClassic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic_H diff --git a/plugins/LinuxVST/src/IronOxideClassic/IronOxideClassicProc.cpp b/plugins/LinuxVST/src/IronOxideClassic/IronOxideClassicProc.cpp index 8f7d52f98..54283e06a 100755 --- a/plugins/LinuxVST/src/IronOxideClassic/IronOxideClassicProc.cpp +++ b/plugins/LinuxVST/src/IronOxideClassic/IronOxideClassicProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxideClassic - IronOxideClassic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic_H diff --git a/plugins/LinuxVST/src/IronOxideClassic2/IronOxideClassic2.cpp b/plugins/LinuxVST/src/IronOxideClassic2/IronOxideClassic2.cpp index 2fcd3e002..87d60905d 100755 --- a/plugins/LinuxVST/src/IronOxideClassic2/IronOxideClassic2.cpp +++ b/plugins/LinuxVST/src/IronOxideClassic2/IronOxideClassic2.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxideClassic2 - IronOxideClassic2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic2_H diff --git a/plugins/LinuxVST/src/IronOxideClassic2/IronOxideClassic2.h b/plugins/LinuxVST/src/IronOxideClassic2/IronOxideClassic2.h index 816678bb0..cbe247d76 100755 --- a/plugins/LinuxVST/src/IronOxideClassic2/IronOxideClassic2.h +++ b/plugins/LinuxVST/src/IronOxideClassic2/IronOxideClassic2.h @@ -1,7 +1,7 @@ /* ======================================== * IronOxideClassic2 - IronOxideClassic2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic2_H diff --git a/plugins/LinuxVST/src/IronOxideClassic2/IronOxideClassic2Proc.cpp b/plugins/LinuxVST/src/IronOxideClassic2/IronOxideClassic2Proc.cpp index cbd05ac5f..eafb8575e 100755 --- a/plugins/LinuxVST/src/IronOxideClassic2/IronOxideClassic2Proc.cpp +++ b/plugins/LinuxVST/src/IronOxideClassic2/IronOxideClassic2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxideClassic2 - IronOxideClassic2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic2_H diff --git a/plugins/LinuxVST/src/Isolator/Isolator.cpp b/plugins/LinuxVST/src/Isolator/Isolator.cpp index 779521dc4..48a48ec08 100755 --- a/plugins/LinuxVST/src/Isolator/Isolator.cpp +++ b/plugins/LinuxVST/src/Isolator/Isolator.cpp @@ -1,6 +1,6 @@ /* ======================================== * Isolator - Isolator.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Isolator_H diff --git a/plugins/LinuxVST/src/Isolator/Isolator.h b/plugins/LinuxVST/src/Isolator/Isolator.h index 9734c4c75..17d677ee5 100755 --- a/plugins/LinuxVST/src/Isolator/Isolator.h +++ b/plugins/LinuxVST/src/Isolator/Isolator.h @@ -1,7 +1,7 @@ /* ======================================== * Isolator - Isolator.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Isolator_H diff --git a/plugins/LinuxVST/src/Isolator/IsolatorProc.cpp b/plugins/LinuxVST/src/Isolator/IsolatorProc.cpp index f14a82664..f19b53315 100755 --- a/plugins/LinuxVST/src/Isolator/IsolatorProc.cpp +++ b/plugins/LinuxVST/src/Isolator/IsolatorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Isolator - Isolator.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Isolator_H diff --git a/plugins/LinuxVST/src/Isolator2/Isolator2.cpp b/plugins/LinuxVST/src/Isolator2/Isolator2.cpp index 76a2913c7..ff5f3d351 100755 --- a/plugins/LinuxVST/src/Isolator2/Isolator2.cpp +++ b/plugins/LinuxVST/src/Isolator2/Isolator2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Isolator2 - Isolator2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/Isolator2/Isolator2.h b/plugins/LinuxVST/src/Isolator2/Isolator2.h index d8c66d499..c2ac58811 100755 --- a/plugins/LinuxVST/src/Isolator2/Isolator2.h +++ b/plugins/LinuxVST/src/Isolator2/Isolator2.h @@ -1,7 +1,7 @@ /* ======================================== * Isolator2 - Isolator2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/Isolator2/Isolator2Proc.cpp b/plugins/LinuxVST/src/Isolator2/Isolator2Proc.cpp index e28ecc690..425c4a10c 100755 --- a/plugins/LinuxVST/src/Isolator2/Isolator2Proc.cpp +++ b/plugins/LinuxVST/src/Isolator2/Isolator2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Isolator2 - Isolator2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/LRFlipTimer/LRFlipTimer.cpp b/plugins/LinuxVST/src/LRFlipTimer/LRFlipTimer.cpp index fe8cf8cdf..0c9ff5ac9 100755 --- a/plugins/LinuxVST/src/LRFlipTimer/LRFlipTimer.cpp +++ b/plugins/LinuxVST/src/LRFlipTimer/LRFlipTimer.cpp @@ -1,6 +1,6 @@ /* ======================================== * LRFlipTimer - LRFlipTimer.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRFlipTimer_H diff --git a/plugins/LinuxVST/src/LRFlipTimer/LRFlipTimer.h b/plugins/LinuxVST/src/LRFlipTimer/LRFlipTimer.h index 96a179142..c22153f25 100755 --- a/plugins/LinuxVST/src/LRFlipTimer/LRFlipTimer.h +++ b/plugins/LinuxVST/src/LRFlipTimer/LRFlipTimer.h @@ -1,7 +1,7 @@ /* ======================================== * LRFlipTimer - LRFlipTimer.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __LRFlipTimer_H diff --git a/plugins/LinuxVST/src/LRFlipTimer/LRFlipTimerProc.cpp b/plugins/LinuxVST/src/LRFlipTimer/LRFlipTimerProc.cpp index 75a308972..cd0bf86da 100755 --- a/plugins/LinuxVST/src/LRFlipTimer/LRFlipTimerProc.cpp +++ b/plugins/LinuxVST/src/LRFlipTimer/LRFlipTimerProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * LRFlipTimer - LRFlipTimer.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRFlipTimer_H diff --git a/plugins/LinuxVST/src/LeadAmp/LeadAmp.cpp b/plugins/LinuxVST/src/LeadAmp/LeadAmp.cpp index 84d80358d..929e5bd61 100755 --- a/plugins/LinuxVST/src/LeadAmp/LeadAmp.cpp +++ b/plugins/LinuxVST/src/LeadAmp/LeadAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * LeadAmp - LeadAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/LeadAmp/LeadAmp.h b/plugins/LinuxVST/src/LeadAmp/LeadAmp.h index 4e0bdc648..568da9912 100755 --- a/plugins/LinuxVST/src/LeadAmp/LeadAmp.h +++ b/plugins/LinuxVST/src/LeadAmp/LeadAmp.h @@ -1,7 +1,7 @@ /* ======================================== * LeadAmp - LeadAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/LeadAmp/LeadAmpProc.cpp b/plugins/LinuxVST/src/LeadAmp/LeadAmpProc.cpp index d71a082d5..e63cb7e44 100755 --- a/plugins/LinuxVST/src/LeadAmp/LeadAmpProc.cpp +++ b/plugins/LinuxVST/src/LeadAmp/LeadAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * LeadAmp - LeadAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/LeftoMono/LeftoMono.cpp b/plugins/LinuxVST/src/LeftoMono/LeftoMono.cpp index 1387bd68b..df623fe3b 100755 --- a/plugins/LinuxVST/src/LeftoMono/LeftoMono.cpp +++ b/plugins/LinuxVST/src/LeftoMono/LeftoMono.cpp @@ -1,6 +1,6 @@ /* ======================================== * LeftoMono - LeftoMono.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LeftoMono_H diff --git a/plugins/LinuxVST/src/LeftoMono/LeftoMono.h b/plugins/LinuxVST/src/LeftoMono/LeftoMono.h index b2fd6bf12..3eaabae9e 100755 --- a/plugins/LinuxVST/src/LeftoMono/LeftoMono.h +++ b/plugins/LinuxVST/src/LeftoMono/LeftoMono.h @@ -1,7 +1,7 @@ /* ======================================== * LeftoMono - LeftoMono.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __LeftoMono_H diff --git a/plugins/LinuxVST/src/LeftoMono/LeftoMonoProc.cpp b/plugins/LinuxVST/src/LeftoMono/LeftoMonoProc.cpp index a8f063f19..223064995 100755 --- a/plugins/LinuxVST/src/LeftoMono/LeftoMonoProc.cpp +++ b/plugins/LinuxVST/src/LeftoMono/LeftoMonoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * LeftoMono - LeftoMono.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LeftoMono_H diff --git a/plugins/LinuxVST/src/LilAmp/LilAmp.cpp b/plugins/LinuxVST/src/LilAmp/LilAmp.cpp index 5310bb40a..2b88de75a 100755 --- a/plugins/LinuxVST/src/LilAmp/LilAmp.cpp +++ b/plugins/LinuxVST/src/LilAmp/LilAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * LilAmp - LilAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/LilAmp/LilAmp.h b/plugins/LinuxVST/src/LilAmp/LilAmp.h index f0aea8f92..8a839072e 100755 --- a/plugins/LinuxVST/src/LilAmp/LilAmp.h +++ b/plugins/LinuxVST/src/LilAmp/LilAmp.h @@ -1,7 +1,7 @@ /* ======================================== * LilAmp - LilAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/LilAmp/LilAmpProc.cpp b/plugins/LinuxVST/src/LilAmp/LilAmpProc.cpp index 8b94b2c88..e040a75d8 100755 --- a/plugins/LinuxVST/src/LilAmp/LilAmpProc.cpp +++ b/plugins/LinuxVST/src/LilAmp/LilAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * LilAmp - LilAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/Logical4/Logical4.cpp b/plugins/LinuxVST/src/Logical4/Logical4.cpp index 72da4ad93..bbe78bff2 100755 --- a/plugins/LinuxVST/src/Logical4/Logical4.cpp +++ b/plugins/LinuxVST/src/Logical4/Logical4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Logical4 - Logical4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Logical4_H diff --git a/plugins/LinuxVST/src/Logical4/Logical4.h b/plugins/LinuxVST/src/Logical4/Logical4.h index f1389f452..938fd0280 100755 --- a/plugins/LinuxVST/src/Logical4/Logical4.h +++ b/plugins/LinuxVST/src/Logical4/Logical4.h @@ -1,7 +1,7 @@ /* ======================================== * Logical4 - Logical4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Logical4_H diff --git a/plugins/LinuxVST/src/Logical4/Logical4Proc.cpp b/plugins/LinuxVST/src/Logical4/Logical4Proc.cpp index 9b1f5b55e..938bd589f 100755 --- a/plugins/LinuxVST/src/Logical4/Logical4Proc.cpp +++ b/plugins/LinuxVST/src/Logical4/Logical4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Logical4 - Logical4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Logical4_H diff --git a/plugins/LinuxVST/src/Loud/Loud.cpp b/plugins/LinuxVST/src/Loud/Loud.cpp index 06a6020af..6180298f0 100755 --- a/plugins/LinuxVST/src/Loud/Loud.cpp +++ b/plugins/LinuxVST/src/Loud/Loud.cpp @@ -1,6 +1,6 @@ /* ======================================== * Loud - Loud.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Loud_H diff --git a/plugins/LinuxVST/src/Loud/Loud.h b/plugins/LinuxVST/src/Loud/Loud.h index 14e613399..ca083e775 100755 --- a/plugins/LinuxVST/src/Loud/Loud.h +++ b/plugins/LinuxVST/src/Loud/Loud.h @@ -1,7 +1,7 @@ /* ======================================== * Loud - Loud.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Loud_H diff --git a/plugins/LinuxVST/src/Loud/LoudProc.cpp b/plugins/LinuxVST/src/Loud/LoudProc.cpp index 8637aba0c..ce3a54127 100755 --- a/plugins/LinuxVST/src/Loud/LoudProc.cpp +++ b/plugins/LinuxVST/src/Loud/LoudProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Loud - Loud.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Loud_H diff --git a/plugins/LinuxVST/src/Lowpass/Lowpass.cpp b/plugins/LinuxVST/src/Lowpass/Lowpass.cpp index 9b6a6f4eb..7df161357 100755 --- a/plugins/LinuxVST/src/Lowpass/Lowpass.cpp +++ b/plugins/LinuxVST/src/Lowpass/Lowpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * Lowpass - Lowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass_H diff --git a/plugins/LinuxVST/src/Lowpass/Lowpass.h b/plugins/LinuxVST/src/Lowpass/Lowpass.h index f9d4ec8c7..df14e3f59 100755 --- a/plugins/LinuxVST/src/Lowpass/Lowpass.h +++ b/plugins/LinuxVST/src/Lowpass/Lowpass.h @@ -1,7 +1,7 @@ /* ======================================== * Lowpass - Lowpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass_H diff --git a/plugins/LinuxVST/src/Lowpass/LowpassProc.cpp b/plugins/LinuxVST/src/Lowpass/LowpassProc.cpp index df57f7cd8..de80e7d59 100755 --- a/plugins/LinuxVST/src/Lowpass/LowpassProc.cpp +++ b/plugins/LinuxVST/src/Lowpass/LowpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Lowpass - Lowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass_H diff --git a/plugins/LinuxVST/src/Lowpass2/Lowpass2.cpp b/plugins/LinuxVST/src/Lowpass2/Lowpass2.cpp index 27f081846..74dc5799b 100755 --- a/plugins/LinuxVST/src/Lowpass2/Lowpass2.cpp +++ b/plugins/LinuxVST/src/Lowpass2/Lowpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Lowpass2 - Lowpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass2_H diff --git a/plugins/LinuxVST/src/Lowpass2/Lowpass2.h b/plugins/LinuxVST/src/Lowpass2/Lowpass2.h index 6d7cebe29..d73f835a4 100755 --- a/plugins/LinuxVST/src/Lowpass2/Lowpass2.h +++ b/plugins/LinuxVST/src/Lowpass2/Lowpass2.h @@ -1,7 +1,7 @@ /* ======================================== * Lowpass2 - Lowpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass2_H diff --git a/plugins/LinuxVST/src/Lowpass2/Lowpass2Proc.cpp b/plugins/LinuxVST/src/Lowpass2/Lowpass2Proc.cpp index 8e27a2379..c3704ab5e 100755 --- a/plugins/LinuxVST/src/Lowpass2/Lowpass2Proc.cpp +++ b/plugins/LinuxVST/src/Lowpass2/Lowpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Lowpass2 - Lowpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass2_H diff --git a/plugins/LinuxVST/src/Luxor/Luxor.cpp b/plugins/LinuxVST/src/Luxor/Luxor.cpp index 673c0cfe9..f0bf323d9 100755 --- a/plugins/LinuxVST/src/Luxor/Luxor.cpp +++ b/plugins/LinuxVST/src/Luxor/Luxor.cpp @@ -1,6 +1,6 @@ /* ======================================== * Luxor - Luxor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Luxor_H diff --git a/plugins/LinuxVST/src/Luxor/Luxor.h b/plugins/LinuxVST/src/Luxor/Luxor.h index a354f2c3c..f07634680 100755 --- a/plugins/LinuxVST/src/Luxor/Luxor.h +++ b/plugins/LinuxVST/src/Luxor/Luxor.h @@ -1,7 +1,7 @@ /* ======================================== * Luxor - Luxor.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Luxor_H diff --git a/plugins/LinuxVST/src/Luxor/LuxorProc.cpp b/plugins/LinuxVST/src/Luxor/LuxorProc.cpp index 2ea8a55c1..489b6b91e 100755 --- a/plugins/LinuxVST/src/Luxor/LuxorProc.cpp +++ b/plugins/LinuxVST/src/Luxor/LuxorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Luxor - Luxor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Luxor_H diff --git a/plugins/LinuxVST/src/MV/MV.cpp b/plugins/LinuxVST/src/MV/MV.cpp index c6d104f9b..63ec51c96 100755 --- a/plugins/LinuxVST/src/MV/MV.cpp +++ b/plugins/LinuxVST/src/MV/MV.cpp @@ -1,6 +1,6 @@ /* ======================================== * MV - MV.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MV_H diff --git a/plugins/LinuxVST/src/MV/MV.h b/plugins/LinuxVST/src/MV/MV.h index 5a60fa653..b4a6ba594 100755 --- a/plugins/LinuxVST/src/MV/MV.h +++ b/plugins/LinuxVST/src/MV/MV.h @@ -1,7 +1,7 @@ /* ======================================== * MV - MV.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MV_H diff --git a/plugins/LinuxVST/src/MV/MVProc.cpp b/plugins/LinuxVST/src/MV/MVProc.cpp index bab3b0416..594a405ba 100755 --- a/plugins/LinuxVST/src/MV/MVProc.cpp +++ b/plugins/LinuxVST/src/MV/MVProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MV - MV.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MV_H diff --git a/plugins/LinuxVST/src/MackEQ/MackEQ.cpp b/plugins/LinuxVST/src/MackEQ/MackEQ.cpp index 72e7bf2c7..62003db42 100755 --- a/plugins/LinuxVST/src/MackEQ/MackEQ.cpp +++ b/plugins/LinuxVST/src/MackEQ/MackEQ.cpp @@ -1,6 +1,6 @@ /* ======================================== * MackEQ - MackEQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MackEQ_H diff --git a/plugins/LinuxVST/src/MackEQ/MackEQ.h b/plugins/LinuxVST/src/MackEQ/MackEQ.h index d413503b3..7be9e51e9 100755 --- a/plugins/LinuxVST/src/MackEQ/MackEQ.h +++ b/plugins/LinuxVST/src/MackEQ/MackEQ.h @@ -1,7 +1,7 @@ /* ======================================== * MackEQ - MackEQ.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MackEQ_H diff --git a/plugins/LinuxVST/src/MackEQ/MackEQProc.cpp b/plugins/LinuxVST/src/MackEQ/MackEQProc.cpp index 00466fda1..60aca24d5 100755 --- a/plugins/LinuxVST/src/MackEQ/MackEQProc.cpp +++ b/plugins/LinuxVST/src/MackEQ/MackEQProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MackEQ - MackEQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MackEQ_H diff --git a/plugins/LinuxVST/src/Mackity/Mackity.cpp b/plugins/LinuxVST/src/Mackity/Mackity.cpp index 3e78cd322..1354eafe5 100755 --- a/plugins/LinuxVST/src/Mackity/Mackity.cpp +++ b/plugins/LinuxVST/src/Mackity/Mackity.cpp @@ -1,6 +1,6 @@ /* ======================================== * Mackity - Mackity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mackity_H diff --git a/plugins/LinuxVST/src/Mackity/Mackity.h b/plugins/LinuxVST/src/Mackity/Mackity.h index 338df8de9..856be80c4 100755 --- a/plugins/LinuxVST/src/Mackity/Mackity.h +++ b/plugins/LinuxVST/src/Mackity/Mackity.h @@ -1,7 +1,7 @@ /* ======================================== * Mackity - Mackity.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Mackity_H diff --git a/plugins/LinuxVST/src/Mackity/MackityProc.cpp b/plugins/LinuxVST/src/Mackity/MackityProc.cpp index ff7c1631a..1d148b30a 100755 --- a/plugins/LinuxVST/src/Mackity/MackityProc.cpp +++ b/plugins/LinuxVST/src/Mackity/MackityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Mackity - Mackity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mackity_H diff --git a/plugins/LinuxVST/src/MatrixVerb/MatrixVerb.cpp b/plugins/LinuxVST/src/MatrixVerb/MatrixVerb.cpp index 4c1391f5b..a3c690b65 100755 --- a/plugins/LinuxVST/src/MatrixVerb/MatrixVerb.cpp +++ b/plugins/LinuxVST/src/MatrixVerb/MatrixVerb.cpp @@ -1,6 +1,6 @@ /* ======================================== * MatrixVerb - MatrixVerb.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MatrixVerb_H diff --git a/plugins/LinuxVST/src/MatrixVerb/MatrixVerb.h b/plugins/LinuxVST/src/MatrixVerb/MatrixVerb.h index 3f3b8298c..4b4e4fcaf 100755 --- a/plugins/LinuxVST/src/MatrixVerb/MatrixVerb.h +++ b/plugins/LinuxVST/src/MatrixVerb/MatrixVerb.h @@ -1,7 +1,7 @@ /* ======================================== * MatrixVerb - MatrixVerb.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MatrixVerb_H diff --git a/plugins/LinuxVST/src/MatrixVerb/MatrixVerbProc.cpp b/plugins/LinuxVST/src/MatrixVerb/MatrixVerbProc.cpp index 4099a1853..0ae1307ea 100755 --- a/plugins/LinuxVST/src/MatrixVerb/MatrixVerbProc.cpp +++ b/plugins/LinuxVST/src/MatrixVerb/MatrixVerbProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MatrixVerb - MatrixVerb.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MatrixVerb_H diff --git a/plugins/LinuxVST/src/Melt/Melt.cpp b/plugins/LinuxVST/src/Melt/Melt.cpp index b2f8301bc..cdccf45d4 100755 --- a/plugins/LinuxVST/src/Melt/Melt.cpp +++ b/plugins/LinuxVST/src/Melt/Melt.cpp @@ -1,6 +1,6 @@ /* ======================================== * Melt - Melt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Melt_H diff --git a/plugins/LinuxVST/src/Melt/Melt.h b/plugins/LinuxVST/src/Melt/Melt.h index 07cf0075c..59fdcf4f2 100755 --- a/plugins/LinuxVST/src/Melt/Melt.h +++ b/plugins/LinuxVST/src/Melt/Melt.h @@ -1,7 +1,7 @@ /* ======================================== * Melt - Melt.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Melt_H diff --git a/plugins/LinuxVST/src/Melt/MeltProc.cpp b/plugins/LinuxVST/src/Melt/MeltProc.cpp index c990386b6..039b687d2 100755 --- a/plugins/LinuxVST/src/Melt/MeltProc.cpp +++ b/plugins/LinuxVST/src/Melt/MeltProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Melt - Melt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Melt_H diff --git a/plugins/LinuxVST/src/MidAmp/MidAmp.cpp b/plugins/LinuxVST/src/MidAmp/MidAmp.cpp index 740a931b3..7436210e6 100755 --- a/plugins/LinuxVST/src/MidAmp/MidAmp.cpp +++ b/plugins/LinuxVST/src/MidAmp/MidAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * MidAmp - MidAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/MidAmp/MidAmp.h b/plugins/LinuxVST/src/MidAmp/MidAmp.h index e3e0802eb..91c804780 100755 --- a/plugins/LinuxVST/src/MidAmp/MidAmp.h +++ b/plugins/LinuxVST/src/MidAmp/MidAmp.h @@ -1,7 +1,7 @@ /* ======================================== * MidAmp - MidAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/MidAmp/MidAmpProc.cpp b/plugins/LinuxVST/src/MidAmp/MidAmpProc.cpp index 0fbb3b1cd..208d8e460 100755 --- a/plugins/LinuxVST/src/MidAmp/MidAmpProc.cpp +++ b/plugins/LinuxVST/src/MidAmp/MidAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MidAmp - MidAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/MidSide/MidSide.cpp b/plugins/LinuxVST/src/MidSide/MidSide.cpp index 4bb31183d..d45a3c449 100755 --- a/plugins/LinuxVST/src/MidSide/MidSide.cpp +++ b/plugins/LinuxVST/src/MidSide/MidSide.cpp @@ -1,6 +1,6 @@ /* ======================================== * MidSide - MidSide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MidSide_H diff --git a/plugins/LinuxVST/src/MidSide/MidSide.h b/plugins/LinuxVST/src/MidSide/MidSide.h index 086fbea98..595e493ca 100755 --- a/plugins/LinuxVST/src/MidSide/MidSide.h +++ b/plugins/LinuxVST/src/MidSide/MidSide.h @@ -1,7 +1,7 @@ /* ======================================== * MidSide - MidSide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MidSide_H diff --git a/plugins/LinuxVST/src/MidSide/MidSideProc.cpp b/plugins/LinuxVST/src/MidSide/MidSideProc.cpp index cb5f2ffa6..2e1268455 100755 --- a/plugins/LinuxVST/src/MidSide/MidSideProc.cpp +++ b/plugins/LinuxVST/src/MidSide/MidSideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MidSide - MidSide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MidSide_H diff --git a/plugins/LinuxVST/src/MoNoam/MoNoam.cpp b/plugins/LinuxVST/src/MoNoam/MoNoam.cpp index 56a243e5d..183a3d57d 100755 --- a/plugins/LinuxVST/src/MoNoam/MoNoam.cpp +++ b/plugins/LinuxVST/src/MoNoam/MoNoam.cpp @@ -1,6 +1,6 @@ /* ======================================== * MoNoam - MoNoam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MoNoam_H diff --git a/plugins/LinuxVST/src/MoNoam/MoNoam.h b/plugins/LinuxVST/src/MoNoam/MoNoam.h index e4aff140f..4558b9a52 100755 --- a/plugins/LinuxVST/src/MoNoam/MoNoam.h +++ b/plugins/LinuxVST/src/MoNoam/MoNoam.h @@ -1,7 +1,7 @@ /* ======================================== * MoNoam - MoNoam.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MoNoam_H diff --git a/plugins/LinuxVST/src/MoNoam/MoNoamProc.cpp b/plugins/LinuxVST/src/MoNoam/MoNoamProc.cpp index 741bb58e5..306c49831 100755 --- a/plugins/LinuxVST/src/MoNoam/MoNoamProc.cpp +++ b/plugins/LinuxVST/src/MoNoam/MoNoamProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MoNoam - MoNoam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MoNoam_H diff --git a/plugins/LinuxVST/src/Mojo/Mojo.cpp b/plugins/LinuxVST/src/Mojo/Mojo.cpp index 65c270402..b42e7f51b 100755 --- a/plugins/LinuxVST/src/Mojo/Mojo.cpp +++ b/plugins/LinuxVST/src/Mojo/Mojo.cpp @@ -1,6 +1,6 @@ /* ======================================== * Mojo - Mojo.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mojo_H diff --git a/plugins/LinuxVST/src/Mojo/Mojo.h b/plugins/LinuxVST/src/Mojo/Mojo.h index 4e759375b..f5f0c92ab 100755 --- a/plugins/LinuxVST/src/Mojo/Mojo.h +++ b/plugins/LinuxVST/src/Mojo/Mojo.h @@ -1,7 +1,7 @@ /* ======================================== * Mojo - Mojo.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Mojo_H diff --git a/plugins/LinuxVST/src/Mojo/MojoProc.cpp b/plugins/LinuxVST/src/Mojo/MojoProc.cpp index 80774cabf..8c8a099af 100755 --- a/plugins/LinuxVST/src/Mojo/MojoProc.cpp +++ b/plugins/LinuxVST/src/Mojo/MojoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Mojo - Mojo.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mojo_H diff --git a/plugins/LinuxVST/src/Monitoring/Monitoring.cpp b/plugins/LinuxVST/src/Monitoring/Monitoring.cpp index 5acf52beb..054338e59 100755 --- a/plugins/LinuxVST/src/Monitoring/Monitoring.cpp +++ b/plugins/LinuxVST/src/Monitoring/Monitoring.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring - Monitoring.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring_H diff --git a/plugins/LinuxVST/src/Monitoring/Monitoring.h b/plugins/LinuxVST/src/Monitoring/Monitoring.h index 12452111a..5baa2ba08 100755 --- a/plugins/LinuxVST/src/Monitoring/Monitoring.h +++ b/plugins/LinuxVST/src/Monitoring/Monitoring.h @@ -1,7 +1,7 @@ /* ======================================== * Monitoring - Monitoring.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring_H diff --git a/plugins/LinuxVST/src/Monitoring/MonitoringProc.cpp b/plugins/LinuxVST/src/Monitoring/MonitoringProc.cpp index 5afe8feeb..a7c91bc45 100755 --- a/plugins/LinuxVST/src/Monitoring/MonitoringProc.cpp +++ b/plugins/LinuxVST/src/Monitoring/MonitoringProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring - Monitoring.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring_H diff --git a/plugins/LinuxVST/src/Monitoring2/Monitoring2.cpp b/plugins/LinuxVST/src/Monitoring2/Monitoring2.cpp index 1a1bd4d8f..2c05238bf 100755 --- a/plugins/LinuxVST/src/Monitoring2/Monitoring2.cpp +++ b/plugins/LinuxVST/src/Monitoring2/Monitoring2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring2 - Monitoring2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring2_H diff --git a/plugins/LinuxVST/src/Monitoring2/Monitoring2.h b/plugins/LinuxVST/src/Monitoring2/Monitoring2.h index a1d6c5e4b..ec02edab1 100755 --- a/plugins/LinuxVST/src/Monitoring2/Monitoring2.h +++ b/plugins/LinuxVST/src/Monitoring2/Monitoring2.h @@ -1,7 +1,7 @@ /* ======================================== * Monitoring2 - Monitoring2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring2_H diff --git a/plugins/LinuxVST/src/Monitoring2/Monitoring2Proc.cpp b/plugins/LinuxVST/src/Monitoring2/Monitoring2Proc.cpp index 82325d164..68400f89b 100755 --- a/plugins/LinuxVST/src/Monitoring2/Monitoring2Proc.cpp +++ b/plugins/LinuxVST/src/Monitoring2/Monitoring2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring2 - Monitoring2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring2_H diff --git a/plugins/LinuxVST/src/Monitoring3/Monitoring3.cpp b/plugins/LinuxVST/src/Monitoring3/Monitoring3.cpp index d51ce197a..bb8956cce 100755 --- a/plugins/LinuxVST/src/Monitoring3/Monitoring3.cpp +++ b/plugins/LinuxVST/src/Monitoring3/Monitoring3.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring3 - Monitoring3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring3_H @@ -19,12 +19,6 @@ Monitoring3::Monitoring3(audioMasterCallback audioMaster) : darkSampleL[count] = 0; darkSampleR[count] = 0; } - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - depth = (int)(17.0*overallscale); - if (depth < 3) depth = 3; - if (depth > 98) depth = 98; //Dark for(int count = 0; count < 1502; count++) { aL[count] = 0.0; bL[count] = 0.0; cL[count] = 0.0; dL[count] = 0.0; diff --git a/plugins/LinuxVST/src/Monitoring3/Monitoring3.h b/plugins/LinuxVST/src/Monitoring3/Monitoring3.h index 0ead2df74..b2790b745 100755 --- a/plugins/LinuxVST/src/Monitoring3/Monitoring3.h +++ b/plugins/LinuxVST/src/Monitoring3/Monitoring3.h @@ -1,7 +1,7 @@ /* ======================================== * Monitoring3 - Monitoring3.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring3_H diff --git a/plugins/LinuxVST/src/Monitoring3/Monitoring3Proc.cpp b/plugins/LinuxVST/src/Monitoring3/Monitoring3Proc.cpp index d32a71c9e..bb6daa1ed 100755 --- a/plugins/LinuxVST/src/Monitoring3/Monitoring3Proc.cpp +++ b/plugins/LinuxVST/src/Monitoring3/Monitoring3Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring3 - Monitoring3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring3_H @@ -16,7 +16,10 @@ void Monitoring3::processReplacing(float **inputs, float **outputs, VstInt32 sam double overallscale = 1.0; overallscale /= 44100.0; - overallscale *= getSampleRate(); + overallscale *= getSampleRate(); + depth = (int)(17.0*overallscale); + if (depth < 3) depth = 3; + if (depth > 98) depth = 98; //Dark int depth = (int)(17.0*overallscale); if (depth < 3) depth = 3; @@ -534,7 +537,10 @@ void Monitoring3::processDoubleReplacing(double **inputs, double **outputs, VstI double overallscale = 1.0; overallscale /= 44100.0; - overallscale *= getSampleRate(); + overallscale *= getSampleRate(); + depth = (int)(17.0*overallscale); + if (depth < 3) depth = 3; + if (depth > 98) depth = 98; //Dark int depth = (int)(17.0*overallscale); if (depth < 3) depth = 3; diff --git a/plugins/LinuxVST/src/MultiBandDistortion/MultiBandDistortion.cpp b/plugins/LinuxVST/src/MultiBandDistortion/MultiBandDistortion.cpp index bfe36b820..6d1c899ed 100755 --- a/plugins/LinuxVST/src/MultiBandDistortion/MultiBandDistortion.cpp +++ b/plugins/LinuxVST/src/MultiBandDistortion/MultiBandDistortion.cpp @@ -1,6 +1,6 @@ /* ======================================== * MultiBandDistortion - MultiBandDistortion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MultiBandDistortion_H diff --git a/plugins/LinuxVST/src/MultiBandDistortion/MultiBandDistortion.h b/plugins/LinuxVST/src/MultiBandDistortion/MultiBandDistortion.h index 8af37cafd..cd380bd0d 100755 --- a/plugins/LinuxVST/src/MultiBandDistortion/MultiBandDistortion.h +++ b/plugins/LinuxVST/src/MultiBandDistortion/MultiBandDistortion.h @@ -1,7 +1,7 @@ /* ======================================== * MultiBandDistortion - MultiBandDistortion.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MultiBandDistortion_H diff --git a/plugins/LinuxVST/src/MultiBandDistortion/MultiBandDistortionProc.cpp b/plugins/LinuxVST/src/MultiBandDistortion/MultiBandDistortionProc.cpp index 0336c96dc..74b5e4857 100755 --- a/plugins/LinuxVST/src/MultiBandDistortion/MultiBandDistortionProc.cpp +++ b/plugins/LinuxVST/src/MultiBandDistortion/MultiBandDistortionProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MultiBandDistortion - MultiBandDistortion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MultiBandDistortion_H diff --git a/plugins/LinuxVST/src/NCSeventeen/NCSeventeen.cpp b/plugins/LinuxVST/src/NCSeventeen/NCSeventeen.cpp index a0a9a061d..7543e62af 100755 --- a/plugins/LinuxVST/src/NCSeventeen/NCSeventeen.cpp +++ b/plugins/LinuxVST/src/NCSeventeen/NCSeventeen.cpp @@ -1,6 +1,6 @@ /* ======================================== * NCSeventeen - NCSeventeen.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NCSeventeen_H diff --git a/plugins/LinuxVST/src/NCSeventeen/NCSeventeen.h b/plugins/LinuxVST/src/NCSeventeen/NCSeventeen.h index 100f02bdb..f9445926d 100755 --- a/plugins/LinuxVST/src/NCSeventeen/NCSeventeen.h +++ b/plugins/LinuxVST/src/NCSeventeen/NCSeventeen.h @@ -1,7 +1,7 @@ /* ======================================== * NCSeventeen - NCSeventeen.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NCSeventeen_H diff --git a/plugins/LinuxVST/src/NCSeventeen/NCSeventeenProc.cpp b/plugins/LinuxVST/src/NCSeventeen/NCSeventeenProc.cpp index aebc1ba49..f878d796b 100755 --- a/plugins/LinuxVST/src/NCSeventeen/NCSeventeenProc.cpp +++ b/plugins/LinuxVST/src/NCSeventeen/NCSeventeenProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NCSeventeen - NCSeventeen.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NCSeventeen_H diff --git a/plugins/LinuxVST/src/NaturalizeDither/NaturalizeDither.cpp b/plugins/LinuxVST/src/NaturalizeDither/NaturalizeDither.cpp index 700c2f472..8cba80529 100755 --- a/plugins/LinuxVST/src/NaturalizeDither/NaturalizeDither.cpp +++ b/plugins/LinuxVST/src/NaturalizeDither/NaturalizeDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * NaturalizeDither - NaturalizeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NaturalizeDither_H diff --git a/plugins/LinuxVST/src/NaturalizeDither/NaturalizeDither.h b/plugins/LinuxVST/src/NaturalizeDither/NaturalizeDither.h index 6692763d8..c96a9072b 100755 --- a/plugins/LinuxVST/src/NaturalizeDither/NaturalizeDither.h +++ b/plugins/LinuxVST/src/NaturalizeDither/NaturalizeDither.h @@ -1,7 +1,7 @@ /* ======================================== * NaturalizeDither - NaturalizeDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NaturalizeDither_H diff --git a/plugins/LinuxVST/src/NaturalizeDither/NaturalizeDitherProc.cpp b/plugins/LinuxVST/src/NaturalizeDither/NaturalizeDitherProc.cpp index 04f45e9b1..7cd30d6d8 100755 --- a/plugins/LinuxVST/src/NaturalizeDither/NaturalizeDitherProc.cpp +++ b/plugins/LinuxVST/src/NaturalizeDither/NaturalizeDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NaturalizeDither - NaturalizeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NaturalizeDither_H diff --git a/plugins/LinuxVST/src/Neverland/Neverland.cpp b/plugins/LinuxVST/src/Neverland/Neverland.cpp index 2af42daa3..290f6bf66 100755 --- a/plugins/LinuxVST/src/Neverland/Neverland.cpp +++ b/plugins/LinuxVST/src/Neverland/Neverland.cpp @@ -1,6 +1,6 @@ /* ======================================== * Neverland - Neverland.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Neverland_H diff --git a/plugins/LinuxVST/src/Neverland/Neverland.h b/plugins/LinuxVST/src/Neverland/Neverland.h index 03c03f45b..a81af8eb5 100755 --- a/plugins/LinuxVST/src/Neverland/Neverland.h +++ b/plugins/LinuxVST/src/Neverland/Neverland.h @@ -1,7 +1,7 @@ /* ======================================== * Neverland - Neverland.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Neverland_H diff --git a/plugins/LinuxVST/src/Neverland/NeverlandProc.cpp b/plugins/LinuxVST/src/Neverland/NeverlandProc.cpp index f2224b6ea..5fc40579e 100755 --- a/plugins/LinuxVST/src/Neverland/NeverlandProc.cpp +++ b/plugins/LinuxVST/src/Neverland/NeverlandProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Neverland - Neverland.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Neverland_H diff --git a/plugins/LinuxVST/src/Nikola/Nikola.cpp b/plugins/LinuxVST/src/Nikola/Nikola.cpp index db76154df..e91735dca 100755 --- a/plugins/LinuxVST/src/Nikola/Nikola.cpp +++ b/plugins/LinuxVST/src/Nikola/Nikola.cpp @@ -1,6 +1,6 @@ /* ======================================== * Nikola - Nikola.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Nikola_H diff --git a/plugins/LinuxVST/src/Nikola/Nikola.h b/plugins/LinuxVST/src/Nikola/Nikola.h index 7170189ac..4971b82f1 100755 --- a/plugins/LinuxVST/src/Nikola/Nikola.h +++ b/plugins/LinuxVST/src/Nikola/Nikola.h @@ -1,7 +1,7 @@ /* ======================================== * Nikola - Nikola.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Nikola_H diff --git a/plugins/LinuxVST/src/Nikola/NikolaProc.cpp b/plugins/LinuxVST/src/Nikola/NikolaProc.cpp index e4104ac91..159653e68 100755 --- a/plugins/LinuxVST/src/Nikola/NikolaProc.cpp +++ b/plugins/LinuxVST/src/Nikola/NikolaProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Nikola - Nikola.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Nikola_H diff --git a/plugins/LinuxVST/src/NodeDither/NodeDither.cpp b/plugins/LinuxVST/src/NodeDither/NodeDither.cpp index 663b6081c..4f190477d 100755 --- a/plugins/LinuxVST/src/NodeDither/NodeDither.cpp +++ b/plugins/LinuxVST/src/NodeDither/NodeDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * NodeDither - NodeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NodeDither_H diff --git a/plugins/LinuxVST/src/NodeDither/NodeDither.h b/plugins/LinuxVST/src/NodeDither/NodeDither.h index bfd641309..e24f9283a 100755 --- a/plugins/LinuxVST/src/NodeDither/NodeDither.h +++ b/plugins/LinuxVST/src/NodeDither/NodeDither.h @@ -1,7 +1,7 @@ /* ======================================== * NodeDither - NodeDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NodeDither_H diff --git a/plugins/LinuxVST/src/NodeDither/NodeDitherProc.cpp b/plugins/LinuxVST/src/NodeDither/NodeDitherProc.cpp index 3dc70a685..e4eb688f1 100755 --- a/plugins/LinuxVST/src/NodeDither/NodeDitherProc.cpp +++ b/plugins/LinuxVST/src/NodeDither/NodeDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NodeDither - NodeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NodeDither_H diff --git a/plugins/LinuxVST/src/Noise/Noise.cpp b/plugins/LinuxVST/src/Noise/Noise.cpp index ebb384dbe..5ab082f8f 100755 --- a/plugins/LinuxVST/src/Noise/Noise.cpp +++ b/plugins/LinuxVST/src/Noise/Noise.cpp @@ -1,6 +1,6 @@ /* ======================================== * Noise - Noise.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Noise_H diff --git a/plugins/LinuxVST/src/Noise/Noise.h b/plugins/LinuxVST/src/Noise/Noise.h index d14ef6305..8446dc287 100755 --- a/plugins/LinuxVST/src/Noise/Noise.h +++ b/plugins/LinuxVST/src/Noise/Noise.h @@ -1,7 +1,7 @@ /* ======================================== * Noise - Noise.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Noise_H diff --git a/plugins/LinuxVST/src/Noise/NoiseProc.cpp b/plugins/LinuxVST/src/Noise/NoiseProc.cpp index 0dbe5c6d2..48d33cb27 100755 --- a/plugins/LinuxVST/src/Noise/NoiseProc.cpp +++ b/plugins/LinuxVST/src/Noise/NoiseProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Noise - Noise.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Noise_H diff --git a/plugins/LinuxVST/src/NonlinearSpace/NonlinearSpace.cpp b/plugins/LinuxVST/src/NonlinearSpace/NonlinearSpace.cpp index 48eac47c8..568509b45 100755 --- a/plugins/LinuxVST/src/NonlinearSpace/NonlinearSpace.cpp +++ b/plugins/LinuxVST/src/NonlinearSpace/NonlinearSpace.cpp @@ -1,6 +1,6 @@ /* ======================================== * NonlinearSpace - NonlinearSpace.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NonlinearSpace_H diff --git a/plugins/LinuxVST/src/NonlinearSpace/NonlinearSpace.h b/plugins/LinuxVST/src/NonlinearSpace/NonlinearSpace.h index b75c7a51d..9fdb45f0b 100755 --- a/plugins/LinuxVST/src/NonlinearSpace/NonlinearSpace.h +++ b/plugins/LinuxVST/src/NonlinearSpace/NonlinearSpace.h @@ -1,7 +1,7 @@ /* ======================================== * NonlinearSpace - NonlinearSpace.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NonlinearSpace_H diff --git a/plugins/LinuxVST/src/NonlinearSpace/NonlinearSpaceProc.cpp b/plugins/LinuxVST/src/NonlinearSpace/NonlinearSpaceProc.cpp index c7efecbc4..1849dbad9 100755 --- a/plugins/LinuxVST/src/NonlinearSpace/NonlinearSpaceProc.cpp +++ b/plugins/LinuxVST/src/NonlinearSpace/NonlinearSpaceProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NonlinearSpace - NonlinearSpace.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NonlinearSpace_H diff --git a/plugins/LinuxVST/src/NotJustAnotherCD/NotJustAnotherCD.cpp b/plugins/LinuxVST/src/NotJustAnotherCD/NotJustAnotherCD.cpp index 497c1e881..81395167a 100755 --- a/plugins/LinuxVST/src/NotJustAnotherCD/NotJustAnotherCD.cpp +++ b/plugins/LinuxVST/src/NotJustAnotherCD/NotJustAnotherCD.cpp @@ -1,6 +1,6 @@ /* ======================================== * NotJustAnotherCD - NotJustAnotherCD.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherCD_H diff --git a/plugins/LinuxVST/src/NotJustAnotherCD/NotJustAnotherCD.h b/plugins/LinuxVST/src/NotJustAnotherCD/NotJustAnotherCD.h index 81fe49f8d..5f3a04925 100755 --- a/plugins/LinuxVST/src/NotJustAnotherCD/NotJustAnotherCD.h +++ b/plugins/LinuxVST/src/NotJustAnotherCD/NotJustAnotherCD.h @@ -1,7 +1,7 @@ /* ======================================== * NotJustAnotherCD - NotJustAnotherCD.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherCD_H diff --git a/plugins/LinuxVST/src/NotJustAnotherCD/NotJustAnotherCDProc.cpp b/plugins/LinuxVST/src/NotJustAnotherCD/NotJustAnotherCDProc.cpp index f129dda8f..674b03325 100755 --- a/plugins/LinuxVST/src/NotJustAnotherCD/NotJustAnotherCDProc.cpp +++ b/plugins/LinuxVST/src/NotJustAnotherCD/NotJustAnotherCDProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NotJustAnotherCD - NotJustAnotherCD.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherCD_H diff --git a/plugins/LinuxVST/src/NotJustAnotherDither/NotJustAnotherDither.cpp b/plugins/LinuxVST/src/NotJustAnotherDither/NotJustAnotherDither.cpp index 6213b6228..f6f6cb851 100755 --- a/plugins/LinuxVST/src/NotJustAnotherDither/NotJustAnotherDither.cpp +++ b/plugins/LinuxVST/src/NotJustAnotherDither/NotJustAnotherDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * NotJustAnotherDither - NotJustAnotherDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherDither_H diff --git a/plugins/LinuxVST/src/NotJustAnotherDither/NotJustAnotherDither.h b/plugins/LinuxVST/src/NotJustAnotherDither/NotJustAnotherDither.h index e0a1402a8..c6607e471 100755 --- a/plugins/LinuxVST/src/NotJustAnotherDither/NotJustAnotherDither.h +++ b/plugins/LinuxVST/src/NotJustAnotherDither/NotJustAnotherDither.h @@ -1,7 +1,7 @@ /* ======================================== * NotJustAnotherDither - NotJustAnotherDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherDither_H diff --git a/plugins/LinuxVST/src/NotJustAnotherDither/NotJustAnotherDitherProc.cpp b/plugins/LinuxVST/src/NotJustAnotherDither/NotJustAnotherDitherProc.cpp index f9721a726..dc7119fa4 100755 --- a/plugins/LinuxVST/src/NotJustAnotherDither/NotJustAnotherDitherProc.cpp +++ b/plugins/LinuxVST/src/NotJustAnotherDither/NotJustAnotherDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NotJustAnotherDither - NotJustAnotherDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherDither_H diff --git a/plugins/LinuxVST/src/OneCornerClip/OneCornerClip.cpp b/plugins/LinuxVST/src/OneCornerClip/OneCornerClip.cpp index ea15e1fe2..09728707e 100755 --- a/plugins/LinuxVST/src/OneCornerClip/OneCornerClip.cpp +++ b/plugins/LinuxVST/src/OneCornerClip/OneCornerClip.cpp @@ -1,6 +1,6 @@ /* ======================================== * OneCornerClip - OneCornerClip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __OneCornerClip_H diff --git a/plugins/LinuxVST/src/OneCornerClip/OneCornerClip.h b/plugins/LinuxVST/src/OneCornerClip/OneCornerClip.h index a69f185b2..06cef0aba 100755 --- a/plugins/LinuxVST/src/OneCornerClip/OneCornerClip.h +++ b/plugins/LinuxVST/src/OneCornerClip/OneCornerClip.h @@ -1,7 +1,7 @@ /* ======================================== * OneCornerClip - OneCornerClip.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __OneCornerClip_H diff --git a/plugins/LinuxVST/src/OneCornerClip/OneCornerClipProc.cpp b/plugins/LinuxVST/src/OneCornerClip/OneCornerClipProc.cpp index 7526cecc3..8074e7b3d 100755 --- a/plugins/LinuxVST/src/OneCornerClip/OneCornerClipProc.cpp +++ b/plugins/LinuxVST/src/OneCornerClip/OneCornerClipProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * OneCornerClip - OneCornerClip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __OneCornerClip_H diff --git a/plugins/LinuxVST/src/PDBuss/PDBuss.cpp b/plugins/LinuxVST/src/PDBuss/PDBuss.cpp index 60bdec0bd..00985c59e 100755 --- a/plugins/LinuxVST/src/PDBuss/PDBuss.cpp +++ b/plugins/LinuxVST/src/PDBuss/PDBuss.cpp @@ -1,6 +1,6 @@ /* ======================================== * PDBuss - PDBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDBuss_H diff --git a/plugins/LinuxVST/src/PDBuss/PDBuss.h b/plugins/LinuxVST/src/PDBuss/PDBuss.h index 0b962dcfb..6beba1e8b 100755 --- a/plugins/LinuxVST/src/PDBuss/PDBuss.h +++ b/plugins/LinuxVST/src/PDBuss/PDBuss.h @@ -1,7 +1,7 @@ /* ======================================== * PDBuss - PDBuss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PDBuss_H diff --git a/plugins/LinuxVST/src/PDBuss/PDBussProc.cpp b/plugins/LinuxVST/src/PDBuss/PDBussProc.cpp index 00b05af39..f9e5abe03 100755 --- a/plugins/LinuxVST/src/PDBuss/PDBussProc.cpp +++ b/plugins/LinuxVST/src/PDBuss/PDBussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PDBuss - PDBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDBuss_H diff --git a/plugins/LinuxVST/src/PDChannel/PDChannel.cpp b/plugins/LinuxVST/src/PDChannel/PDChannel.cpp index 6cf15db30..0d1999652 100755 --- a/plugins/LinuxVST/src/PDChannel/PDChannel.cpp +++ b/plugins/LinuxVST/src/PDChannel/PDChannel.cpp @@ -1,6 +1,6 @@ /* ======================================== * PDChannel - PDChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDChannel_H diff --git a/plugins/LinuxVST/src/PDChannel/PDChannel.h b/plugins/LinuxVST/src/PDChannel/PDChannel.h index cd7c14fb7..963c86c08 100755 --- a/plugins/LinuxVST/src/PDChannel/PDChannel.h +++ b/plugins/LinuxVST/src/PDChannel/PDChannel.h @@ -1,7 +1,7 @@ /* ======================================== * PDChannel - PDChannel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PDChannel_H diff --git a/plugins/LinuxVST/src/PDChannel/PDChannelProc.cpp b/plugins/LinuxVST/src/PDChannel/PDChannelProc.cpp index 2277acc7d..afcbe0142 100755 --- a/plugins/LinuxVST/src/PDChannel/PDChannelProc.cpp +++ b/plugins/LinuxVST/src/PDChannel/PDChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PDChannel - PDChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDChannel_H diff --git a/plugins/LinuxVST/src/Pafnuty/Pafnuty.cpp b/plugins/LinuxVST/src/Pafnuty/Pafnuty.cpp index 14eb30129..1ae4e92fa 100755 --- a/plugins/LinuxVST/src/Pafnuty/Pafnuty.cpp +++ b/plugins/LinuxVST/src/Pafnuty/Pafnuty.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pafnuty - Pafnuty.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pafnuty_H diff --git a/plugins/LinuxVST/src/Pafnuty/Pafnuty.h b/plugins/LinuxVST/src/Pafnuty/Pafnuty.h index 80eba3e36..99408bd70 100755 --- a/plugins/LinuxVST/src/Pafnuty/Pafnuty.h +++ b/plugins/LinuxVST/src/Pafnuty/Pafnuty.h @@ -1,7 +1,7 @@ /* ======================================== * Pafnuty - Pafnuty.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pafnuty_H diff --git a/plugins/LinuxVST/src/Pafnuty/PafnutyProc.cpp b/plugins/LinuxVST/src/Pafnuty/PafnutyProc.cpp index 38e2b05a3..03aa084a0 100755 --- a/plugins/LinuxVST/src/Pafnuty/PafnutyProc.cpp +++ b/plugins/LinuxVST/src/Pafnuty/PafnutyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pafnuty - Pafnuty.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pafnuty_H diff --git a/plugins/LinuxVST/src/PaulDither/PaulDither.cpp b/plugins/LinuxVST/src/PaulDither/PaulDither.cpp index dc7aaeb6d..d296eec70 100755 --- a/plugins/LinuxVST/src/PaulDither/PaulDither.cpp +++ b/plugins/LinuxVST/src/PaulDither/PaulDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * PaulDither - PaulDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulDither_H diff --git a/plugins/LinuxVST/src/PaulDither/PaulDither.h b/plugins/LinuxVST/src/PaulDither/PaulDither.h index 62f360514..418b82077 100755 --- a/plugins/LinuxVST/src/PaulDither/PaulDither.h +++ b/plugins/LinuxVST/src/PaulDither/PaulDither.h @@ -1,7 +1,7 @@ /* ======================================== * PaulDither - PaulDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulDither_H diff --git a/plugins/LinuxVST/src/PaulDither/PaulDitherProc.cpp b/plugins/LinuxVST/src/PaulDither/PaulDitherProc.cpp index 366455123..31e7cb796 100755 --- a/plugins/LinuxVST/src/PaulDither/PaulDitherProc.cpp +++ b/plugins/LinuxVST/src/PaulDither/PaulDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PaulDither - PaulDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulDither_H diff --git a/plugins/LinuxVST/src/PaulWide/PaulWide.cpp b/plugins/LinuxVST/src/PaulWide/PaulWide.cpp index 2e9a35b63..d09a1b029 100755 --- a/plugins/LinuxVST/src/PaulWide/PaulWide.cpp +++ b/plugins/LinuxVST/src/PaulWide/PaulWide.cpp @@ -1,6 +1,6 @@ /* ======================================== * PaulWide - PaulWide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulWide_H diff --git a/plugins/LinuxVST/src/PaulWide/PaulWide.h b/plugins/LinuxVST/src/PaulWide/PaulWide.h index 691750511..2027a1ec7 100755 --- a/plugins/LinuxVST/src/PaulWide/PaulWide.h +++ b/plugins/LinuxVST/src/PaulWide/PaulWide.h @@ -1,7 +1,7 @@ /* ======================================== * PaulWide - PaulWide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulWide_H diff --git a/plugins/LinuxVST/src/PaulWide/PaulWideProc.cpp b/plugins/LinuxVST/src/PaulWide/PaulWideProc.cpp index 0f165a3c5..f5744dbe5 100755 --- a/plugins/LinuxVST/src/PaulWide/PaulWideProc.cpp +++ b/plugins/LinuxVST/src/PaulWide/PaulWideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PaulWide - PaulWide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulWide_H diff --git a/plugins/LinuxVST/src/PeaksOnly/PeaksOnly.cpp b/plugins/LinuxVST/src/PeaksOnly/PeaksOnly.cpp index bca880912..08f19c4c8 100755 --- a/plugins/LinuxVST/src/PeaksOnly/PeaksOnly.cpp +++ b/plugins/LinuxVST/src/PeaksOnly/PeaksOnly.cpp @@ -1,6 +1,6 @@ /* ======================================== * PeaksOnly - PeaksOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PeaksOnly_H diff --git a/plugins/LinuxVST/src/PeaksOnly/PeaksOnly.h b/plugins/LinuxVST/src/PeaksOnly/PeaksOnly.h index f17716230..c72db7566 100755 --- a/plugins/LinuxVST/src/PeaksOnly/PeaksOnly.h +++ b/plugins/LinuxVST/src/PeaksOnly/PeaksOnly.h @@ -1,7 +1,7 @@ /* ======================================== * PeaksOnly - PeaksOnly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PeaksOnly_H diff --git a/plugins/LinuxVST/src/PeaksOnly/PeaksOnlyProc.cpp b/plugins/LinuxVST/src/PeaksOnly/PeaksOnlyProc.cpp index 087c0be80..eb7ad13aa 100755 --- a/plugins/LinuxVST/src/PeaksOnly/PeaksOnlyProc.cpp +++ b/plugins/LinuxVST/src/PeaksOnly/PeaksOnlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PeaksOnly - PeaksOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PeaksOnly_H diff --git a/plugins/LinuxVST/src/PhaseNudge/PhaseNudge.cpp b/plugins/LinuxVST/src/PhaseNudge/PhaseNudge.cpp index 7c200bd4d..19e45a0ee 100755 --- a/plugins/LinuxVST/src/PhaseNudge/PhaseNudge.cpp +++ b/plugins/LinuxVST/src/PhaseNudge/PhaseNudge.cpp @@ -1,6 +1,6 @@ /* ======================================== * PhaseNudge - PhaseNudge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PhaseNudge_H diff --git a/plugins/LinuxVST/src/PhaseNudge/PhaseNudge.h b/plugins/LinuxVST/src/PhaseNudge/PhaseNudge.h index a2f0dedbc..8d751c5a3 100755 --- a/plugins/LinuxVST/src/PhaseNudge/PhaseNudge.h +++ b/plugins/LinuxVST/src/PhaseNudge/PhaseNudge.h @@ -1,7 +1,7 @@ /* ======================================== * PhaseNudge - PhaseNudge.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PhaseNudge_H diff --git a/plugins/LinuxVST/src/PhaseNudge/PhaseNudgeProc.cpp b/plugins/LinuxVST/src/PhaseNudge/PhaseNudgeProc.cpp index 73e9b1254..c4cb0d0d8 100755 --- a/plugins/LinuxVST/src/PhaseNudge/PhaseNudgeProc.cpp +++ b/plugins/LinuxVST/src/PhaseNudge/PhaseNudgeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PhaseNudge - PhaseNudge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PhaseNudge_H diff --git a/plugins/LinuxVST/src/PitchDelay/PitchDelay.cpp b/plugins/LinuxVST/src/PitchDelay/PitchDelay.cpp index 0327d71d0..e89b2c599 100755 --- a/plugins/LinuxVST/src/PitchDelay/PitchDelay.cpp +++ b/plugins/LinuxVST/src/PitchDelay/PitchDelay.cpp @@ -1,6 +1,6 @@ /* ======================================== * PitchDelay - PitchDelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PitchDelay_H diff --git a/plugins/LinuxVST/src/PitchDelay/PitchDelay.h b/plugins/LinuxVST/src/PitchDelay/PitchDelay.h index 2c6f52ffc..11acab36a 100755 --- a/plugins/LinuxVST/src/PitchDelay/PitchDelay.h +++ b/plugins/LinuxVST/src/PitchDelay/PitchDelay.h @@ -1,7 +1,7 @@ /* ======================================== * PitchDelay - PitchDelay.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PitchDelay_H diff --git a/plugins/LinuxVST/src/PitchDelay/PitchDelayProc.cpp b/plugins/LinuxVST/src/PitchDelay/PitchDelayProc.cpp index be0bb419f..f0debc60a 100755 --- a/plugins/LinuxVST/src/PitchDelay/PitchDelayProc.cpp +++ b/plugins/LinuxVST/src/PitchDelay/PitchDelayProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PitchDelay - PitchDelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PitchDelay_H diff --git a/plugins/LinuxVST/src/PitchNasty/PitchNasty.cpp b/plugins/LinuxVST/src/PitchNasty/PitchNasty.cpp new file mode 100755 index 000000000..d7a309ce1 --- /dev/null +++ b/plugins/LinuxVST/src/PitchNasty/PitchNasty.cpp @@ -0,0 +1,167 @@ +/* ======================================== + * PitchNasty - PitchNasty.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __PitchNasty_H +#include "PitchNasty.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new PitchNasty(audioMaster);} + +PitchNasty::PitchNasty(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.0; + B = 0.0; + C = 0.25; + D = 0.0; + E = 1.0; + F = 1.0; + + for (int temp = 0; temp < 10001; temp++) {dL[temp] = 0.0; dR[temp] = 0.0;} + inCount = 1; + outCount = 1.0; + switchTransition = false; + switchAmountL = 0.0; switchAmountR = 0.0; + feedbackSampleL = 0.0; feedbackSampleR = 0.0; + + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +PitchNasty::~PitchNasty() {} +VstInt32 PitchNasty::getVendorVersion () {return 1000;} +void PitchNasty::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void PitchNasty::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 PitchNasty::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + chunkData[4] = E; + chunkData[5] = F; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 PitchNasty::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + E = pinParameter(chunkData[4]); + F = pinParameter(chunkData[5]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void PitchNasty::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + case kParamE: E = value; break; + case kParamF: F = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float PitchNasty::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + case kParamE: return E; break; + case kParamF: return F; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void PitchNasty::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Note", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Bend", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "Grind", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "Feedbck", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "Output", kVstMaxParamStrLen); break; + case kParamF: vst_strncpy (text, "Dry/Wet", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void PitchNasty::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: int2string ((int)(A*24)-12, text, kVstMaxParamStrLen); break; + case kParamB: float2string ((B*24.0)-12.0, text, kVstMaxParamStrLen); break; + case kParamC: int2string ((int)(C*72)-36, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + case kParamE: float2string (E, text, kVstMaxParamStrLen); break; + case kParamF: float2string (F, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void PitchNasty::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamF: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 PitchNasty::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool PitchNasty::getEffectName(char* name) { + vst_strncpy(name, "PitchNasty", kVstMaxProductStrLen); return true; +} + +VstPlugCategory PitchNasty::getPlugCategory() {return kPlugCategEffect;} + +bool PitchNasty::getProductString(char* text) { + vst_strncpy (text, "airwindows PitchNasty", kVstMaxProductStrLen); return true; +} + +bool PitchNasty::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/LinuxVST/src/PitchNasty/PitchNasty.h b/plugins/LinuxVST/src/PitchNasty/PitchNasty.h new file mode 100755 index 000000000..a02544425 --- /dev/null +++ b/plugins/LinuxVST/src/PitchNasty/PitchNasty.h @@ -0,0 +1,81 @@ +/* ======================================== + * PitchNasty - PitchNasty.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __PitchNasty_H +#define __PitchNasty_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kParamE = 4, + kParamF = 5, + kNumParameters = 6 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'pitn'; //Change this to what the AU identity is! + +class PitchNasty : + public AudioEffectX +{ +public: + PitchNasty(audioMasterCallback audioMaster); + ~PitchNasty(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + double dL[10002]; + double dR[10002]; + int inCount; + double outCount; + bool switchTransition; + double switchAmountL; + double switchAmountR; + double feedbackSampleL; + double feedbackSampleR; + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + float A; + float B; + float C; + float D; + float E; + float F; //parameters. Always 0-1, and we scale/alter them elsewhere. +}; + +#endif diff --git a/plugins/LinuxVST/src/PitchNasty/PitchNastyProc.cpp b/plugins/LinuxVST/src/PitchNasty/PitchNastyProc.cpp new file mode 100755 index 000000000..75872c2bf --- /dev/null +++ b/plugins/LinuxVST/src/PitchNasty/PitchNastyProc.cpp @@ -0,0 +1,214 @@ +/* ======================================== + * PitchNasty - PitchNasty.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __PitchNasty_H +#include "PitchNasty.h" +#endif + +void PitchNasty::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double note = (int)(A*24)-12;// -12 to +12 + double bend = (B*24.0)-12.0;// -12 to +12 + double speed = pow(2,note/12.0)*pow(2,bend/12.0); + + double grindRef = (1.0/261.6)*getSampleRate(); //samples per Middle C cycle + double grindNote = pow(2,((int)(C*72)-36)/12.0); + double width = grindRef / grindNote; + if (width > 9990) width = 9990; //safety check + double feedback = D; + double trim = E; + double wet = F; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + inputSampleL += (feedbackSampleL * feedback); + inputSampleR += (feedbackSampleR * feedback); + if (fabs(feedbackSampleL) > 1.0) inputSampleL /= fabs(feedbackSampleL); + if (fabs(feedbackSampleR) > 1.0) inputSampleR /= fabs(feedbackSampleR); + + dL[inCount] = inputSampleL; + dR[inCount] = inputSampleR; + + inCount++; + outCount += speed; + + if (outCount > inCount && switchTransition) { + switchAmountL = 1.0; + switchAmountR = 1.0; + switchTransition = false; + } + + if (inCount > width) inCount -= width; + if (outCount > width) { + outCount -= width; + switchTransition = true; + //reset the transition point + } + + int count = floor(outCount); + int arrayWidth = floor(width); + + inputSampleL = (dL[count-((count > arrayWidth)?arrayWidth+1:0)] * (1-(outCount-floor(outCount)))); + inputSampleL += (dL[count+1-((count+1 > arrayWidth)?arrayWidth+1:0)] * (outCount-floor(outCount))); + + inputSampleR = (dR[count-((count > arrayWidth)?arrayWidth+1:0)] * (1-(outCount-floor(outCount)))); + inputSampleR += (dR[count+1-((count+1 > arrayWidth)?arrayWidth+1:0)] * (outCount-floor(outCount))); + + if (switchAmountL > fabs(inputSampleL-dL[inCount])*2.0) { + switchAmountL = (switchAmountL * 0.5) + (fabs(inputSampleL-dL[inCount])); + } + if (switchAmountR > fabs(inputSampleR-dR[inCount])*2.0) { + switchAmountR = (switchAmountR * 0.5) + (fabs(inputSampleR-dR[inCount])); + } + inputSampleL = (dL[inCount] * switchAmountL) + (inputSampleL * (1.0-switchAmountL)); + inputSampleR = (dR[inCount] * switchAmountR) + (inputSampleR * (1.0-switchAmountR)); + + feedbackSampleL = inputSampleL; + feedbackSampleR = inputSampleR; + + if (trim != 1.0) { + inputSampleL *= trim; + inputSampleR *= trim; + } + + if (wet !=1.0) { + inputSampleL = (inputSampleL * wet) + (drySampleL * (1.0-wet)); + inputSampleR = (inputSampleR * wet) + (drySampleR * (1.0-wet)); + } + //Dry/Wet control, defaults to the last slider + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void PitchNasty::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double note = (int)(A*24)-12;// -12 to +12 + double bend = (B*24.0)-12.0;// -12 to +12 + double speed = pow(2,note/12.0)*pow(2,bend/12.0); + + double grindRef = (1.0/261.6)*getSampleRate(); //samples per Middle C cycle + double grindNote = pow(2,((int)(C*72)-36)/12.0); + double width = grindRef / grindNote; + if (width > 9990) width = 9990; //safety check + double feedback = D; + double trim = E; + double wet = F; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + inputSampleL += (feedbackSampleL * feedback); + inputSampleR += (feedbackSampleR * feedback); + if (fabs(feedbackSampleL) > 1.0) inputSampleL /= fabs(feedbackSampleL); + if (fabs(feedbackSampleR) > 1.0) inputSampleR /= fabs(feedbackSampleR); + + dL[inCount] = inputSampleL; + dR[inCount] = inputSampleR; + + inCount++; + outCount += speed; + + if (outCount > inCount && switchTransition) { + switchAmountL = 1.0; + switchAmountR = 1.0; + switchTransition = false; + } + + if (inCount > width) inCount -= width; + if (outCount > width) { + outCount -= width; + switchTransition = true; + //reset the transition point + } + + int count = floor(outCount); + int arrayWidth = floor(width); + + inputSampleL = (dL[count-((count > arrayWidth)?arrayWidth+1:0)] * (1-(outCount-floor(outCount)))); + inputSampleL += (dL[count+1-((count+1 > arrayWidth)?arrayWidth+1:0)] * (outCount-floor(outCount))); + + inputSampleR = (dR[count-((count > arrayWidth)?arrayWidth+1:0)] * (1-(outCount-floor(outCount)))); + inputSampleR += (dR[count+1-((count+1 > arrayWidth)?arrayWidth+1:0)] * (outCount-floor(outCount))); + + if (switchAmountL > fabs(inputSampleL-dL[inCount])*2.0) { + switchAmountL = (switchAmountL * 0.5) + (fabs(inputSampleL-dL[inCount])); + } + if (switchAmountR > fabs(inputSampleR-dR[inCount])*2.0) { + switchAmountR = (switchAmountR * 0.5) + (fabs(inputSampleR-dR[inCount])); + } + inputSampleL = (dL[inCount] * switchAmountL) + (inputSampleL * (1.0-switchAmountL)); + inputSampleR = (dR[inCount] * switchAmountR) + (inputSampleR * (1.0-switchAmountR)); + + feedbackSampleL = inputSampleL; + feedbackSampleR = inputSampleR; + + if (trim != 1.0) { + inputSampleL *= trim; + inputSampleR *= trim; + } + + if (wet !=1.0) { + inputSampleL = (inputSampleL * wet) + (drySampleL * (1.0-wet)); + inputSampleR = (inputSampleR * wet) + (drySampleR * (1.0-wet)); + } + //Dry/Wet control, defaults to the last slider + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/LinuxVST/src/PocketVerbs/PocketVerbs.cpp b/plugins/LinuxVST/src/PocketVerbs/PocketVerbs.cpp index 3c6332d41..66dd70498 100755 --- a/plugins/LinuxVST/src/PocketVerbs/PocketVerbs.cpp +++ b/plugins/LinuxVST/src/PocketVerbs/PocketVerbs.cpp @@ -1,6 +1,6 @@ /* ======================================== * PocketVerbs - PocketVerbs.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PocketVerbs_H diff --git a/plugins/LinuxVST/src/PocketVerbs/PocketVerbs.h b/plugins/LinuxVST/src/PocketVerbs/PocketVerbs.h index 3cdc9379c..cf0301be4 100755 --- a/plugins/LinuxVST/src/PocketVerbs/PocketVerbs.h +++ b/plugins/LinuxVST/src/PocketVerbs/PocketVerbs.h @@ -1,7 +1,7 @@ /* ======================================== * PocketVerbs - PocketVerbs.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PocketVerbs_H diff --git a/plugins/LinuxVST/src/PocketVerbs/PocketVerbsProc.cpp b/plugins/LinuxVST/src/PocketVerbs/PocketVerbsProc.cpp index b8b5fa7b5..dca8e6441 100755 --- a/plugins/LinuxVST/src/PocketVerbs/PocketVerbsProc.cpp +++ b/plugins/LinuxVST/src/PocketVerbs/PocketVerbsProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PocketVerbs - PocketVerbs.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PocketVerbs_H diff --git a/plugins/LinuxVST/src/Pockey/Pockey.cpp b/plugins/LinuxVST/src/Pockey/Pockey.cpp index 0ae76d26a..d680cadfd 100755 --- a/plugins/LinuxVST/src/Pockey/Pockey.cpp +++ b/plugins/LinuxVST/src/Pockey/Pockey.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pockey - Pockey.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey_H diff --git a/plugins/LinuxVST/src/Pockey/Pockey.h b/plugins/LinuxVST/src/Pockey/Pockey.h index 40ea32379..e01e8d9ae 100755 --- a/plugins/LinuxVST/src/Pockey/Pockey.h +++ b/plugins/LinuxVST/src/Pockey/Pockey.h @@ -1,7 +1,7 @@ /* ======================================== * Pockey - Pockey.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey_H diff --git a/plugins/LinuxVST/src/Pockey/PockeyProc.cpp b/plugins/LinuxVST/src/Pockey/PockeyProc.cpp index f2b277d54..cd9c9f397 100755 --- a/plugins/LinuxVST/src/Pockey/PockeyProc.cpp +++ b/plugins/LinuxVST/src/Pockey/PockeyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pockey - Pockey.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey_H diff --git a/plugins/LinuxVST/src/Pockey2/Pockey2.cpp b/plugins/LinuxVST/src/Pockey2/Pockey2.cpp index 8a005ffa3..b851eab6c 100755 --- a/plugins/LinuxVST/src/Pockey2/Pockey2.cpp +++ b/plugins/LinuxVST/src/Pockey2/Pockey2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pockey2 - Pockey2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey2_H diff --git a/plugins/LinuxVST/src/Pockey2/Pockey2.h b/plugins/LinuxVST/src/Pockey2/Pockey2.h index df6fe17a9..c7e7de701 100755 --- a/plugins/LinuxVST/src/Pockey2/Pockey2.h +++ b/plugins/LinuxVST/src/Pockey2/Pockey2.h @@ -1,7 +1,7 @@ /* ======================================== * Pockey2 - Pockey2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey2_H diff --git a/plugins/LinuxVST/src/Pockey2/Pockey2Proc.cpp b/plugins/LinuxVST/src/Pockey2/Pockey2Proc.cpp index 6ae95b96d..c8071a9f9 100755 --- a/plugins/LinuxVST/src/Pockey2/Pockey2Proc.cpp +++ b/plugins/LinuxVST/src/Pockey2/Pockey2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pockey2 - Pockey2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey2_H diff --git a/plugins/LinuxVST/src/Podcast/Podcast.cpp b/plugins/LinuxVST/src/Podcast/Podcast.cpp index 1a7edc51c..5926eb0f2 100755 --- a/plugins/LinuxVST/src/Podcast/Podcast.cpp +++ b/plugins/LinuxVST/src/Podcast/Podcast.cpp @@ -1,6 +1,6 @@ /* ======================================== * Podcast - Podcast.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Podcast_H diff --git a/plugins/LinuxVST/src/Podcast/Podcast.h b/plugins/LinuxVST/src/Podcast/Podcast.h index f753ffb25..17e2fe9ea 100755 --- a/plugins/LinuxVST/src/Podcast/Podcast.h +++ b/plugins/LinuxVST/src/Podcast/Podcast.h @@ -1,7 +1,7 @@ /* ======================================== * Podcast - Podcast.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Podcast_H diff --git a/plugins/LinuxVST/src/Podcast/PodcastProc.cpp b/plugins/LinuxVST/src/Podcast/PodcastProc.cpp index 788d62130..f5c96e48b 100755 --- a/plugins/LinuxVST/src/Podcast/PodcastProc.cpp +++ b/plugins/LinuxVST/src/Podcast/PodcastProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Podcast - Podcast.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Podcast_H diff --git a/plugins/LinuxVST/src/PodcastDeluxe/PodcastDeluxe.cpp b/plugins/LinuxVST/src/PodcastDeluxe/PodcastDeluxe.cpp index a410bc2f0..85a33f4cd 100755 --- a/plugins/LinuxVST/src/PodcastDeluxe/PodcastDeluxe.cpp +++ b/plugins/LinuxVST/src/PodcastDeluxe/PodcastDeluxe.cpp @@ -1,6 +1,6 @@ /* ======================================== * PodcastDeluxe - PodcastDeluxe.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PodcastDeluxe_H diff --git a/plugins/LinuxVST/src/PodcastDeluxe/PodcastDeluxe.h b/plugins/LinuxVST/src/PodcastDeluxe/PodcastDeluxe.h index 78e81f9c7..b68266311 100755 --- a/plugins/LinuxVST/src/PodcastDeluxe/PodcastDeluxe.h +++ b/plugins/LinuxVST/src/PodcastDeluxe/PodcastDeluxe.h @@ -1,7 +1,7 @@ /* ======================================== * PodcastDeluxe - PodcastDeluxe.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PodcastDeluxe_H diff --git a/plugins/LinuxVST/src/PodcastDeluxe/PodcastDeluxeProc.cpp b/plugins/LinuxVST/src/PodcastDeluxe/PodcastDeluxeProc.cpp index 5a8f8818e..26b56f62c 100755 --- a/plugins/LinuxVST/src/PodcastDeluxe/PodcastDeluxeProc.cpp +++ b/plugins/LinuxVST/src/PodcastDeluxe/PodcastDeluxeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PodcastDeluxe - PodcastDeluxe.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PodcastDeluxe_H diff --git a/plugins/LinuxVST/src/Point/Point.cpp b/plugins/LinuxVST/src/Point/Point.cpp index 636dec5f7..862fbb1ac 100755 --- a/plugins/LinuxVST/src/Point/Point.cpp +++ b/plugins/LinuxVST/src/Point/Point.cpp @@ -1,6 +1,6 @@ /* ======================================== * Point - Point.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Point_H diff --git a/plugins/LinuxVST/src/Point/Point.h b/plugins/LinuxVST/src/Point/Point.h index 046c81f6b..815a63f81 100755 --- a/plugins/LinuxVST/src/Point/Point.h +++ b/plugins/LinuxVST/src/Point/Point.h @@ -1,7 +1,7 @@ /* ======================================== * Point - Point.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Point_H diff --git a/plugins/LinuxVST/src/Point/PointProc.cpp b/plugins/LinuxVST/src/Point/PointProc.cpp index 70173909f..2c75f0ac2 100755 --- a/plugins/LinuxVST/src/Point/PointProc.cpp +++ b/plugins/LinuxVST/src/Point/PointProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Point - Point.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Point_H diff --git a/plugins/LinuxVST/src/Pop/Pop.cpp b/plugins/LinuxVST/src/Pop/Pop.cpp index 55903d7f0..612a2485e 100755 --- a/plugins/LinuxVST/src/Pop/Pop.cpp +++ b/plugins/LinuxVST/src/Pop/Pop.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pop - Pop.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop_H diff --git a/plugins/LinuxVST/src/Pop/Pop.h b/plugins/LinuxVST/src/Pop/Pop.h index 9411334aa..2c74b349e 100755 --- a/plugins/LinuxVST/src/Pop/Pop.h +++ b/plugins/LinuxVST/src/Pop/Pop.h @@ -1,7 +1,7 @@ /* ======================================== * Pop - Pop.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop_H diff --git a/plugins/LinuxVST/src/Pop/PopProc.cpp b/plugins/LinuxVST/src/Pop/PopProc.cpp index 2186f06fb..08d461e32 100755 --- a/plugins/LinuxVST/src/Pop/PopProc.cpp +++ b/plugins/LinuxVST/src/Pop/PopProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pop - Pop.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop_H diff --git a/plugins/LinuxVST/src/Pop2/Pop2.cpp b/plugins/LinuxVST/src/Pop2/Pop2.cpp new file mode 100755 index 000000000..9785272b8 --- /dev/null +++ b/plugins/LinuxVST/src/Pop2/Pop2.cpp @@ -0,0 +1,177 @@ +/* ======================================== + * Pop2 - Pop2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Pop2_H +#include "Pop2.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pop2(audioMaster);} + +Pop2::Pop2(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.5; + B = 0.5; + C = 0.5; + D = 0.5; + E = 1.0; + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + + lastSampleL = 0.0; + wasPosClipL = false; + wasNegClipL = false; + lastSampleR = 0.0; + wasPosClipR = false; + wasNegClipR = false; + for (int x = 0; x < 16; x++) {intermediateL[x] = 0.0; intermediateR[x] = 0.0;} + + muVaryL = 0.0; + muAttackL = 0.0; + muNewSpeedL = 1000.0; + muSpeedAL = 1000.0; + muSpeedBL = 1000.0; + muCoefficientAL = 1.0; + muCoefficientBL = 1.0; + + muVaryR = 0.0; + muAttackR = 0.0; + muNewSpeedR = 1000.0; + muSpeedAR = 1000.0; + muSpeedBR = 1000.0; + muCoefficientAR = 1.0; + muCoefficientBR = 1.0; + + flip = false; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Pop2::~Pop2() {} +VstInt32 Pop2::getVendorVersion () {return 1000;} +void Pop2::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Pop2::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Pop2::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + chunkData[4] = E; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Pop2::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + E = pinParameter(chunkData[4]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Pop2::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + case kParamE: E = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Pop2::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + case kParamE: return E; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Pop2::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Compres", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Attack", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "Release", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "Drive", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "Dry/Wet", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Pop2::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + case kParamB: float2string (B, text, kVstMaxParamStrLen); break; + case kParamC: float2string (C, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + case kParamE: float2string (E, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Pop2::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Pop2::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Pop2::getEffectName(char* name) { + vst_strncpy(name, "Pop2", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Pop2::getPlugCategory() {return kPlugCategEffect;} + +bool Pop2::getProductString(char* text) { + vst_strncpy (text, "airwindows Pop2", kVstMaxProductStrLen); return true; +} + +bool Pop2::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/LinuxVST/src/Pop2/Pop2.h b/plugins/LinuxVST/src/Pop2/Pop2.h new file mode 100755 index 000000000..a5e25e998 --- /dev/null +++ b/plugins/LinuxVST/src/Pop2/Pop2.h @@ -0,0 +1,98 @@ +/* ======================================== + * Pop2 - Pop2.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Pop2_H +#define __Pop2_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kParamE = 4, + kNumParameters = 5 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'popd'; //Change this to what the AU identity is! + +class Pop2 : + public AudioEffectX +{ +public: + Pop2(audioMasterCallback audioMaster); + ~Pop2(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + double muVaryL; + double muAttackL; + double muNewSpeedL; + double muSpeedAL; + double muSpeedBL; + double muCoefficientAL; + double muCoefficientBL; + + double muVaryR; + double muAttackR; + double muNewSpeedR; + double muSpeedAR; + double muSpeedBR; + double muCoefficientAR; + double muCoefficientBR; + + bool flip; + + double lastSampleL; + double intermediateL[16]; + bool wasPosClipL; + bool wasNegClipL; + double lastSampleR; + double intermediateR[16]; + bool wasPosClipR; + bool wasNegClipR; //Stereo ClipOnly2 + + float A; + float B; + float C; + float D; + float E; //parameters. Always 0-1, and we scale/alter them elsewhere. + +}; + +#endif diff --git a/plugins/LinuxVST/src/Pop2/Pop2Proc.cpp b/plugins/LinuxVST/src/Pop2/Pop2Proc.cpp new file mode 100755 index 000000000..f7659e816 --- /dev/null +++ b/plugins/LinuxVST/src/Pop2/Pop2Proc.cpp @@ -0,0 +1,392 @@ +/* ======================================== + * Pop2 - Pop2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Pop2_H +#include "Pop2.h" +#endif + +void Pop2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + int spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; + + double threshold = 1.0 - ((1.0-pow(1.0-A,2))*0.9); + double attack = ((pow(B,4)*100000.0)+10.0)*overallscale; + double release = ((pow(C,5)*2000000.0)+20.0)*overallscale; + double maxRelease = release * 4.0; + double muPreGain = 1.0/threshold; + double muMakeupGain = sqrt(1.0 / threshold)*D; + double wet = E; + //compressor section + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + //begin compressor section + inputSampleL *= muPreGain; + inputSampleR *= muPreGain; + //adjust coefficients for L + if (flip) { + if (fabs(inputSampleL) > threshold) { + muVaryL = threshold / fabs(inputSampleL); + muAttackL = sqrt(fabs(muSpeedAL)); + muCoefficientAL = muCoefficientAL * (muAttackL-1.0); + if (muVaryL < threshold) muCoefficientAL = muCoefficientAL + threshold; + else muCoefficientAL = muCoefficientAL + muVaryL; + muCoefficientAL = muCoefficientAL / muAttackL; + muNewSpeedL = muSpeedAL * (muSpeedAL-1.0); + muNewSpeedL = muNewSpeedL + release; + muSpeedAL = muNewSpeedL / muSpeedAL; + if (muSpeedAL > maxRelease) muSpeedAL = maxRelease; + } else { + muCoefficientAL = muCoefficientAL * ((muSpeedAL * muSpeedAL)-1.0); + muCoefficientAL = muCoefficientAL + 1.0; + muCoefficientAL = muCoefficientAL / (muSpeedAL * muSpeedAL); + muNewSpeedL = muSpeedAL * (muSpeedAL-1.0); + muNewSpeedL = muNewSpeedL + attack; + muSpeedAL = muNewSpeedL / muSpeedAL;} + } else { + if (fabs(inputSampleL) > threshold) { + muVaryL = threshold / fabs(inputSampleL); + muAttackL = sqrt(fabs(muSpeedBL)); + muCoefficientBL = muCoefficientBL * (muAttackL-1); + if (muVaryL < threshold) muCoefficientBL = muCoefficientBL + threshold; + else muCoefficientBL = muCoefficientBL + muVaryL; + muCoefficientBL = muCoefficientBL / muAttackL; + muNewSpeedL = muSpeedBL * (muSpeedBL-1.0); + muNewSpeedL = muNewSpeedL + release; + muSpeedBL = muNewSpeedL / muSpeedBL; + if (muSpeedBL > maxRelease) muSpeedBL = maxRelease; + } else { + muCoefficientBL = muCoefficientBL * ((muSpeedBL * muSpeedBL)-1.0); + muCoefficientBL = muCoefficientBL + 1.0; + muCoefficientBL = muCoefficientBL / (muSpeedBL * muSpeedBL); + muNewSpeedL = muSpeedBL * (muSpeedBL-1.0); + muNewSpeedL = muNewSpeedL + attack; + muSpeedBL = muNewSpeedL / muSpeedBL; + } + } + //got coefficients, adjusted speeds for L + + //adjust coefficients for R + if (flip) { + if (fabs(inputSampleR) > threshold) { + muVaryR = threshold / fabs(inputSampleR); + muAttackR = sqrt(fabs(muSpeedAR)); + muCoefficientAR = muCoefficientAR * (muAttackR-1.0); + if (muVaryR < threshold) muCoefficientAR = muCoefficientAR + threshold; + else muCoefficientAR = muCoefficientAR + muVaryR; + muCoefficientAR = muCoefficientAR / muAttackR; + muNewSpeedR = muSpeedAR * (muSpeedAR-1.0); + muNewSpeedR = muNewSpeedR + release; + muSpeedAR = muNewSpeedR / muSpeedAR; + if (muSpeedAR > maxRelease) muSpeedAR = maxRelease; + } else { + muCoefficientAR = muCoefficientAR * ((muSpeedAR * muSpeedAR)-1.0); + muCoefficientAR = muCoefficientAR + 1.0; + muCoefficientAR = muCoefficientAR / (muSpeedAR * muSpeedAR); + muNewSpeedR = muSpeedAR * (muSpeedAR-1.0); + muNewSpeedR = muNewSpeedR + attack; + muSpeedAR = muNewSpeedR / muSpeedAR; + } + } else { + if (fabs(inputSampleR) > threshold) { + muVaryR = threshold / fabs(inputSampleR); + muAttackR = sqrt(fabs(muSpeedBR)); + muCoefficientBR = muCoefficientBR * (muAttackR-1); + if (muVaryR < threshold) muCoefficientBR = muCoefficientBR + threshold; + else muCoefficientBR = muCoefficientBR + muVaryR; + muCoefficientBR = muCoefficientBR / muAttackR; + muNewSpeedR = muSpeedBR * (muSpeedBR-1.0); + muNewSpeedR = muNewSpeedR + release; + muSpeedBR = muNewSpeedR / muSpeedBR; + if (muSpeedBR > maxRelease) muSpeedBR = maxRelease; + } else { + muCoefficientBR = muCoefficientBR * ((muSpeedBR * muSpeedBR)-1.0); + muCoefficientBR = muCoefficientBR + 1.0; + muCoefficientBR = muCoefficientBR / (muSpeedBR * muSpeedBR); + muNewSpeedR = muSpeedBR * (muSpeedBR-1.0); + muNewSpeedR = muNewSpeedR + attack; + muSpeedBR = muNewSpeedR / muSpeedBR; + } + } + //got coefficients, adjusted speeds for R + + if (flip) { + inputSampleL *= pow(muCoefficientAL,2); + inputSampleR *= pow(muCoefficientAR,2); + } else { + inputSampleL *= pow(muCoefficientBL,2); + inputSampleR *= pow(muCoefficientBR,2); + } + inputSampleL *= muMakeupGain; + inputSampleR *= muMakeupGain; + flip = !flip; + //end compressor section + + //begin ClipOnly2 stereo as a little, compressed chunk that can be dropped into code + if (inputSampleL > 4.0) inputSampleL = 4.0; if (inputSampleL < -4.0) inputSampleL = -4.0; + if (wasPosClipL == true) { //current will be over + if (inputSampleL0.9549925859) {wasPosClipL=true;inputSampleL=0.7058208+(lastSampleL*0.2609148);} + if (wasNegClipL == true) { //current will be -over + if (inputSampleL > lastSampleL) lastSampleL=-0.7058208+(inputSampleL*0.2609148); + else lastSampleL=-0.2491717+(lastSampleL*0.7390851); + } wasNegClipL = false; + if (inputSampleL<-0.9549925859) {wasNegClipL=true;inputSampleL=-0.7058208+(lastSampleL*0.2609148);} + intermediateL[spacing] = inputSampleL; + inputSampleL = lastSampleL; //Latency is however many samples equals one 44.1k sample + for (int x = spacing; x > 0; x--) intermediateL[x-1] = intermediateL[x]; + lastSampleL = intermediateL[0]; //run a little buffer to handle this + + if (inputSampleR > 4.0) inputSampleR = 4.0; if (inputSampleR < -4.0) inputSampleR = -4.0; + if (wasPosClipR == true) { //current will be over + if (inputSampleR0.9549925859) {wasPosClipR=true;inputSampleR=0.7058208+(lastSampleR*0.2609148);} + if (wasNegClipR == true) { //current will be -over + if (inputSampleR > lastSampleR) lastSampleR=-0.7058208+(inputSampleR*0.2609148); + else lastSampleR=-0.2491717+(lastSampleR*0.7390851); + } wasNegClipR = false; + if (inputSampleR<-0.9549925859) {wasNegClipR=true;inputSampleR=-0.7058208+(lastSampleR*0.2609148);} + intermediateR[spacing] = inputSampleR; + inputSampleR = lastSampleR; //Latency is however many samples equals one 44.1k sample + for (int x = spacing; x > 0; x--) intermediateR[x-1] = intermediateR[x]; + lastSampleR = intermediateR[0]; //run a little buffer to handle this + //end ClipOnly2 stereo as a little, compressed chunk that can be dropped into code + + if (wet<1.0) { + inputSampleL = (drySampleL*(1.0-wet))+(inputSampleL*wet); + inputSampleR = (drySampleR*(1.0-wet))+(inputSampleR*wet); + } + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Pop2::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + int spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; + + double threshold = 1.0 - ((1.0-pow(1.0-A,2))*0.9); + double attack = ((pow(B,4)*100000.0)+10.0)*overallscale; + double release = ((pow(C,5)*2000000.0)+20.0)*overallscale; + double maxRelease = release * 4.0; + double muPreGain = 1.0/threshold; + double muMakeupGain = sqrt(1.0 / threshold)*D; + double wet = E; + //compressor section + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + //begin compressor section + inputSampleL *= muPreGain; + inputSampleR *= muPreGain; + //adjust coefficients for L + if (flip) { + if (fabs(inputSampleL) > threshold) { + muVaryL = threshold / fabs(inputSampleL); + muAttackL = sqrt(fabs(muSpeedAL)); + muCoefficientAL = muCoefficientAL * (muAttackL-1.0); + if (muVaryL < threshold) muCoefficientAL = muCoefficientAL + threshold; + else muCoefficientAL = muCoefficientAL + muVaryL; + muCoefficientAL = muCoefficientAL / muAttackL; + muNewSpeedL = muSpeedAL * (muSpeedAL-1.0); + muNewSpeedL = muNewSpeedL + release; + muSpeedAL = muNewSpeedL / muSpeedAL; + if (muSpeedAL > maxRelease) muSpeedAL = maxRelease; + } else { + muCoefficientAL = muCoefficientAL * ((muSpeedAL * muSpeedAL)-1.0); + muCoefficientAL = muCoefficientAL + 1.0; + muCoefficientAL = muCoefficientAL / (muSpeedAL * muSpeedAL); + muNewSpeedL = muSpeedAL * (muSpeedAL-1.0); + muNewSpeedL = muNewSpeedL + attack; + muSpeedAL = muNewSpeedL / muSpeedAL;} + } else { + if (fabs(inputSampleL) > threshold) { + muVaryL = threshold / fabs(inputSampleL); + muAttackL = sqrt(fabs(muSpeedBL)); + muCoefficientBL = muCoefficientBL * (muAttackL-1); + if (muVaryL < threshold) muCoefficientBL = muCoefficientBL + threshold; + else muCoefficientBL = muCoefficientBL + muVaryL; + muCoefficientBL = muCoefficientBL / muAttackL; + muNewSpeedL = muSpeedBL * (muSpeedBL-1.0); + muNewSpeedL = muNewSpeedL + release; + muSpeedBL = muNewSpeedL / muSpeedBL; + if (muSpeedBL > maxRelease) muSpeedBL = maxRelease; + } else { + muCoefficientBL = muCoefficientBL * ((muSpeedBL * muSpeedBL)-1.0); + muCoefficientBL = muCoefficientBL + 1.0; + muCoefficientBL = muCoefficientBL / (muSpeedBL * muSpeedBL); + muNewSpeedL = muSpeedBL * (muSpeedBL-1.0); + muNewSpeedL = muNewSpeedL + attack; + muSpeedBL = muNewSpeedL / muSpeedBL; + } + } + //got coefficients, adjusted speeds for L + + //adjust coefficients for R + if (flip) { + if (fabs(inputSampleR) > threshold) { + muVaryR = threshold / fabs(inputSampleR); + muAttackR = sqrt(fabs(muSpeedAR)); + muCoefficientAR = muCoefficientAR * (muAttackR-1.0); + if (muVaryR < threshold) muCoefficientAR = muCoefficientAR + threshold; + else muCoefficientAR = muCoefficientAR + muVaryR; + muCoefficientAR = muCoefficientAR / muAttackR; + muNewSpeedR = muSpeedAR * (muSpeedAR-1.0); + muNewSpeedR = muNewSpeedR + release; + muSpeedAR = muNewSpeedR / muSpeedAR; + if (muSpeedAR > maxRelease) muSpeedAR = maxRelease; + } else { + muCoefficientAR = muCoefficientAR * ((muSpeedAR * muSpeedAR)-1.0); + muCoefficientAR = muCoefficientAR + 1.0; + muCoefficientAR = muCoefficientAR / (muSpeedAR * muSpeedAR); + muNewSpeedR = muSpeedAR * (muSpeedAR-1.0); + muNewSpeedR = muNewSpeedR + attack; + muSpeedAR = muNewSpeedR / muSpeedAR; + } + } else { + if (fabs(inputSampleR) > threshold) { + muVaryR = threshold / fabs(inputSampleR); + muAttackR = sqrt(fabs(muSpeedBR)); + muCoefficientBR = muCoefficientBR * (muAttackR-1); + if (muVaryR < threshold) muCoefficientBR = muCoefficientBR + threshold; + else muCoefficientBR = muCoefficientBR + muVaryR; + muCoefficientBR = muCoefficientBR / muAttackR; + muNewSpeedR = muSpeedBR * (muSpeedBR-1.0); + muNewSpeedR = muNewSpeedR + release; + muSpeedBR = muNewSpeedR / muSpeedBR; + if (muSpeedBR > maxRelease) muSpeedBR = maxRelease; + } else { + muCoefficientBR = muCoefficientBR * ((muSpeedBR * muSpeedBR)-1.0); + muCoefficientBR = muCoefficientBR + 1.0; + muCoefficientBR = muCoefficientBR / (muSpeedBR * muSpeedBR); + muNewSpeedR = muSpeedBR * (muSpeedBR-1.0); + muNewSpeedR = muNewSpeedR + attack; + muSpeedBR = muNewSpeedR / muSpeedBR; + } + } + //got coefficients, adjusted speeds for R + + if (flip) { + inputSampleL *= pow(muCoefficientAL,2); + inputSampleR *= pow(muCoefficientAR,2); + } else { + inputSampleL *= pow(muCoefficientBL,2); + inputSampleR *= pow(muCoefficientBR,2); + } + inputSampleL *= muMakeupGain; + inputSampleR *= muMakeupGain; + flip = !flip; + //end compressor section + + //begin ClipOnly2 stereo as a little, compressed chunk that can be dropped into code + if (inputSampleL > 4.0) inputSampleL = 4.0; if (inputSampleL < -4.0) inputSampleL = -4.0; + if (wasPosClipL == true) { //current will be over + if (inputSampleL0.9549925859) {wasPosClipL=true;inputSampleL=0.7058208+(lastSampleL*0.2609148);} + if (wasNegClipL == true) { //current will be -over + if (inputSampleL > lastSampleL) lastSampleL=-0.7058208+(inputSampleL*0.2609148); + else lastSampleL=-0.2491717+(lastSampleL*0.7390851); + } wasNegClipL = false; + if (inputSampleL<-0.9549925859) {wasNegClipL=true;inputSampleL=-0.7058208+(lastSampleL*0.2609148);} + intermediateL[spacing] = inputSampleL; + inputSampleL = lastSampleL; //Latency is however many samples equals one 44.1k sample + for (int x = spacing; x > 0; x--) intermediateL[x-1] = intermediateL[x]; + lastSampleL = intermediateL[0]; //run a little buffer to handle this + + if (inputSampleR > 4.0) inputSampleR = 4.0; if (inputSampleR < -4.0) inputSampleR = -4.0; + if (wasPosClipR == true) { //current will be over + if (inputSampleR0.9549925859) {wasPosClipR=true;inputSampleR=0.7058208+(lastSampleR*0.2609148);} + if (wasNegClipR == true) { //current will be -over + if (inputSampleR > lastSampleR) lastSampleR=-0.7058208+(inputSampleR*0.2609148); + else lastSampleR=-0.2491717+(lastSampleR*0.7390851); + } wasNegClipR = false; + if (inputSampleR<-0.9549925859) {wasNegClipR=true;inputSampleR=-0.7058208+(lastSampleR*0.2609148);} + intermediateR[spacing] = inputSampleR; + inputSampleR = lastSampleR; //Latency is however many samples equals one 44.1k sample + for (int x = spacing; x > 0; x--) intermediateR[x-1] = intermediateR[x]; + lastSampleR = intermediateR[0]; //run a little buffer to handle this + //end ClipOnly2 stereo as a little, compressed chunk that can be dropped into code + + if (wet<1.0) { + inputSampleL = (drySampleL*(1.0-wet))+(inputSampleL*wet); + inputSampleR = (drySampleR*(1.0-wet))+(inputSampleR*wet); + } + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/LinuxVST/src/PowerSag/PowerSag.cpp b/plugins/LinuxVST/src/PowerSag/PowerSag.cpp index 12c46489a..5daef6480 100755 --- a/plugins/LinuxVST/src/PowerSag/PowerSag.cpp +++ b/plugins/LinuxVST/src/PowerSag/PowerSag.cpp @@ -1,6 +1,6 @@ /* ======================================== * PowerSag - PowerSag.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag_H diff --git a/plugins/LinuxVST/src/PowerSag/PowerSag.h b/plugins/LinuxVST/src/PowerSag/PowerSag.h index 106a02c34..90101cb68 100755 --- a/plugins/LinuxVST/src/PowerSag/PowerSag.h +++ b/plugins/LinuxVST/src/PowerSag/PowerSag.h @@ -1,7 +1,7 @@ /* ======================================== * PowerSag - PowerSag.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag_H diff --git a/plugins/LinuxVST/src/PowerSag/PowerSagProc.cpp b/plugins/LinuxVST/src/PowerSag/PowerSagProc.cpp index 61c9be8c7..4f71561d4 100755 --- a/plugins/LinuxVST/src/PowerSag/PowerSagProc.cpp +++ b/plugins/LinuxVST/src/PowerSag/PowerSagProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PowerSag - PowerSag.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag_H diff --git a/plugins/LinuxVST/src/PowerSag2/PowerSag2.cpp b/plugins/LinuxVST/src/PowerSag2/PowerSag2.cpp index cd6430a4b..1db1a6e11 100755 --- a/plugins/LinuxVST/src/PowerSag2/PowerSag2.cpp +++ b/plugins/LinuxVST/src/PowerSag2/PowerSag2.cpp @@ -1,6 +1,6 @@ /* ======================================== * PowerSag2 - PowerSag2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag2_H diff --git a/plugins/LinuxVST/src/PowerSag2/PowerSag2.h b/plugins/LinuxVST/src/PowerSag2/PowerSag2.h index b85beb050..b255b302e 100755 --- a/plugins/LinuxVST/src/PowerSag2/PowerSag2.h +++ b/plugins/LinuxVST/src/PowerSag2/PowerSag2.h @@ -1,7 +1,7 @@ /* ======================================== * PowerSag2 - PowerSag2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag2_H diff --git a/plugins/LinuxVST/src/PowerSag2/PowerSag2Proc.cpp b/plugins/LinuxVST/src/PowerSag2/PowerSag2Proc.cpp index 59c8668e7..b6e7e4b8b 100755 --- a/plugins/LinuxVST/src/PowerSag2/PowerSag2Proc.cpp +++ b/plugins/LinuxVST/src/PowerSag2/PowerSag2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PowerSag2 - PowerSag2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag2_H diff --git a/plugins/LinuxVST/src/Precious/Precious.cpp b/plugins/LinuxVST/src/Precious/Precious.cpp index c2ed1d7c7..5485313ac 100755 --- a/plugins/LinuxVST/src/Precious/Precious.cpp +++ b/plugins/LinuxVST/src/Precious/Precious.cpp @@ -1,6 +1,6 @@ /* ======================================== * Precious - Precious.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Precious_H diff --git a/plugins/LinuxVST/src/Precious/Precious.h b/plugins/LinuxVST/src/Precious/Precious.h index 36f51a058..9ed7f39a9 100755 --- a/plugins/LinuxVST/src/Precious/Precious.h +++ b/plugins/LinuxVST/src/Precious/Precious.h @@ -1,7 +1,7 @@ /* ======================================== * Precious - Precious.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Precious_H diff --git a/plugins/LinuxVST/src/Precious/PreciousProc.cpp b/plugins/LinuxVST/src/Precious/PreciousProc.cpp index ed37b906a..3ad4e16a0 100755 --- a/plugins/LinuxVST/src/Precious/PreciousProc.cpp +++ b/plugins/LinuxVST/src/Precious/PreciousProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Precious - Precious.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Precious_H diff --git a/plugins/LinuxVST/src/Preponderant/Preponderant.cpp b/plugins/LinuxVST/src/Preponderant/Preponderant.cpp index 78d6a18f0..7b9dab442 100755 --- a/plugins/LinuxVST/src/Preponderant/Preponderant.cpp +++ b/plugins/LinuxVST/src/Preponderant/Preponderant.cpp @@ -1,6 +1,6 @@ /* ======================================== * Preponderant - Preponderant.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Preponderant_H diff --git a/plugins/LinuxVST/src/Preponderant/Preponderant.h b/plugins/LinuxVST/src/Preponderant/Preponderant.h index 731430fb8..253d4bfa5 100755 --- a/plugins/LinuxVST/src/Preponderant/Preponderant.h +++ b/plugins/LinuxVST/src/Preponderant/Preponderant.h @@ -1,7 +1,7 @@ /* ======================================== * Preponderant - Preponderant.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Preponderant_H diff --git a/plugins/LinuxVST/src/Preponderant/PreponderantProc.cpp b/plugins/LinuxVST/src/Preponderant/PreponderantProc.cpp index 9ea118e03..e4389546b 100755 --- a/plugins/LinuxVST/src/Preponderant/PreponderantProc.cpp +++ b/plugins/LinuxVST/src/Preponderant/PreponderantProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Preponderant - Preponderant.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Preponderant_H diff --git a/plugins/LinuxVST/src/Pressure4/Pressure4.cpp b/plugins/LinuxVST/src/Pressure4/Pressure4.cpp index cdfc41d8b..2fac64f07 100755 --- a/plugins/LinuxVST/src/Pressure4/Pressure4.cpp +++ b/plugins/LinuxVST/src/Pressure4/Pressure4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pressure4 - Pressure4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure4_H diff --git a/plugins/LinuxVST/src/Pressure4/Pressure4.h b/plugins/LinuxVST/src/Pressure4/Pressure4.h index 1e30c3f88..b84c5bcff 100755 --- a/plugins/LinuxVST/src/Pressure4/Pressure4.h +++ b/plugins/LinuxVST/src/Pressure4/Pressure4.h @@ -1,7 +1,7 @@ /* ======================================== * Pressure4 - Pressure4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure4_H diff --git a/plugins/LinuxVST/src/Pressure4/Pressure4Proc.cpp b/plugins/LinuxVST/src/Pressure4/Pressure4Proc.cpp index 2c1445a6b..1111cce8e 100755 --- a/plugins/LinuxVST/src/Pressure4/Pressure4Proc.cpp +++ b/plugins/LinuxVST/src/Pressure4/Pressure4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pressure4 - Pressure4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure4_H diff --git a/plugins/LinuxVST/src/Pressure5/Pressure5.cpp b/plugins/LinuxVST/src/Pressure5/Pressure5.cpp index 4ab677852..da1770613 100755 --- a/plugins/LinuxVST/src/Pressure5/Pressure5.cpp +++ b/plugins/LinuxVST/src/Pressure5/Pressure5.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pressure5 - Pressure5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure5_H diff --git a/plugins/LinuxVST/src/Pressure5/Pressure5.h b/plugins/LinuxVST/src/Pressure5/Pressure5.h index 479d94b12..17bee549d 100755 --- a/plugins/LinuxVST/src/Pressure5/Pressure5.h +++ b/plugins/LinuxVST/src/Pressure5/Pressure5.h @@ -1,7 +1,7 @@ /* ======================================== * Pressure5 - Pressure5.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure5_H diff --git a/plugins/LinuxVST/src/Pressure5/Pressure5Proc.cpp b/plugins/LinuxVST/src/Pressure5/Pressure5Proc.cpp index 41fbf6480..fe9696694 100755 --- a/plugins/LinuxVST/src/Pressure5/Pressure5Proc.cpp +++ b/plugins/LinuxVST/src/Pressure5/Pressure5Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pressure5 - Pressure5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure5_H diff --git a/plugins/LinuxVST/src/PurestAir/PurestAir.cpp b/plugins/LinuxVST/src/PurestAir/PurestAir.cpp index cd9734ccc..f2bf4196c 100755 --- a/plugins/LinuxVST/src/PurestAir/PurestAir.cpp +++ b/plugins/LinuxVST/src/PurestAir/PurestAir.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestAir - PurestAir.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestAir_H diff --git a/plugins/LinuxVST/src/PurestAir/PurestAir.h b/plugins/LinuxVST/src/PurestAir/PurestAir.h index 3cff79445..d1309aa1c 100755 --- a/plugins/LinuxVST/src/PurestAir/PurestAir.h +++ b/plugins/LinuxVST/src/PurestAir/PurestAir.h @@ -1,7 +1,7 @@ /* ======================================== * PurestAir - PurestAir.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestAir_H diff --git a/plugins/LinuxVST/src/PurestAir/PurestAirProc.cpp b/plugins/LinuxVST/src/PurestAir/PurestAirProc.cpp index 1fb81c3c1..58c4c788e 100755 --- a/plugins/LinuxVST/src/PurestAir/PurestAirProc.cpp +++ b/plugins/LinuxVST/src/PurestAir/PurestAirProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestAir - PurestAir.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestAir_H diff --git a/plugins/LinuxVST/src/PurestConsole2Buss/PurestConsole2Buss.cpp b/plugins/LinuxVST/src/PurestConsole2Buss/PurestConsole2Buss.cpp index d92ed3a58..9115d06dc 100755 --- a/plugins/LinuxVST/src/PurestConsole2Buss/PurestConsole2Buss.cpp +++ b/plugins/LinuxVST/src/PurestConsole2Buss/PurestConsole2Buss.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsole2Buss - PurestConsole2Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Buss_H diff --git a/plugins/LinuxVST/src/PurestConsole2Buss/PurestConsole2Buss.h b/plugins/LinuxVST/src/PurestConsole2Buss/PurestConsole2Buss.h index d625c7545..2e80469f7 100755 --- a/plugins/LinuxVST/src/PurestConsole2Buss/PurestConsole2Buss.h +++ b/plugins/LinuxVST/src/PurestConsole2Buss/PurestConsole2Buss.h @@ -1,7 +1,7 @@ /* ======================================== * PurestConsole2Buss - PurestConsole2Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Buss_H diff --git a/plugins/LinuxVST/src/PurestConsole2Buss/PurestConsole2BussProc.cpp b/plugins/LinuxVST/src/PurestConsole2Buss/PurestConsole2BussProc.cpp index 08b4a4904..730bf0b72 100755 --- a/plugins/LinuxVST/src/PurestConsole2Buss/PurestConsole2BussProc.cpp +++ b/plugins/LinuxVST/src/PurestConsole2Buss/PurestConsole2BussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsole2Buss - PurestConsole2Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Buss_H diff --git a/plugins/LinuxVST/src/PurestConsole2Channel/PurestConsole2Channel.cpp b/plugins/LinuxVST/src/PurestConsole2Channel/PurestConsole2Channel.cpp index 490788423..7cc6c35b7 100755 --- a/plugins/LinuxVST/src/PurestConsole2Channel/PurestConsole2Channel.cpp +++ b/plugins/LinuxVST/src/PurestConsole2Channel/PurestConsole2Channel.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsole2Channel - PurestConsole2Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Channel_H diff --git a/plugins/LinuxVST/src/PurestConsole2Channel/PurestConsole2Channel.h b/plugins/LinuxVST/src/PurestConsole2Channel/PurestConsole2Channel.h index 6c7a2753e..4e6bc59ab 100755 --- a/plugins/LinuxVST/src/PurestConsole2Channel/PurestConsole2Channel.h +++ b/plugins/LinuxVST/src/PurestConsole2Channel/PurestConsole2Channel.h @@ -1,7 +1,7 @@ /* ======================================== * PurestConsole2Channel - PurestConsole2Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Channel_H diff --git a/plugins/LinuxVST/src/PurestConsole2Channel/PurestConsole2ChannelProc.cpp b/plugins/LinuxVST/src/PurestConsole2Channel/PurestConsole2ChannelProc.cpp index 127c7910b..295d9e594 100755 --- a/plugins/LinuxVST/src/PurestConsole2Channel/PurestConsole2ChannelProc.cpp +++ b/plugins/LinuxVST/src/PurestConsole2Channel/PurestConsole2ChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsole2Channel - PurestConsole2Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Channel_H diff --git a/plugins/LinuxVST/src/PurestConsoleBuss/PurestConsoleBuss.cpp b/plugins/LinuxVST/src/PurestConsoleBuss/PurestConsoleBuss.cpp index c7b1ee68e..470521dec 100755 --- a/plugins/LinuxVST/src/PurestConsoleBuss/PurestConsoleBuss.cpp +++ b/plugins/LinuxVST/src/PurestConsoleBuss/PurestConsoleBuss.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsoleBuss - PurestConsoleBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleBuss_H diff --git a/plugins/LinuxVST/src/PurestConsoleBuss/PurestConsoleBuss.h b/plugins/LinuxVST/src/PurestConsoleBuss/PurestConsoleBuss.h index 2c49190a0..a59443ac4 100755 --- a/plugins/LinuxVST/src/PurestConsoleBuss/PurestConsoleBuss.h +++ b/plugins/LinuxVST/src/PurestConsoleBuss/PurestConsoleBuss.h @@ -1,7 +1,7 @@ /* ======================================== * PurestConsoleBuss - PurestConsoleBuss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleBuss_H diff --git a/plugins/LinuxVST/src/PurestConsoleBuss/PurestConsoleBussProc.cpp b/plugins/LinuxVST/src/PurestConsoleBuss/PurestConsoleBussProc.cpp index 95223c51e..985d4462c 100755 --- a/plugins/LinuxVST/src/PurestConsoleBuss/PurestConsoleBussProc.cpp +++ b/plugins/LinuxVST/src/PurestConsoleBuss/PurestConsoleBussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsoleBuss - PurestConsoleBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleBuss_H diff --git a/plugins/LinuxVST/src/PurestConsoleChannel/PurestConsoleChannel.cpp b/plugins/LinuxVST/src/PurestConsoleChannel/PurestConsoleChannel.cpp index 909f43b68..37620981e 100755 --- a/plugins/LinuxVST/src/PurestConsoleChannel/PurestConsoleChannel.cpp +++ b/plugins/LinuxVST/src/PurestConsoleChannel/PurestConsoleChannel.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsoleChannel - PurestConsoleChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleChannel_H diff --git a/plugins/LinuxVST/src/PurestConsoleChannel/PurestConsoleChannel.h b/plugins/LinuxVST/src/PurestConsoleChannel/PurestConsoleChannel.h index aa984365d..62abf82bb 100755 --- a/plugins/LinuxVST/src/PurestConsoleChannel/PurestConsoleChannel.h +++ b/plugins/LinuxVST/src/PurestConsoleChannel/PurestConsoleChannel.h @@ -1,7 +1,7 @@ /* ======================================== * PurestConsoleChannel - PurestConsoleChannel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleChannel_H diff --git a/plugins/LinuxVST/src/PurestConsoleChannel/PurestConsoleChannelProc.cpp b/plugins/LinuxVST/src/PurestConsoleChannel/PurestConsoleChannelProc.cpp index 4a500fadf..30b6ce5c1 100755 --- a/plugins/LinuxVST/src/PurestConsoleChannel/PurestConsoleChannelProc.cpp +++ b/plugins/LinuxVST/src/PurestConsoleChannel/PurestConsoleChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsoleChannel - PurestConsoleChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleChannel_H diff --git a/plugins/LinuxVST/src/PurestDrive/PurestDrive.cpp b/plugins/LinuxVST/src/PurestDrive/PurestDrive.cpp index 08c592079..3010708e7 100755 --- a/plugins/LinuxVST/src/PurestDrive/PurestDrive.cpp +++ b/plugins/LinuxVST/src/PurestDrive/PurestDrive.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestDrive - PurestDrive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestDrive_H diff --git a/plugins/LinuxVST/src/PurestDrive/PurestDrive.h b/plugins/LinuxVST/src/PurestDrive/PurestDrive.h index 2b84c79e1..c3ee97bb1 100755 --- a/plugins/LinuxVST/src/PurestDrive/PurestDrive.h +++ b/plugins/LinuxVST/src/PurestDrive/PurestDrive.h @@ -1,7 +1,7 @@ /* ======================================== * PurestDrive - PurestDrive.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestDrive_H diff --git a/plugins/LinuxVST/src/PurestDrive/PurestDriveProc.cpp b/plugins/LinuxVST/src/PurestDrive/PurestDriveProc.cpp index 39c9096f5..e49485280 100755 --- a/plugins/LinuxVST/src/PurestDrive/PurestDriveProc.cpp +++ b/plugins/LinuxVST/src/PurestDrive/PurestDriveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestDrive - PurestDrive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestDrive_H diff --git a/plugins/LinuxVST/src/PurestEcho/PurestEcho.cpp b/plugins/LinuxVST/src/PurestEcho/PurestEcho.cpp index d54d53c1e..d03404144 100755 --- a/plugins/LinuxVST/src/PurestEcho/PurestEcho.cpp +++ b/plugins/LinuxVST/src/PurestEcho/PurestEcho.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestEcho - PurestEcho.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestEcho_H diff --git a/plugins/LinuxVST/src/PurestEcho/PurestEcho.h b/plugins/LinuxVST/src/PurestEcho/PurestEcho.h index e16cde658..fd2b3b31d 100755 --- a/plugins/LinuxVST/src/PurestEcho/PurestEcho.h +++ b/plugins/LinuxVST/src/PurestEcho/PurestEcho.h @@ -1,7 +1,7 @@ /* ======================================== * PurestEcho - PurestEcho.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestEcho_H diff --git a/plugins/LinuxVST/src/PurestEcho/PurestEchoProc.cpp b/plugins/LinuxVST/src/PurestEcho/PurestEchoProc.cpp index a64daf546..9125c928a 100755 --- a/plugins/LinuxVST/src/PurestEcho/PurestEchoProc.cpp +++ b/plugins/LinuxVST/src/PurestEcho/PurestEchoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestEcho - PurestEcho.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestEcho_H diff --git a/plugins/LinuxVST/src/PurestFade/PurestFade.cpp b/plugins/LinuxVST/src/PurestFade/PurestFade.cpp index 1ed241db4..da48ab063 100755 --- a/plugins/LinuxVST/src/PurestFade/PurestFade.cpp +++ b/plugins/LinuxVST/src/PurestFade/PurestFade.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestFade - PurestFade.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestFade_H diff --git a/plugins/LinuxVST/src/PurestFade/PurestFade.h b/plugins/LinuxVST/src/PurestFade/PurestFade.h index 2a3540af6..68ed3a0f9 100755 --- a/plugins/LinuxVST/src/PurestFade/PurestFade.h +++ b/plugins/LinuxVST/src/PurestFade/PurestFade.h @@ -1,7 +1,7 @@ /* ======================================== * PurestFade - PurestFade.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestFade_H diff --git a/plugins/LinuxVST/src/PurestFade/PurestFadeProc.cpp b/plugins/LinuxVST/src/PurestFade/PurestFadeProc.cpp index eca9d83ce..9bdcd9095 100755 --- a/plugins/LinuxVST/src/PurestFade/PurestFadeProc.cpp +++ b/plugins/LinuxVST/src/PurestFade/PurestFadeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestFade - PurestFade.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestFade_H diff --git a/plugins/LinuxVST/src/PurestGain/PurestGain.cpp b/plugins/LinuxVST/src/PurestGain/PurestGain.cpp index d068d7fac..2a2a8b2a2 100755 --- a/plugins/LinuxVST/src/PurestGain/PurestGain.cpp +++ b/plugins/LinuxVST/src/PurestGain/PurestGain.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestGain - PurestGain.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestGain_H diff --git a/plugins/LinuxVST/src/PurestGain/PurestGain.h b/plugins/LinuxVST/src/PurestGain/PurestGain.h index b9d3a2d47..82cc11678 100755 --- a/plugins/LinuxVST/src/PurestGain/PurestGain.h +++ b/plugins/LinuxVST/src/PurestGain/PurestGain.h @@ -1,7 +1,7 @@ /* ======================================== * PurestGain - PurestGain.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestGain_H diff --git a/plugins/LinuxVST/src/PurestGain/PurestGainProc.cpp b/plugins/LinuxVST/src/PurestGain/PurestGainProc.cpp index 1bb58d727..e7ccc79e1 100755 --- a/plugins/LinuxVST/src/PurestGain/PurestGainProc.cpp +++ b/plugins/LinuxVST/src/PurestGain/PurestGainProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestGain - PurestGain.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestGain_H diff --git a/plugins/LinuxVST/src/PurestSquish/PurestSquish.cpp b/plugins/LinuxVST/src/PurestSquish/PurestSquish.cpp index e165860c5..eb12ae997 100755 --- a/plugins/LinuxVST/src/PurestSquish/PurestSquish.cpp +++ b/plugins/LinuxVST/src/PurestSquish/PurestSquish.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestSquish - PurestSquish.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestSquish_H diff --git a/plugins/LinuxVST/src/PurestSquish/PurestSquish.h b/plugins/LinuxVST/src/PurestSquish/PurestSquish.h index a1c96fccb..d04ba6859 100755 --- a/plugins/LinuxVST/src/PurestSquish/PurestSquish.h +++ b/plugins/LinuxVST/src/PurestSquish/PurestSquish.h @@ -1,7 +1,7 @@ /* ======================================== * PurestSquish - PurestSquish.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestSquish_H diff --git a/plugins/LinuxVST/src/PurestSquish/PurestSquishProc.cpp b/plugins/LinuxVST/src/PurestSquish/PurestSquishProc.cpp index 48ccc6d3a..71244cc7e 100755 --- a/plugins/LinuxVST/src/PurestSquish/PurestSquishProc.cpp +++ b/plugins/LinuxVST/src/PurestSquish/PurestSquishProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestSquish - PurestSquish.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestSquish_H diff --git a/plugins/LinuxVST/src/PurestWarm/PurestWarm.cpp b/plugins/LinuxVST/src/PurestWarm/PurestWarm.cpp index 13dbe8bd6..b05889473 100755 --- a/plugins/LinuxVST/src/PurestWarm/PurestWarm.cpp +++ b/plugins/LinuxVST/src/PurestWarm/PurestWarm.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestWarm - PurestWarm.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestWarm_H diff --git a/plugins/LinuxVST/src/PurestWarm/PurestWarm.h b/plugins/LinuxVST/src/PurestWarm/PurestWarm.h index 83fd9c336..35cd7e2f1 100755 --- a/plugins/LinuxVST/src/PurestWarm/PurestWarm.h +++ b/plugins/LinuxVST/src/PurestWarm/PurestWarm.h @@ -1,7 +1,7 @@ /* ======================================== * PurestWarm - PurestWarm.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestWarm_H diff --git a/plugins/LinuxVST/src/PurestWarm/PurestWarmProc.cpp b/plugins/LinuxVST/src/PurestWarm/PurestWarmProc.cpp index 9039bbcca..b9c909009 100755 --- a/plugins/LinuxVST/src/PurestWarm/PurestWarmProc.cpp +++ b/plugins/LinuxVST/src/PurestWarm/PurestWarmProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestWarm - PurestWarm.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestWarm_H diff --git a/plugins/LinuxVST/src/PurestWarm2/PurestWarm2.cpp b/plugins/LinuxVST/src/PurestWarm2/PurestWarm2.cpp index 84734dae0..9d6ccce3e 100755 --- a/plugins/LinuxVST/src/PurestWarm2/PurestWarm2.cpp +++ b/plugins/LinuxVST/src/PurestWarm2/PurestWarm2.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestWarm2 - PurestWarm2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H @@ -14,22 +14,6 @@ PurestWarm2::PurestWarm2(audioMasterCallback audioMaster) : { A = 0.0; B = 0.0; - double cutoff = 25000.0 / getSampleRate(); - if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k - fixA[fix_freq] = cutoff; - fixA[fix_reso] = 0.70710678; //butterworth Q - double K = tan(M_PI * fixA[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); - fixA[fix_a0] = K * K * norm; - fixA[fix_a1] = 2.0 * fixA[fix_a0]; - fixA[fix_a2] = fixA[fix_a0]; - fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; - fixA[fix_sL1] = 0.0; - fixA[fix_sL2] = 0.0; - fixA[fix_sR1] = 0.0; - fixA[fix_sR2] = 0.0; - //define entire filter in instantiation, it's totally static fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; diff --git a/plugins/LinuxVST/src/PurestWarm2/PurestWarm2.h b/plugins/LinuxVST/src/PurestWarm2/PurestWarm2.h index 7596ea183..5c8de8703 100755 --- a/plugins/LinuxVST/src/PurestWarm2/PurestWarm2.h +++ b/plugins/LinuxVST/src/PurestWarm2/PurestWarm2.h @@ -1,7 +1,7 @@ /* ======================================== * PurestWarm2 - PurestWarm2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/PurestWarm2/PurestWarm2Proc.cpp b/plugins/LinuxVST/src/PurestWarm2/PurestWarm2Proc.cpp index 8c33ef1ef..3caa0e0c6 100755 --- a/plugins/LinuxVST/src/PurestWarm2/PurestWarm2Proc.cpp +++ b/plugins/LinuxVST/src/PurestWarm2/PurestWarm2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestWarm2 - PurestWarm2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H @@ -16,7 +16,23 @@ void PurestWarm2::processReplacing(float **inputs, float **outputs, VstInt32 sam double pos = A; double neg = B; - + double cutoff = 25000.0 / getSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -68,7 +84,23 @@ void PurestWarm2::processDoubleReplacing(double **inputs, double **outputs, VstI double pos = A; double neg = B; - + double cutoff = 25000.0 / getSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/LinuxVST/src/Pyewacket/Pyewacket.cpp b/plugins/LinuxVST/src/Pyewacket/Pyewacket.cpp index 2be4313fe..7ead4455c 100755 --- a/plugins/LinuxVST/src/Pyewacket/Pyewacket.cpp +++ b/plugins/LinuxVST/src/Pyewacket/Pyewacket.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pyewacket - Pyewacket.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pyewacket_H diff --git a/plugins/LinuxVST/src/Pyewacket/Pyewacket.h b/plugins/LinuxVST/src/Pyewacket/Pyewacket.h index 5624c4b93..ca4f0816e 100755 --- a/plugins/LinuxVST/src/Pyewacket/Pyewacket.h +++ b/plugins/LinuxVST/src/Pyewacket/Pyewacket.h @@ -1,7 +1,7 @@ /* ======================================== * Pyewacket - Pyewacket.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pyewacket_H diff --git a/plugins/LinuxVST/src/Pyewacket/PyewacketProc.cpp b/plugins/LinuxVST/src/Pyewacket/PyewacketProc.cpp index 8b21a91fb..8d389ba84 100755 --- a/plugins/LinuxVST/src/Pyewacket/PyewacketProc.cpp +++ b/plugins/LinuxVST/src/Pyewacket/PyewacketProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pyewacket - Pyewacket.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pyewacket_H diff --git a/plugins/LinuxVST/src/RawGlitters/RawGlitters.cpp b/plugins/LinuxVST/src/RawGlitters/RawGlitters.cpp index 262b4122c..3ffa7bd33 100755 --- a/plugins/LinuxVST/src/RawGlitters/RawGlitters.cpp +++ b/plugins/LinuxVST/src/RawGlitters/RawGlitters.cpp @@ -1,6 +1,6 @@ /* ======================================== * RawGlitters - RawGlitters.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RawGlitters_H diff --git a/plugins/LinuxVST/src/RawGlitters/RawGlitters.h b/plugins/LinuxVST/src/RawGlitters/RawGlitters.h index 8ff9806d1..5e2a861e2 100755 --- a/plugins/LinuxVST/src/RawGlitters/RawGlitters.h +++ b/plugins/LinuxVST/src/RawGlitters/RawGlitters.h @@ -1,7 +1,7 @@ /* ======================================== * RawGlitters - RawGlitters.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __RawGlitters_H diff --git a/plugins/LinuxVST/src/RawGlitters/RawGlittersProc.cpp b/plugins/LinuxVST/src/RawGlitters/RawGlittersProc.cpp index c98e0f6cb..7cdfb0b25 100755 --- a/plugins/LinuxVST/src/RawGlitters/RawGlittersProc.cpp +++ b/plugins/LinuxVST/src/RawGlitters/RawGlittersProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * RawGlitters - RawGlitters.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RawGlitters_H diff --git a/plugins/LinuxVST/src/RawTimbers/RawTimbers.cpp b/plugins/LinuxVST/src/RawTimbers/RawTimbers.cpp index 9b0093a23..aa7098375 100755 --- a/plugins/LinuxVST/src/RawTimbers/RawTimbers.cpp +++ b/plugins/LinuxVST/src/RawTimbers/RawTimbers.cpp @@ -1,6 +1,6 @@ /* ======================================== * RawTimbers - RawTimbers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RawTimbers_H diff --git a/plugins/LinuxVST/src/RawTimbers/RawTimbers.h b/plugins/LinuxVST/src/RawTimbers/RawTimbers.h index 15311f058..61d4764f7 100755 --- a/plugins/LinuxVST/src/RawTimbers/RawTimbers.h +++ b/plugins/LinuxVST/src/RawTimbers/RawTimbers.h @@ -1,7 +1,7 @@ /* ======================================== * RawTimbers - RawTimbers.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __RawTimbers_H diff --git a/plugins/LinuxVST/src/RawTimbers/RawTimbersProc.cpp b/plugins/LinuxVST/src/RawTimbers/RawTimbersProc.cpp index 626a3c84a..521656d44 100755 --- a/plugins/LinuxVST/src/RawTimbers/RawTimbersProc.cpp +++ b/plugins/LinuxVST/src/RawTimbers/RawTimbersProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * RawTimbers - RawTimbers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RawTimbers_H diff --git a/plugins/LinuxVST/src/Recurve/Recurve.cpp b/plugins/LinuxVST/src/Recurve/Recurve.cpp index 8d8f1f0dc..1116b7237 100755 --- a/plugins/LinuxVST/src/Recurve/Recurve.cpp +++ b/plugins/LinuxVST/src/Recurve/Recurve.cpp @@ -1,6 +1,6 @@ /* ======================================== * Recurve - Recurve.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Recurve_H diff --git a/plugins/LinuxVST/src/Recurve/Recurve.h b/plugins/LinuxVST/src/Recurve/Recurve.h index 9a7875836..14e13e65a 100755 --- a/plugins/LinuxVST/src/Recurve/Recurve.h +++ b/plugins/LinuxVST/src/Recurve/Recurve.h @@ -1,7 +1,7 @@ /* ======================================== * Recurve - Recurve.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Recurve_H diff --git a/plugins/LinuxVST/src/Recurve/RecurveProc.cpp b/plugins/LinuxVST/src/Recurve/RecurveProc.cpp index c2e914454..8819850a1 100755 --- a/plugins/LinuxVST/src/Recurve/RecurveProc.cpp +++ b/plugins/LinuxVST/src/Recurve/RecurveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Recurve - Recurve.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Recurve_H diff --git a/plugins/LinuxVST/src/Remap/Remap.cpp b/plugins/LinuxVST/src/Remap/Remap.cpp index 99b46e0ca..70113fcca 100755 --- a/plugins/LinuxVST/src/Remap/Remap.cpp +++ b/plugins/LinuxVST/src/Remap/Remap.cpp @@ -1,6 +1,6 @@ /* ======================================== * Remap - Remap.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Remap_H diff --git a/plugins/LinuxVST/src/Remap/Remap.h b/plugins/LinuxVST/src/Remap/Remap.h index cd5a901e9..d1b2a6479 100755 --- a/plugins/LinuxVST/src/Remap/Remap.h +++ b/plugins/LinuxVST/src/Remap/Remap.h @@ -1,7 +1,7 @@ /* ======================================== * Remap - Remap.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Remap_H diff --git a/plugins/LinuxVST/src/Remap/RemapProc.cpp b/plugins/LinuxVST/src/Remap/RemapProc.cpp index 76f65d453..bfc1d1b0d 100755 --- a/plugins/LinuxVST/src/Remap/RemapProc.cpp +++ b/plugins/LinuxVST/src/Remap/RemapProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Remap - Remap.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Remap_H diff --git a/plugins/LinuxVST/src/ResEQ/ResEQ.cpp b/plugins/LinuxVST/src/ResEQ/ResEQ.cpp index ad7c8782f..9cfb067b4 100755 --- a/plugins/LinuxVST/src/ResEQ/ResEQ.cpp +++ b/plugins/LinuxVST/src/ResEQ/ResEQ.cpp @@ -1,6 +1,6 @@ /* ======================================== * ResEQ - ResEQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ResEQ_H diff --git a/plugins/LinuxVST/src/ResEQ/ResEQ.h b/plugins/LinuxVST/src/ResEQ/ResEQ.h index 59e973560..545bd07cb 100755 --- a/plugins/LinuxVST/src/ResEQ/ResEQ.h +++ b/plugins/LinuxVST/src/ResEQ/ResEQ.h @@ -1,7 +1,7 @@ /* ======================================== * ResEQ - ResEQ.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ResEQ_H diff --git a/plugins/LinuxVST/src/ResEQ/ResEQProc.cpp b/plugins/LinuxVST/src/ResEQ/ResEQProc.cpp index 51db2dce3..ec2004ae4 100755 --- a/plugins/LinuxVST/src/ResEQ/ResEQProc.cpp +++ b/plugins/LinuxVST/src/ResEQ/ResEQProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ResEQ - ResEQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ResEQ_H diff --git a/plugins/LinuxVST/src/Reverb/Reverb.cpp b/plugins/LinuxVST/src/Reverb/Reverb.cpp index 805f83de6..6a81a6822 100755 --- a/plugins/LinuxVST/src/Reverb/Reverb.cpp +++ b/plugins/LinuxVST/src/Reverb/Reverb.cpp @@ -1,6 +1,6 @@ /* ======================================== * Reverb - Reverb.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Reverb_H diff --git a/plugins/LinuxVST/src/Reverb/Reverb.h b/plugins/LinuxVST/src/Reverb/Reverb.h index 5d6f36229..9fda2f410 100755 --- a/plugins/LinuxVST/src/Reverb/Reverb.h +++ b/plugins/LinuxVST/src/Reverb/Reverb.h @@ -1,7 +1,7 @@ /* ======================================== * Reverb - Reverb.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Reverb_H diff --git a/plugins/LinuxVST/src/Reverb/ReverbProc.cpp b/plugins/LinuxVST/src/Reverb/ReverbProc.cpp index 3dce2d8af..976ef6c4a 100755 --- a/plugins/LinuxVST/src/Reverb/ReverbProc.cpp +++ b/plugins/LinuxVST/src/Reverb/ReverbProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Reverb - Reverb.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Reverb_H diff --git a/plugins/LinuxVST/src/Righteous4/Righteous4.cpp b/plugins/LinuxVST/src/Righteous4/Righteous4.cpp index ffedc9292..30fa988fc 100755 --- a/plugins/LinuxVST/src/Righteous4/Righteous4.cpp +++ b/plugins/LinuxVST/src/Righteous4/Righteous4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Righteous4 - Righteous4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Righteous4_H diff --git a/plugins/LinuxVST/src/Righteous4/Righteous4.h b/plugins/LinuxVST/src/Righteous4/Righteous4.h index 4ddd61ec9..5135ba238 100755 --- a/plugins/LinuxVST/src/Righteous4/Righteous4.h +++ b/plugins/LinuxVST/src/Righteous4/Righteous4.h @@ -1,7 +1,7 @@ /* ======================================== * Righteous4 - Righteous4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Righteous4_H diff --git a/plugins/LinuxVST/src/Righteous4/Righteous4Proc.cpp b/plugins/LinuxVST/src/Righteous4/Righteous4Proc.cpp index 3b330cb6d..e8bffa080 100755 --- a/plugins/LinuxVST/src/Righteous4/Righteous4Proc.cpp +++ b/plugins/LinuxVST/src/Righteous4/Righteous4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Righteous4 - Righteous4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Righteous4_H diff --git a/plugins/LinuxVST/src/RightoMono/RightoMono.cpp b/plugins/LinuxVST/src/RightoMono/RightoMono.cpp index 90fe07d51..99525f05c 100755 --- a/plugins/LinuxVST/src/RightoMono/RightoMono.cpp +++ b/plugins/LinuxVST/src/RightoMono/RightoMono.cpp @@ -1,6 +1,6 @@ /* ======================================== * RightoMono - RightoMono.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RightoMono_H diff --git a/plugins/LinuxVST/src/RightoMono/RightoMono.h b/plugins/LinuxVST/src/RightoMono/RightoMono.h index 273b68986..f49253e8f 100755 --- a/plugins/LinuxVST/src/RightoMono/RightoMono.h +++ b/plugins/LinuxVST/src/RightoMono/RightoMono.h @@ -1,7 +1,7 @@ /* ======================================== * RightoMono - RightoMono.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __RightoMono_H diff --git a/plugins/LinuxVST/src/RightoMono/RightoMonoProc.cpp b/plugins/LinuxVST/src/RightoMono/RightoMonoProc.cpp index 998f830b1..b9835a5d0 100755 --- a/plugins/LinuxVST/src/RightoMono/RightoMonoProc.cpp +++ b/plugins/LinuxVST/src/RightoMono/RightoMonoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * RightoMono - RightoMono.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RightoMono_H diff --git a/plugins/LinuxVST/src/Shape/Shape.cpp b/plugins/LinuxVST/src/Shape/Shape.cpp index c70928041..5500ca668 100755 --- a/plugins/LinuxVST/src/Shape/Shape.cpp +++ b/plugins/LinuxVST/src/Shape/Shape.cpp @@ -1,6 +1,6 @@ /* ======================================== * Shape - Shape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H @@ -14,24 +14,6 @@ Shape::Shape(audioMasterCallback audioMaster) : { A = 0.5; B = 0.5; - - double cutoff = 25000.0 / getSampleRate(); - if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k - fixA[fix_freq] = cutoff; - fixA[fix_reso] = 0.70710678; //butterworth Q - double K = tan(M_PI * fixA[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); - fixA[fix_a0] = K * K * norm; - fixA[fix_a1] = 2.0 * fixA[fix_a0]; - fixA[fix_a2] = fixA[fix_a0]; - fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; - fixA[fix_sL1] = 0.0; - fixA[fix_sL2] = 0.0; - fixA[fix_sR1] = 0.0; - fixA[fix_sR2] = 0.0; - //define entire filter in instantiation, it's totally static - fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/LinuxVST/src/Shape/Shape.h b/plugins/LinuxVST/src/Shape/Shape.h index 3b1c216e7..eef82467b 100755 --- a/plugins/LinuxVST/src/Shape/Shape.h +++ b/plugins/LinuxVST/src/Shape/Shape.h @@ -1,7 +1,7 @@ /* ======================================== * Shape - Shape.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/Shape/ShapeProc.cpp b/plugins/LinuxVST/src/Shape/ShapeProc.cpp index 6fcfebce3..456752c2c 100755 --- a/plugins/LinuxVST/src/Shape/ShapeProc.cpp +++ b/plugins/LinuxVST/src/Shape/ShapeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Shape - Shape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H @@ -23,6 +23,22 @@ void Shape::processReplacing(float **inputs, float **outputs, VstInt32 sampleFra postOffset = sin(offset); } if (shape < 0) postOffset = asin(offset); + double cutoff = 25000.0 / getSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet while (--sampleFrames >= 0) { @@ -97,6 +113,22 @@ void Shape::processDoubleReplacing(double **inputs, double **outputs, VstInt32 s postOffset = sin(offset); } if (shape < 0) postOffset = asin(offset); + double cutoff = 25000.0 / getSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet while (--sampleFrames >= 0) { diff --git a/plugins/LinuxVST/src/SideDull/SideDull.cpp b/plugins/LinuxVST/src/SideDull/SideDull.cpp index 1153e90bc..4ed62d357 100755 --- a/plugins/LinuxVST/src/SideDull/SideDull.cpp +++ b/plugins/LinuxVST/src/SideDull/SideDull.cpp @@ -1,6 +1,6 @@ /* ======================================== * SideDull - SideDull.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SideDull_H diff --git a/plugins/LinuxVST/src/SideDull/SideDull.h b/plugins/LinuxVST/src/SideDull/SideDull.h index 36950fd08..66a75596b 100755 --- a/plugins/LinuxVST/src/SideDull/SideDull.h +++ b/plugins/LinuxVST/src/SideDull/SideDull.h @@ -1,7 +1,7 @@ /* ======================================== * SideDull - SideDull.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SideDull_H diff --git a/plugins/LinuxVST/src/SideDull/SideDullProc.cpp b/plugins/LinuxVST/src/SideDull/SideDullProc.cpp index 06f8ec15b..18c7c5921 100755 --- a/plugins/LinuxVST/src/SideDull/SideDullProc.cpp +++ b/plugins/LinuxVST/src/SideDull/SideDullProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SideDull - SideDull.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SideDull_H diff --git a/plugins/LinuxVST/src/Sidepass/Sidepass.cpp b/plugins/LinuxVST/src/Sidepass/Sidepass.cpp index 8dc84167f..e85f108c2 100755 --- a/plugins/LinuxVST/src/Sidepass/Sidepass.cpp +++ b/plugins/LinuxVST/src/Sidepass/Sidepass.cpp @@ -1,6 +1,6 @@ /* ======================================== * Sidepass - Sidepass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Sidepass_H diff --git a/plugins/LinuxVST/src/Sidepass/Sidepass.h b/plugins/LinuxVST/src/Sidepass/Sidepass.h index 4755073ea..299066238 100755 --- a/plugins/LinuxVST/src/Sidepass/Sidepass.h +++ b/plugins/LinuxVST/src/Sidepass/Sidepass.h @@ -1,7 +1,7 @@ /* ======================================== * Sidepass - Sidepass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Sidepass_H diff --git a/plugins/LinuxVST/src/Sidepass/SidepassProc.cpp b/plugins/LinuxVST/src/Sidepass/SidepassProc.cpp index b6b664d3f..8a1fb020b 100755 --- a/plugins/LinuxVST/src/Sidepass/SidepassProc.cpp +++ b/plugins/LinuxVST/src/Sidepass/SidepassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Sidepass - Sidepass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Sidepass_H diff --git a/plugins/LinuxVST/src/Silhouette/Silhouette.cpp b/plugins/LinuxVST/src/Silhouette/Silhouette.cpp index f9d7f26fd..c60b7ca82 100644 --- a/plugins/LinuxVST/src/Silhouette/Silhouette.cpp +++ b/plugins/LinuxVST/src/Silhouette/Silhouette.cpp @@ -1,6 +1,6 @@ /* ======================================== * Silhouette - Silhouette.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/Silhouette/Silhouette.h b/plugins/LinuxVST/src/Silhouette/Silhouette.h index 8cc26bdab..2bb5d7596 100644 --- a/plugins/LinuxVST/src/Silhouette/Silhouette.h +++ b/plugins/LinuxVST/src/Silhouette/Silhouette.h @@ -1,7 +1,7 @@ /* ======================================== * Silhouette - Silhouette.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/Silhouette/SilhouetteProc.cpp b/plugins/LinuxVST/src/Silhouette/SilhouetteProc.cpp index 264bfcce2..54176512d 100644 --- a/plugins/LinuxVST/src/Silhouette/SilhouetteProc.cpp +++ b/plugins/LinuxVST/src/Silhouette/SilhouetteProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Silhouette - Silhouette.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/SingleEndedTriode/SingleEndedTriode.cpp b/plugins/LinuxVST/src/SingleEndedTriode/SingleEndedTriode.cpp index 28ba08c34..dff94c1ac 100755 --- a/plugins/LinuxVST/src/SingleEndedTriode/SingleEndedTriode.cpp +++ b/plugins/LinuxVST/src/SingleEndedTriode/SingleEndedTriode.cpp @@ -1,6 +1,6 @@ /* ======================================== * SingleEndedTriode - SingleEndedTriode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SingleEndedTriode_H diff --git a/plugins/LinuxVST/src/SingleEndedTriode/SingleEndedTriode.h b/plugins/LinuxVST/src/SingleEndedTriode/SingleEndedTriode.h index 340d8dbd8..552a695b6 100755 --- a/plugins/LinuxVST/src/SingleEndedTriode/SingleEndedTriode.h +++ b/plugins/LinuxVST/src/SingleEndedTriode/SingleEndedTriode.h @@ -1,7 +1,7 @@ /* ======================================== * SingleEndedTriode - SingleEndedTriode.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SingleEndedTriode_H diff --git a/plugins/LinuxVST/src/SingleEndedTriode/SingleEndedTriodeProc.cpp b/plugins/LinuxVST/src/SingleEndedTriode/SingleEndedTriodeProc.cpp index f2efba1a0..993db65f0 100755 --- a/plugins/LinuxVST/src/SingleEndedTriode/SingleEndedTriodeProc.cpp +++ b/plugins/LinuxVST/src/SingleEndedTriode/SingleEndedTriodeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SingleEndedTriode - SingleEndedTriode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SingleEndedTriode_H diff --git a/plugins/LinuxVST/src/Slew/Slew.cpp b/plugins/LinuxVST/src/Slew/Slew.cpp index a90a72f94..dce3a77cb 100755 --- a/plugins/LinuxVST/src/Slew/Slew.cpp +++ b/plugins/LinuxVST/src/Slew/Slew.cpp @@ -1,7 +1,7 @@ /* ======================================== * Slew - Slew.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew_H diff --git a/plugins/LinuxVST/src/Slew/Slew.h b/plugins/LinuxVST/src/Slew/Slew.h index c78cae48d..99531c22e 100755 --- a/plugins/LinuxVST/src/Slew/Slew.h +++ b/plugins/LinuxVST/src/Slew/Slew.h @@ -1,7 +1,7 @@ /* ======================================== * Slew - Slew.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew_H diff --git a/plugins/LinuxVST/src/Slew/SlewProc.cpp b/plugins/LinuxVST/src/Slew/SlewProc.cpp index 480beb3fd..89c973f4f 100755 --- a/plugins/LinuxVST/src/Slew/SlewProc.cpp +++ b/plugins/LinuxVST/src/Slew/SlewProc.cpp @@ -1,7 +1,7 @@ /* ======================================== * Slew - Slew.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew_H diff --git a/plugins/LinuxVST/src/Slew2/Slew2.cpp b/plugins/LinuxVST/src/Slew2/Slew2.cpp index 99d6314bc..6209cad7e 100755 --- a/plugins/LinuxVST/src/Slew2/Slew2.cpp +++ b/plugins/LinuxVST/src/Slew2/Slew2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Slew2 - Slew2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew2_H diff --git a/plugins/LinuxVST/src/Slew2/Slew2.h b/plugins/LinuxVST/src/Slew2/Slew2.h index f2e323a84..4312ef033 100755 --- a/plugins/LinuxVST/src/Slew2/Slew2.h +++ b/plugins/LinuxVST/src/Slew2/Slew2.h @@ -1,7 +1,7 @@ /* ======================================== * Slew2 - Slew2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew2_H diff --git a/plugins/LinuxVST/src/Slew2/Slew2Proc.cpp b/plugins/LinuxVST/src/Slew2/Slew2Proc.cpp index cea1b98e8..f3420799f 100755 --- a/plugins/LinuxVST/src/Slew2/Slew2Proc.cpp +++ b/plugins/LinuxVST/src/Slew2/Slew2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Slew2 - Slew2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew2_H diff --git a/plugins/LinuxVST/src/Slew3/Slew3.cpp b/plugins/LinuxVST/src/Slew3/Slew3.cpp index 96ce3829c..e13c621f8 100755 --- a/plugins/LinuxVST/src/Slew3/Slew3.cpp +++ b/plugins/LinuxVST/src/Slew3/Slew3.cpp @@ -1,6 +1,6 @@ /* ======================================== * Slew3 - Slew3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew3_H diff --git a/plugins/LinuxVST/src/Slew3/Slew3.h b/plugins/LinuxVST/src/Slew3/Slew3.h index fd14c2a8c..26ca14e86 100755 --- a/plugins/LinuxVST/src/Slew3/Slew3.h +++ b/plugins/LinuxVST/src/Slew3/Slew3.h @@ -1,7 +1,7 @@ /* ======================================== * Slew3 - Slew3.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew3_H diff --git a/plugins/LinuxVST/src/Slew3/Slew3Proc.cpp b/plugins/LinuxVST/src/Slew3/Slew3Proc.cpp index 5f3a8a8fa..b8bcdd573 100755 --- a/plugins/LinuxVST/src/Slew3/Slew3Proc.cpp +++ b/plugins/LinuxVST/src/Slew3/Slew3Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Slew3 - Slew3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew3_H diff --git a/plugins/LinuxVST/src/SlewOnly/SlewOnly.cpp b/plugins/LinuxVST/src/SlewOnly/SlewOnly.cpp index 0d9350b50..57cec5a93 100755 --- a/plugins/LinuxVST/src/SlewOnly/SlewOnly.cpp +++ b/plugins/LinuxVST/src/SlewOnly/SlewOnly.cpp @@ -1,6 +1,6 @@ /* ======================================== * SlewOnly - SlewOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SlewOnly_H diff --git a/plugins/LinuxVST/src/SlewOnly/SlewOnly.h b/plugins/LinuxVST/src/SlewOnly/SlewOnly.h index f4ab7bb8a..dc7a33dcc 100755 --- a/plugins/LinuxVST/src/SlewOnly/SlewOnly.h +++ b/plugins/LinuxVST/src/SlewOnly/SlewOnly.h @@ -1,7 +1,7 @@ /* ======================================== * SlewOnly - SlewOnly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SlewOnly_H diff --git a/plugins/LinuxVST/src/SlewOnly/SlewOnlyProc.cpp b/plugins/LinuxVST/src/SlewOnly/SlewOnlyProc.cpp index 5676a6f91..110aa1c09 100755 --- a/plugins/LinuxVST/src/SlewOnly/SlewOnlyProc.cpp +++ b/plugins/LinuxVST/src/SlewOnly/SlewOnlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SlewOnly - SlewOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SlewOnly_H diff --git a/plugins/LinuxVST/src/Smooth/Smooth.cpp b/plugins/LinuxVST/src/Smooth/Smooth.cpp index e134523b8..521bd8bf1 100755 --- a/plugins/LinuxVST/src/Smooth/Smooth.cpp +++ b/plugins/LinuxVST/src/Smooth/Smooth.cpp @@ -1,6 +1,6 @@ /* ======================================== * Smooth - Smooth.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Smooth_H diff --git a/plugins/LinuxVST/src/Smooth/Smooth.h b/plugins/LinuxVST/src/Smooth/Smooth.h index 15bca6583..3b786b3f7 100755 --- a/plugins/LinuxVST/src/Smooth/Smooth.h +++ b/plugins/LinuxVST/src/Smooth/Smooth.h @@ -1,7 +1,7 @@ /* ======================================== * Smooth - Smooth.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Smooth_H diff --git a/plugins/LinuxVST/src/Smooth/SmoothProc.cpp b/plugins/LinuxVST/src/Smooth/SmoothProc.cpp index 24d9c46f1..7c1f77524 100755 --- a/plugins/LinuxVST/src/Smooth/SmoothProc.cpp +++ b/plugins/LinuxVST/src/Smooth/SmoothProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Smooth - Smooth.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Smooth_H diff --git a/plugins/LinuxVST/src/SoftGate/SoftGate.cpp b/plugins/LinuxVST/src/SoftGate/SoftGate.cpp index 6fd4a52a3..f3fa60fad 100755 --- a/plugins/LinuxVST/src/SoftGate/SoftGate.cpp +++ b/plugins/LinuxVST/src/SoftGate/SoftGate.cpp @@ -1,6 +1,6 @@ /* ======================================== * SoftGate - SoftGate.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftGate_H diff --git a/plugins/LinuxVST/src/SoftGate/SoftGate.h b/plugins/LinuxVST/src/SoftGate/SoftGate.h index 153392e59..0789d9150 100755 --- a/plugins/LinuxVST/src/SoftGate/SoftGate.h +++ b/plugins/LinuxVST/src/SoftGate/SoftGate.h @@ -1,7 +1,7 @@ /* ======================================== * SoftGate - SoftGate.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftGate_H diff --git a/plugins/LinuxVST/src/SoftGate/SoftGateProc.cpp b/plugins/LinuxVST/src/SoftGate/SoftGateProc.cpp index 434d95547..4a92f52d1 100755 --- a/plugins/LinuxVST/src/SoftGate/SoftGateProc.cpp +++ b/plugins/LinuxVST/src/SoftGate/SoftGateProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SoftGate - SoftGate.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftGate_H diff --git a/plugins/LinuxVST/src/SpatializeDither/SpatializeDither.cpp b/plugins/LinuxVST/src/SpatializeDither/SpatializeDither.cpp index f145ddd43..f1d1787aa 100755 --- a/plugins/LinuxVST/src/SpatializeDither/SpatializeDither.cpp +++ b/plugins/LinuxVST/src/SpatializeDither/SpatializeDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * SpatializeDither - SpatializeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SpatializeDither_H diff --git a/plugins/LinuxVST/src/SpatializeDither/SpatializeDither.h b/plugins/LinuxVST/src/SpatializeDither/SpatializeDither.h index 2805c4ed4..e09eea22e 100755 --- a/plugins/LinuxVST/src/SpatializeDither/SpatializeDither.h +++ b/plugins/LinuxVST/src/SpatializeDither/SpatializeDither.h @@ -1,7 +1,7 @@ /* ======================================== * SpatializeDither - SpatializeDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SpatializeDither_H diff --git a/plugins/LinuxVST/src/SpatializeDither/SpatializeDitherProc.cpp b/plugins/LinuxVST/src/SpatializeDither/SpatializeDitherProc.cpp index 9b1e135f7..e22d9dfbd 100755 --- a/plugins/LinuxVST/src/SpatializeDither/SpatializeDitherProc.cpp +++ b/plugins/LinuxVST/src/SpatializeDither/SpatializeDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SpatializeDither - SpatializeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SpatializeDither_H diff --git a/plugins/LinuxVST/src/Spiral/Spiral.cpp b/plugins/LinuxVST/src/Spiral/Spiral.cpp index 11ef632c0..faa19e6ac 100755 --- a/plugins/LinuxVST/src/Spiral/Spiral.cpp +++ b/plugins/LinuxVST/src/Spiral/Spiral.cpp @@ -1,6 +1,6 @@ /* ======================================== * Spiral - Spiral.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral_H diff --git a/plugins/LinuxVST/src/Spiral/Spiral.h b/plugins/LinuxVST/src/Spiral/Spiral.h index 439f7cecc..541cdb297 100755 --- a/plugins/LinuxVST/src/Spiral/Spiral.h +++ b/plugins/LinuxVST/src/Spiral/Spiral.h @@ -1,7 +1,7 @@ /* ======================================== * Spiral - Spiral.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral_H diff --git a/plugins/LinuxVST/src/Spiral/SpiralProc.cpp b/plugins/LinuxVST/src/Spiral/SpiralProc.cpp index 2401ee59c..6d954d03a 100755 --- a/plugins/LinuxVST/src/Spiral/SpiralProc.cpp +++ b/plugins/LinuxVST/src/Spiral/SpiralProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Spiral - Spiral.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral_H diff --git a/plugins/LinuxVST/src/Spiral2/Spiral2.cpp b/plugins/LinuxVST/src/Spiral2/Spiral2.cpp index 1211da49e..e1cf31b96 100755 --- a/plugins/LinuxVST/src/Spiral2/Spiral2.cpp +++ b/plugins/LinuxVST/src/Spiral2/Spiral2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Spiral2 - Spiral2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral2_H diff --git a/plugins/LinuxVST/src/Spiral2/Spiral2.h b/plugins/LinuxVST/src/Spiral2/Spiral2.h index 3f64ec340..387e1e682 100755 --- a/plugins/LinuxVST/src/Spiral2/Spiral2.h +++ b/plugins/LinuxVST/src/Spiral2/Spiral2.h @@ -1,7 +1,7 @@ /* ======================================== * Spiral2 - Spiral2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral2_H diff --git a/plugins/LinuxVST/src/Spiral2/Spiral2Proc.cpp b/plugins/LinuxVST/src/Spiral2/Spiral2Proc.cpp index 18e1583b8..3aa230ff2 100755 --- a/plugins/LinuxVST/src/Spiral2/Spiral2Proc.cpp +++ b/plugins/LinuxVST/src/Spiral2/Spiral2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Spiral2 - Spiral2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral2_H diff --git a/plugins/LinuxVST/src/Srsly/Srsly.cpp b/plugins/LinuxVST/src/Srsly/Srsly.cpp index 6a7c5a896..37415e2eb 100755 --- a/plugins/LinuxVST/src/Srsly/Srsly.cpp +++ b/plugins/LinuxVST/src/Srsly/Srsly.cpp @@ -1,6 +1,6 @@ /* ======================================== * Srsly - Srsly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly_H diff --git a/plugins/LinuxVST/src/Srsly/Srsly.h b/plugins/LinuxVST/src/Srsly/Srsly.h index 6d1dcc7d9..d9848da5c 100755 --- a/plugins/LinuxVST/src/Srsly/Srsly.h +++ b/plugins/LinuxVST/src/Srsly/Srsly.h @@ -1,7 +1,7 @@ /* ======================================== * Srsly - Srsly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly_H diff --git a/plugins/LinuxVST/src/Srsly/SrslyProc.cpp b/plugins/LinuxVST/src/Srsly/SrslyProc.cpp index f59ea964b..cc5bee7d8 100755 --- a/plugins/LinuxVST/src/Srsly/SrslyProc.cpp +++ b/plugins/LinuxVST/src/Srsly/SrslyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Srsly - Srsly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly_H diff --git a/plugins/LinuxVST/src/Srsly2/Srsly2.cpp b/plugins/LinuxVST/src/Srsly2/Srsly2.cpp index 15cddce26..ff41db153 100755 --- a/plugins/LinuxVST/src/Srsly2/Srsly2.cpp +++ b/plugins/LinuxVST/src/Srsly2/Srsly2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Srsly2 - Srsly2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly2_H diff --git a/plugins/LinuxVST/src/Srsly2/Srsly2.h b/plugins/LinuxVST/src/Srsly2/Srsly2.h index f8c2bdbef..ce245be03 100755 --- a/plugins/LinuxVST/src/Srsly2/Srsly2.h +++ b/plugins/LinuxVST/src/Srsly2/Srsly2.h @@ -1,7 +1,7 @@ /* ======================================== * Srsly2 - Srsly2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly2_H diff --git a/plugins/LinuxVST/src/Srsly2/Srsly2Proc.cpp b/plugins/LinuxVST/src/Srsly2/Srsly2Proc.cpp index 13306512c..cad2de2c9 100755 --- a/plugins/LinuxVST/src/Srsly2/Srsly2Proc.cpp +++ b/plugins/LinuxVST/src/Srsly2/Srsly2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Srsly2 - Srsly2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly2_H diff --git a/plugins/LinuxVST/src/StarChild/StarChild.cpp b/plugins/LinuxVST/src/StarChild/StarChild.cpp index 610c87efc..ecf7b82a3 100755 --- a/plugins/LinuxVST/src/StarChild/StarChild.cpp +++ b/plugins/LinuxVST/src/StarChild/StarChild.cpp @@ -1,6 +1,6 @@ /* ======================================== * StarChild - StarChild.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StarChild_H diff --git a/plugins/LinuxVST/src/StarChild/StarChild.h b/plugins/LinuxVST/src/StarChild/StarChild.h index 157454b92..0934001b5 100755 --- a/plugins/LinuxVST/src/StarChild/StarChild.h +++ b/plugins/LinuxVST/src/StarChild/StarChild.h @@ -1,7 +1,7 @@ /* ======================================== * StarChild - StarChild.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StarChild_H diff --git a/plugins/LinuxVST/src/StarChild/StarChildProc.cpp b/plugins/LinuxVST/src/StarChild/StarChildProc.cpp index 608c93157..dbae24e49 100755 --- a/plugins/LinuxVST/src/StarChild/StarChildProc.cpp +++ b/plugins/LinuxVST/src/StarChild/StarChildProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StarChild - StarChild.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StarChild_H diff --git a/plugins/LinuxVST/src/StereoChorus/StereoChorus.cpp b/plugins/LinuxVST/src/StereoChorus/StereoChorus.cpp index 21ba5f0f8..64c88e583 100755 --- a/plugins/LinuxVST/src/StereoChorus/StereoChorus.cpp +++ b/plugins/LinuxVST/src/StereoChorus/StereoChorus.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoChorus - StereoChorus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoChorus_H diff --git a/plugins/LinuxVST/src/StereoChorus/StereoChorus.h b/plugins/LinuxVST/src/StereoChorus/StereoChorus.h index fcaa32741..70683fe0c 100755 --- a/plugins/LinuxVST/src/StereoChorus/StereoChorus.h +++ b/plugins/LinuxVST/src/StereoChorus/StereoChorus.h @@ -1,7 +1,7 @@ /* ======================================== * StereoChorus - StereoChorus.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoChorus_H diff --git a/plugins/LinuxVST/src/StereoChorus/StereoChorusProc.cpp b/plugins/LinuxVST/src/StereoChorus/StereoChorusProc.cpp index 13db60492..d9b038543 100755 --- a/plugins/LinuxVST/src/StereoChorus/StereoChorusProc.cpp +++ b/plugins/LinuxVST/src/StereoChorus/StereoChorusProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoChorus - StereoChorus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoChorus_H diff --git a/plugins/LinuxVST/src/StereoDoubler/StereoDoubler.cpp b/plugins/LinuxVST/src/StereoDoubler/StereoDoubler.cpp index e0c32f4d0..e56e98b73 100755 --- a/plugins/LinuxVST/src/StereoDoubler/StereoDoubler.cpp +++ b/plugins/LinuxVST/src/StereoDoubler/StereoDoubler.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoDoubler - StereoDoubler.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoDoubler_H diff --git a/plugins/LinuxVST/src/StereoDoubler/StereoDoubler.h b/plugins/LinuxVST/src/StereoDoubler/StereoDoubler.h index c3ae95d7b..3ca40cd32 100755 --- a/plugins/LinuxVST/src/StereoDoubler/StereoDoubler.h +++ b/plugins/LinuxVST/src/StereoDoubler/StereoDoubler.h @@ -1,7 +1,7 @@ /* ======================================== * StereoDoubler - StereoDoubler.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoDoubler_H diff --git a/plugins/LinuxVST/src/StereoDoubler/StereoDoublerProc.cpp b/plugins/LinuxVST/src/StereoDoubler/StereoDoublerProc.cpp index a0451870d..1d922c033 100755 --- a/plugins/LinuxVST/src/StereoDoubler/StereoDoublerProc.cpp +++ b/plugins/LinuxVST/src/StereoDoubler/StereoDoublerProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoDoubler - StereoDoubler.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoDoubler_H diff --git a/plugins/LinuxVST/src/StereoEnsemble/StereoEnsemble.cpp b/plugins/LinuxVST/src/StereoEnsemble/StereoEnsemble.cpp index 66ce11129..8bb49d5a8 100755 --- a/plugins/LinuxVST/src/StereoEnsemble/StereoEnsemble.cpp +++ b/plugins/LinuxVST/src/StereoEnsemble/StereoEnsemble.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoEnsemble - StereoEnsemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoEnsemble_H diff --git a/plugins/LinuxVST/src/StereoEnsemble/StereoEnsemble.h b/plugins/LinuxVST/src/StereoEnsemble/StereoEnsemble.h index 44dc8f8f9..4dec0448e 100755 --- a/plugins/LinuxVST/src/StereoEnsemble/StereoEnsemble.h +++ b/plugins/LinuxVST/src/StereoEnsemble/StereoEnsemble.h @@ -1,7 +1,7 @@ /* ======================================== * StereoEnsemble - StereoEnsemble.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoEnsemble_H diff --git a/plugins/LinuxVST/src/StereoEnsemble/StereoEnsembleProc.cpp b/plugins/LinuxVST/src/StereoEnsemble/StereoEnsembleProc.cpp index 96b457b15..23cbab8ed 100755 --- a/plugins/LinuxVST/src/StereoEnsemble/StereoEnsembleProc.cpp +++ b/plugins/LinuxVST/src/StereoEnsemble/StereoEnsembleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoEnsemble - StereoEnsemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoEnsemble_H diff --git a/plugins/LinuxVST/src/StereoFX/StereoFX.cpp b/plugins/LinuxVST/src/StereoFX/StereoFX.cpp index 8531bcdbe..3eaf4b0f1 100755 --- a/plugins/LinuxVST/src/StereoFX/StereoFX.cpp +++ b/plugins/LinuxVST/src/StereoFX/StereoFX.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoFX - StereoFX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoFX_H diff --git a/plugins/LinuxVST/src/StereoFX/StereoFX.h b/plugins/LinuxVST/src/StereoFX/StereoFX.h index 04d34a587..295aae89a 100755 --- a/plugins/LinuxVST/src/StereoFX/StereoFX.h +++ b/plugins/LinuxVST/src/StereoFX/StereoFX.h @@ -1,7 +1,7 @@ /* ======================================== * StereoFX - StereoFX.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoFX_H diff --git a/plugins/LinuxVST/src/StereoFX/StereoFXProc.cpp b/plugins/LinuxVST/src/StereoFX/StereoFXProc.cpp index 0c3ae4962..c315b7d67 100755 --- a/plugins/LinuxVST/src/StereoFX/StereoFXProc.cpp +++ b/plugins/LinuxVST/src/StereoFX/StereoFXProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoFX - StereoFX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoFX_H diff --git a/plugins/LinuxVST/src/StudioTan/StudioTan.cpp b/plugins/LinuxVST/src/StudioTan/StudioTan.cpp index 31242f798..17eb0864e 100755 --- a/plugins/LinuxVST/src/StudioTan/StudioTan.cpp +++ b/plugins/LinuxVST/src/StudioTan/StudioTan.cpp @@ -1,6 +1,6 @@ /* ======================================== * StudioTan - StudioTan.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StudioTan_H diff --git a/plugins/LinuxVST/src/StudioTan/StudioTan.h b/plugins/LinuxVST/src/StudioTan/StudioTan.h index 9e17ad768..7641724c6 100755 --- a/plugins/LinuxVST/src/StudioTan/StudioTan.h +++ b/plugins/LinuxVST/src/StudioTan/StudioTan.h @@ -1,7 +1,7 @@ /* ======================================== * StudioTan - StudioTan.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StudioTan_H diff --git a/plugins/LinuxVST/src/StudioTan/StudioTanProc.cpp b/plugins/LinuxVST/src/StudioTan/StudioTanProc.cpp index de2418d10..b2218a1e7 100755 --- a/plugins/LinuxVST/src/StudioTan/StudioTanProc.cpp +++ b/plugins/LinuxVST/src/StudioTan/StudioTanProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StudioTan - StudioTan.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StudioTan_H diff --git a/plugins/LinuxVST/src/SubsOnly/SubsOnly.cpp b/plugins/LinuxVST/src/SubsOnly/SubsOnly.cpp index ca64de56f..8c0ab5253 100755 --- a/plugins/LinuxVST/src/SubsOnly/SubsOnly.cpp +++ b/plugins/LinuxVST/src/SubsOnly/SubsOnly.cpp @@ -1,6 +1,6 @@ /* ======================================== * SubsOnly - SubsOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SubsOnly_H diff --git a/plugins/LinuxVST/src/SubsOnly/SubsOnly.h b/plugins/LinuxVST/src/SubsOnly/SubsOnly.h index f4bd2a51b..3345d462b 100755 --- a/plugins/LinuxVST/src/SubsOnly/SubsOnly.h +++ b/plugins/LinuxVST/src/SubsOnly/SubsOnly.h @@ -1,7 +1,7 @@ /* ======================================== * SubsOnly - SubsOnly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SubsOnly_H diff --git a/plugins/LinuxVST/src/SubsOnly/SubsOnlyProc.cpp b/plugins/LinuxVST/src/SubsOnly/SubsOnlyProc.cpp index 3a7df87a0..70ea43dd5 100755 --- a/plugins/LinuxVST/src/SubsOnly/SubsOnlyProc.cpp +++ b/plugins/LinuxVST/src/SubsOnly/SubsOnlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SubsOnly - SubsOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SubsOnly_H diff --git a/plugins/LinuxVST/src/Surge/Surge.cpp b/plugins/LinuxVST/src/Surge/Surge.cpp index e330af883..51962d051 100755 --- a/plugins/LinuxVST/src/Surge/Surge.cpp +++ b/plugins/LinuxVST/src/Surge/Surge.cpp @@ -1,6 +1,6 @@ /* ======================================== * Surge - Surge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Surge_H diff --git a/plugins/LinuxVST/src/Surge/Surge.h b/plugins/LinuxVST/src/Surge/Surge.h index 18d47a94a..ce5480653 100755 --- a/plugins/LinuxVST/src/Surge/Surge.h +++ b/plugins/LinuxVST/src/Surge/Surge.h @@ -1,7 +1,7 @@ /* ======================================== * Surge - Surge.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Surge_H diff --git a/plugins/LinuxVST/src/Surge/SurgeProc.cpp b/plugins/LinuxVST/src/Surge/SurgeProc.cpp index 145e5237c..bfaec7e15 100755 --- a/plugins/LinuxVST/src/Surge/SurgeProc.cpp +++ b/plugins/LinuxVST/src/Surge/SurgeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Surge - Surge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Surge_H diff --git a/plugins/LinuxVST/src/SurgeTide/SurgeTide.cpp b/plugins/LinuxVST/src/SurgeTide/SurgeTide.cpp index ba28ed38f..5519a7155 100755 --- a/plugins/LinuxVST/src/SurgeTide/SurgeTide.cpp +++ b/plugins/LinuxVST/src/SurgeTide/SurgeTide.cpp @@ -1,6 +1,6 @@ /* ======================================== * SurgeTide - SurgeTide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SurgeTide_H diff --git a/plugins/LinuxVST/src/SurgeTide/SurgeTide.h b/plugins/LinuxVST/src/SurgeTide/SurgeTide.h index f6a2b7cbf..2e54658c5 100755 --- a/plugins/LinuxVST/src/SurgeTide/SurgeTide.h +++ b/plugins/LinuxVST/src/SurgeTide/SurgeTide.h @@ -1,7 +1,7 @@ /* ======================================== * SurgeTide - SurgeTide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SurgeTide_H diff --git a/plugins/LinuxVST/src/SurgeTide/SurgeTideProc.cpp b/plugins/LinuxVST/src/SurgeTide/SurgeTideProc.cpp index 0db02fc7c..7691d2e5d 100755 --- a/plugins/LinuxVST/src/SurgeTide/SurgeTideProc.cpp +++ b/plugins/LinuxVST/src/SurgeTide/SurgeTideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SurgeTide - SurgeTide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SurgeTide_H diff --git a/plugins/LinuxVST/src/Swell/Swell.cpp b/plugins/LinuxVST/src/Swell/Swell.cpp index f1b5da9a3..f82a44571 100755 --- a/plugins/LinuxVST/src/Swell/Swell.cpp +++ b/plugins/LinuxVST/src/Swell/Swell.cpp @@ -1,6 +1,6 @@ /* ======================================== * Swell - Swell.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Swell_H diff --git a/plugins/LinuxVST/src/Swell/Swell.h b/plugins/LinuxVST/src/Swell/Swell.h index 1acfaf86c..d1e2b3dd8 100755 --- a/plugins/LinuxVST/src/Swell/Swell.h +++ b/plugins/LinuxVST/src/Swell/Swell.h @@ -1,7 +1,7 @@ /* ======================================== * Swell - Swell.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Swell_H diff --git a/plugins/LinuxVST/src/Swell/SwellProc.cpp b/plugins/LinuxVST/src/Swell/SwellProc.cpp index e076b5c11..77656f3ee 100755 --- a/plugins/LinuxVST/src/Swell/SwellProc.cpp +++ b/plugins/LinuxVST/src/Swell/SwellProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Swell - Swell.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Swell_H diff --git a/plugins/LinuxVST/src/TPDFDither/TPDFDither.cpp b/plugins/LinuxVST/src/TPDFDither/TPDFDither.cpp index 2266f5851..45da2a859 100755 --- a/plugins/LinuxVST/src/TPDFDither/TPDFDither.cpp +++ b/plugins/LinuxVST/src/TPDFDither/TPDFDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * TPDFDither - TPDFDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFDither_H diff --git a/plugins/LinuxVST/src/TPDFDither/TPDFDither.h b/plugins/LinuxVST/src/TPDFDither/TPDFDither.h index a1994f15b..b58213970 100755 --- a/plugins/LinuxVST/src/TPDFDither/TPDFDither.h +++ b/plugins/LinuxVST/src/TPDFDither/TPDFDither.h @@ -1,7 +1,7 @@ /* ======================================== * TPDFDither - TPDFDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFDither_H diff --git a/plugins/LinuxVST/src/TPDFDither/TPDFDitherProc.cpp b/plugins/LinuxVST/src/TPDFDither/TPDFDitherProc.cpp index b5b7f15bc..5ec2d0410 100755 --- a/plugins/LinuxVST/src/TPDFDither/TPDFDitherProc.cpp +++ b/plugins/LinuxVST/src/TPDFDither/TPDFDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TPDFDither - TPDFDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFDither_H diff --git a/plugins/LinuxVST/src/TPDFWide/TPDFWide.cpp b/plugins/LinuxVST/src/TPDFWide/TPDFWide.cpp index ff56d99ea..2e78157c4 100755 --- a/plugins/LinuxVST/src/TPDFWide/TPDFWide.cpp +++ b/plugins/LinuxVST/src/TPDFWide/TPDFWide.cpp @@ -1,6 +1,6 @@ /* ======================================== * TPDFWide - TPDFWide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFWide_H diff --git a/plugins/LinuxVST/src/TPDFWide/TPDFWide.h b/plugins/LinuxVST/src/TPDFWide/TPDFWide.h index 22842b76e..8f6e7c919 100755 --- a/plugins/LinuxVST/src/TPDFWide/TPDFWide.h +++ b/plugins/LinuxVST/src/TPDFWide/TPDFWide.h @@ -1,7 +1,7 @@ /* ======================================== * TPDFWide - TPDFWide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFWide_H diff --git a/plugins/LinuxVST/src/TPDFWide/TPDFWideProc.cpp b/plugins/LinuxVST/src/TPDFWide/TPDFWideProc.cpp index 150b4f39c..a0b3a1398 100755 --- a/plugins/LinuxVST/src/TPDFWide/TPDFWideProc.cpp +++ b/plugins/LinuxVST/src/TPDFWide/TPDFWideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TPDFWide - TPDFWide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFWide_H diff --git a/plugins/LinuxVST/src/Tape/Tape.cpp b/plugins/LinuxVST/src/Tape/Tape.cpp index 1d9fbb93e..7423e5678 100755 --- a/plugins/LinuxVST/src/Tape/Tape.cpp +++ b/plugins/LinuxVST/src/Tape/Tape.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tape - Tape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tape_H diff --git a/plugins/LinuxVST/src/Tape/Tape.h b/plugins/LinuxVST/src/Tape/Tape.h index f25c49302..b0700dd26 100755 --- a/plugins/LinuxVST/src/Tape/Tape.h +++ b/plugins/LinuxVST/src/Tape/Tape.h @@ -1,7 +1,7 @@ /* ======================================== * Tape - Tape.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Tape_H diff --git a/plugins/LinuxVST/src/Tape/TapeProc.cpp b/plugins/LinuxVST/src/Tape/TapeProc.cpp index 3a6fcc693..58f8d55a4 100755 --- a/plugins/LinuxVST/src/Tape/TapeProc.cpp +++ b/plugins/LinuxVST/src/Tape/TapeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tape - Tape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tape_H diff --git a/plugins/LinuxVST/src/TapeDelay/TapeDelay.cpp b/plugins/LinuxVST/src/TapeDelay/TapeDelay.cpp index 345f06d58..0405591d2 100755 --- a/plugins/LinuxVST/src/TapeDelay/TapeDelay.cpp +++ b/plugins/LinuxVST/src/TapeDelay/TapeDelay.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDelay - TapeDelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay_H diff --git a/plugins/LinuxVST/src/TapeDelay/TapeDelay.h b/plugins/LinuxVST/src/TapeDelay/TapeDelay.h index d1708fa60..60899fff5 100755 --- a/plugins/LinuxVST/src/TapeDelay/TapeDelay.h +++ b/plugins/LinuxVST/src/TapeDelay/TapeDelay.h @@ -1,7 +1,7 @@ /* ======================================== * TapeDelay - TapeDelay.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay_H diff --git a/plugins/LinuxVST/src/TapeDelay/TapeDelayProc.cpp b/plugins/LinuxVST/src/TapeDelay/TapeDelayProc.cpp index 6f42b02ff..203e35b53 100755 --- a/plugins/LinuxVST/src/TapeDelay/TapeDelayProc.cpp +++ b/plugins/LinuxVST/src/TapeDelay/TapeDelayProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDelay - TapeDelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay_H diff --git a/plugins/LinuxVST/src/TapeDelay2/TapeDelay2.cpp b/plugins/LinuxVST/src/TapeDelay2/TapeDelay2.cpp index 50963e88c..d77911e41 100755 --- a/plugins/LinuxVST/src/TapeDelay2/TapeDelay2.cpp +++ b/plugins/LinuxVST/src/TapeDelay2/TapeDelay2.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDelay2 - TapeDelay2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay2_H diff --git a/plugins/LinuxVST/src/TapeDelay2/TapeDelay2.h b/plugins/LinuxVST/src/TapeDelay2/TapeDelay2.h index 178d356fb..cb2a837b9 100755 --- a/plugins/LinuxVST/src/TapeDelay2/TapeDelay2.h +++ b/plugins/LinuxVST/src/TapeDelay2/TapeDelay2.h @@ -1,7 +1,7 @@ /* ======================================== * TapeDelay2 - TapeDelay2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay2_H diff --git a/plugins/LinuxVST/src/TapeDelay2/TapeDelay2Proc.cpp b/plugins/LinuxVST/src/TapeDelay2/TapeDelay2Proc.cpp index a6b4e4b2d..533957d05 100755 --- a/plugins/LinuxVST/src/TapeDelay2/TapeDelay2Proc.cpp +++ b/plugins/LinuxVST/src/TapeDelay2/TapeDelay2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDelay2 - TapeDelay2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay2_H diff --git a/plugins/LinuxVST/src/TapeDither/TapeDither.cpp b/plugins/LinuxVST/src/TapeDither/TapeDither.cpp index fdd04534f..5820dccb8 100755 --- a/plugins/LinuxVST/src/TapeDither/TapeDither.cpp +++ b/plugins/LinuxVST/src/TapeDither/TapeDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDither - TapeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDither_H diff --git a/plugins/LinuxVST/src/TapeDither/TapeDither.h b/plugins/LinuxVST/src/TapeDither/TapeDither.h index 2fec4c2eb..7b15a0fb9 100755 --- a/plugins/LinuxVST/src/TapeDither/TapeDither.h +++ b/plugins/LinuxVST/src/TapeDither/TapeDither.h @@ -1,7 +1,7 @@ /* ======================================== * TapeDither - TapeDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDither_H diff --git a/plugins/LinuxVST/src/TapeDither/TapeDitherProc.cpp b/plugins/LinuxVST/src/TapeDither/TapeDitherProc.cpp index f43301489..b30b79f40 100755 --- a/plugins/LinuxVST/src/TapeDither/TapeDitherProc.cpp +++ b/plugins/LinuxVST/src/TapeDither/TapeDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDither - TapeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDither_H diff --git a/plugins/LinuxVST/src/TapeDust/TapeDust.cpp b/plugins/LinuxVST/src/TapeDust/TapeDust.cpp index 11ff21768..0c6b196ec 100755 --- a/plugins/LinuxVST/src/TapeDust/TapeDust.cpp +++ b/plugins/LinuxVST/src/TapeDust/TapeDust.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDust - TapeDust.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDust_H diff --git a/plugins/LinuxVST/src/TapeDust/TapeDust.h b/plugins/LinuxVST/src/TapeDust/TapeDust.h index 4918fdcb3..53868ac3c 100755 --- a/plugins/LinuxVST/src/TapeDust/TapeDust.h +++ b/plugins/LinuxVST/src/TapeDust/TapeDust.h @@ -1,7 +1,7 @@ /* ======================================== * TapeDust - TapeDust.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDust_H diff --git a/plugins/LinuxVST/src/TapeDust/TapeDustProc.cpp b/plugins/LinuxVST/src/TapeDust/TapeDustProc.cpp index e4daa4864..43e4daa5a 100755 --- a/plugins/LinuxVST/src/TapeDust/TapeDustProc.cpp +++ b/plugins/LinuxVST/src/TapeDust/TapeDustProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDust - TapeDust.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDust_H diff --git a/plugins/LinuxVST/src/TapeFat/TapeFat.cpp b/plugins/LinuxVST/src/TapeFat/TapeFat.cpp index bcb1927b5..fde7d012e 100755 --- a/plugins/LinuxVST/src/TapeFat/TapeFat.cpp +++ b/plugins/LinuxVST/src/TapeFat/TapeFat.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeFat - TapeFat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeFat_H diff --git a/plugins/LinuxVST/src/TapeFat/TapeFat.h b/plugins/LinuxVST/src/TapeFat/TapeFat.h index 0ce30222f..a6e950220 100755 --- a/plugins/LinuxVST/src/TapeFat/TapeFat.h +++ b/plugins/LinuxVST/src/TapeFat/TapeFat.h @@ -1,7 +1,7 @@ /* ======================================== * TapeFat - TapeFat.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeFat_H diff --git a/plugins/LinuxVST/src/TapeFat/TapeFatProc.cpp b/plugins/LinuxVST/src/TapeFat/TapeFatProc.cpp index 1411a1454..6176324e7 100755 --- a/plugins/LinuxVST/src/TapeFat/TapeFatProc.cpp +++ b/plugins/LinuxVST/src/TapeFat/TapeFatProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeFat - TapeFat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeFat_H diff --git a/plugins/LinuxVST/src/Texturize/Texturize.cpp b/plugins/LinuxVST/src/Texturize/Texturize.cpp index c79bc3690..f2fc08f0a 100644 --- a/plugins/LinuxVST/src/Texturize/Texturize.cpp +++ b/plugins/LinuxVST/src/Texturize/Texturize.cpp @@ -1,6 +1,6 @@ /* ======================================== * Texturize - Texturize.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/Texturize/Texturize.h b/plugins/LinuxVST/src/Texturize/Texturize.h index c78cac557..74c632da0 100644 --- a/plugins/LinuxVST/src/Texturize/Texturize.h +++ b/plugins/LinuxVST/src/Texturize/Texturize.h @@ -1,7 +1,7 @@ /* ======================================== * Texturize - Texturize.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/Texturize/TexturizeProc.cpp b/plugins/LinuxVST/src/Texturize/TexturizeProc.cpp index c1e9722c6..ae17d9d5b 100644 --- a/plugins/LinuxVST/src/Texturize/TexturizeProc.cpp +++ b/plugins/LinuxVST/src/Texturize/TexturizeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Texturize - Texturize.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/LinuxVST/src/TexturizeMS/TexturizeMS.cpp b/plugins/LinuxVST/src/TexturizeMS/TexturizeMS.cpp new file mode 100755 index 000000000..8c2c47084 --- /dev/null +++ b/plugins/LinuxVST/src/TexturizeMS/TexturizeMS.cpp @@ -0,0 +1,175 @@ +/* ======================================== + * TexturizeMS - TexturizeMS.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __TexturizeMS_H +#include "TexturizeMS.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new TexturizeMS(audioMaster);} + +TexturizeMS::TexturizeMS(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.5; + B = 0.5; + C = 0.5; + D = 0.5; + E = 0.5; + F = 0.5; + + polarityM = false; + lastSampleM = 0.0; + iirSampleM = 0.0; + noiseAM = 0.0; + noiseBM = 0.0; + noiseCM = 0.0; + flipM = true; + polarityS = false; + lastSampleS = 0.0; + iirSampleS = 0.0; + noiseAS = 0.0; + noiseBS = 0.0; + noiseCS = 0.0; + flipS = true; + + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +TexturizeMS::~TexturizeMS() {} +VstInt32 TexturizeMS::getVendorVersion () {return 1000;} +void TexturizeMS::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void TexturizeMS::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 TexturizeMS::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + chunkData[4] = E; + chunkData[5] = F; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 TexturizeMS::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + E = pinParameter(chunkData[4]); + F = pinParameter(chunkData[5]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void TexturizeMS::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + case kParamE: E = value; break; + case kParamF: F = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float TexturizeMS::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + case kParamE: return E; break; + case kParamF: return F; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void TexturizeMS::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "BrightM", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "PunchyM", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "DryWetM", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "BrightS", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "PunchyS", kVstMaxParamStrLen); break; + case kParamF: vst_strncpy (text, "DryWetS", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void TexturizeMS::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + case kParamB: float2string (B, text, kVstMaxParamStrLen); break; + case kParamC: float2string (C, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + case kParamE: float2string (E, text, kVstMaxParamStrLen); break; + case kParamF: float2string (F, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void TexturizeMS::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamF: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 TexturizeMS::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool TexturizeMS::getEffectName(char* name) { + vst_strncpy(name, "TexturizeMS", kVstMaxProductStrLen); return true; +} + +VstPlugCategory TexturizeMS::getPlugCategory() {return kPlugCategEffect;} + +bool TexturizeMS::getProductString(char* text) { + vst_strncpy (text, "airwindows TexturizeMS", kVstMaxProductStrLen); return true; +} + +bool TexturizeMS::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/LinuxVST/src/TexturizeMS/TexturizeMS.h b/plugins/LinuxVST/src/TexturizeMS/TexturizeMS.h new file mode 100755 index 000000000..40d33c975 --- /dev/null +++ b/plugins/LinuxVST/src/TexturizeMS/TexturizeMS.h @@ -0,0 +1,88 @@ +/* ======================================== + * TexturizeMS - TexturizeMS.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __TexturizeMS_H +#define __TexturizeMS_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kParamE = 4, + kParamF = 5, + kNumParameters = 6 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'texu'; //Change this to what the AU identity is! + +class TexturizeMS : + public AudioEffectX +{ +public: + TexturizeMS(audioMasterCallback audioMaster); + ~TexturizeMS(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + bool polarityM; + double lastSampleM; + double iirSampleM; + double noiseAM; + double noiseBM; + double noiseCM; + bool flipM; + + bool polarityS; + double lastSampleS; + double iirSampleS; + double noiseAS; + double noiseBS; + double noiseCS; + bool flipS; + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + float A; + float B; + float C; + float D; + float E; + float F; //parameters. Always 0-1, and we scale/alter them elsewhere. + +}; + +#endif diff --git a/plugins/LinuxVST/src/TexturizeMS/TexturizeMSProc.cpp b/plugins/LinuxVST/src/TexturizeMS/TexturizeMSProc.cpp new file mode 100755 index 000000000..3d7ddbba1 --- /dev/null +++ b/plugins/LinuxVST/src/TexturizeMS/TexturizeMSProc.cpp @@ -0,0 +1,270 @@ +/* ======================================== + * TexturizeMS - TexturizeMS.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __TexturizeMS_H +#include "TexturizeMS.h" +#endif + +void TexturizeMS::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double slewAmountM = ((pow(A,2.0)*4.0)+0.71)/overallscale; + double dynAmountM = pow(B,2.0); + double wetM = pow(C,5); + + double slewAmountS = ((pow(D,2.0)*4.0)+0.71)/overallscale; + double dynAmountS = pow(E,2.0); + double wetS = pow(F,5); + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + double mid = inputSampleL + inputSampleR; + double side = inputSampleL - inputSampleR; + //assign mid and side.Between these sections, you can do mid/side processing + double drySampleM = mid; + double drySampleS = side; + + //begin mid + if (mid < 0) { + if (polarityM == true) { + if (noiseAM < 0) flipM = true; + else flipM = false; + } + polarityM = false; + } else polarityM = true; + + if (flipM) noiseAM += (double(fpdL)/UINT32_MAX); + else noiseAM -= (double(fpdL)/UINT32_MAX); + //here's the guts of the random walk + flipM = !flipM; + + if (mid > 1.0) mid = 1.0; if (mid < -1.0) mid = -1.0; + if (dynAmountM < 0.4999) mid = (mid*dynAmountM*2.0) + (sin(mid)*(1.0-(dynAmountM*2.0))); + if (dynAmountM > 0.5001) mid = (asin(mid)*((dynAmountM*2.0)-1.0)) + (mid*(1.0-((dynAmountM*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBM = sin(noiseAM*(0.2-(dynAmountM*0.125))*fabs(mid)); + + double slew = fabs(mid-lastSampleM)*slewAmountM; + lastSampleM = mid*(0.86-(dynAmountM*0.125)); + + if (slew > 1.0) slew = 1.0; + double iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleM = (iirSampleM * (1.0 - iirIntensity)) + (noiseBM * iirIntensity); + noiseBM = iirSampleM; + noiseBM = (noiseBM * slew) + (noiseCM * (1.0-slew)); + noiseCM = noiseBM; + + mid = (noiseCM * wetM) + (drySampleM * (1.0-wetM)); + //end mid + + //begin side + if (side < 0) { + if (polarityS == true) { + if (noiseAS < 0) flipS = true; + else flipS = false; + } + polarityS = false; + } else polarityS = true; + + if (flipS) noiseAS += (double(fpdR)/UINT32_MAX); + else noiseAS -= (double(fpdR)/UINT32_MAX); + //here's the guts of the random walk + flipS = !flipS; + + if (side > 1.0) side = 1.0; if (side < -1.0) side = -1.0; + if (dynAmountS < 0.4999) side = (side*dynAmountS*2.0) + (sin(side)*(1.0-(dynAmountS*2.0))); + if (dynAmountS > 0.5001) side = (asin(side)*((dynAmountS*2.0)-1.0)) + (side*(1.0-((dynAmountS*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBS = sin(noiseAS*(0.2-(dynAmountS*0.125))*fabs(side)); + + slew = fabs(side-lastSampleS)*slewAmountS; + lastSampleS = side*(0.86-(dynAmountS*0.125)); + + if (slew > 1.0) slew = 1.0; + iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleS = (iirSampleS * (1.0 - iirIntensity)) + (noiseBS * iirIntensity); + noiseBS = iirSampleS; + noiseBS = (noiseBS * slew) + (noiseCS * (1.0-slew)); + noiseCS = noiseBS; + + side = (noiseCS * wetS) + (drySampleS * (1.0-wetS)); + //end side + + inputSampleL = (mid+side)/2.0; + inputSampleR = (mid-side)/2.0; + //unassign mid and side + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void TexturizeMS::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double slewAmountM = ((pow(A,2.0)*4.0)+0.71)/overallscale; + double dynAmountM = pow(B,2.0); + double wetM = pow(C,5); + + double slewAmountS = ((pow(D,2.0)*4.0)+0.71)/overallscale; + double dynAmountS = pow(E,2.0); + double wetS = pow(F,5); + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + double mid = inputSampleL + inputSampleR; + double side = inputSampleL - inputSampleR; + //assign mid and side.Between these sections, you can do mid/side processing + double drySampleM = mid; + double drySampleS = side; + + //begin mid + if (mid < 0) { + if (polarityM == true) { + if (noiseAM < 0) flipM = true; + else flipM = false; + } + polarityM = false; + } else polarityM = true; + + if (flipM) noiseAM += (double(fpdL)/UINT32_MAX); + else noiseAM -= (double(fpdL)/UINT32_MAX); + //here's the guts of the random walk + flipM = !flipM; + + if (mid > 1.0) mid = 1.0; if (mid < -1.0) mid = -1.0; + if (dynAmountM < 0.4999) mid = (mid*dynAmountM*2.0) + (sin(mid)*(1.0-(dynAmountM*2.0))); + if (dynAmountM > 0.5001) mid = (asin(mid)*((dynAmountM*2.0)-1.0)) + (mid*(1.0-((dynAmountM*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBM = sin(noiseAM*(0.2-(dynAmountM*0.125))*fabs(mid)); + + double slew = fabs(mid-lastSampleM)*slewAmountM; + lastSampleM = mid*(0.86-(dynAmountM*0.125)); + + if (slew > 1.0) slew = 1.0; + double iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleM = (iirSampleM * (1.0 - iirIntensity)) + (noiseBM * iirIntensity); + noiseBM = iirSampleM; + noiseBM = (noiseBM * slew) + (noiseCM * (1.0-slew)); + noiseCM = noiseBM; + + mid = (noiseCM * wetM) + (drySampleM * (1.0-wetM)); + //end mid + + //begin side + if (side < 0) { + if (polarityS == true) { + if (noiseAS < 0) flipS = true; + else flipS = false; + } + polarityS = false; + } else polarityS = true; + + if (flipS) noiseAS += (double(fpdR)/UINT32_MAX); + else noiseAS -= (double(fpdR)/UINT32_MAX); + //here's the guts of the random walk + flipS = !flipS; + + if (side > 1.0) side = 1.0; if (side < -1.0) side = -1.0; + if (dynAmountS < 0.4999) side = (side*dynAmountS*2.0) + (sin(side)*(1.0-(dynAmountS*2.0))); + if (dynAmountS > 0.5001) side = (asin(side)*((dynAmountS*2.0)-1.0)) + (side*(1.0-((dynAmountS*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBS = sin(noiseAS*(0.2-(dynAmountS*0.125))*fabs(side)); + + slew = fabs(side-lastSampleS)*slewAmountS; + lastSampleS = side*(0.86-(dynAmountS*0.125)); + + if (slew > 1.0) slew = 1.0; + iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleS = (iirSampleS * (1.0 - iirIntensity)) + (noiseBS * iirIntensity); + noiseBS = iirSampleS; + noiseBS = (noiseBS * slew) + (noiseCS * (1.0-slew)); + noiseCS = noiseBS; + + side = (noiseCS * wetS) + (drySampleS * (1.0-wetS)); + //end side + + inputSampleL = (mid+side)/2.0; + inputSampleR = (mid-side)/2.0; + //unassign mid and side + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/LinuxVST/src/Thunder/Thunder.cpp b/plugins/LinuxVST/src/Thunder/Thunder.cpp index b206dace5..2748d81ca 100755 --- a/plugins/LinuxVST/src/Thunder/Thunder.cpp +++ b/plugins/LinuxVST/src/Thunder/Thunder.cpp @@ -1,6 +1,6 @@ /* ======================================== * Thunder - Thunder.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Thunder_H diff --git a/plugins/LinuxVST/src/Thunder/Thunder.h b/plugins/LinuxVST/src/Thunder/Thunder.h index fc8bf411e..73be6420d 100755 --- a/plugins/LinuxVST/src/Thunder/Thunder.h +++ b/plugins/LinuxVST/src/Thunder/Thunder.h @@ -1,7 +1,7 @@ /* ======================================== * Thunder - Thunder.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Thunder_H diff --git a/plugins/LinuxVST/src/Thunder/ThunderProc.cpp b/plugins/LinuxVST/src/Thunder/ThunderProc.cpp index ce6b41c13..06a92ca99 100755 --- a/plugins/LinuxVST/src/Thunder/ThunderProc.cpp +++ b/plugins/LinuxVST/src/Thunder/ThunderProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Thunder - Thunder.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Thunder_H diff --git a/plugins/LinuxVST/src/ToTape5/ToTape5.cpp b/plugins/LinuxVST/src/ToTape5/ToTape5.cpp index 509c70874..96b2d495f 100755 --- a/plugins/LinuxVST/src/ToTape5/ToTape5.cpp +++ b/plugins/LinuxVST/src/ToTape5/ToTape5.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToTape5 - ToTape5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape5_H diff --git a/plugins/LinuxVST/src/ToTape5/ToTape5.h b/plugins/LinuxVST/src/ToTape5/ToTape5.h index b35426a07..93b025271 100755 --- a/plugins/LinuxVST/src/ToTape5/ToTape5.h +++ b/plugins/LinuxVST/src/ToTape5/ToTape5.h @@ -1,7 +1,7 @@ /* ======================================== * ToTape5 - ToTape5.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape5_H diff --git a/plugins/LinuxVST/src/ToTape5/ToTape5Proc.cpp b/plugins/LinuxVST/src/ToTape5/ToTape5Proc.cpp index f2ad65562..4e63f1013 100755 --- a/plugins/LinuxVST/src/ToTape5/ToTape5Proc.cpp +++ b/plugins/LinuxVST/src/ToTape5/ToTape5Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToTape5 - ToTape5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape5_H diff --git a/plugins/LinuxVST/src/ToTape6/ToTape6.cpp b/plugins/LinuxVST/src/ToTape6/ToTape6.cpp index fe39aef98..4a47b2f3a 100755 --- a/plugins/LinuxVST/src/ToTape6/ToTape6.cpp +++ b/plugins/LinuxVST/src/ToTape6/ToTape6.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToTape6 - ToTape6.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape6_H diff --git a/plugins/LinuxVST/src/ToTape6/ToTape6.h b/plugins/LinuxVST/src/ToTape6/ToTape6.h index 1f447dcc7..64de32353 100755 --- a/plugins/LinuxVST/src/ToTape6/ToTape6.h +++ b/plugins/LinuxVST/src/ToTape6/ToTape6.h @@ -1,7 +1,7 @@ /* ======================================== * ToTape6 - ToTape6.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape6_H diff --git a/plugins/LinuxVST/src/ToTape6/ToTape6Proc.cpp b/plugins/LinuxVST/src/ToTape6/ToTape6Proc.cpp index ea7353a5a..f581d62b9 100755 --- a/plugins/LinuxVST/src/ToTape6/ToTape6Proc.cpp +++ b/plugins/LinuxVST/src/ToTape6/ToTape6Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToTape6 - ToTape6.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape6_H diff --git a/plugins/LinuxVST/src/ToVinyl4/ToVinyl4.cpp b/plugins/LinuxVST/src/ToVinyl4/ToVinyl4.cpp index 3d46fd518..3ef29e79a 100755 --- a/plugins/LinuxVST/src/ToVinyl4/ToVinyl4.cpp +++ b/plugins/LinuxVST/src/ToVinyl4/ToVinyl4.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToVinyl4 - ToVinyl4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToVinyl4_H diff --git a/plugins/LinuxVST/src/ToVinyl4/ToVinyl4.h b/plugins/LinuxVST/src/ToVinyl4/ToVinyl4.h index d1a7363eb..7fe942c2c 100755 --- a/plugins/LinuxVST/src/ToVinyl4/ToVinyl4.h +++ b/plugins/LinuxVST/src/ToVinyl4/ToVinyl4.h @@ -1,7 +1,7 @@ /* ======================================== * ToVinyl4 - ToVinyl4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ToVinyl4_H diff --git a/plugins/LinuxVST/src/ToVinyl4/ToVinyl4Proc.cpp b/plugins/LinuxVST/src/ToVinyl4/ToVinyl4Proc.cpp index 1bb4c1841..a97cd7133 100755 --- a/plugins/LinuxVST/src/ToVinyl4/ToVinyl4Proc.cpp +++ b/plugins/LinuxVST/src/ToVinyl4/ToVinyl4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToVinyl4 - ToVinyl4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToVinyl4_H diff --git a/plugins/LinuxVST/src/ToneSlant/ToneSlant.cpp b/plugins/LinuxVST/src/ToneSlant/ToneSlant.cpp index 6bc494340..f03319e22 100755 --- a/plugins/LinuxVST/src/ToneSlant/ToneSlant.cpp +++ b/plugins/LinuxVST/src/ToneSlant/ToneSlant.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToneSlant - ToneSlant.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToneSlant_H diff --git a/plugins/LinuxVST/src/ToneSlant/ToneSlant.h b/plugins/LinuxVST/src/ToneSlant/ToneSlant.h index ca55bbf14..91251af18 100755 --- a/plugins/LinuxVST/src/ToneSlant/ToneSlant.h +++ b/plugins/LinuxVST/src/ToneSlant/ToneSlant.h @@ -1,7 +1,7 @@ /* ======================================== * ToneSlant - ToneSlant.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ToneSlant_H diff --git a/plugins/LinuxVST/src/ToneSlant/ToneSlantProc.cpp b/plugins/LinuxVST/src/ToneSlant/ToneSlantProc.cpp index 7397d8aa4..82980828d 100755 --- a/plugins/LinuxVST/src/ToneSlant/ToneSlantProc.cpp +++ b/plugins/LinuxVST/src/ToneSlant/ToneSlantProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToneSlant - ToneSlant.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToneSlant_H diff --git a/plugins/LinuxVST/src/TransDesk/TransDesk.cpp b/plugins/LinuxVST/src/TransDesk/TransDesk.cpp index d26434509..bc1bb1f5f 100755 --- a/plugins/LinuxVST/src/TransDesk/TransDesk.cpp +++ b/plugins/LinuxVST/src/TransDesk/TransDesk.cpp @@ -1,6 +1,6 @@ /* ======================================== * TransDesk - TransDesk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TransDesk_H diff --git a/plugins/LinuxVST/src/TransDesk/TransDesk.h b/plugins/LinuxVST/src/TransDesk/TransDesk.h index 4657525a2..afaa8b2bf 100755 --- a/plugins/LinuxVST/src/TransDesk/TransDesk.h +++ b/plugins/LinuxVST/src/TransDesk/TransDesk.h @@ -1,7 +1,7 @@ /* ======================================== * TransDesk - TransDesk.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TransDesk_H diff --git a/plugins/LinuxVST/src/TransDesk/TransDeskProc.cpp b/plugins/LinuxVST/src/TransDesk/TransDeskProc.cpp index 9768c73fb..dde1201fc 100755 --- a/plugins/LinuxVST/src/TransDesk/TransDeskProc.cpp +++ b/plugins/LinuxVST/src/TransDesk/TransDeskProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TransDesk - TransDesk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TransDesk_H diff --git a/plugins/LinuxVST/src/TremoSquare/TremoSquare.cpp b/plugins/LinuxVST/src/TremoSquare/TremoSquare.cpp index 3bd90f485..4753bb0bb 100755 --- a/plugins/LinuxVST/src/TremoSquare/TremoSquare.cpp +++ b/plugins/LinuxVST/src/TremoSquare/TremoSquare.cpp @@ -1,6 +1,6 @@ /* ======================================== * TremoSquare - TremoSquare.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TremoSquare_H diff --git a/plugins/LinuxVST/src/TremoSquare/TremoSquare.h b/plugins/LinuxVST/src/TremoSquare/TremoSquare.h index afb4dbe98..0ca35b09c 100755 --- a/plugins/LinuxVST/src/TremoSquare/TremoSquare.h +++ b/plugins/LinuxVST/src/TremoSquare/TremoSquare.h @@ -1,7 +1,7 @@ /* ======================================== * TremoSquare - TremoSquare.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TremoSquare_H diff --git a/plugins/LinuxVST/src/TremoSquare/TremoSquareProc.cpp b/plugins/LinuxVST/src/TremoSquare/TremoSquareProc.cpp index bcea40a75..37f237a26 100755 --- a/plugins/LinuxVST/src/TremoSquare/TremoSquareProc.cpp +++ b/plugins/LinuxVST/src/TremoSquare/TremoSquareProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TremoSquare - TremoSquare.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TremoSquare_H diff --git a/plugins/LinuxVST/src/Tremolo/Tremolo.cpp b/plugins/LinuxVST/src/Tremolo/Tremolo.cpp index b57f9ec20..918ff9e30 100755 --- a/plugins/LinuxVST/src/Tremolo/Tremolo.cpp +++ b/plugins/LinuxVST/src/Tremolo/Tremolo.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tremolo - Tremolo.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tremolo_H diff --git a/plugins/LinuxVST/src/Tremolo/Tremolo.h b/plugins/LinuxVST/src/Tremolo/Tremolo.h index 1f1d00675..69b853c13 100755 --- a/plugins/LinuxVST/src/Tremolo/Tremolo.h +++ b/plugins/LinuxVST/src/Tremolo/Tremolo.h @@ -1,7 +1,7 @@ /* ======================================== * Tremolo - Tremolo.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Tremolo_H diff --git a/plugins/LinuxVST/src/Tremolo/TremoloProc.cpp b/plugins/LinuxVST/src/Tremolo/TremoloProc.cpp index e63f0b044..148aa76fe 100755 --- a/plugins/LinuxVST/src/Tremolo/TremoloProc.cpp +++ b/plugins/LinuxVST/src/Tremolo/TremoloProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tremolo - Tremolo.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tremolo_H diff --git a/plugins/LinuxVST/src/TripleSpread/TripleSpread.cpp b/plugins/LinuxVST/src/TripleSpread/TripleSpread.cpp index c9ce7c968..a22d97160 100755 --- a/plugins/LinuxVST/src/TripleSpread/TripleSpread.cpp +++ b/plugins/LinuxVST/src/TripleSpread/TripleSpread.cpp @@ -1,6 +1,6 @@ /* ======================================== * TripleSpread - TripleSpread.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TripleSpread_H diff --git a/plugins/LinuxVST/src/TripleSpread/TripleSpread.h b/plugins/LinuxVST/src/TripleSpread/TripleSpread.h index 1d2dbf5fa..95e0074c6 100755 --- a/plugins/LinuxVST/src/TripleSpread/TripleSpread.h +++ b/plugins/LinuxVST/src/TripleSpread/TripleSpread.h @@ -1,7 +1,7 @@ /* ======================================== * TripleSpread - TripleSpread.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TripleSpread_H diff --git a/plugins/LinuxVST/src/TripleSpread/TripleSpreadProc.cpp b/plugins/LinuxVST/src/TripleSpread/TripleSpreadProc.cpp index c04e6dfed..538586227 100755 --- a/plugins/LinuxVST/src/TripleSpread/TripleSpreadProc.cpp +++ b/plugins/LinuxVST/src/TripleSpread/TripleSpreadProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TripleSpread - TripleSpread.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TripleSpread_H diff --git a/plugins/LinuxVST/src/Tube/Tube.cpp b/plugins/LinuxVST/src/Tube/Tube.cpp index 78ecd37d2..ad6b2a8c4 100755 --- a/plugins/LinuxVST/src/Tube/Tube.cpp +++ b/plugins/LinuxVST/src/Tube/Tube.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tube - Tube.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube_H diff --git a/plugins/LinuxVST/src/Tube/Tube.h b/plugins/LinuxVST/src/Tube/Tube.h index c423e2802..5431998ed 100755 --- a/plugins/LinuxVST/src/Tube/Tube.h +++ b/plugins/LinuxVST/src/Tube/Tube.h @@ -1,7 +1,7 @@ /* ======================================== * Tube - Tube.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube_H diff --git a/plugins/LinuxVST/src/Tube/TubeProc.cpp b/plugins/LinuxVST/src/Tube/TubeProc.cpp index 068a6ea5e..91c0ad671 100755 --- a/plugins/LinuxVST/src/Tube/TubeProc.cpp +++ b/plugins/LinuxVST/src/Tube/TubeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tube - Tube.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube_H diff --git a/plugins/LinuxVST/src/Tube2/Tube2.cpp b/plugins/LinuxVST/src/Tube2/Tube2.cpp index e7e68ec2f..b0ad863ae 100755 --- a/plugins/LinuxVST/src/Tube2/Tube2.cpp +++ b/plugins/LinuxVST/src/Tube2/Tube2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tube2 - Tube2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube2_H diff --git a/plugins/LinuxVST/src/Tube2/Tube2.h b/plugins/LinuxVST/src/Tube2/Tube2.h index 80bfcc84b..4021c32a0 100755 --- a/plugins/LinuxVST/src/Tube2/Tube2.h +++ b/plugins/LinuxVST/src/Tube2/Tube2.h @@ -1,7 +1,7 @@ /* ======================================== * Tube2 - Tube2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube2_H diff --git a/plugins/LinuxVST/src/Tube2/Tube2Proc.cpp b/plugins/LinuxVST/src/Tube2/Tube2Proc.cpp index e3c528b96..29975a97d 100755 --- a/plugins/LinuxVST/src/Tube2/Tube2Proc.cpp +++ b/plugins/LinuxVST/src/Tube2/Tube2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tube2 - Tube2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube2_H diff --git a/plugins/LinuxVST/src/TubeDesk/TubeDesk.cpp b/plugins/LinuxVST/src/TubeDesk/TubeDesk.cpp index 5a42bb4aa..54188913c 100755 --- a/plugins/LinuxVST/src/TubeDesk/TubeDesk.cpp +++ b/plugins/LinuxVST/src/TubeDesk/TubeDesk.cpp @@ -1,6 +1,6 @@ /* ======================================== * TubeDesk - TubeDesk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TubeDesk_H diff --git a/plugins/LinuxVST/src/TubeDesk/TubeDesk.h b/plugins/LinuxVST/src/TubeDesk/TubeDesk.h index 7ef3e35be..750d6eab4 100755 --- a/plugins/LinuxVST/src/TubeDesk/TubeDesk.h +++ b/plugins/LinuxVST/src/TubeDesk/TubeDesk.h @@ -1,7 +1,7 @@ /* ======================================== * TubeDesk - TubeDesk.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TubeDesk_H diff --git a/plugins/LinuxVST/src/TubeDesk/TubeDeskProc.cpp b/plugins/LinuxVST/src/TubeDesk/TubeDeskProc.cpp index 72b8fe2c7..51d9aa032 100755 --- a/plugins/LinuxVST/src/TubeDesk/TubeDeskProc.cpp +++ b/plugins/LinuxVST/src/TubeDesk/TubeDeskProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TubeDesk - TubeDesk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TubeDesk_H diff --git a/plugins/LinuxVST/src/UltrasonX/UltrasonX.cpp b/plugins/LinuxVST/src/UltrasonX/UltrasonX.cpp index 1b8a52d6a..fdf38e331 100755 --- a/plugins/LinuxVST/src/UltrasonX/UltrasonX.cpp +++ b/plugins/LinuxVST/src/UltrasonX/UltrasonX.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonX - UltrasonX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonX_H diff --git a/plugins/LinuxVST/src/UltrasonX/UltrasonX.h b/plugins/LinuxVST/src/UltrasonX/UltrasonX.h index dccd0df88..222bee25c 100755 --- a/plugins/LinuxVST/src/UltrasonX/UltrasonX.h +++ b/plugins/LinuxVST/src/UltrasonX/UltrasonX.h @@ -1,7 +1,7 @@ /* ======================================== * UltrasonX - UltrasonX.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonX_H diff --git a/plugins/LinuxVST/src/UltrasonX/UltrasonXProc.cpp b/plugins/LinuxVST/src/UltrasonX/UltrasonXProc.cpp index 09a93d0a6..2f55654a8 100755 --- a/plugins/LinuxVST/src/UltrasonX/UltrasonXProc.cpp +++ b/plugins/LinuxVST/src/UltrasonX/UltrasonXProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonX - UltrasonX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonX_H diff --git a/plugins/LinuxVST/src/Ultrasonic/Ultrasonic.cpp b/plugins/LinuxVST/src/Ultrasonic/Ultrasonic.cpp index fe70912b4..05d23c1e4 100755 --- a/plugins/LinuxVST/src/Ultrasonic/Ultrasonic.cpp +++ b/plugins/LinuxVST/src/Ultrasonic/Ultrasonic.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ultrasonic - Ultrasonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ultrasonic_H diff --git a/plugins/LinuxVST/src/Ultrasonic/Ultrasonic.h b/plugins/LinuxVST/src/Ultrasonic/Ultrasonic.h index d67457d29..3cbd0a56d 100755 --- a/plugins/LinuxVST/src/Ultrasonic/Ultrasonic.h +++ b/plugins/LinuxVST/src/Ultrasonic/Ultrasonic.h @@ -1,7 +1,7 @@ /* ======================================== * Ultrasonic - Ultrasonic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Ultrasonic_H diff --git a/plugins/LinuxVST/src/Ultrasonic/UltrasonicProc.cpp b/plugins/LinuxVST/src/Ultrasonic/UltrasonicProc.cpp index edd6126a8..7b835441a 100755 --- a/plugins/LinuxVST/src/Ultrasonic/UltrasonicProc.cpp +++ b/plugins/LinuxVST/src/Ultrasonic/UltrasonicProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ultrasonic - Ultrasonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ultrasonic_H diff --git a/plugins/LinuxVST/src/UltrasonicLite/UltrasonicLite.cpp b/plugins/LinuxVST/src/UltrasonicLite/UltrasonicLite.cpp index 5f5d08cf1..86de0c844 100755 --- a/plugins/LinuxVST/src/UltrasonicLite/UltrasonicLite.cpp +++ b/plugins/LinuxVST/src/UltrasonicLite/UltrasonicLite.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonicLite - UltrasonicLite.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicLite_H diff --git a/plugins/LinuxVST/src/UltrasonicLite/UltrasonicLite.h b/plugins/LinuxVST/src/UltrasonicLite/UltrasonicLite.h index a78879605..5c56a928e 100755 --- a/plugins/LinuxVST/src/UltrasonicLite/UltrasonicLite.h +++ b/plugins/LinuxVST/src/UltrasonicLite/UltrasonicLite.h @@ -1,7 +1,7 @@ /* ======================================== * UltrasonicLite - UltrasonicLite.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicLite_H diff --git a/plugins/LinuxVST/src/UltrasonicLite/UltrasonicLiteProc.cpp b/plugins/LinuxVST/src/UltrasonicLite/UltrasonicLiteProc.cpp index 7f272fd56..77d740211 100755 --- a/plugins/LinuxVST/src/UltrasonicLite/UltrasonicLiteProc.cpp +++ b/plugins/LinuxVST/src/UltrasonicLite/UltrasonicLiteProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonicLite - UltrasonicLite.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicLite_H diff --git a/plugins/LinuxVST/src/UltrasonicMed/UltrasonicMed.cpp b/plugins/LinuxVST/src/UltrasonicMed/UltrasonicMed.cpp index 906bb46a6..5b9092231 100755 --- a/plugins/LinuxVST/src/UltrasonicMed/UltrasonicMed.cpp +++ b/plugins/LinuxVST/src/UltrasonicMed/UltrasonicMed.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonicMed - UltrasonicMed.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicMed_H diff --git a/plugins/LinuxVST/src/UltrasonicMed/UltrasonicMed.h b/plugins/LinuxVST/src/UltrasonicMed/UltrasonicMed.h index f50f4ef2a..0bd494b90 100755 --- a/plugins/LinuxVST/src/UltrasonicMed/UltrasonicMed.h +++ b/plugins/LinuxVST/src/UltrasonicMed/UltrasonicMed.h @@ -1,7 +1,7 @@ /* ======================================== * UltrasonicMed - UltrasonicMed.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicMed_H diff --git a/plugins/LinuxVST/src/UltrasonicMed/UltrasonicMedProc.cpp b/plugins/LinuxVST/src/UltrasonicMed/UltrasonicMedProc.cpp index 1f01a5f47..a504a3ee8 100755 --- a/plugins/LinuxVST/src/UltrasonicMed/UltrasonicMedProc.cpp +++ b/plugins/LinuxVST/src/UltrasonicMed/UltrasonicMedProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonicMed - UltrasonicMed.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicMed_H diff --git a/plugins/LinuxVST/src/UnBox/UnBox.cpp b/plugins/LinuxVST/src/UnBox/UnBox.cpp index 211bdb712..ec862dcb8 100755 --- a/plugins/LinuxVST/src/UnBox/UnBox.cpp +++ b/plugins/LinuxVST/src/UnBox/UnBox.cpp @@ -1,6 +1,6 @@ /* ======================================== * UnBox - UnBox.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UnBox_H diff --git a/plugins/LinuxVST/src/UnBox/UnBox.h b/plugins/LinuxVST/src/UnBox/UnBox.h index 838b6062e..777a87542 100755 --- a/plugins/LinuxVST/src/UnBox/UnBox.h +++ b/plugins/LinuxVST/src/UnBox/UnBox.h @@ -1,7 +1,7 @@ /* ======================================== * UnBox - UnBox.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UnBox_H diff --git a/plugins/LinuxVST/src/UnBox/UnBoxProc.cpp b/plugins/LinuxVST/src/UnBox/UnBoxProc.cpp index cbeae0d5e..504d731c8 100755 --- a/plugins/LinuxVST/src/UnBox/UnBoxProc.cpp +++ b/plugins/LinuxVST/src/UnBox/UnBoxProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * UnBox - UnBox.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UnBox_H diff --git a/plugins/LinuxVST/src/VariMu/VariMu.cpp b/plugins/LinuxVST/src/VariMu/VariMu.cpp index e71b73000..0979f6722 100755 --- a/plugins/LinuxVST/src/VariMu/VariMu.cpp +++ b/plugins/LinuxVST/src/VariMu/VariMu.cpp @@ -1,6 +1,6 @@ /* ======================================== * VariMu - VariMu.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VariMu_H diff --git a/plugins/LinuxVST/src/VariMu/VariMu.h b/plugins/LinuxVST/src/VariMu/VariMu.h index d06ae8cfc..609fe827a 100755 --- a/plugins/LinuxVST/src/VariMu/VariMu.h +++ b/plugins/LinuxVST/src/VariMu/VariMu.h @@ -1,7 +1,7 @@ /* ======================================== * VariMu - VariMu.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VariMu_H diff --git a/plugins/LinuxVST/src/VariMu/VariMuProc.cpp b/plugins/LinuxVST/src/VariMu/VariMuProc.cpp index a4482761f..5cf5e2aec 100755 --- a/plugins/LinuxVST/src/VariMu/VariMuProc.cpp +++ b/plugins/LinuxVST/src/VariMu/VariMuProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * VariMu - VariMu.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VariMu_H diff --git a/plugins/LinuxVST/src/Verbity/Verbity.cpp b/plugins/LinuxVST/src/Verbity/Verbity.cpp index f001167fc..951c71c78 100755 --- a/plugins/LinuxVST/src/Verbity/Verbity.cpp +++ b/plugins/LinuxVST/src/Verbity/Verbity.cpp @@ -1,6 +1,6 @@ /* ======================================== * Verbity - Verbity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity_H diff --git a/plugins/LinuxVST/src/Verbity/Verbity.h b/plugins/LinuxVST/src/Verbity/Verbity.h index 3e755e0e8..d1b42171c 100755 --- a/plugins/LinuxVST/src/Verbity/Verbity.h +++ b/plugins/LinuxVST/src/Verbity/Verbity.h @@ -1,7 +1,7 @@ /* ======================================== * Verbity - Verbity.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity_H diff --git a/plugins/LinuxVST/src/Verbity/VerbityProc.cpp b/plugins/LinuxVST/src/Verbity/VerbityProc.cpp index 286a798c8..ec3a9a3ba 100755 --- a/plugins/LinuxVST/src/Verbity/VerbityProc.cpp +++ b/plugins/LinuxVST/src/Verbity/VerbityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Verbity - Verbity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity_H diff --git a/plugins/LinuxVST/src/Verbity2/Verbity2.cpp b/plugins/LinuxVST/src/Verbity2/Verbity2.cpp index 2a032b899..a6043e929 100755 --- a/plugins/LinuxVST/src/Verbity2/Verbity2.cpp +++ b/plugins/LinuxVST/src/Verbity2/Verbity2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Verbity2 - Verbity2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity2_H diff --git a/plugins/LinuxVST/src/Verbity2/Verbity2.h b/plugins/LinuxVST/src/Verbity2/Verbity2.h index 0b3aac772..44dab88f7 100755 --- a/plugins/LinuxVST/src/Verbity2/Verbity2.h +++ b/plugins/LinuxVST/src/Verbity2/Verbity2.h @@ -1,7 +1,7 @@ /* ======================================== * Verbity2 - Verbity2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity2_H diff --git a/plugins/LinuxVST/src/Verbity2/Verbity2Proc.cpp b/plugins/LinuxVST/src/Verbity2/Verbity2Proc.cpp index 032426d3d..7ae4d7a3c 100755 --- a/plugins/LinuxVST/src/Verbity2/Verbity2Proc.cpp +++ b/plugins/LinuxVST/src/Verbity2/Verbity2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Verbity2 - Verbity2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity2_H diff --git a/plugins/LinuxVST/src/Vibrato/Vibrato.cpp b/plugins/LinuxVST/src/Vibrato/Vibrato.cpp index 9993a661d..e93b01913 100755 --- a/plugins/LinuxVST/src/Vibrato/Vibrato.cpp +++ b/plugins/LinuxVST/src/Vibrato/Vibrato.cpp @@ -1,6 +1,6 @@ /* ======================================== * Vibrato - Vibrato.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Vibrato_H diff --git a/plugins/LinuxVST/src/Vibrato/Vibrato.h b/plugins/LinuxVST/src/Vibrato/Vibrato.h index 6ad509090..968444332 100755 --- a/plugins/LinuxVST/src/Vibrato/Vibrato.h +++ b/plugins/LinuxVST/src/Vibrato/Vibrato.h @@ -1,7 +1,7 @@ /* ======================================== * Vibrato - Vibrato.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Vibrato_H diff --git a/plugins/LinuxVST/src/Vibrato/VibratoProc.cpp b/plugins/LinuxVST/src/Vibrato/VibratoProc.cpp index bcb855ae9..eca8717c1 100755 --- a/plugins/LinuxVST/src/Vibrato/VibratoProc.cpp +++ b/plugins/LinuxVST/src/Vibrato/VibratoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Vibrato - Vibrato.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Vibrato_H diff --git a/plugins/LinuxVST/src/VinylDither/VinylDither.cpp b/plugins/LinuxVST/src/VinylDither/VinylDither.cpp index 2538e55f8..8668d4136 100755 --- a/plugins/LinuxVST/src/VinylDither/VinylDither.cpp +++ b/plugins/LinuxVST/src/VinylDither/VinylDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * VinylDither - VinylDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VinylDither_H diff --git a/plugins/LinuxVST/src/VinylDither/VinylDither.h b/plugins/LinuxVST/src/VinylDither/VinylDither.h index 2e1c695f9..10f32b00c 100755 --- a/plugins/LinuxVST/src/VinylDither/VinylDither.h +++ b/plugins/LinuxVST/src/VinylDither/VinylDither.h @@ -1,7 +1,7 @@ /* ======================================== * VinylDither - VinylDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VinylDither_H diff --git a/plugins/LinuxVST/src/VinylDither/VinylDitherProc.cpp b/plugins/LinuxVST/src/VinylDither/VinylDitherProc.cpp index 1adede36a..16f91bb2f 100755 --- a/plugins/LinuxVST/src/VinylDither/VinylDitherProc.cpp +++ b/plugins/LinuxVST/src/VinylDither/VinylDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * VinylDither - VinylDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VinylDither_H diff --git a/plugins/LinuxVST/src/VoiceOfTheStarship/VoiceOfTheStarship.cpp b/plugins/LinuxVST/src/VoiceOfTheStarship/VoiceOfTheStarship.cpp index ac1ed8939..d9b663607 100755 --- a/plugins/LinuxVST/src/VoiceOfTheStarship/VoiceOfTheStarship.cpp +++ b/plugins/LinuxVST/src/VoiceOfTheStarship/VoiceOfTheStarship.cpp @@ -1,6 +1,6 @@ /* ======================================== * VoiceOfTheStarship - VoiceOfTheStarship.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceOfTheStarship_H diff --git a/plugins/LinuxVST/src/VoiceOfTheStarship/VoiceOfTheStarship.h b/plugins/LinuxVST/src/VoiceOfTheStarship/VoiceOfTheStarship.h index 51c66c043..9f64ab10f 100755 --- a/plugins/LinuxVST/src/VoiceOfTheStarship/VoiceOfTheStarship.h +++ b/plugins/LinuxVST/src/VoiceOfTheStarship/VoiceOfTheStarship.h @@ -1,7 +1,7 @@ /* ======================================== * VoiceOfTheStarship - VoiceOfTheStarship.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceOfTheStarship_H diff --git a/plugins/LinuxVST/src/VoiceOfTheStarship/VoiceOfTheStarshipProc.cpp b/plugins/LinuxVST/src/VoiceOfTheStarship/VoiceOfTheStarshipProc.cpp index 8ea666d37..dc58bcb9d 100755 --- a/plugins/LinuxVST/src/VoiceOfTheStarship/VoiceOfTheStarshipProc.cpp +++ b/plugins/LinuxVST/src/VoiceOfTheStarship/VoiceOfTheStarshipProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * VoiceOfTheStarship - VoiceOfTheStarship.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceOfTheStarship_H diff --git a/plugins/LinuxVST/src/VoiceTrick/VoiceTrick.cpp b/plugins/LinuxVST/src/VoiceTrick/VoiceTrick.cpp index c4df942f9..c9b952557 100755 --- a/plugins/LinuxVST/src/VoiceTrick/VoiceTrick.cpp +++ b/plugins/LinuxVST/src/VoiceTrick/VoiceTrick.cpp @@ -1,6 +1,6 @@ /* ======================================== * VoiceTrick - VoiceTrick.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceTrick_H diff --git a/plugins/LinuxVST/src/VoiceTrick/VoiceTrick.h b/plugins/LinuxVST/src/VoiceTrick/VoiceTrick.h index d5b1e3ee4..dfad3c7ac 100755 --- a/plugins/LinuxVST/src/VoiceTrick/VoiceTrick.h +++ b/plugins/LinuxVST/src/VoiceTrick/VoiceTrick.h @@ -1,7 +1,7 @@ /* ======================================== * VoiceTrick - VoiceTrick.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceTrick_H diff --git a/plugins/LinuxVST/src/VoiceTrick/VoiceTrickProc.cpp b/plugins/LinuxVST/src/VoiceTrick/VoiceTrickProc.cpp index 201378de8..9c4f9c266 100755 --- a/plugins/LinuxVST/src/VoiceTrick/VoiceTrickProc.cpp +++ b/plugins/LinuxVST/src/VoiceTrick/VoiceTrickProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * VoiceTrick - VoiceTrick.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceTrick_H diff --git a/plugins/LinuxVST/src/Wider/Wider.cpp b/plugins/LinuxVST/src/Wider/Wider.cpp index a7cb54608..42254eca3 100755 --- a/plugins/LinuxVST/src/Wider/Wider.cpp +++ b/plugins/LinuxVST/src/Wider/Wider.cpp @@ -1,6 +1,6 @@ /* ======================================== * Wider - Wider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Wider_H diff --git a/plugins/LinuxVST/src/Wider/Wider.h b/plugins/LinuxVST/src/Wider/Wider.h index a79fa43f0..4a5621fe4 100755 --- a/plugins/LinuxVST/src/Wider/Wider.h +++ b/plugins/LinuxVST/src/Wider/Wider.h @@ -1,7 +1,7 @@ /* ======================================== * Wider - Wider.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Wider_H diff --git a/plugins/LinuxVST/src/Wider/WiderProc.cpp b/plugins/LinuxVST/src/Wider/WiderProc.cpp index fc9f5241a..45fa609a2 100755 --- a/plugins/LinuxVST/src/Wider/WiderProc.cpp +++ b/plugins/LinuxVST/src/Wider/WiderProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Wider - Wider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Wider_H diff --git a/plugins/LinuxVST/src/XBandpass/XBandpass.cpp b/plugins/LinuxVST/src/XBandpass/XBandpass.cpp index ac06aee48..0c4a940da 100755 --- a/plugins/LinuxVST/src/XBandpass/XBandpass.cpp +++ b/plugins/LinuxVST/src/XBandpass/XBandpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * XBandpass - XBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XBandpass_H diff --git a/plugins/LinuxVST/src/XBandpass/XBandpass.h b/plugins/LinuxVST/src/XBandpass/XBandpass.h index d03811383..a506545ab 100755 --- a/plugins/LinuxVST/src/XBandpass/XBandpass.h +++ b/plugins/LinuxVST/src/XBandpass/XBandpass.h @@ -1,7 +1,7 @@ /* ======================================== * XBandpass - XBandpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XBandpass_H diff --git a/plugins/LinuxVST/src/XBandpass/XBandpassProc.cpp b/plugins/LinuxVST/src/XBandpass/XBandpassProc.cpp index 53f7c5f2a..43b72ecdc 100755 --- a/plugins/LinuxVST/src/XBandpass/XBandpassProc.cpp +++ b/plugins/LinuxVST/src/XBandpass/XBandpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XBandpass - XBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XBandpass_H diff --git a/plugins/LinuxVST/src/XHighpass/XHighpass.cpp b/plugins/LinuxVST/src/XHighpass/XHighpass.cpp index c5e439d3b..b5291eb47 100755 --- a/plugins/LinuxVST/src/XHighpass/XHighpass.cpp +++ b/plugins/LinuxVST/src/XHighpass/XHighpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * XHighpass - XHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XHighpass_H diff --git a/plugins/LinuxVST/src/XHighpass/XHighpass.h b/plugins/LinuxVST/src/XHighpass/XHighpass.h index 8001ab17b..adfa9899a 100755 --- a/plugins/LinuxVST/src/XHighpass/XHighpass.h +++ b/plugins/LinuxVST/src/XHighpass/XHighpass.h @@ -1,7 +1,7 @@ /* ======================================== * XHighpass - XHighpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XHighpass_H diff --git a/plugins/LinuxVST/src/XHighpass/XHighpassProc.cpp b/plugins/LinuxVST/src/XHighpass/XHighpassProc.cpp index dd6a8d08e..a71875346 100755 --- a/plugins/LinuxVST/src/XHighpass/XHighpassProc.cpp +++ b/plugins/LinuxVST/src/XHighpass/XHighpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XHighpass - XHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XHighpass_H diff --git a/plugins/LinuxVST/src/XLowpass/XLowpass.cpp b/plugins/LinuxVST/src/XLowpass/XLowpass.cpp index 19020c741..900030270 100755 --- a/plugins/LinuxVST/src/XLowpass/XLowpass.cpp +++ b/plugins/LinuxVST/src/XLowpass/XLowpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * XLowpass - XLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XLowpass_H diff --git a/plugins/LinuxVST/src/XLowpass/XLowpass.h b/plugins/LinuxVST/src/XLowpass/XLowpass.h index dac60bc2a..4396732ef 100755 --- a/plugins/LinuxVST/src/XLowpass/XLowpass.h +++ b/plugins/LinuxVST/src/XLowpass/XLowpass.h @@ -1,7 +1,7 @@ /* ======================================== * XLowpass - XLowpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XLowpass_H diff --git a/plugins/LinuxVST/src/XLowpass/XLowpassProc.cpp b/plugins/LinuxVST/src/XLowpass/XLowpassProc.cpp index 48ea9f36b..62386d109 100755 --- a/plugins/LinuxVST/src/XLowpass/XLowpassProc.cpp +++ b/plugins/LinuxVST/src/XLowpass/XLowpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XLowpass - XLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XLowpass_H diff --git a/plugins/LinuxVST/src/XNotch/XNotch.cpp b/plugins/LinuxVST/src/XNotch/XNotch.cpp index 5ab94a969..14f3e6134 100755 --- a/plugins/LinuxVST/src/XNotch/XNotch.cpp +++ b/plugins/LinuxVST/src/XNotch/XNotch.cpp @@ -1,6 +1,6 @@ /* ======================================== * XNotch - XNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XNotch_H diff --git a/plugins/LinuxVST/src/XNotch/XNotch.h b/plugins/LinuxVST/src/XNotch/XNotch.h index 85a0781d7..4e92f79b7 100755 --- a/plugins/LinuxVST/src/XNotch/XNotch.h +++ b/plugins/LinuxVST/src/XNotch/XNotch.h @@ -1,7 +1,7 @@ /* ======================================== * XNotch - XNotch.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XNotch_H diff --git a/plugins/LinuxVST/src/XNotch/XNotchProc.cpp b/plugins/LinuxVST/src/XNotch/XNotchProc.cpp index 3e867df7b..a2e17c246 100755 --- a/plugins/LinuxVST/src/XNotch/XNotchProc.cpp +++ b/plugins/LinuxVST/src/XNotch/XNotchProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XNotch - XNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XNotch_H diff --git a/plugins/LinuxVST/src/XRegion/XRegion.cpp b/plugins/LinuxVST/src/XRegion/XRegion.cpp index 8d387f626..e25f7c1d2 100755 --- a/plugins/LinuxVST/src/XRegion/XRegion.cpp +++ b/plugins/LinuxVST/src/XRegion/XRegion.cpp @@ -1,6 +1,6 @@ /* ======================================== * XRegion - XRegion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XRegion_H diff --git a/plugins/LinuxVST/src/XRegion/XRegion.h b/plugins/LinuxVST/src/XRegion/XRegion.h index 5234fc31c..c52b5efd8 100755 --- a/plugins/LinuxVST/src/XRegion/XRegion.h +++ b/plugins/LinuxVST/src/XRegion/XRegion.h @@ -1,7 +1,7 @@ /* ======================================== * XRegion - XRegion.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XRegion_H diff --git a/plugins/LinuxVST/src/XRegion/XRegionProc.cpp b/plugins/LinuxVST/src/XRegion/XRegionProc.cpp index a65f234e8..0b3b7f2f8 100755 --- a/plugins/LinuxVST/src/XRegion/XRegionProc.cpp +++ b/plugins/LinuxVST/src/XRegion/XRegionProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XRegion - XRegion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XRegion_H diff --git a/plugins/LinuxVST/src/YBandpass/YBandpass.cpp b/plugins/LinuxVST/src/YBandpass/YBandpass.cpp index 57ac9038c..da0fc7537 100755 --- a/plugins/LinuxVST/src/YBandpass/YBandpass.cpp +++ b/plugins/LinuxVST/src/YBandpass/YBandpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * YBandpass - YBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YBandpass_H diff --git a/plugins/LinuxVST/src/YBandpass/YBandpass.h b/plugins/LinuxVST/src/YBandpass/YBandpass.h index e72e50d43..01fc1d766 100755 --- a/plugins/LinuxVST/src/YBandpass/YBandpass.h +++ b/plugins/LinuxVST/src/YBandpass/YBandpass.h @@ -1,7 +1,7 @@ /* ======================================== * YBandpass - YBandpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YBandpass_H diff --git a/plugins/LinuxVST/src/YBandpass/YBandpassProc.cpp b/plugins/LinuxVST/src/YBandpass/YBandpassProc.cpp index efdf576b5..e829f49d2 100755 --- a/plugins/LinuxVST/src/YBandpass/YBandpassProc.cpp +++ b/plugins/LinuxVST/src/YBandpass/YBandpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * YBandpass - YBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YBandpass_H diff --git a/plugins/LinuxVST/src/YHighpass/YHighpass.cpp b/plugins/LinuxVST/src/YHighpass/YHighpass.cpp index f8e3cd802..672c5aee9 100755 --- a/plugins/LinuxVST/src/YHighpass/YHighpass.cpp +++ b/plugins/LinuxVST/src/YHighpass/YHighpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * YHighpass - YHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YHighpass_H diff --git a/plugins/LinuxVST/src/YHighpass/YHighpass.h b/plugins/LinuxVST/src/YHighpass/YHighpass.h index 079d3bc00..a7af1f25c 100755 --- a/plugins/LinuxVST/src/YHighpass/YHighpass.h +++ b/plugins/LinuxVST/src/YHighpass/YHighpass.h @@ -1,7 +1,7 @@ /* ======================================== * YHighpass - YHighpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YHighpass_H diff --git a/plugins/LinuxVST/src/YHighpass/YHighpassProc.cpp b/plugins/LinuxVST/src/YHighpass/YHighpassProc.cpp index 60626324f..c0d6cf08f 100755 --- a/plugins/LinuxVST/src/YHighpass/YHighpassProc.cpp +++ b/plugins/LinuxVST/src/YHighpass/YHighpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * YHighpass - YHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YHighpass_H diff --git a/plugins/LinuxVST/src/YLowpass/YLowpass.cpp b/plugins/LinuxVST/src/YLowpass/YLowpass.cpp index 694631a14..b9de9b752 100755 --- a/plugins/LinuxVST/src/YLowpass/YLowpass.cpp +++ b/plugins/LinuxVST/src/YLowpass/YLowpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * YLowpass - YLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YLowpass_H diff --git a/plugins/LinuxVST/src/YLowpass/YLowpass.h b/plugins/LinuxVST/src/YLowpass/YLowpass.h index 564336a3b..e77eb5548 100755 --- a/plugins/LinuxVST/src/YLowpass/YLowpass.h +++ b/plugins/LinuxVST/src/YLowpass/YLowpass.h @@ -1,7 +1,7 @@ /* ======================================== * YLowpass - YLowpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YLowpass_H diff --git a/plugins/LinuxVST/src/YLowpass/YLowpassProc.cpp b/plugins/LinuxVST/src/YLowpass/YLowpassProc.cpp index a4c489f53..d5594b002 100755 --- a/plugins/LinuxVST/src/YLowpass/YLowpassProc.cpp +++ b/plugins/LinuxVST/src/YLowpass/YLowpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * YLowpass - YLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YLowpass_H diff --git a/plugins/LinuxVST/src/YNotch/YNotch.cpp b/plugins/LinuxVST/src/YNotch/YNotch.cpp index 52898fec3..e539ecaa1 100755 --- a/plugins/LinuxVST/src/YNotch/YNotch.cpp +++ b/plugins/LinuxVST/src/YNotch/YNotch.cpp @@ -1,6 +1,6 @@ /* ======================================== * YNotch - YNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotch_H diff --git a/plugins/LinuxVST/src/YNotch/YNotch.h b/plugins/LinuxVST/src/YNotch/YNotch.h index e699edb1f..e7aff996d 100755 --- a/plugins/LinuxVST/src/YNotch/YNotch.h +++ b/plugins/LinuxVST/src/YNotch/YNotch.h @@ -1,7 +1,7 @@ /* ======================================== * YNotch - YNotch.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotch_H diff --git a/plugins/LinuxVST/src/YNotch/YNotchProc.cpp b/plugins/LinuxVST/src/YNotch/YNotchProc.cpp index f3535a645..f5e526487 100755 --- a/plugins/LinuxVST/src/YNotch/YNotchProc.cpp +++ b/plugins/LinuxVST/src/YNotch/YNotchProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * YNotch - YNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotch_H diff --git a/plugins/LinuxVST/src/ZBandpass/ZBandpass.cpp b/plugins/LinuxVST/src/ZBandpass/ZBandpass.cpp index c9506de21..c9a3f662f 100755 --- a/plugins/LinuxVST/src/ZBandpass/ZBandpass.cpp +++ b/plugins/LinuxVST/src/ZBandpass/ZBandpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZBandpass - ZBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass_H diff --git a/plugins/LinuxVST/src/ZBandpass/ZBandpass.h b/plugins/LinuxVST/src/ZBandpass/ZBandpass.h index 6dd973ab7..0a3b0996c 100755 --- a/plugins/LinuxVST/src/ZBandpass/ZBandpass.h +++ b/plugins/LinuxVST/src/ZBandpass/ZBandpass.h @@ -1,7 +1,7 @@ /* ======================================== * ZBandpass - ZBandpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass_H diff --git a/plugins/LinuxVST/src/ZBandpass/ZBandpassProc.cpp b/plugins/LinuxVST/src/ZBandpass/ZBandpassProc.cpp index ab264eb48..040c3f9c3 100755 --- a/plugins/LinuxVST/src/ZBandpass/ZBandpassProc.cpp +++ b/plugins/LinuxVST/src/ZBandpass/ZBandpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZBandpass - ZBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass_H diff --git a/plugins/LinuxVST/src/ZBandpass2/ZBandpass2.cpp b/plugins/LinuxVST/src/ZBandpass2/ZBandpass2.cpp index 5405e5808..5c5ab665a 100755 --- a/plugins/LinuxVST/src/ZBandpass2/ZBandpass2.cpp +++ b/plugins/LinuxVST/src/ZBandpass2/ZBandpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZBandpass2 - ZBandpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass2_H diff --git a/plugins/LinuxVST/src/ZBandpass2/ZBandpass2.h b/plugins/LinuxVST/src/ZBandpass2/ZBandpass2.h index 35e06499f..d64a1b178 100755 --- a/plugins/LinuxVST/src/ZBandpass2/ZBandpass2.h +++ b/plugins/LinuxVST/src/ZBandpass2/ZBandpass2.h @@ -1,7 +1,7 @@ /* ======================================== * ZBandpass2 - ZBandpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass2_H diff --git a/plugins/LinuxVST/src/ZBandpass2/ZBandpass2Proc.cpp b/plugins/LinuxVST/src/ZBandpass2/ZBandpass2Proc.cpp index 60ec7317e..2dfee081c 100755 --- a/plugins/LinuxVST/src/ZBandpass2/ZBandpass2Proc.cpp +++ b/plugins/LinuxVST/src/ZBandpass2/ZBandpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZBandpass2 - ZBandpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass2_H diff --git a/plugins/LinuxVST/src/ZHighpass/ZHighpass.cpp b/plugins/LinuxVST/src/ZHighpass/ZHighpass.cpp index 76e2b6661..35874e15f 100755 --- a/plugins/LinuxVST/src/ZHighpass/ZHighpass.cpp +++ b/plugins/LinuxVST/src/ZHighpass/ZHighpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZHighpass - ZHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass_H diff --git a/plugins/LinuxVST/src/ZHighpass/ZHighpass.h b/plugins/LinuxVST/src/ZHighpass/ZHighpass.h index fc00f8ff8..eb90753c4 100755 --- a/plugins/LinuxVST/src/ZHighpass/ZHighpass.h +++ b/plugins/LinuxVST/src/ZHighpass/ZHighpass.h @@ -1,7 +1,7 @@ /* ======================================== * ZHighpass - ZHighpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass_H diff --git a/plugins/LinuxVST/src/ZHighpass/ZHighpassProc.cpp b/plugins/LinuxVST/src/ZHighpass/ZHighpassProc.cpp index 09a18cfb2..808d841ee 100755 --- a/plugins/LinuxVST/src/ZHighpass/ZHighpassProc.cpp +++ b/plugins/LinuxVST/src/ZHighpass/ZHighpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZHighpass - ZHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass_H diff --git a/plugins/LinuxVST/src/ZHighpass2/ZHighpass2.cpp b/plugins/LinuxVST/src/ZHighpass2/ZHighpass2.cpp index 56e71112d..00e933dce 100755 --- a/plugins/LinuxVST/src/ZHighpass2/ZHighpass2.cpp +++ b/plugins/LinuxVST/src/ZHighpass2/ZHighpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZHighpass2 - ZHighpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass2_H diff --git a/plugins/LinuxVST/src/ZHighpass2/ZHighpass2.h b/plugins/LinuxVST/src/ZHighpass2/ZHighpass2.h index 7c8d3a52f..c80c84b90 100755 --- a/plugins/LinuxVST/src/ZHighpass2/ZHighpass2.h +++ b/plugins/LinuxVST/src/ZHighpass2/ZHighpass2.h @@ -1,7 +1,7 @@ /* ======================================== * ZHighpass2 - ZHighpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass2_H diff --git a/plugins/LinuxVST/src/ZHighpass2/ZHighpass2Proc.cpp b/plugins/LinuxVST/src/ZHighpass2/ZHighpass2Proc.cpp index 5add1560b..788928d68 100755 --- a/plugins/LinuxVST/src/ZHighpass2/ZHighpass2Proc.cpp +++ b/plugins/LinuxVST/src/ZHighpass2/ZHighpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZHighpass2 - ZHighpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass2_H diff --git a/plugins/LinuxVST/src/ZLowpass/ZLowpass.cpp b/plugins/LinuxVST/src/ZLowpass/ZLowpass.cpp index 67d8ff861..c72860374 100755 --- a/plugins/LinuxVST/src/ZLowpass/ZLowpass.cpp +++ b/plugins/LinuxVST/src/ZLowpass/ZLowpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZLowpass - ZLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass_H diff --git a/plugins/LinuxVST/src/ZLowpass/ZLowpass.h b/plugins/LinuxVST/src/ZLowpass/ZLowpass.h index 3939e781b..23ae9cfe5 100755 --- a/plugins/LinuxVST/src/ZLowpass/ZLowpass.h +++ b/plugins/LinuxVST/src/ZLowpass/ZLowpass.h @@ -1,7 +1,7 @@ /* ======================================== * ZLowpass - ZLowpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass_H diff --git a/plugins/LinuxVST/src/ZLowpass/ZLowpassProc.cpp b/plugins/LinuxVST/src/ZLowpass/ZLowpassProc.cpp index c5df9e840..a32b3c4d2 100755 --- a/plugins/LinuxVST/src/ZLowpass/ZLowpassProc.cpp +++ b/plugins/LinuxVST/src/ZLowpass/ZLowpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZLowpass - ZLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass_H diff --git a/plugins/LinuxVST/src/ZLowpass2/ZLowpass2.cpp b/plugins/LinuxVST/src/ZLowpass2/ZLowpass2.cpp index 9f7ac084e..7cb517a6c 100755 --- a/plugins/LinuxVST/src/ZLowpass2/ZLowpass2.cpp +++ b/plugins/LinuxVST/src/ZLowpass2/ZLowpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZLowpass2 - ZLowpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass2_H diff --git a/plugins/LinuxVST/src/ZLowpass2/ZLowpass2.h b/plugins/LinuxVST/src/ZLowpass2/ZLowpass2.h index 1f51c3c2e..8188ce636 100755 --- a/plugins/LinuxVST/src/ZLowpass2/ZLowpass2.h +++ b/plugins/LinuxVST/src/ZLowpass2/ZLowpass2.h @@ -1,7 +1,7 @@ /* ======================================== * ZLowpass2 - ZLowpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass2_H diff --git a/plugins/LinuxVST/src/ZLowpass2/ZLowpass2Proc.cpp b/plugins/LinuxVST/src/ZLowpass2/ZLowpass2Proc.cpp index 415ca5f47..753d4afaa 100755 --- a/plugins/LinuxVST/src/ZLowpass2/ZLowpass2Proc.cpp +++ b/plugins/LinuxVST/src/ZLowpass2/ZLowpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZLowpass2 - ZLowpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass2_H diff --git a/plugins/LinuxVST/src/ZNotch/ZNotch.cpp b/plugins/LinuxVST/src/ZNotch/ZNotch.cpp index 051e15347..5c306e150 100755 --- a/plugins/LinuxVST/src/ZNotch/ZNotch.cpp +++ b/plugins/LinuxVST/src/ZNotch/ZNotch.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZNotch - ZNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch_H diff --git a/plugins/LinuxVST/src/ZNotch/ZNotch.h b/plugins/LinuxVST/src/ZNotch/ZNotch.h index e493e40f6..563681f65 100755 --- a/plugins/LinuxVST/src/ZNotch/ZNotch.h +++ b/plugins/LinuxVST/src/ZNotch/ZNotch.h @@ -1,7 +1,7 @@ /* ======================================== * ZNotch - ZNotch.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch_H diff --git a/plugins/LinuxVST/src/ZNotch/ZNotchProc.cpp b/plugins/LinuxVST/src/ZNotch/ZNotchProc.cpp index 37871fa0e..26a4e97e8 100755 --- a/plugins/LinuxVST/src/ZNotch/ZNotchProc.cpp +++ b/plugins/LinuxVST/src/ZNotch/ZNotchProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZNotch - ZNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch_H diff --git a/plugins/LinuxVST/src/ZNotch2/ZNotch2.cpp b/plugins/LinuxVST/src/ZNotch2/ZNotch2.cpp index e15808387..32b831a9a 100755 --- a/plugins/LinuxVST/src/ZNotch2/ZNotch2.cpp +++ b/plugins/LinuxVST/src/ZNotch2/ZNotch2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZNotch2 - ZNotch2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch2_H diff --git a/plugins/LinuxVST/src/ZNotch2/ZNotch2.h b/plugins/LinuxVST/src/ZNotch2/ZNotch2.h index f23bf7b0d..9e2ed3df1 100755 --- a/plugins/LinuxVST/src/ZNotch2/ZNotch2.h +++ b/plugins/LinuxVST/src/ZNotch2/ZNotch2.h @@ -1,7 +1,7 @@ /* ======================================== * ZNotch2 - ZNotch2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch2_H diff --git a/plugins/LinuxVST/src/ZNotch2/ZNotch2Proc.cpp b/plugins/LinuxVST/src/ZNotch2/ZNotch2Proc.cpp index 1e2f92745..9b40877bf 100755 --- a/plugins/LinuxVST/src/ZNotch2/ZNotch2Proc.cpp +++ b/plugins/LinuxVST/src/ZNotch2/ZNotch2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZNotch2 - ZNotch2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch2_H diff --git a/plugins/LinuxVST/src/ZRegion/ZRegion.cpp b/plugins/LinuxVST/src/ZRegion/ZRegion.cpp index 346616021..73a3730da 100755 --- a/plugins/LinuxVST/src/ZRegion/ZRegion.cpp +++ b/plugins/LinuxVST/src/ZRegion/ZRegion.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZRegion - ZRegion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion_H diff --git a/plugins/LinuxVST/src/ZRegion/ZRegion.h b/plugins/LinuxVST/src/ZRegion/ZRegion.h index 3cd3f026b..8d6959aa4 100755 --- a/plugins/LinuxVST/src/ZRegion/ZRegion.h +++ b/plugins/LinuxVST/src/ZRegion/ZRegion.h @@ -1,7 +1,7 @@ /* ======================================== * ZRegion - ZRegion.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion_H diff --git a/plugins/LinuxVST/src/ZRegion/ZRegionProc.cpp b/plugins/LinuxVST/src/ZRegion/ZRegionProc.cpp index 1f26a4384..d331d1142 100755 --- a/plugins/LinuxVST/src/ZRegion/ZRegionProc.cpp +++ b/plugins/LinuxVST/src/ZRegion/ZRegionProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZRegion - ZRegion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion_H diff --git a/plugins/LinuxVST/src/ZRegion2/ZRegion2.cpp b/plugins/LinuxVST/src/ZRegion2/ZRegion2.cpp index f26080c89..040fa8541 100755 --- a/plugins/LinuxVST/src/ZRegion2/ZRegion2.cpp +++ b/plugins/LinuxVST/src/ZRegion2/ZRegion2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZRegion2 - ZRegion2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion2_H diff --git a/plugins/LinuxVST/src/ZRegion2/ZRegion2.h b/plugins/LinuxVST/src/ZRegion2/ZRegion2.h index 9c47f097a..3175f8fd6 100755 --- a/plugins/LinuxVST/src/ZRegion2/ZRegion2.h +++ b/plugins/LinuxVST/src/ZRegion2/ZRegion2.h @@ -1,7 +1,7 @@ /* ======================================== * ZRegion2 - ZRegion2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion2_H diff --git a/plugins/LinuxVST/src/ZRegion2/ZRegion2Proc.cpp b/plugins/LinuxVST/src/ZRegion2/ZRegion2Proc.cpp index 78f7c98e5..c09576813 100755 --- a/plugins/LinuxVST/src/ZRegion2/ZRegion2Proc.cpp +++ b/plugins/LinuxVST/src/ZRegion2/ZRegion2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZRegion2 - ZRegion2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion2_H diff --git a/plugins/LinuxVST/src/curve/curve.cpp b/plugins/LinuxVST/src/curve/curve.cpp index 3bebc534b..748eb15f7 100755 --- a/plugins/LinuxVST/src/curve/curve.cpp +++ b/plugins/LinuxVST/src/curve/curve.cpp @@ -1,6 +1,6 @@ /* ======================================== * curve - curve.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __curve_H diff --git a/plugins/LinuxVST/src/curve/curve.h b/plugins/LinuxVST/src/curve/curve.h index c947b6713..a1a5e1e9b 100755 --- a/plugins/LinuxVST/src/curve/curve.h +++ b/plugins/LinuxVST/src/curve/curve.h @@ -1,7 +1,7 @@ /* ======================================== * curve - curve.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __curve_H diff --git a/plugins/LinuxVST/src/curve/curveProc.cpp b/plugins/LinuxVST/src/curve/curveProc.cpp index e28306c54..b4d1c89df 100755 --- a/plugins/LinuxVST/src/curve/curveProc.cpp +++ b/plugins/LinuxVST/src/curve/curveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * curve - curve.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __curve_H diff --git a/plugins/LinuxVST/src/uLawDecode/uLawDecode.cpp b/plugins/LinuxVST/src/uLawDecode/uLawDecode.cpp index e1dd5cc6e..a8473c920 100755 --- a/plugins/LinuxVST/src/uLawDecode/uLawDecode.cpp +++ b/plugins/LinuxVST/src/uLawDecode/uLawDecode.cpp @@ -1,6 +1,6 @@ /* ======================================== * uLawDecode - uLawDecode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawDecode_H diff --git a/plugins/LinuxVST/src/uLawDecode/uLawDecode.h b/plugins/LinuxVST/src/uLawDecode/uLawDecode.h index fb74bcdba..bb2c6199d 100755 --- a/plugins/LinuxVST/src/uLawDecode/uLawDecode.h +++ b/plugins/LinuxVST/src/uLawDecode/uLawDecode.h @@ -1,7 +1,7 @@ /* ======================================== * uLawDecode - uLawDecode.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawDecode_H diff --git a/plugins/LinuxVST/src/uLawDecode/uLawDecodeProc.cpp b/plugins/LinuxVST/src/uLawDecode/uLawDecodeProc.cpp index 9727a8000..f157908b3 100755 --- a/plugins/LinuxVST/src/uLawDecode/uLawDecodeProc.cpp +++ b/plugins/LinuxVST/src/uLawDecode/uLawDecodeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * uLawDecode - uLawDecode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawDecode_H diff --git a/plugins/LinuxVST/src/uLawEncode/uLawEncode.cpp b/plugins/LinuxVST/src/uLawEncode/uLawEncode.cpp index e4f3de546..c60570aa4 100755 --- a/plugins/LinuxVST/src/uLawEncode/uLawEncode.cpp +++ b/plugins/LinuxVST/src/uLawEncode/uLawEncode.cpp @@ -1,6 +1,6 @@ /* ======================================== * uLawEncode - uLawEncode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawEncode_H diff --git a/plugins/LinuxVST/src/uLawEncode/uLawEncode.h b/plugins/LinuxVST/src/uLawEncode/uLawEncode.h index 41d0d6008..628296550 100755 --- a/plugins/LinuxVST/src/uLawEncode/uLawEncode.h +++ b/plugins/LinuxVST/src/uLawEncode/uLawEncode.h @@ -1,7 +1,7 @@ /* ======================================== * uLawEncode - uLawEncode.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawEncode_H diff --git a/plugins/LinuxVST/src/uLawEncode/uLawEncodeProc.cpp b/plugins/LinuxVST/src/uLawEncode/uLawEncodeProc.cpp index 0bd0090da..6487af28a 100755 --- a/plugins/LinuxVST/src/uLawEncode/uLawEncodeProc.cpp +++ b/plugins/LinuxVST/src/uLawEncode/uLawEncodeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * uLawEncode - uLawEncode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawEncode_H diff --git a/plugins/MacAU/ADClip7/ADClip7.cpp b/plugins/MacAU/ADClip7/ADClip7.cpp index 3e0496713..741ff8a4b 100755 --- a/plugins/MacAU/ADClip7/ADClip7.cpp +++ b/plugins/MacAU/ADClip7/ADClip7.cpp @@ -5,7 +5,7 @@ * * Created: 8/2/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ADClip7/ADClip7.h b/plugins/MacAU/ADClip7/ADClip7.h index 0750b6057..045555afb 100755 --- a/plugins/MacAU/ADClip7/ADClip7.h +++ b/plugins/MacAU/ADClip7/ADClip7.h @@ -5,7 +5,7 @@ * * Created: 8/2/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ADClip7/ADClip7.r b/plugins/MacAU/ADClip7/ADClip7.r index 2fa5b6f30..78ce01bc3 100755 --- a/plugins/MacAU/ADClip7/ADClip7.r +++ b/plugins/MacAU/ADClip7/ADClip7.r @@ -5,7 +5,7 @@ * * Created: 8/2/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ADClip7/ADClip7Version.h b/plugins/MacAU/ADClip7/ADClip7Version.h index 1e32964ab..4fa625a53 100755 --- a/plugins/MacAU/ADClip7/ADClip7Version.h +++ b/plugins/MacAU/ADClip7/ADClip7Version.h @@ -5,7 +5,7 @@ * * Created: 8/2/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ADT/ADT.cpp b/plugins/MacAU/ADT/ADT.cpp index 5f3a2d5dd..f0975c7ed 100755 --- a/plugins/MacAU/ADT/ADT.cpp +++ b/plugins/MacAU/ADT/ADT.cpp @@ -5,7 +5,7 @@ * * Created: 9/28/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ADT/ADT.h b/plugins/MacAU/ADT/ADT.h index 95ef5cd50..1b1e8511f 100755 --- a/plugins/MacAU/ADT/ADT.h +++ b/plugins/MacAU/ADT/ADT.h @@ -5,7 +5,7 @@ * * Created: 9/28/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ADT/ADT.r b/plugins/MacAU/ADT/ADT.r index 567c14798..60f5d7226 100755 --- a/plugins/MacAU/ADT/ADT.r +++ b/plugins/MacAU/ADT/ADT.r @@ -5,7 +5,7 @@ * * Created: 9/28/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ADT/ADTVersion.h b/plugins/MacAU/ADT/ADTVersion.h index 59a0f9736..fc1bbf029 100755 --- a/plugins/MacAU/ADT/ADTVersion.h +++ b/plugins/MacAU/ADT/ADTVersion.h @@ -5,7 +5,7 @@ * * Created: 9/28/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/AQuickVoiceClip/AQuickVoiceClip.cpp b/plugins/MacAU/AQuickVoiceClip/AQuickVoiceClip.cpp index 6e8d978e9..0bfaa1ee9 100755 --- a/plugins/MacAU/AQuickVoiceClip/AQuickVoiceClip.cpp +++ b/plugins/MacAU/AQuickVoiceClip/AQuickVoiceClip.cpp @@ -5,7 +5,7 @@ * * Created: 10/3/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacAU/AQuickVoiceClip/AQuickVoiceClip.h b/plugins/MacAU/AQuickVoiceClip/AQuickVoiceClip.h index 8a0fa1ad1..f79186527 100755 --- a/plugins/MacAU/AQuickVoiceClip/AQuickVoiceClip.h +++ b/plugins/MacAU/AQuickVoiceClip/AQuickVoiceClip.h @@ -5,7 +5,7 @@ * * Created: 10/3/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacAU/AQuickVoiceClip/AQuickVoiceClip.r b/plugins/MacAU/AQuickVoiceClip/AQuickVoiceClip.r index 5b286bab5..b57c45e93 100755 --- a/plugins/MacAU/AQuickVoiceClip/AQuickVoiceClip.r +++ b/plugins/MacAU/AQuickVoiceClip/AQuickVoiceClip.r @@ -5,7 +5,7 @@ * * Created: 10/3/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacAU/AQuickVoiceClip/AQuickVoiceClipVersion.h b/plugins/MacAU/AQuickVoiceClip/AQuickVoiceClipVersion.h index d8fdaa367..e50c19470 100755 --- a/plugins/MacAU/AQuickVoiceClip/AQuickVoiceClipVersion.h +++ b/plugins/MacAU/AQuickVoiceClip/AQuickVoiceClipVersion.h @@ -5,7 +5,7 @@ * * Created: 10/3/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacAU/Acceleration/Acceleration.cpp b/plugins/MacAU/Acceleration/Acceleration.cpp index 37ee57994..e68e69f79 100755 --- a/plugins/MacAU/Acceleration/Acceleration.cpp +++ b/plugins/MacAU/Acceleration/Acceleration.cpp @@ -5,7 +5,7 @@ * * Created: 1/18/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Acceleration/Acceleration.h b/plugins/MacAU/Acceleration/Acceleration.h index e54b35ed4..ee00b6d61 100755 --- a/plugins/MacAU/Acceleration/Acceleration.h +++ b/plugins/MacAU/Acceleration/Acceleration.h @@ -5,7 +5,7 @@ * * Created: 1/18/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Acceleration/Acceleration.r b/plugins/MacAU/Acceleration/Acceleration.r index 022629c37..8bb946597 100644 --- a/plugins/MacAU/Acceleration/Acceleration.r +++ b/plugins/MacAU/Acceleration/Acceleration.r @@ -5,7 +5,7 @@ * * Created: 1/18/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Acceleration/AccelerationVersion.h b/plugins/MacAU/Acceleration/AccelerationVersion.h index 0757a835c..b2ef9ab70 100644 --- a/plugins/MacAU/Acceleration/AccelerationVersion.h +++ b/plugins/MacAU/Acceleration/AccelerationVersion.h @@ -5,7 +5,7 @@ * * Created: 1/18/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Acceleration2/Acceleration2.cpp b/plugins/MacAU/Acceleration2/Acceleration2.cpp index 3f2168163..0124aa118 100755 --- a/plugins/MacAU/Acceleration2/Acceleration2.cpp +++ b/plugins/MacAU/Acceleration2/Acceleration2.cpp @@ -5,7 +5,7 @@ * * Created: 12/21/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Acceleration2/Acceleration2.h b/plugins/MacAU/Acceleration2/Acceleration2.h index 510b69012..e8043851f 100755 --- a/plugins/MacAU/Acceleration2/Acceleration2.h +++ b/plugins/MacAU/Acceleration2/Acceleration2.h @@ -5,7 +5,7 @@ * * Created: 12/21/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Acceleration2/Acceleration2.r b/plugins/MacAU/Acceleration2/Acceleration2.r index b09e43adb..7e0fad84b 100755 --- a/plugins/MacAU/Acceleration2/Acceleration2.r +++ b/plugins/MacAU/Acceleration2/Acceleration2.r @@ -5,7 +5,7 @@ * * Created: 12/21/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Acceleration2/Acceleration2Version.h b/plugins/MacAU/Acceleration2/Acceleration2Version.h index c9c71bbbf..d9369e425 100755 --- a/plugins/MacAU/Acceleration2/Acceleration2Version.h +++ b/plugins/MacAU/Acceleration2/Acceleration2Version.h @@ -5,7 +5,7 @@ * * Created: 12/21/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Air/Air.cpp b/plugins/MacAU/Air/Air.cpp index ee497c4f5..30de60346 100755 --- a/plugins/MacAU/Air/Air.cpp +++ b/plugins/MacAU/Air/Air.cpp @@ -5,7 +5,7 @@ * * Created: 1/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Air/Air.h b/plugins/MacAU/Air/Air.h index 32fe255c1..8ab193c5a 100755 --- a/plugins/MacAU/Air/Air.h +++ b/plugins/MacAU/Air/Air.h @@ -5,7 +5,7 @@ * * Created: 1/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Air/Air.r b/plugins/MacAU/Air/Air.r index e8a7fa85f..2ae5c1440 100755 --- a/plugins/MacAU/Air/Air.r +++ b/plugins/MacAU/Air/Air.r @@ -5,7 +5,7 @@ * * Created: 1/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Air/AirVersion.h b/plugins/MacAU/Air/AirVersion.h index be508e3fb..70e4de124 100755 --- a/plugins/MacAU/Air/AirVersion.h +++ b/plugins/MacAU/Air/AirVersion.h @@ -5,7 +5,7 @@ * * Created: 1/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Air2/Air2.cpp b/plugins/MacAU/Air2/Air2.cpp index e45995019..cdd9c3fc9 100644 --- a/plugins/MacAU/Air2/Air2.cpp +++ b/plugins/MacAU/Air2/Air2.cpp @@ -5,7 +5,7 @@ * * Created: 7/5/21 * - * Copyright: Copyright © 2021 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacAU/Air2/Air2.h b/plugins/MacAU/Air2/Air2.h index af1b3efae..e0c230764 100644 --- a/plugins/MacAU/Air2/Air2.h +++ b/plugins/MacAU/Air2/Air2.h @@ -5,7 +5,7 @@ * * Created: 7/5/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Air2/Air2.r b/plugins/MacAU/Air2/Air2.r index 7210de5fc..dca6251ce 100644 --- a/plugins/MacAU/Air2/Air2.r +++ b/plugins/MacAU/Air2/Air2.r @@ -5,7 +5,7 @@ * * Created: 7/5/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Air2/Air2Version.h b/plugins/MacAU/Air2/Air2Version.h index b92e8f8c7..ffcc2ac4e 100644 --- a/plugins/MacAU/Air2/Air2Version.h +++ b/plugins/MacAU/Air2/Air2Version.h @@ -5,7 +5,7 @@ * * Created: 7/5/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Apicolypse/Apicolypse.cpp b/plugins/MacAU/Apicolypse/Apicolypse.cpp index 2a683f56d..9a4acee81 100755 --- a/plugins/MacAU/Apicolypse/Apicolypse.cpp +++ b/plugins/MacAU/Apicolypse/Apicolypse.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Apicolypse/Apicolypse.h b/plugins/MacAU/Apicolypse/Apicolypse.h index 136c5ee29..fff3a4be1 100755 --- a/plugins/MacAU/Apicolypse/Apicolypse.h +++ b/plugins/MacAU/Apicolypse/Apicolypse.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Apicolypse/Apicolypse.r b/plugins/MacAU/Apicolypse/Apicolypse.r index 6d1c6a027..50a03d1b9 100755 --- a/plugins/MacAU/Apicolypse/Apicolypse.r +++ b/plugins/MacAU/Apicolypse/Apicolypse.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Apicolypse/ApicolypseVersion.h b/plugins/MacAU/Apicolypse/ApicolypseVersion.h index d4091f62d..875bbfa5b 100755 --- a/plugins/MacAU/Apicolypse/ApicolypseVersion.h +++ b/plugins/MacAU/Apicolypse/ApicolypseVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/AtmosphereBuss/AtmosphereBuss.cpp b/plugins/MacAU/AtmosphereBuss/AtmosphereBuss.cpp index 6f3569894..111029286 100755 --- a/plugins/MacAU/AtmosphereBuss/AtmosphereBuss.cpp +++ b/plugins/MacAU/AtmosphereBuss/AtmosphereBuss.cpp @@ -5,7 +5,7 @@ * * Created: 3/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/AtmosphereBuss/AtmosphereBuss.h b/plugins/MacAU/AtmosphereBuss/AtmosphereBuss.h index f39f90abd..d82c0dec0 100755 --- a/plugins/MacAU/AtmosphereBuss/AtmosphereBuss.h +++ b/plugins/MacAU/AtmosphereBuss/AtmosphereBuss.h @@ -5,7 +5,7 @@ * * Created: 3/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/AtmosphereBuss/AtmosphereBuss.r b/plugins/MacAU/AtmosphereBuss/AtmosphereBuss.r index c767d2c3c..582804cf1 100755 --- a/plugins/MacAU/AtmosphereBuss/AtmosphereBuss.r +++ b/plugins/MacAU/AtmosphereBuss/AtmosphereBuss.r @@ -5,7 +5,7 @@ * * Created: 3/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/AtmosphereBuss/AtmosphereBussVersion.h b/plugins/MacAU/AtmosphereBuss/AtmosphereBussVersion.h index f02233e92..deca86061 100755 --- a/plugins/MacAU/AtmosphereBuss/AtmosphereBussVersion.h +++ b/plugins/MacAU/AtmosphereBuss/AtmosphereBussVersion.h @@ -5,7 +5,7 @@ * * Created: 3/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/AtmosphereChannel/AtmosphereChannel.cpp b/plugins/MacAU/AtmosphereChannel/AtmosphereChannel.cpp index 9acc701d0..abee2dd19 100755 --- a/plugins/MacAU/AtmosphereChannel/AtmosphereChannel.cpp +++ b/plugins/MacAU/AtmosphereChannel/AtmosphereChannel.cpp @@ -5,7 +5,7 @@ * * Created: 3/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/AtmosphereChannel/AtmosphereChannel.h b/plugins/MacAU/AtmosphereChannel/AtmosphereChannel.h index 09ea65997..42309b3c3 100755 --- a/plugins/MacAU/AtmosphereChannel/AtmosphereChannel.h +++ b/plugins/MacAU/AtmosphereChannel/AtmosphereChannel.h @@ -5,7 +5,7 @@ * * Created: 3/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/AtmosphereChannel/AtmosphereChannel.r b/plugins/MacAU/AtmosphereChannel/AtmosphereChannel.r index cf1d6a679..23496bc2f 100755 --- a/plugins/MacAU/AtmosphereChannel/AtmosphereChannel.r +++ b/plugins/MacAU/AtmosphereChannel/AtmosphereChannel.r @@ -5,7 +5,7 @@ * * Created: 3/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/AtmosphereChannel/AtmosphereChannelVersion.h b/plugins/MacAU/AtmosphereChannel/AtmosphereChannelVersion.h index b2d5b4739..343fb39ad 100755 --- a/plugins/MacAU/AtmosphereChannel/AtmosphereChannelVersion.h +++ b/plugins/MacAU/AtmosphereChannel/AtmosphereChannelVersion.h @@ -5,7 +5,7 @@ * * Created: 3/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Aura/Aura.cpp b/plugins/MacAU/Aura/Aura.cpp index 663fa1de7..dbb5db287 100755 --- a/plugins/MacAU/Aura/Aura.cpp +++ b/plugins/MacAU/Aura/Aura.cpp @@ -5,7 +5,7 @@ * * Created: 10/7/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Aura/Aura.h b/plugins/MacAU/Aura/Aura.h index 9df735780..904797017 100755 --- a/plugins/MacAU/Aura/Aura.h +++ b/plugins/MacAU/Aura/Aura.h @@ -5,7 +5,7 @@ * * Created: 10/7/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Aura/Aura.r b/plugins/MacAU/Aura/Aura.r index 79c66a455..2f02b436d 100755 --- a/plugins/MacAU/Aura/Aura.r +++ b/plugins/MacAU/Aura/Aura.r @@ -5,7 +5,7 @@ * * Created: 10/7/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Aura/AuraVersion.h b/plugins/MacAU/Aura/AuraVersion.h index 5307e25e8..519450d99 100755 --- a/plugins/MacAU/Aura/AuraVersion.h +++ b/plugins/MacAU/Aura/AuraVersion.h @@ -5,7 +5,7 @@ * * Created: 10/7/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/AutoPan/AutoPan.cpp b/plugins/MacAU/AutoPan/AutoPan.cpp index 6605d2318..2810699f7 100644 --- a/plugins/MacAU/AutoPan/AutoPan.cpp +++ b/plugins/MacAU/AutoPan/AutoPan.cpp @@ -5,7 +5,7 @@ * * Created: 3/25/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/AutoPan/AutoPan.h b/plugins/MacAU/AutoPan/AutoPan.h index 8bd5d989f..ab80873d5 100644 --- a/plugins/MacAU/AutoPan/AutoPan.h +++ b/plugins/MacAU/AutoPan/AutoPan.h @@ -5,7 +5,7 @@ * * Created: 3/25/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/AutoPan/AutoPan.r b/plugins/MacAU/AutoPan/AutoPan.r index cace0d394..53cce8ec6 100644 --- a/plugins/MacAU/AutoPan/AutoPan.r +++ b/plugins/MacAU/AutoPan/AutoPan.r @@ -5,7 +5,7 @@ * * Created: 3/25/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/AutoPan/AutoPanVersion.h b/plugins/MacAU/AutoPan/AutoPanVersion.h index 17ecbde27..560e6212a 100644 --- a/plugins/MacAU/AutoPan/AutoPanVersion.h +++ b/plugins/MacAU/AutoPan/AutoPanVersion.h @@ -5,7 +5,7 @@ * * Created: 3/25/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/AverMatrix/AverMatrix.cpp b/plugins/MacAU/AverMatrix/AverMatrix.cpp index 792d4e068..468025fa3 100755 --- a/plugins/MacAU/AverMatrix/AverMatrix.cpp +++ b/plugins/MacAU/AverMatrix/AverMatrix.cpp @@ -5,7 +5,7 @@ * * Created: 6/1/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/AverMatrix/AverMatrix.h b/plugins/MacAU/AverMatrix/AverMatrix.h index e2c6cd5da..549fb380b 100755 --- a/plugins/MacAU/AverMatrix/AverMatrix.h +++ b/plugins/MacAU/AverMatrix/AverMatrix.h @@ -5,7 +5,7 @@ * * Created: 6/1/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/AverMatrix/AverMatrix.r b/plugins/MacAU/AverMatrix/AverMatrix.r index b26e0e1b4..4875f0ef4 100755 --- a/plugins/MacAU/AverMatrix/AverMatrix.r +++ b/plugins/MacAU/AverMatrix/AverMatrix.r @@ -5,7 +5,7 @@ * * Created: 6/1/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/AverMatrix/AverMatrixVersion.h b/plugins/MacAU/AverMatrix/AverMatrixVersion.h index 0fdf77d93..9a630b0b8 100755 --- a/plugins/MacAU/AverMatrix/AverMatrixVersion.h +++ b/plugins/MacAU/AverMatrix/AverMatrixVersion.h @@ -5,7 +5,7 @@ * * Created: 6/1/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Average/Average.cpp b/plugins/MacAU/Average/Average.cpp index 6363ecd73..eee571e63 100755 --- a/plugins/MacAU/Average/Average.cpp +++ b/plugins/MacAU/Average/Average.cpp @@ -5,7 +5,7 @@ * * Created: 5/5/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Average/Average.h b/plugins/MacAU/Average/Average.h index 2e8b8154f..afba05f94 100755 --- a/plugins/MacAU/Average/Average.h +++ b/plugins/MacAU/Average/Average.h @@ -5,7 +5,7 @@ * * Created: 5/5/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Average/Average.r b/plugins/MacAU/Average/Average.r index 862d47d49..366a26e47 100755 --- a/plugins/MacAU/Average/Average.r +++ b/plugins/MacAU/Average/Average.r @@ -5,7 +5,7 @@ * * Created: 5/5/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Average/AverageVersion.h b/plugins/MacAU/Average/AverageVersion.h index 77988b124..acf9ffcca 100755 --- a/plugins/MacAU/Average/AverageVersion.h +++ b/plugins/MacAU/Average/AverageVersion.h @@ -5,7 +5,7 @@ * * Created: 5/5/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Balanced/Balanced.cpp b/plugins/MacAU/Balanced/Balanced.cpp index 81f885f7c..e54233b45 100755 --- a/plugins/MacAU/Balanced/Balanced.cpp +++ b/plugins/MacAU/Balanced/Balanced.cpp @@ -5,7 +5,7 @@ * * Created: 6/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Balanced/Balanced.h b/plugins/MacAU/Balanced/Balanced.h index 11d30a602..0a2ea009e 100755 --- a/plugins/MacAU/Balanced/Balanced.h +++ b/plugins/MacAU/Balanced/Balanced.h @@ -5,7 +5,7 @@ * * Created: 6/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Balanced/Balanced.r b/plugins/MacAU/Balanced/Balanced.r index 134e6a150..0495d1bf9 100755 --- a/plugins/MacAU/Balanced/Balanced.r +++ b/plugins/MacAU/Balanced/Balanced.r @@ -5,7 +5,7 @@ * * Created: 6/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Balanced/BalancedVersion.h b/plugins/MacAU/Balanced/BalancedVersion.h index 641414da7..7b8a7cb95 100755 --- a/plugins/MacAU/Balanced/BalancedVersion.h +++ b/plugins/MacAU/Balanced/BalancedVersion.h @@ -5,7 +5,7 @@ * * Created: 6/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BassAmp/BassAmp.cpp b/plugins/MacAU/BassAmp/BassAmp.cpp index 2466edef6..562107f35 100755 --- a/plugins/MacAU/BassAmp/BassAmp.cpp +++ b/plugins/MacAU/BassAmp/BassAmp.cpp @@ -5,7 +5,7 @@ * * Created: 5/30/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BassAmp/BassAmp.h b/plugins/MacAU/BassAmp/BassAmp.h index 05e42b1c1..ef24d9c74 100755 --- a/plugins/MacAU/BassAmp/BassAmp.h +++ b/plugins/MacAU/BassAmp/BassAmp.h @@ -5,7 +5,7 @@ * * Created: 5/30/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BassAmp/BassAmp.r b/plugins/MacAU/BassAmp/BassAmp.r index 78405824c..922c55bfd 100755 --- a/plugins/MacAU/BassAmp/BassAmp.r +++ b/plugins/MacAU/BassAmp/BassAmp.r @@ -5,7 +5,7 @@ * * Created: 5/30/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BassAmp/BassAmpVersion.h b/plugins/MacAU/BassAmp/BassAmpVersion.h index b69b63e28..5bbf915c1 100755 --- a/plugins/MacAU/BassAmp/BassAmpVersion.h +++ b/plugins/MacAU/BassAmp/BassAmpVersion.h @@ -5,7 +5,7 @@ * * Created: 5/30/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BassDrive/BassDrive.cpp b/plugins/MacAU/BassDrive/BassDrive.cpp index 7fda5db12..7dc7c97e4 100755 --- a/plugins/MacAU/BassDrive/BassDrive.cpp +++ b/plugins/MacAU/BassDrive/BassDrive.cpp @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/BassDrive/BassDrive.h b/plugins/MacAU/BassDrive/BassDrive.h index 22be5c673..b422bd0ac 100755 --- a/plugins/MacAU/BassDrive/BassDrive.h +++ b/plugins/MacAU/BassDrive/BassDrive.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/BassDrive/BassDrive.r b/plugins/MacAU/BassDrive/BassDrive.r index 5aec1af5d..a41bfcc82 100755 --- a/plugins/MacAU/BassDrive/BassDrive.r +++ b/plugins/MacAU/BassDrive/BassDrive.r @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/BassDrive/BassDriveVersion.h b/plugins/MacAU/BassDrive/BassDriveVersion.h index c1a25c711..b959232ef 100755 --- a/plugins/MacAU/BassDrive/BassDriveVersion.h +++ b/plugins/MacAU/BassDrive/BassDriveVersion.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/BassKit/BassKit.cpp b/plugins/MacAU/BassKit/BassKit.cpp index 7cdaf0d61..253cbcda7 100755 --- a/plugins/MacAU/BassKit/BassKit.cpp +++ b/plugins/MacAU/BassKit/BassKit.cpp @@ -5,7 +5,7 @@ * * Created: 10/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BassKit/BassKit.h b/plugins/MacAU/BassKit/BassKit.h index b6bffd8fb..a9419d2a9 100755 --- a/plugins/MacAU/BassKit/BassKit.h +++ b/plugins/MacAU/BassKit/BassKit.h @@ -5,7 +5,7 @@ * * Created: 10/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BassKit/BassKit.r b/plugins/MacAU/BassKit/BassKit.r index 4dcc21cda..4bd8627ee 100755 --- a/plugins/MacAU/BassKit/BassKit.r +++ b/plugins/MacAU/BassKit/BassKit.r @@ -5,7 +5,7 @@ * * Created: 10/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BassKit/BassKitVersion.h b/plugins/MacAU/BassKit/BassKitVersion.h index f8936b24b..4f10746de 100755 --- a/plugins/MacAU/BassKit/BassKitVersion.h +++ b/plugins/MacAU/BassKit/BassKitVersion.h @@ -5,7 +5,7 @@ * * Created: 10/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Baxandall/Baxandall.cpp b/plugins/MacAU/Baxandall/Baxandall.cpp index 88889c225..ed9b0441a 100755 --- a/plugins/MacAU/Baxandall/Baxandall.cpp +++ b/plugins/MacAU/Baxandall/Baxandall.cpp @@ -5,7 +5,7 @@ * * Created: 12/22/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Baxandall/Baxandall.h b/plugins/MacAU/Baxandall/Baxandall.h index 0bf754baf..da7d5f040 100755 --- a/plugins/MacAU/Baxandall/Baxandall.h +++ b/plugins/MacAU/Baxandall/Baxandall.h @@ -5,7 +5,7 @@ * * Created: 12/22/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Baxandall/Baxandall.r b/plugins/MacAU/Baxandall/Baxandall.r index 9b5ccbdb2..e2e8e7eb4 100755 --- a/plugins/MacAU/Baxandall/Baxandall.r +++ b/plugins/MacAU/Baxandall/Baxandall.r @@ -5,7 +5,7 @@ * * Created: 12/22/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Baxandall/BaxandallVersion.h b/plugins/MacAU/Baxandall/BaxandallVersion.h index 6b0e94af9..f5339d089 100755 --- a/plugins/MacAU/Baxandall/BaxandallVersion.h +++ b/plugins/MacAU/Baxandall/BaxandallVersion.h @@ -5,7 +5,7 @@ * * Created: 12/22/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Baxandall2/Baxandall2.cpp b/plugins/MacAU/Baxandall2/Baxandall2.cpp new file mode 100755 index 000000000..f7648f289 --- /dev/null +++ b/plugins/MacAU/Baxandall2/Baxandall2.cpp @@ -0,0 +1,265 @@ +/* +* File: Baxandall2.cpp +* +* Version: 1.0 +* +* Created: 9/16/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +/*============================================================================= + Baxandall2.cpp + +=============================================================================*/ +#include "Baxandall2.h" + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +COMPONENT_ENTRY(Baxandall2) + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Baxandall2::Baxandall2 +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Baxandall2::Baxandall2(AudioUnit component) + : AUEffectBase(component) +{ + CreateElements(); + Globals()->UseIndexedParameters(kNumberOfParameters); + SetParameter(kParam_One, kDefaultValue_ParamOne ); + SetParameter(kParam_Two, kDefaultValue_ParamTwo ); + +#if AU_DEBUG_DISPATCHER + mDebugDispatcher = new AUDebugDispatcher (this); +#endif + +} + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Baxandall2::GetParameterValueStrings +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Baxandall2::GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings) +{ + + return kAudioUnitErr_InvalidProperty; +} + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Baxandall2::GetParameterInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Baxandall2::GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo ) +{ + ComponentResult result = noErr; + + outParameterInfo.flags = kAudioUnitParameterFlag_IsWritable + | kAudioUnitParameterFlag_IsReadable; + + if (inScope == kAudioUnitScope_Global) { + switch(inParameterID) + { + case kParam_One: + AUBase::FillInParameterName (outParameterInfo, kParameterOneName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = -24.0; + outParameterInfo.maxValue = 24.0; + outParameterInfo.defaultValue = kDefaultValue_ParamOne; + break; + case kParam_Two: + AUBase::FillInParameterName (outParameterInfo, kParameterTwoName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = -24.0; + outParameterInfo.maxValue = 24.0; + outParameterInfo.defaultValue = kDefaultValue_ParamTwo; + break; + default: + result = kAudioUnitErr_InvalidParameter; + break; + } + } else { + result = kAudioUnitErr_InvalidParameter; + } + + + + return result; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Baxandall2::GetPropertyInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Baxandall2::GetPropertyInfo (AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable) +{ + return AUEffectBase::GetPropertyInfo (inID, inScope, inElement, outDataSize, outWritable); +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Baxandall2::GetProperty +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Baxandall2::GetProperty( AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData ) +{ + return AUEffectBase::GetProperty (inID, inScope, inElement, outData); +} + +// Baxandall2::Initialize +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Baxandall2::Initialize() +{ + ComponentResult result = AUEffectBase::Initialize(); + if (result == noErr) + Reset(kAudioUnitScope_Global, 0); + return result; +} + +#pragma mark ____Baxandall2EffectKernel + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Baxandall2::Baxandall2Kernel::Reset() +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void Baxandall2::Baxandall2Kernel::Reset() +{ + for (int x = 0; x < 9; x++) { + trebleA[x] = 0.0; + trebleB[x] = 0.0; + bassA[x] = 0.0; + bassB[x] = 0.0; + } + flip = false; + fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Baxandall2::Baxandall2Kernel::Process +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void Baxandall2::Baxandall2Kernel::Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence ) +{ + UInt32 nSampleFrames = inFramesToProcess; + const Float32 *sourceP = inSourceP; + Float32 *destP = inDestP; + + double trebleGain = pow(10.0,GetParameter( kParam_One )/20.0); + double trebleFreq = (4410.0*trebleGain)/GetSampleRate(); + if (trebleFreq > 0.45) trebleFreq = 0.45; + trebleA[0] = trebleB[0] = trebleFreq; + double bassGain = pow(10.0,GetParameter( kParam_Two )/20.0); + double bassFreq = pow(10.0,-GetParameter( kParam_Two )/20.0); + bassFreq = (8820.0*bassFreq)/GetSampleRate(); + if (bassFreq > 0.45) bassFreq = 0.45; + bassA[0] = bassB[0] = bassFreq; + trebleA[1] = trebleB[1] = 0.4; + bassA[1] = bassB[1] = 0.2; + + double K = tan(M_PI * trebleA[0]); + double norm = 1.0 / (1.0 + K / trebleA[1] + K * K); + trebleB[2] = trebleA[2] = K * K * norm; + trebleB[3] = trebleA[3] = 2.0 * trebleA[2]; + trebleB[4] = trebleA[4] = trebleA[2]; + trebleB[5] = trebleA[5] = 2.0 * (K * K - 1.0) * norm; + trebleB[6] = trebleA[6] = (1.0 - K / trebleA[1] + K * K) * norm; + + K = tan(M_PI * bassA[0]); + norm = 1.0 / (1.0 + K / bassA[1] + K * K); + bassB[2] = bassA[2] = K * K * norm; + bassB[3] = bassA[3] = 2.0 * bassA[2]; + bassB[4] = bassA[4] = bassA[2]; + bassB[5] = bassA[5] = 2.0 * (K * K - 1.0) * norm; + bassB[6] = bassA[6] = (1.0 - K / bassA[1] + K * K) * norm; + + while (nSampleFrames-- > 0) { + long double inputSample = *sourceP; + if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; + + double trebleSample; + double bassSample; + if (flip) + { + trebleSample = (inputSample * trebleA[2]) + trebleA[7]; + trebleA[7] = (inputSample * trebleA[3]) - (trebleSample * trebleA[5]) + trebleA[8]; + trebleA[8] = (inputSample * trebleA[4]) - (trebleSample * trebleA[6]); + trebleSample = inputSample - trebleSample; + + bassSample = (inputSample * bassA[2]) + bassA[7]; + bassA[7] = (inputSample * bassA[3]) - (bassSample * bassA[5]) + bassA[8]; + bassA[8] = (inputSample * bassA[4]) - (bassSample * bassA[6]); + } + else + { + trebleSample = (inputSample * trebleB[2]) + trebleB[7]; + trebleB[7] = (inputSample * trebleB[3]) - (trebleSample * trebleB[5]) + trebleB[8]; + trebleB[8] = (inputSample * trebleB[4]) - (trebleSample * trebleB[6]); + trebleSample = inputSample - trebleSample; + + bassSample = (inputSample * bassB[2]) + bassB[7]; + bassB[7] = (inputSample * bassB[3]) - (bassSample * bassB[5]) + bassB[8]; + bassB[8] = (inputSample * bassB[4]) - (bassSample * bassB[6]); + } + flip = !flip; + + trebleSample *= trebleGain; + bassSample *= bassGain; + inputSample = bassSample + trebleSample; //interleaved biquad + + //begin 32 bit floating point dither + int expon; frexpf((float)inputSample, &expon); + fpd ^= fpd << 13; fpd ^= fpd >> 17; fpd ^= fpd << 5; + inputSample += ((double(fpd)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit floating point dither + + *destP = inputSample; + + sourceP += inNumChannels; destP += inNumChannels; + } +} + diff --git a/plugins/MacAU/Baxandall2/Baxandall2.exp b/plugins/MacAU/Baxandall2/Baxandall2.exp new file mode 100755 index 000000000..f1c2a2fd1 --- /dev/null +++ b/plugins/MacAU/Baxandall2/Baxandall2.exp @@ -0,0 +1 @@ +_Baxandall2Entry diff --git a/plugins/MacAU/Baxandall2/Baxandall2.h b/plugins/MacAU/Baxandall2/Baxandall2.h new file mode 100755 index 000000000..4620bdb4a --- /dev/null +++ b/plugins/MacAU/Baxandall2/Baxandall2.h @@ -0,0 +1,143 @@ +/* +* File: Baxandall2.h +* +* Version: 1.0 +* +* Created: 9/16/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include "AUEffectBase.h" +#include "Baxandall2Version.h" + +#if AU_DEBUG_DISPATCHER + #include "AUDebugDispatcher.h" +#endif + + +#ifndef __Baxandall2_h__ +#define __Baxandall2_h__ + + +#pragma mark ____Baxandall2 Parameters + +// parameters +static const float kDefaultValue_ParamOne = 0.0; +static const float kDefaultValue_ParamTwo = 0.0; + +static CFStringRef kParameterOneName = CFSTR("Treble"); +static CFStringRef kParameterTwoName = CFSTR("Bass"); +//Alter the name if desired, but using the plugin name is a start + +enum { + kParam_One =0, + kParam_Two =1, + //Add your parameters here... + kNumberOfParameters=2 +}; + +#pragma mark ____Baxandall2 +class Baxandall2 : public AUEffectBase +{ +public: + Baxandall2(AudioUnit component); +#if AU_DEBUG_DISPATCHER + virtual ~Baxandall2 () { delete mDebugDispatcher; } +#endif + + virtual AUKernelBase * NewKernel() { return new Baxandall2Kernel(this); } + + virtual ComponentResult GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings); + + virtual ComponentResult GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo); + + virtual ComponentResult GetPropertyInfo(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable ); + + virtual ComponentResult GetProperty(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData); + + virtual ComponentResult Initialize(); + virtual bool SupportsTail () { return true; } + virtual Float64 GetTailTime() {return (1.0/GetSampleRate())*0.0;} //in SECONDS! gsr * a number = in samples + virtual Float64 GetLatency() {return (1.0/GetSampleRate())*0.0;} // in SECONDS! gsr * a number = in samples + + /*! @method Version */ + virtual ComponentResult Version() { return kBaxandall2Version; } + + + +protected: + class Baxandall2Kernel : public AUKernelBase // most of the real work happens here + { +public: + Baxandall2Kernel(AUEffectBase *inAudioUnit ) + : AUKernelBase(inAudioUnit) + { + } + + // *Required* overides for the process method for this effect + // processes one channel of interleaved samples + virtual void Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence); + + virtual void Reset(); + + private: + double trebleA[9]; + double trebleB[9]; + double bassA[9]; + double bassB[9]; + bool flip; + uint32_t fpd; + }; +}; + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +#endif \ No newline at end of file diff --git a/plugins/MacAU/Baxandall2/Baxandall2.r b/plugins/MacAU/Baxandall2/Baxandall2.r new file mode 100755 index 000000000..850e3fbb9 --- /dev/null +++ b/plugins/MacAU/Baxandall2/Baxandall2.r @@ -0,0 +1,61 @@ +/* +* File: Baxandall2.r +* +* Version: 1.0 +* +* Created: 9/16/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include + +#include "Baxandall2Version.h" + +// Note that resource IDs must be spaced 2 apart for the 'STR ' name and description +#define kAudioUnitResID_Baxandall2 1000 + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Baxandall2~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#define RES_ID kAudioUnitResID_Baxandall2 +#define COMP_TYPE kAudioUnitType_Effect +#define COMP_SUBTYPE Baxandall2_COMP_SUBTYPE +#define COMP_MANUF Baxandall2_COMP_MANF + +#define VERSION kBaxandall2Version +#define NAME "Airwindows: Baxandall2" +#define DESCRIPTION "Baxandall2 AU" +#define ENTRY_POINT "Baxandall2Entry" + +#include "AUResources.r" \ No newline at end of file diff --git a/plugins/MacAU/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.mode1v3 b/plugins/MacAU/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.mode1v3 new file mode 100755 index 000000000..f301be9a2 --- /dev/null +++ b/plugins/MacAU/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.mode1v3 @@ -0,0 +1,1358 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 8BD3CCBC148831C90062E48C + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + build + debugger-enable-breakpoints + get-info + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05AEB0720742700365D66 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 20 + 19 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 445}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 463}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {580, 269}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 269pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 274}, {580, 189}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + XCDetailModule + Proportion + 189pt + + + Proportion + 580pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 8B563EC9161B5E170067FE32 + 1CE0B1FE06471DED0097A5F4 + 8B563ECA161B5E170067FE32 + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 8BD3CCBD148831C90062E48C + /Developer/Library/Xcode/Project Templates/System Plug-in/Audio Unit Effect/Audio Unit Effect/StarterAU.xcodeproj + + WindowString + 203 321 788 504 0 0 1440 878 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {500, 218}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 223}, {500, 236}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 459pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 8BD3CCBD148831C90062E48C + 8B563ECB161B5E170067FE32 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 668 222 500 500 0 0 1440 878 + WindowToolGUID + 8BD3CCBD148831C90062E48C + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacAU/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..9ff542edc --- /dev/null +++ b/plugins/MacAU/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,153 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Baxandall2 */; + codeSenseManager = 8BD3CCB9148830B20062E48C /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 292, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 252, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685053235; + PBXWorkspaceStateSaveDate = 685053235; + }; + perUserProjectItems = { + 8BF9C8E128D517AF009E96CF /* PlistBookmark */ = 8BF9C8E128D517AF009E96CF /* PlistBookmark */; + 8BF9C8E228D517AF009E96CF /* PBXTextBookmark */ = 8BF9C8E228D517AF009E96CF /* PBXTextBookmark */; + 8BF9C8E328D517AF009E96CF /* PBXTextBookmark */ = 8BF9C8E328D517AF009E96CF /* PBXTextBookmark */; + 8BF9C8E428D517AF009E96CF /* PBXBookmark */ = 8BF9C8E428D517AF009E96CF /* PBXBookmark */; + 8BF9C8E528D517AF009E96CF /* PBXTextBookmark */ = 8BF9C8E528D517AF009E96CF /* PBXTextBookmark */; + }; + sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; + userBuildSettings = { + }; + }; + 8BA05A660720730100365D66 /* Baxandall2.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1212, 4788}}"; + sepNavSelRange = "{5428, 0}"; + sepNavVisRange = "{7393, 1686}"; + sepNavWindowFrame = "{{181, 41}, {1259, 837}}"; + }; + }; + 8BA05A690720730100365D66 /* Baxandall2Version.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1056, 1080}}"; + sepNavSelRange = "{2901, 0}"; + sepNavVisRange = "{2680, 283}"; + sepNavWindowFrame = "{{15, 38}, {1259, 837}}"; + }; + }; + 8BC6025B073B072D006C4272 /* Baxandall2.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1146, 2322}}"; + sepNavSelRange = "{3191, 0}"; + sepNavVisRange = "{2808, 314}"; + sepNavWindowFrame = "{{181, 41}, {1259, 837}}"; + }; + }; + 8BD3CCB8148830B20062E48C /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8BD3CCB9148830B20062E48C /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8BF9C8E128D517AF009E96CF /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Baxandall2/Info.plist; + rLen = 0; + rLoc = 9223372036854775807; + }; + 8BF9C8E228D517AF009E96CF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Baxandall2.cpp */; + name = "Baxandall2.cpp: 111"; + rLen = 0; + rLoc = 5428; + rType = 0; + vrLen = 483; + vrLoc = 5168; + }; + 8BF9C8E328D517AF009E96CF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A690720730100365D66 /* Baxandall2Version.h */; + name = "Baxandall2Version.h: 54"; + rLen = 0; + rLoc = 2901; + rType = 0; + vrLen = 283; + vrLoc = 2680; + }; + 8BF9C8E428D517AF009E96CF /* PBXBookmark */ = { + isa = PBXBookmark; + fRef = 8BC6025B073B072D006C4272 /* Baxandall2.h */; + }; + 8BF9C8E528D517AF009E96CF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BC6025B073B072D006C4272 /* Baxandall2.h */; + name = "Baxandall2.h: 68"; + rLen = 0; + rLoc = 3191; + rType = 0; + vrLen = 314; + vrLoc = 2808; + }; + 8D01CCC60486CAD60068D4B7 /* Baxandall2 */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacAU/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..75fb31e55 --- /dev/null +++ b/plugins/MacAU/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1509 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8BD7274F1D46E5A5000176F0 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 288 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05A56072072A900365D66 + 089C167CFE841241C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 4 + 2 + 1 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {288, 595}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {305, 613}} + GroupTreeTableConfiguration + + MainColumn + 288 + + RubberWindowFrame + 572 200 841 654 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 305pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8BD7274A1D46E5A5000176F0 + PBXProjectModuleLabel + Baxandall2.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BD7274B1D46E5A5000176F0 + PBXProjectModuleLabel + Baxandall2.h + _historyCapacity + 0 + bookmark + 8BF9C8E528D517AF009E96CF + history + + 8BF9C8E128D517AF009E96CF + 8BF9C8E228D517AF009E96CF + 8BF9C8E328D517AF009E96CF + 8BF9C8E428D517AF009E96CF + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {531, 216}} + RubberWindowFrame + 572 200 841 654 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 216pt + + + Proportion + 392pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {531, 365}} + RubberWindowFrame + 572 200 841 654 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXBuildResultsModule + + + + + Proportion + 531pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8BF9C8E628D517AF009E96CF + 1CA23ED40692098700951B8B + 8BF9C8E728D517AF009E96CF + 8BD7274A1D46E5A5000176F0 + 8BF9C8E828D517AF009E96CF + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0pt + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 214}} + {{395, 0}, {415, 214}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 214}} + {{0, 214}, {810, 227}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 5}, {810, 441}} + PBXDebugSessionStackFrameViewKey + + DebugVariablesTableConfiguration + + Name + 120 + Value + 85 + Summary + 185 + + Frame + {{395, 0}, {415, 214}} + + + Module + PBXDebugSessionModule + Proportion + 441pt + + + Name + Debug + ServiceClasses + + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + PBXDebugProcessAndThreadModule + PBXDebugProcessViewModule + PBXDebugThreadViewModule + PBXDebugStackFrameViewModule + PBXNavigatorGroup + + TableOfContents + + 8BD727EC1D46ECF1000176F0 + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 8BD727ED1D46ECF1000176F0 + 8BD727EE1D46ECF1000176F0 + 8BD727EF1D46ECF1000176F0 + 8BD727F01D46ECF1000176F0 + 8BD727E71D46ECD9000176F0 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685053871.30147195 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + 8BF9C8E928D517AF009E96CF + /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Baxandall2/Baxandall2.xcodeproj + + WindowString + 572 200 841 654 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacAU/Baxandall2/Baxandall2.xcodeproj/project.pbxproj b/plugins/MacAU/Baxandall2/Baxandall2.xcodeproj/project.pbxproj new file mode 100755 index 000000000..ef7ea5ae1 --- /dev/null +++ b/plugins/MacAU/Baxandall2/Baxandall2.xcodeproj/project.pbxproj @@ -0,0 +1,490 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */; }; + 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */; }; + 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */; }; + 8B4119B70749654200361ABE /* Baxandall2.r in Rez */ = {isa = PBXBuildFile; fileRef = 8BA05A680720730100365D66 /* Baxandall2.r */; }; + 8BA05A6B0720730100365D66 /* Baxandall2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* Baxandall2.cpp */; }; + 8BA05A6E0720730100365D66 /* Baxandall2Version.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* Baxandall2Version.h */; }; + 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A7F072073D200365D66 /* AUBase.cpp */; }; + 8BA05AAF072073D300365D66 /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A80072073D200365D66 /* AUBase.h */; }; + 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A81072073D200365D66 /* AUDispatch.cpp */; }; + 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A82072073D200365D66 /* AUDispatch.h */; }; + 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A83072073D200365D66 /* AUInputElement.cpp */; }; + 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A84072073D200365D66 /* AUInputElement.h */; }; + 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A85072073D200365D66 /* AUOutputElement.cpp */; }; + 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A86072073D200365D66 /* AUOutputElement.h */; }; + 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A88072073D200365D66 /* AUScopeElement.cpp */; }; + 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A89072073D200365D66 /* AUScopeElement.h */; }; + 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A8A072073D200365D66 /* ComponentBase.cpp */; }; + 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A8B072073D200365D66 /* ComponentBase.h */; }; + 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */; }; + 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A9B072073D200365D66 /* AUEffectBase.h */; }; + 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA7072073D200365D66 /* AUBuffer.cpp */; }; + 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AA8072073D200365D66 /* AUBuffer.h */; }; + 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */; }; + 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */; }; + 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */; }; + 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */; }; + 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */; }; + 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */; }; + 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */; }; + 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE10720742100365D66 /* CAMutex.cpp */; }; + 8BA05AE80720742100365D66 /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE20720742100365D66 /* CAMutex.h */; }; + 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */; }; + 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */; }; + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; + 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05B050720754400365D66 /* CAAUParameter.cpp */; }; + 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05B060720754400365D66 /* CAAUParameter.h */; }; + 8BC6025C073B072D006C4272 /* Baxandall2.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* Baxandall2.h */; }; + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; + F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */; }; + F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; + 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; + 8BA05A660720730100365D66 /* Baxandall2.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Baxandall2.cpp; sourceTree = ""; }; + 8BA05A670720730100365D66 /* Baxandall2.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = Baxandall2.exp; sourceTree = ""; }; + 8BA05A680720730100365D66 /* Baxandall2.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = Baxandall2.r; sourceTree = ""; }; + 8BA05A690720730100365D66 /* Baxandall2Version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Baxandall2Version.h; sourceTree = ""; }; + 8BA05A7F072073D200365D66 /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BA05A80072073D200365D66 /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BA05A81072073D200365D66 /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BA05A82072073D200365D66 /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BA05A83072073D200365D66 /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BA05A84072073D200365D66 /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BA05A85072073D200365D66 /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BA05A86072073D200365D66 /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BA05A87072073D200365D66 /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BA05A88072073D200365D66 /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BA05A89072073D200365D66 /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BA05A8A072073D200365D66 /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BA05A8B072073D200365D66 /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BA05A9B072073D200365D66 /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BA05AA7072073D200365D66 /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BA05AA8072073D200365D66 /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDebugDispatcher.cpp; sourceTree = ""; }; + 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDebugDispatcher.h; sourceTree = ""; }; + 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BA05AE10720742100365D66 /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BA05AE20720742100365D66 /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; + 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; + 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; + 8BA05B050720754400365D66 /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BA05B060720754400365D66 /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BC6025B073B072D006C4272 /* Baxandall2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Baxandall2.h; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8D01CCD20486CAD60068D4B7 /* Baxandall2.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Baxandall2.component; sourceTree = BUILT_PRODUCTS_DIR; }; + F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUBaseHelper.cpp; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.cpp; sourceTree = SYSTEM_DEVELOPER_DIR; }; + F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUBaseHelper.h; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.h; sourceTree = SYSTEM_DEVELOPER_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8D01CCCD0486CAD60068D4B7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */, + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */, + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* Baxandall2 */ = { + isa = PBXGroup; + children = ( + 08FB77ADFE841716C02AAC07 /* Source */, + 089C167CFE841241C02AAC07 /* Resources */, + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + ); + name = Baxandall2; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */, + 8BA05B01072074F900365D66 /* CoreServices.framework */, + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */, + 8BA05AFA072074E100365D66 /* AudioUnit.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + 089C167DFE841241C02AAC07 /* InfoPlist.strings */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8BA05A56072072A900365D66 /* AU Source */, + 8BA05AEB0720742700365D66 /* PublicUtility */, + 8BA05A7D072073D200365D66 /* AUPublic */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 8D01CCD20486CAD60068D4B7 /* Baxandall2.component */, + ); + name = Products; + sourceTree = ""; + }; + 8BA05A56072072A900365D66 /* AU Source */ = { + isa = PBXGroup; + children = ( + 8BC6025B073B072D006C4272 /* Baxandall2.h */, + 8BA05A660720730100365D66 /* Baxandall2.cpp */, + 8BA05A670720730100365D66 /* Baxandall2.exp */, + 8BA05A680720730100365D66 /* Baxandall2.r */, + 8BA05A690720730100365D66 /* Baxandall2Version.h */, + ); + name = "AU Source"; + sourceTree = ""; + }; + 8BA05A7D072073D200365D66 /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BA05A7E072073D200365D66 /* AUBase */, + 8BA05A99072073D200365D66 /* OtherBases */, + 8BA05AA6072073D200365D66 /* Utility */, + ); + name = AUPublic; + path = Extras/CoreAudio/AudioUnits/AUPublic; + sourceTree = SYSTEM_DEVELOPER_DIR; + }; + 8BA05A7E072073D200365D66 /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BA05A7F072073D200365D66 /* AUBase.cpp */, + 8BA05A80072073D200365D66 /* AUBase.h */, + 8BA05A81072073D200365D66 /* AUDispatch.cpp */, + 8BA05A82072073D200365D66 /* AUDispatch.h */, + 8BA05A83072073D200365D66 /* AUInputElement.cpp */, + 8BA05A84072073D200365D66 /* AUInputElement.h */, + 8BA05A85072073D200365D66 /* AUOutputElement.cpp */, + 8BA05A86072073D200365D66 /* AUOutputElement.h */, + 8BA05A87072073D200365D66 /* AUResources.r */, + 8BA05A88072073D200365D66 /* AUScopeElement.cpp */, + 8BA05A89072073D200365D66 /* AUScopeElement.h */, + 8BA05A8A072073D200365D66 /* ComponentBase.cpp */, + 8BA05A8B072073D200365D66 /* ComponentBase.h */, + ); + path = AUBase; + sourceTree = ""; + }; + 8BA05A99072073D200365D66 /* OtherBases */ = { + isa = PBXGroup; + children = ( + 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */, + 8BA05A9B072073D200365D66 /* AUEffectBase.h */, + ); + path = OtherBases; + sourceTree = ""; + }; + 8BA05AA6072073D200365D66 /* Utility */ = { + isa = PBXGroup; + children = ( + F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */, + F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */, + 8BA05AA7072073D200365D66 /* AUBuffer.cpp */, + 8BA05AA8072073D200365D66 /* AUBuffer.h */, + 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */, + 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */, + 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */, + 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */, + 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */, + ); + path = Utility; + sourceTree = ""; + }; + 8BA05AEB0720742700365D66 /* PublicUtility */ = { + isa = PBXGroup; + children = ( + 8BA05B050720754400365D66 /* CAAUParameter.cpp */, + 8BA05B060720754400365D66 /* CAAUParameter.h */, + 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */, + 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */, + 8BA05AE10720742100365D66 /* CAMutex.cpp */, + 8BA05AE20720742100365D66 /* CAMutex.h */, + 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */, + 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */, + 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */, + 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */, + 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */, + ); + name = PublicUtility; + path = Extras/CoreAudio/PublicUtility; + sourceTree = SYSTEM_DEVELOPER_DIR; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05A6E0720730100365D66 /* Baxandall2Version.h in Headers */, + 8BA05AAF072073D300365D66 /* AUBase.h in Headers */, + 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */, + 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */, + 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */, + 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */, + 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */, + 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */, + 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */, + 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */, + 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */, + 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */, + 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */, + 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */, + 8BA05AE80720742100365D66 /* CAMutex.h in Headers */, + 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */, + 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */, + 8BC6025C073B072D006C4272 /* Baxandall2.h in Headers */, + 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */, + 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */, + F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Baxandall2 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Baxandall2" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCD0486CAD60068D4B7 /* Frameworks */, + 8D01CCCF0486CAD60068D4B7 /* Rez */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Baxandall2; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = Baxandall2; + productReference = 8D01CCD20486CAD60068D4B7 /* Baxandall2.component */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Baxandall2" */; + compatibilityVersion = "Xcode 3.1"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); + mainGroup = 089C166AFE841209C02AAC07 /* Baxandall2 */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Baxandall2 */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXRezBuildPhase section */ + 8D01CCCF0486CAD60068D4B7 /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B4119B70749654200361ABE /* Baxandall2.r in Rez */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXRezBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05A6B0720730100365D66 /* Baxandall2.cpp in Sources */, + 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */, + 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */, + 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */, + 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */, + 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */, + 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */, + 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */, + 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */, + 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */, + 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */, + 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */, + 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */, + 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */, + 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */, + F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 089C167EFE841241C02AAC07 /* English */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 3E4BA244089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + EXPORTED_SYMBOLS_FILE = Baxandall2.exp; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d ppc64_$ppc64 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + PRODUCT_NAME = Baxandall2; + WRAPPER_EXTENSION = component; + }; + name = Debug; + }; + 3E4BA245089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + x86_64, + ); + EXPORTED_SYMBOLS_FILE = Baxandall2.exp; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 10.4; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + PRODUCT_NAME = Baxandall2; + SDKROOT = macosx10.5; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = all; + WRAPPER_EXTENSION = component; + }; + name = Release; + }; + 3E4BA248089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + SDKROOT = macosx10.6; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Debug; + }; + 3E4BA249089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + SDKROOT = macosx10.6; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Baxandall2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA244089833B7007656EC /* Debug */, + 3E4BA245089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Baxandall2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA248089833B7007656EC /* Debug */, + 3E4BA249089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacAU/Baxandall2/Baxandall2Version.h b/plugins/MacAU/Baxandall2/Baxandall2Version.h new file mode 100755 index 000000000..c87942f7f --- /dev/null +++ b/plugins/MacAU/Baxandall2/Baxandall2Version.h @@ -0,0 +1,58 @@ +/* +* File: Baxandall2Version.h +* +* Version: 1.0 +* +* Created: 9/16/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#ifndef __Baxandall2Version_h__ +#define __Baxandall2Version_h__ + + +#ifdef DEBUG + #define kBaxandall2Version 0xFFFFFFFF +#else + #define kBaxandall2Version 0x00010000 +#endif + +//~~~~~~~~~~~~~~ Change!!! ~~~~~~~~~~~~~~~~~~~~~// +#define Baxandall2_COMP_MANF 'Dthr' +#define Baxandall2_COMP_SUBTYPE 'baxb' +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// + +#endif + diff --git a/plugins/MacAU/Baxandall2/English.lproj/InfoPlist.strings b/plugins/MacAU/Baxandall2/English.lproj/InfoPlist.strings new file mode 100755 index 000000000..7b1004358 Binary files /dev/null and b/plugins/MacAU/Baxandall2/English.lproj/InfoPlist.strings differ diff --git a/plugins/MacAU/Baxandall2/Info.plist b/plugins/MacAU/Baxandall2/Info.plist new file mode 100755 index 000000000..01dc6831c --- /dev/null +++ b/plugins/MacAU/Baxandall2/Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + com.airwindows.audiounit.${PRODUCT_NAME:identifier} + CFBundleName + ${PROJECTNAMEASIDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + DthX + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacAU/Baxandall2/version.plist b/plugins/MacAU/Baxandall2/version.plist new file mode 100755 index 000000000..11edf8a1b --- /dev/null +++ b/plugins/MacAU/Baxandall2/version.plist @@ -0,0 +1,16 @@ + + + + + BuildVersion + 3 + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 + ProjectName + ${EXECUTABLE_NAME} + SourceVersion + 590000 + + diff --git a/plugins/MacAU/Beam/Beam.cpp b/plugins/MacAU/Beam/Beam.cpp index f8868f837..7a947acd8 100755 --- a/plugins/MacAU/Beam/Beam.cpp +++ b/plugins/MacAU/Beam/Beam.cpp @@ -5,7 +5,7 @@ * * Created: 5/30/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Beam/Beam.h b/plugins/MacAU/Beam/Beam.h index 0926fe534..bc383dc6c 100755 --- a/plugins/MacAU/Beam/Beam.h +++ b/plugins/MacAU/Beam/Beam.h @@ -5,7 +5,7 @@ * * Created: 5/30/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Beam/Beam.r b/plugins/MacAU/Beam/Beam.r index 9842dd356..7dbed9a23 100755 --- a/plugins/MacAU/Beam/Beam.r +++ b/plugins/MacAU/Beam/Beam.r @@ -5,7 +5,7 @@ * * Created: 5/30/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Beam/BeamVersion.h b/plugins/MacAU/Beam/BeamVersion.h index 9392f4271..1c400e772 100755 --- a/plugins/MacAU/Beam/BeamVersion.h +++ b/plugins/MacAU/Beam/BeamVersion.h @@ -5,7 +5,7 @@ * * Created: 5/30/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BigAmp/BigAmp.cpp b/plugins/MacAU/BigAmp/BigAmp.cpp index f1a9cdf11..461736604 100755 --- a/plugins/MacAU/BigAmp/BigAmp.cpp +++ b/plugins/MacAU/BigAmp/BigAmp.cpp @@ -5,7 +5,7 @@ * * Created: 3/21/22 * - * Copyright: Copyright © 2022 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacAU/BigAmp/BigAmp.h b/plugins/MacAU/BigAmp/BigAmp.h index 0428edbe9..a31e6b145 100755 --- a/plugins/MacAU/BigAmp/BigAmp.h +++ b/plugins/MacAU/BigAmp/BigAmp.h @@ -5,7 +5,7 @@ * * Created: 3/21/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BigAmp/BigAmp.r b/plugins/MacAU/BigAmp/BigAmp.r index eaf5f93b1..8f2342b8c 100755 --- a/plugins/MacAU/BigAmp/BigAmp.r +++ b/plugins/MacAU/BigAmp/BigAmp.r @@ -5,7 +5,7 @@ * * Created: 3/21/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BigAmp/BigAmpVersion.h b/plugins/MacAU/BigAmp/BigAmpVersion.h index bfd1ce344..ada357a98 100755 --- a/plugins/MacAU/BigAmp/BigAmpVersion.h +++ b/plugins/MacAU/BigAmp/BigAmpVersion.h @@ -5,7 +5,7 @@ * * Created: 3/21/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Biquad/Biquad.cpp b/plugins/MacAU/Biquad/Biquad.cpp index 169c368e7..60f4a9f0f 100755 --- a/plugins/MacAU/Biquad/Biquad.cpp +++ b/plugins/MacAU/Biquad/Biquad.cpp @@ -5,7 +5,7 @@ * * Created: 6/28/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Biquad/Biquad.h b/plugins/MacAU/Biquad/Biquad.h index 11922285e..b372718ee 100755 --- a/plugins/MacAU/Biquad/Biquad.h +++ b/plugins/MacAU/Biquad/Biquad.h @@ -5,7 +5,7 @@ * * Created: 6/28/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Biquad/Biquad.r b/plugins/MacAU/Biquad/Biquad.r index 01a1c39f8..600248055 100755 --- a/plugins/MacAU/Biquad/Biquad.r +++ b/plugins/MacAU/Biquad/Biquad.r @@ -5,7 +5,7 @@ * * Created: 6/28/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Biquad/BiquadVersion.h b/plugins/MacAU/Biquad/BiquadVersion.h index 897d52dcf..f626d4d2f 100755 --- a/plugins/MacAU/Biquad/BiquadVersion.h +++ b/plugins/MacAU/Biquad/BiquadVersion.h @@ -5,7 +5,7 @@ * * Created: 6/28/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Biquad2/Biquad2.cpp b/plugins/MacAU/Biquad2/Biquad2.cpp index 74dd4a321..c170d8e89 100755 --- a/plugins/MacAU/Biquad2/Biquad2.cpp +++ b/plugins/MacAU/Biquad2/Biquad2.cpp @@ -5,7 +5,7 @@ * * Created: 8/29/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Biquad2/Biquad2.h b/plugins/MacAU/Biquad2/Biquad2.h index f7a63c78e..492246101 100755 --- a/plugins/MacAU/Biquad2/Biquad2.h +++ b/plugins/MacAU/Biquad2/Biquad2.h @@ -5,7 +5,7 @@ * * Created: 8/29/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Biquad2/Biquad2.r b/plugins/MacAU/Biquad2/Biquad2.r index 9f545dd60..d2f6719fa 100755 --- a/plugins/MacAU/Biquad2/Biquad2.r +++ b/plugins/MacAU/Biquad2/Biquad2.r @@ -5,7 +5,7 @@ * * Created: 8/29/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Biquad2/Biquad2Version.h b/plugins/MacAU/Biquad2/Biquad2Version.h index 0326ef4c5..6f967ca93 100755 --- a/plugins/MacAU/Biquad2/Biquad2Version.h +++ b/plugins/MacAU/Biquad2/Biquad2Version.h @@ -5,7 +5,7 @@ * * Created: 8/29/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/BiquadDouble/BiquadDouble.cpp b/plugins/MacAU/BiquadDouble/BiquadDouble.cpp index 4669680f8..9d6de3306 100755 --- a/plugins/MacAU/BiquadDouble/BiquadDouble.cpp +++ b/plugins/MacAU/BiquadDouble/BiquadDouble.cpp @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BiquadDouble/BiquadDouble.h b/plugins/MacAU/BiquadDouble/BiquadDouble.h index 31b0da988..1b4725351 100755 --- a/plugins/MacAU/BiquadDouble/BiquadDouble.h +++ b/plugins/MacAU/BiquadDouble/BiquadDouble.h @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BiquadDouble/BiquadDouble.r b/plugins/MacAU/BiquadDouble/BiquadDouble.r index 1592a8c36..7825acde0 100755 --- a/plugins/MacAU/BiquadDouble/BiquadDouble.r +++ b/plugins/MacAU/BiquadDouble/BiquadDouble.r @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BiquadDouble/BiquadDoubleVersion.h b/plugins/MacAU/BiquadDouble/BiquadDoubleVersion.h index 6b3b60d8e..f1fe0b2b4 100755 --- a/plugins/MacAU/BiquadDouble/BiquadDoubleVersion.h +++ b/plugins/MacAU/BiquadDouble/BiquadDoubleVersion.h @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BiquadOneHalf/BiquadOneHalf.cpp b/plugins/MacAU/BiquadOneHalf/BiquadOneHalf.cpp index d2339f2f1..bdb38baa5 100755 --- a/plugins/MacAU/BiquadOneHalf/BiquadOneHalf.cpp +++ b/plugins/MacAU/BiquadOneHalf/BiquadOneHalf.cpp @@ -5,7 +5,7 @@ * * Created: 12/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/BiquadOneHalf/BiquadOneHalf.h b/plugins/MacAU/BiquadOneHalf/BiquadOneHalf.h index ac9eb3197..7d86ca9b8 100755 --- a/plugins/MacAU/BiquadOneHalf/BiquadOneHalf.h +++ b/plugins/MacAU/BiquadOneHalf/BiquadOneHalf.h @@ -5,7 +5,7 @@ * * Created: 12/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/BiquadOneHalf/BiquadOneHalf.r b/plugins/MacAU/BiquadOneHalf/BiquadOneHalf.r index 9d836d670..368b28f45 100755 --- a/plugins/MacAU/BiquadOneHalf/BiquadOneHalf.r +++ b/plugins/MacAU/BiquadOneHalf/BiquadOneHalf.r @@ -5,7 +5,7 @@ * * Created: 12/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/BiquadOneHalf/BiquadOneHalfVersion.h b/plugins/MacAU/BiquadOneHalf/BiquadOneHalfVersion.h index 08e3c500d..855fbb5f2 100755 --- a/plugins/MacAU/BiquadOneHalf/BiquadOneHalfVersion.h +++ b/plugins/MacAU/BiquadOneHalf/BiquadOneHalfVersion.h @@ -5,7 +5,7 @@ * * Created: 12/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/BiquadPlus/BiquadPlus.cpp b/plugins/MacAU/BiquadPlus/BiquadPlus.cpp index b69e95bad..9cf27e7f5 100644 --- a/plugins/MacAU/BiquadPlus/BiquadPlus.cpp +++ b/plugins/MacAU/BiquadPlus/BiquadPlus.cpp @@ -5,7 +5,7 @@ * * Created: 9/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BiquadPlus/BiquadPlus.h b/plugins/MacAU/BiquadPlus/BiquadPlus.h index ba2304965..55150347c 100644 --- a/plugins/MacAU/BiquadPlus/BiquadPlus.h +++ b/plugins/MacAU/BiquadPlus/BiquadPlus.h @@ -5,7 +5,7 @@ * * Created: 9/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BiquadPlus/BiquadPlus.r b/plugins/MacAU/BiquadPlus/BiquadPlus.r index cd19fab4a..9a2846129 100644 --- a/plugins/MacAU/BiquadPlus/BiquadPlus.r +++ b/plugins/MacAU/BiquadPlus/BiquadPlus.r @@ -5,7 +5,7 @@ * * Created: 9/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BiquadPlus/BiquadPlusVersion.h b/plugins/MacAU/BiquadPlus/BiquadPlusVersion.h index 5c2865f7a..da2121f60 100644 --- a/plugins/MacAU/BiquadPlus/BiquadPlusVersion.h +++ b/plugins/MacAU/BiquadPlus/BiquadPlusVersion.h @@ -5,7 +5,7 @@ * * Created: 9/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BiquadStereo/BiquadStereo.cpp b/plugins/MacAU/BiquadStereo/BiquadStereo.cpp index 1e38c1542..f9591e643 100755 --- a/plugins/MacAU/BiquadStereo/BiquadStereo.cpp +++ b/plugins/MacAU/BiquadStereo/BiquadStereo.cpp @@ -5,7 +5,7 @@ * * Created: 6/29/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/BiquadStereo/BiquadStereo.h b/plugins/MacAU/BiquadStereo/BiquadStereo.h index 1aed23c4e..3d573aff3 100755 --- a/plugins/MacAU/BiquadStereo/BiquadStereo.h +++ b/plugins/MacAU/BiquadStereo/BiquadStereo.h @@ -5,7 +5,7 @@ * * Created: 6/29/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/BiquadStereo/BiquadStereo.r b/plugins/MacAU/BiquadStereo/BiquadStereo.r index dddf9f6ed..2ee197f0c 100755 --- a/plugins/MacAU/BiquadStereo/BiquadStereo.r +++ b/plugins/MacAU/BiquadStereo/BiquadStereo.r @@ -5,7 +5,7 @@ * * Created: 6/29/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/BiquadStereo/BiquadStereoVersion.h b/plugins/MacAU/BiquadStereo/BiquadStereoVersion.h index 568e5f3bc..525cf033a 100755 --- a/plugins/MacAU/BiquadStereo/BiquadStereoVersion.h +++ b/plugins/MacAU/BiquadStereo/BiquadStereoVersion.h @@ -5,7 +5,7 @@ * * Created: 6/29/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/BiquadTriple/BiquadTriple.cpp b/plugins/MacAU/BiquadTriple/BiquadTriple.cpp index 93219e5f2..4045b5547 100755 --- a/plugins/MacAU/BiquadTriple/BiquadTriple.cpp +++ b/plugins/MacAU/BiquadTriple/BiquadTriple.cpp @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BiquadTriple/BiquadTriple.h b/plugins/MacAU/BiquadTriple/BiquadTriple.h index 2ba3cb6c1..edb37d4b9 100755 --- a/plugins/MacAU/BiquadTriple/BiquadTriple.h +++ b/plugins/MacAU/BiquadTriple/BiquadTriple.h @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BiquadTriple/BiquadTriple.r b/plugins/MacAU/BiquadTriple/BiquadTriple.r index ca0a8917c..af3b70968 100755 --- a/plugins/MacAU/BiquadTriple/BiquadTriple.r +++ b/plugins/MacAU/BiquadTriple/BiquadTriple.r @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BiquadTriple/BiquadTripleVersion.h b/plugins/MacAU/BiquadTriple/BiquadTripleVersion.h index be49b38f4..f90630d0b 100755 --- a/plugins/MacAU/BiquadTriple/BiquadTripleVersion.h +++ b/plugins/MacAU/BiquadTriple/BiquadTripleVersion.h @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BitGlitter/BitGlitter.cpp b/plugins/MacAU/BitGlitter/BitGlitter.cpp index 99e194981..2be3d3f11 100755 --- a/plugins/MacAU/BitGlitter/BitGlitter.cpp +++ b/plugins/MacAU/BitGlitter/BitGlitter.cpp @@ -5,7 +5,7 @@ * * Created: 7/15/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacAU/BitGlitter/BitGlitter.h b/plugins/MacAU/BitGlitter/BitGlitter.h index b0e5763eb..2372f2982 100755 --- a/plugins/MacAU/BitGlitter/BitGlitter.h +++ b/plugins/MacAU/BitGlitter/BitGlitter.h @@ -5,7 +5,7 @@ * * Created: 7/15/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacAU/BitGlitter/BitGlitter.r b/plugins/MacAU/BitGlitter/BitGlitter.r index 1d999909e..e5179a42b 100755 --- a/plugins/MacAU/BitGlitter/BitGlitter.r +++ b/plugins/MacAU/BitGlitter/BitGlitter.r @@ -5,7 +5,7 @@ * * Created: 7/15/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacAU/BitGlitter/BitGlitterVersion.h b/plugins/MacAU/BitGlitter/BitGlitterVersion.h index de0dd3fef..88226f8ea 100755 --- a/plugins/MacAU/BitGlitter/BitGlitterVersion.h +++ b/plugins/MacAU/BitGlitter/BitGlitterVersion.h @@ -5,7 +5,7 @@ * * Created: 7/15/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacAU/BitShiftGain/BitShiftGain.cpp b/plugins/MacAU/BitShiftGain/BitShiftGain.cpp index a80093d2b..dc2e623ef 100644 --- a/plugins/MacAU/BitShiftGain/BitShiftGain.cpp +++ b/plugins/MacAU/BitShiftGain/BitShiftGain.cpp @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/BitShiftGain/BitShiftGain.h b/plugins/MacAU/BitShiftGain/BitShiftGain.h index b574d7f41..13d468fd5 100644 --- a/plugins/MacAU/BitShiftGain/BitShiftGain.h +++ b/plugins/MacAU/BitShiftGain/BitShiftGain.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/BitShiftGain/BitShiftGain.r b/plugins/MacAU/BitShiftGain/BitShiftGain.r index ddd6fa83a..0e9ee59ee 100644 --- a/plugins/MacAU/BitShiftGain/BitShiftGain.r +++ b/plugins/MacAU/BitShiftGain/BitShiftGain.r @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/BitShiftGain/BitShiftGainVersion.h b/plugins/MacAU/BitShiftGain/BitShiftGainVersion.h index 4e62d961b..55d399960 100644 --- a/plugins/MacAU/BitShiftGain/BitShiftGainVersion.h +++ b/plugins/MacAU/BitShiftGain/BitShiftGainVersion.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Bite/Bite.cpp b/plugins/MacAU/Bite/Bite.cpp index 5f71560d7..ede74a9c4 100755 --- a/plugins/MacAU/Bite/Bite.cpp +++ b/plugins/MacAU/Bite/Bite.cpp @@ -5,7 +5,7 @@ * * Created: 5/20/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Bite/Bite.h b/plugins/MacAU/Bite/Bite.h index 26cae348a..f7d3456dc 100755 --- a/plugins/MacAU/Bite/Bite.h +++ b/plugins/MacAU/Bite/Bite.h @@ -5,7 +5,7 @@ * * Created: 5/20/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Bite/Bite.r b/plugins/MacAU/Bite/Bite.r index 07bd27a45..a655f2303 100755 --- a/plugins/MacAU/Bite/Bite.r +++ b/plugins/MacAU/Bite/Bite.r @@ -5,7 +5,7 @@ * * Created: 5/20/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Bite/BiteVersion.h b/plugins/MacAU/Bite/BiteVersion.h index 415ea32a0..b111e8413 100755 --- a/plugins/MacAU/Bite/BiteVersion.h +++ b/plugins/MacAU/Bite/BiteVersion.h @@ -5,7 +5,7 @@ * * Created: 5/20/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BlockParty/BlockParty.cpp b/plugins/MacAU/BlockParty/BlockParty.cpp index d16804d06..5ef6338f8 100755 --- a/plugins/MacAU/BlockParty/BlockParty.cpp +++ b/plugins/MacAU/BlockParty/BlockParty.cpp @@ -5,7 +5,7 @@ * * Created: 2/16/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/BlockParty/BlockParty.h b/plugins/MacAU/BlockParty/BlockParty.h index 4390ef6f7..c343b5f3a 100755 --- a/plugins/MacAU/BlockParty/BlockParty.h +++ b/plugins/MacAU/BlockParty/BlockParty.h @@ -5,7 +5,7 @@ * * Created: 2/16/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/BlockParty/BlockParty.r b/plugins/MacAU/BlockParty/BlockParty.r index 1af635d3a..63d71101f 100755 --- a/plugins/MacAU/BlockParty/BlockParty.r +++ b/plugins/MacAU/BlockParty/BlockParty.r @@ -5,7 +5,7 @@ * * Created: 2/16/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/BlockParty/BlockPartyVersion.h b/plugins/MacAU/BlockParty/BlockPartyVersion.h index ca2fe3780..45a64ab17 100755 --- a/plugins/MacAU/BlockParty/BlockPartyVersion.h +++ b/plugins/MacAU/BlockParty/BlockPartyVersion.h @@ -5,7 +5,7 @@ * * Created: 2/16/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/BrassRider/BrassRider.cpp b/plugins/MacAU/BrassRider/BrassRider.cpp index 00787e8f3..bcf97b3b3 100755 --- a/plugins/MacAU/BrassRider/BrassRider.cpp +++ b/plugins/MacAU/BrassRider/BrassRider.cpp @@ -5,7 +5,7 @@ * * Created: 5/15/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/BrassRider/BrassRider.h b/plugins/MacAU/BrassRider/BrassRider.h index d4ff1ca84..0342b43ff 100755 --- a/plugins/MacAU/BrassRider/BrassRider.h +++ b/plugins/MacAU/BrassRider/BrassRider.h @@ -5,7 +5,7 @@ * * Created: 5/15/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/BrassRider/BrassRider.r b/plugins/MacAU/BrassRider/BrassRider.r index ce3408048..a6ab6af4c 100755 --- a/plugins/MacAU/BrassRider/BrassRider.r +++ b/plugins/MacAU/BrassRider/BrassRider.r @@ -5,7 +5,7 @@ * * Created: 7/10/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/BrassRider/BrassRiderVersion.h b/plugins/MacAU/BrassRider/BrassRiderVersion.h index 69a7b4d5b..a8e131fd8 100755 --- a/plugins/MacAU/BrassRider/BrassRiderVersion.h +++ b/plugins/MacAU/BrassRider/BrassRiderVersion.h @@ -5,7 +5,7 @@ * * Created: 7/10/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/BrightAmbience/BrightAmbience.cpp b/plugins/MacAU/BrightAmbience/BrightAmbience.cpp index 807e47c93..267ae1ce5 100755 --- a/plugins/MacAU/BrightAmbience/BrightAmbience.cpp +++ b/plugins/MacAU/BrightAmbience/BrightAmbience.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BrightAmbience/BrightAmbience.h b/plugins/MacAU/BrightAmbience/BrightAmbience.h index 857b90c20..21e2ff4b7 100755 --- a/plugins/MacAU/BrightAmbience/BrightAmbience.h +++ b/plugins/MacAU/BrightAmbience/BrightAmbience.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BrightAmbience/BrightAmbience.r b/plugins/MacAU/BrightAmbience/BrightAmbience.r index c4b788e30..dc251cab7 100755 --- a/plugins/MacAU/BrightAmbience/BrightAmbience.r +++ b/plugins/MacAU/BrightAmbience/BrightAmbience.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BrightAmbience/BrightAmbienceVersion.h b/plugins/MacAU/BrightAmbience/BrightAmbienceVersion.h index f8ae927ce..55c85d56d 100755 --- a/plugins/MacAU/BrightAmbience/BrightAmbienceVersion.h +++ b/plugins/MacAU/BrightAmbience/BrightAmbienceVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BrightAmbience2/BrightAmbience2.cpp b/plugins/MacAU/BrightAmbience2/BrightAmbience2.cpp index bd56d7443..e6b7cb7eb 100755 --- a/plugins/MacAU/BrightAmbience2/BrightAmbience2.cpp +++ b/plugins/MacAU/BrightAmbience2/BrightAmbience2.cpp @@ -5,7 +5,7 @@ * * Created: 8/6/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BrightAmbience2/BrightAmbience2.h b/plugins/MacAU/BrightAmbience2/BrightAmbience2.h index 659edb559..a6ca277bd 100755 --- a/plugins/MacAU/BrightAmbience2/BrightAmbience2.h +++ b/plugins/MacAU/BrightAmbience2/BrightAmbience2.h @@ -5,7 +5,7 @@ * * Created: 8/6/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BrightAmbience2/BrightAmbience2.r b/plugins/MacAU/BrightAmbience2/BrightAmbience2.r index b671f4e56..66a60f2de 100755 --- a/plugins/MacAU/BrightAmbience2/BrightAmbience2.r +++ b/plugins/MacAU/BrightAmbience2/BrightAmbience2.r @@ -5,7 +5,7 @@ * * Created: 8/6/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BrightAmbience2/BrightAmbience2Version.h b/plugins/MacAU/BrightAmbience2/BrightAmbience2Version.h index ac22f62b6..0c94a2538 100755 --- a/plugins/MacAU/BrightAmbience2/BrightAmbience2Version.h +++ b/plugins/MacAU/BrightAmbience2/BrightAmbience2Version.h @@ -5,7 +5,7 @@ * * Created: 8/6/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BrightAmbience3/BrightAmbience3.cpp b/plugins/MacAU/BrightAmbience3/BrightAmbience3.cpp index b62fd9bee..eb449d736 100644 --- a/plugins/MacAU/BrightAmbience3/BrightAmbience3.cpp +++ b/plugins/MacAU/BrightAmbience3/BrightAmbience3.cpp @@ -5,7 +5,7 @@ * * Created: 7/12/21 * - * Copyright: Copyright © 2021 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacAU/BrightAmbience3/BrightAmbience3.h b/plugins/MacAU/BrightAmbience3/BrightAmbience3.h index e72eeddea..e4a924f60 100644 --- a/plugins/MacAU/BrightAmbience3/BrightAmbience3.h +++ b/plugins/MacAU/BrightAmbience3/BrightAmbience3.h @@ -5,7 +5,7 @@ * * Created: 7/12/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BrightAmbience3/BrightAmbience3.r b/plugins/MacAU/BrightAmbience3/BrightAmbience3.r index cc100128f..05b7ab3f3 100644 --- a/plugins/MacAU/BrightAmbience3/BrightAmbience3.r +++ b/plugins/MacAU/BrightAmbience3/BrightAmbience3.r @@ -5,7 +5,7 @@ * * Created: 7/12/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BrightAmbience3/BrightAmbience3Version.h b/plugins/MacAU/BrightAmbience3/BrightAmbience3Version.h index eadd6d38b..e438bdedb 100644 --- a/plugins/MacAU/BrightAmbience3/BrightAmbience3Version.h +++ b/plugins/MacAU/BrightAmbience3/BrightAmbience3Version.h @@ -5,7 +5,7 @@ * * Created: 7/12/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BuildATPDF/BuildATPDF.cpp b/plugins/MacAU/BuildATPDF/BuildATPDF.cpp index 736f854d8..f71416483 100755 --- a/plugins/MacAU/BuildATPDF/BuildATPDF.cpp +++ b/plugins/MacAU/BuildATPDF/BuildATPDF.cpp @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BuildATPDF/BuildATPDF.h b/plugins/MacAU/BuildATPDF/BuildATPDF.h index c0e49cc7e..a6509618f 100755 --- a/plugins/MacAU/BuildATPDF/BuildATPDF.h +++ b/plugins/MacAU/BuildATPDF/BuildATPDF.h @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BuildATPDF/BuildATPDF.r b/plugins/MacAU/BuildATPDF/BuildATPDF.r index 73ae0bb9a..ae9d4956b 100755 --- a/plugins/MacAU/BuildATPDF/BuildATPDF.r +++ b/plugins/MacAU/BuildATPDF/BuildATPDF.r @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BuildATPDF/BuildATPDFVersion.h b/plugins/MacAU/BuildATPDF/BuildATPDFVersion.h index 7520e53ec..37932b9b6 100755 --- a/plugins/MacAU/BuildATPDF/BuildATPDFVersion.h +++ b/plugins/MacAU/BuildATPDF/BuildATPDFVersion.h @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BussColors4/BussColors4.cpp b/plugins/MacAU/BussColors4/BussColors4.cpp index 2e20007ce..b29a17271 100755 --- a/plugins/MacAU/BussColors4/BussColors4.cpp +++ b/plugins/MacAU/BussColors4/BussColors4.cpp @@ -5,7 +5,7 @@ * * Created: 5/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BussColors4/BussColors4.h b/plugins/MacAU/BussColors4/BussColors4.h index 771bb1413..71747c937 100755 --- a/plugins/MacAU/BussColors4/BussColors4.h +++ b/plugins/MacAU/BussColors4/BussColors4.h @@ -5,7 +5,7 @@ * * Created: 5/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BussColors4/BussColors4.r b/plugins/MacAU/BussColors4/BussColors4.r index ffd4e76a8..a32268916 100755 --- a/plugins/MacAU/BussColors4/BussColors4.r +++ b/plugins/MacAU/BussColors4/BussColors4.r @@ -5,7 +5,7 @@ * * Created: 5/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/BussColors4/BussColors4Version.h b/plugins/MacAU/BussColors4/BussColors4Version.h index c9dc50628..447e4148a 100755 --- a/plugins/MacAU/BussColors4/BussColors4Version.h +++ b/plugins/MacAU/BussColors4/BussColors4Version.h @@ -5,7 +5,7 @@ * * Created: 5/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ButterComp/ButterComp.cpp b/plugins/MacAU/ButterComp/ButterComp.cpp index f3074f3bb..d41deb57c 100755 --- a/plugins/MacAU/ButterComp/ButterComp.cpp +++ b/plugins/MacAU/ButterComp/ButterComp.cpp @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/ButterComp/ButterComp.h b/plugins/MacAU/ButterComp/ButterComp.h index 0e70cfe36..35f9c4e58 100755 --- a/plugins/MacAU/ButterComp/ButterComp.h +++ b/plugins/MacAU/ButterComp/ButterComp.h @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/ButterComp/ButterComp.r b/plugins/MacAU/ButterComp/ButterComp.r index 694a0d49a..7ba150b56 100755 --- a/plugins/MacAU/ButterComp/ButterComp.r +++ b/plugins/MacAU/ButterComp/ButterComp.r @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/ButterComp/ButterCompVersion.h b/plugins/MacAU/ButterComp/ButterCompVersion.h index ca2ef6564..fba3d9493 100755 --- a/plugins/MacAU/ButterComp/ButterCompVersion.h +++ b/plugins/MacAU/ButterComp/ButterCompVersion.h @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/ButterComp2/ButterComp2.cpp b/plugins/MacAU/ButterComp2/ButterComp2.cpp index ca953c56f..ccb95f28c 100755 --- a/plugins/MacAU/ButterComp2/ButterComp2.cpp +++ b/plugins/MacAU/ButterComp2/ButterComp2.cpp @@ -5,7 +5,7 @@ * * Created: 9/22/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ButterComp2/ButterComp2.h b/plugins/MacAU/ButterComp2/ButterComp2.h index e91bba280..fae534a76 100755 --- a/plugins/MacAU/ButterComp2/ButterComp2.h +++ b/plugins/MacAU/ButterComp2/ButterComp2.h @@ -5,7 +5,7 @@ * * Created: 9/22/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ButterComp2/ButterComp2.r b/plugins/MacAU/ButterComp2/ButterComp2.r index 750b101e1..55ab85e5e 100755 --- a/plugins/MacAU/ButterComp2/ButterComp2.r +++ b/plugins/MacAU/ButterComp2/ButterComp2.r @@ -5,7 +5,7 @@ * * Created: 9/22/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ButterComp2/ButterComp2Version.h b/plugins/MacAU/ButterComp2/ButterComp2Version.h index 1d58f5f24..0b900c3c5 100755 --- a/plugins/MacAU/ButterComp2/ButterComp2Version.h +++ b/plugins/MacAU/ButterComp2/ButterComp2Version.h @@ -5,7 +5,7 @@ * * Created: 9/22/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/C5RawBuss/C5RawBuss.cpp b/plugins/MacAU/C5RawBuss/C5RawBuss.cpp index 06a95e63f..f31fc0423 100755 --- a/plugins/MacAU/C5RawBuss/C5RawBuss.cpp +++ b/plugins/MacAU/C5RawBuss/C5RawBuss.cpp @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/C5RawBuss/C5RawBuss.h b/plugins/MacAU/C5RawBuss/C5RawBuss.h index c2503f09b..16bab83b2 100755 --- a/plugins/MacAU/C5RawBuss/C5RawBuss.h +++ b/plugins/MacAU/C5RawBuss/C5RawBuss.h @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/C5RawBuss/C5RawBuss.r b/plugins/MacAU/C5RawBuss/C5RawBuss.r index 3b7267947..256117fea 100755 --- a/plugins/MacAU/C5RawBuss/C5RawBuss.r +++ b/plugins/MacAU/C5RawBuss/C5RawBuss.r @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/C5RawBuss/C5RawBussVersion.h b/plugins/MacAU/C5RawBuss/C5RawBussVersion.h index 992e1be29..8d16438f4 100755 --- a/plugins/MacAU/C5RawBuss/C5RawBussVersion.h +++ b/plugins/MacAU/C5RawBuss/C5RawBussVersion.h @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/C5RawChannel/C5RawChannel.cpp b/plugins/MacAU/C5RawChannel/C5RawChannel.cpp index dcfcf5813..cca8a6e0f 100755 --- a/plugins/MacAU/C5RawChannel/C5RawChannel.cpp +++ b/plugins/MacAU/C5RawChannel/C5RawChannel.cpp @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/C5RawChannel/C5RawChannel.h b/plugins/MacAU/C5RawChannel/C5RawChannel.h index 30993acef..99796e0e9 100755 --- a/plugins/MacAU/C5RawChannel/C5RawChannel.h +++ b/plugins/MacAU/C5RawChannel/C5RawChannel.h @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/C5RawChannel/C5RawChannel.r b/plugins/MacAU/C5RawChannel/C5RawChannel.r index 6cb04e3e6..9f79fe8b6 100755 --- a/plugins/MacAU/C5RawChannel/C5RawChannel.r +++ b/plugins/MacAU/C5RawChannel/C5RawChannel.r @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/C5RawChannel/C5RawChannelVersion.h b/plugins/MacAU/C5RawChannel/C5RawChannelVersion.h index 659f751b0..e41bb306b 100755 --- a/plugins/MacAU/C5RawChannel/C5RawChannelVersion.h +++ b/plugins/MacAU/C5RawChannel/C5RawChannelVersion.h @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/CStrip/CStrip.cpp b/plugins/MacAU/CStrip/CStrip.cpp index a21a88104..4cc59da83 100755 --- a/plugins/MacAU/CStrip/CStrip.cpp +++ b/plugins/MacAU/CStrip/CStrip.cpp @@ -5,7 +5,7 @@ * * Created: 1/27/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacAU/CStrip/CStrip.h b/plugins/MacAU/CStrip/CStrip.h index 5b8c9ad10..e6743ab2c 100755 --- a/plugins/MacAU/CStrip/CStrip.h +++ b/plugins/MacAU/CStrip/CStrip.h @@ -5,7 +5,7 @@ * * Created: 1/27/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacAU/CStrip/CStrip.r b/plugins/MacAU/CStrip/CStrip.r index 3fc0699b2..5af61dd0f 100755 --- a/plugins/MacAU/CStrip/CStrip.r +++ b/plugins/MacAU/CStrip/CStrip.r @@ -5,7 +5,7 @@ * * Created: 1/27/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacAU/CStrip/CStripVersion.h b/plugins/MacAU/CStrip/CStripVersion.h index 495bef559..7fa988efa 100755 --- a/plugins/MacAU/CStrip/CStripVersion.h +++ b/plugins/MacAU/CStrip/CStripVersion.h @@ -5,7 +5,7 @@ * * Created: 1/27/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacAU/Cabs/Cabs.cpp b/plugins/MacAU/Cabs/Cabs.cpp index 971306590..52c13b107 100755 --- a/plugins/MacAU/Cabs/Cabs.cpp +++ b/plugins/MacAU/Cabs/Cabs.cpp @@ -5,7 +5,7 @@ * * Created: 3/27/11 * - * Copyright: Copyright © 2011 Airwindows, All Rights Reserved + * Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/Cabs/Cabs.h b/plugins/MacAU/Cabs/Cabs.h index 61d1979b3..930606697 100755 --- a/plugins/MacAU/Cabs/Cabs.h +++ b/plugins/MacAU/Cabs/Cabs.h @@ -5,7 +5,7 @@ * * Created: 3/27/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/Cabs/Cabs.r b/plugins/MacAU/Cabs/Cabs.r index 56b834eb7..4733043cd 100755 --- a/plugins/MacAU/Cabs/Cabs.r +++ b/plugins/MacAU/Cabs/Cabs.r @@ -5,7 +5,7 @@ * * Created: 3/27/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/Cabs/CabsVersion.h b/plugins/MacAU/Cabs/CabsVersion.h index 428e8d74b..290aaff1d 100755 --- a/plugins/MacAU/Cabs/CabsVersion.h +++ b/plugins/MacAU/Cabs/CabsVersion.h @@ -5,7 +5,7 @@ * * Created: 3/27/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/Calibre/Calibre.cpp b/plugins/MacAU/Calibre/Calibre.cpp index 70f75f7d7..4038b8e3e 100755 --- a/plugins/MacAU/Calibre/Calibre.cpp +++ b/plugins/MacAU/Calibre/Calibre.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Calibre/Calibre.h b/plugins/MacAU/Calibre/Calibre.h index c86ee0df8..acd063a2d 100755 --- a/plugins/MacAU/Calibre/Calibre.h +++ b/plugins/MacAU/Calibre/Calibre.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Calibre/Calibre.r b/plugins/MacAU/Calibre/Calibre.r index 85b08c00e..4af51bb23 100755 --- a/plugins/MacAU/Calibre/Calibre.r +++ b/plugins/MacAU/Calibre/Calibre.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Calibre/CalibreVersion.h b/plugins/MacAU/Calibre/CalibreVersion.h index 0d131cfcb..c2902a8c5 100755 --- a/plugins/MacAU/Calibre/CalibreVersion.h +++ b/plugins/MacAU/Calibre/CalibreVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Capacitor/Capacitor.cpp b/plugins/MacAU/Capacitor/Capacitor.cpp index 39d6823af..671656bcf 100755 --- a/plugins/MacAU/Capacitor/Capacitor.cpp +++ b/plugins/MacAU/Capacitor/Capacitor.cpp @@ -5,7 +5,7 @@ * * Created: 2/1/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Capacitor/Capacitor.h b/plugins/MacAU/Capacitor/Capacitor.h index 0cf166044..1fde97214 100755 --- a/plugins/MacAU/Capacitor/Capacitor.h +++ b/plugins/MacAU/Capacitor/Capacitor.h @@ -5,7 +5,7 @@ * * Created: 2/1/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Capacitor/Capacitor.r b/plugins/MacAU/Capacitor/Capacitor.r index 8383cb3c5..4a0c23210 100755 --- a/plugins/MacAU/Capacitor/Capacitor.r +++ b/plugins/MacAU/Capacitor/Capacitor.r @@ -5,7 +5,7 @@ * * Created: 2/1/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Capacitor/CapacitorVersion.h b/plugins/MacAU/Capacitor/CapacitorVersion.h index 311bb6b40..7b6761858 100755 --- a/plugins/MacAU/Capacitor/CapacitorVersion.h +++ b/plugins/MacAU/Capacitor/CapacitorVersion.h @@ -5,7 +5,7 @@ * * Created: 2/1/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Capacitor2/Capacitor2.cpp b/plugins/MacAU/Capacitor2/Capacitor2.cpp index a3596ed49..64697bad1 100755 --- a/plugins/MacAU/Capacitor2/Capacitor2.cpp +++ b/plugins/MacAU/Capacitor2/Capacitor2.cpp @@ -5,7 +5,7 @@ * * Created: 7/25/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Capacitor2/Capacitor2.h b/plugins/MacAU/Capacitor2/Capacitor2.h index c626e623d..56f0f9a93 100755 --- a/plugins/MacAU/Capacitor2/Capacitor2.h +++ b/plugins/MacAU/Capacitor2/Capacitor2.h @@ -5,7 +5,7 @@ * * Created: 7/25/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Capacitor2/Capacitor2.r b/plugins/MacAU/Capacitor2/Capacitor2.r index bff6eaa9f..c08430b4b 100755 --- a/plugins/MacAU/Capacitor2/Capacitor2.r +++ b/plugins/MacAU/Capacitor2/Capacitor2.r @@ -5,7 +5,7 @@ * * Created: 7/25/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Capacitor2/Capacitor2Version.h b/plugins/MacAU/Capacitor2/Capacitor2Version.h index 6b1ef2aa6..43cfda54f 100755 --- a/plugins/MacAU/Capacitor2/Capacitor2Version.h +++ b/plugins/MacAU/Capacitor2/Capacitor2Version.h @@ -5,7 +5,7 @@ * * Created: 7/25/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Chamber/Chamber.cpp b/plugins/MacAU/Chamber/Chamber.cpp index 9343b804f..9bb44e3c0 100644 --- a/plugins/MacAU/Chamber/Chamber.cpp +++ b/plugins/MacAU/Chamber/Chamber.cpp @@ -5,7 +5,7 @@ * * Created: 6/21/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Chamber/Chamber.h b/plugins/MacAU/Chamber/Chamber.h index 6c9b02695..d2d610ef9 100644 --- a/plugins/MacAU/Chamber/Chamber.h +++ b/plugins/MacAU/Chamber/Chamber.h @@ -5,7 +5,7 @@ * * Created: 6/21/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Chamber/Chamber.r b/plugins/MacAU/Chamber/Chamber.r index 9eceaf5bb..b47b8984e 100644 --- a/plugins/MacAU/Chamber/Chamber.r +++ b/plugins/MacAU/Chamber/Chamber.r @@ -5,7 +5,7 @@ * * Created: 6/21/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Chamber/ChamberVersion.h b/plugins/MacAU/Chamber/ChamberVersion.h index ca83507e9..0141196dd 100644 --- a/plugins/MacAU/Chamber/ChamberVersion.h +++ b/plugins/MacAU/Chamber/ChamberVersion.h @@ -5,7 +5,7 @@ * * Created: 6/21/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Chamber2/Chamber2.cpp b/plugins/MacAU/Chamber2/Chamber2.cpp index f22e5c658..3d82d4ad0 100755 --- a/plugins/MacAU/Chamber2/Chamber2.cpp +++ b/plugins/MacAU/Chamber2/Chamber2.cpp @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Chamber2/Chamber2.h b/plugins/MacAU/Chamber2/Chamber2.h index cc6e29c49..c6392d5e4 100755 --- a/plugins/MacAU/Chamber2/Chamber2.h +++ b/plugins/MacAU/Chamber2/Chamber2.h @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Chamber2/Chamber2.r b/plugins/MacAU/Chamber2/Chamber2.r index 4608b4f5d..68384e53d 100755 --- a/plugins/MacAU/Chamber2/Chamber2.r +++ b/plugins/MacAU/Chamber2/Chamber2.r @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Chamber2/Chamber2Version.h b/plugins/MacAU/Chamber2/Chamber2Version.h index b10ed703b..b990477ab 100755 --- a/plugins/MacAU/Chamber2/Chamber2Version.h +++ b/plugins/MacAU/Chamber2/Chamber2Version.h @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel4/Channel4.cpp b/plugins/MacAU/Channel4/Channel4.cpp index f19ac5736..8bbf9d633 100755 --- a/plugins/MacAU/Channel4/Channel4.cpp +++ b/plugins/MacAU/Channel4/Channel4.cpp @@ -5,7 +5,7 @@ * * Created: 12/3/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel4/Channel4.h b/plugins/MacAU/Channel4/Channel4.h index f92e2672f..65b756878 100755 --- a/plugins/MacAU/Channel4/Channel4.h +++ b/plugins/MacAU/Channel4/Channel4.h @@ -5,7 +5,7 @@ * * Created: 12/3/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel4/Channel4.r b/plugins/MacAU/Channel4/Channel4.r index 6a0ba669f..7bc7d681a 100755 --- a/plugins/MacAU/Channel4/Channel4.r +++ b/plugins/MacAU/Channel4/Channel4.r @@ -5,7 +5,7 @@ * * Created: 12/3/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel4/Channel4Version.h b/plugins/MacAU/Channel4/Channel4Version.h index c8fe09663..28ce6bcf1 100755 --- a/plugins/MacAU/Channel4/Channel4Version.h +++ b/plugins/MacAU/Channel4/Channel4Version.h @@ -5,7 +5,7 @@ * * Created: 12/3/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel5/Channel5.cpp b/plugins/MacAU/Channel5/Channel5.cpp index 37d7745e6..6f8697ff7 100755 --- a/plugins/MacAU/Channel5/Channel5.cpp +++ b/plugins/MacAU/Channel5/Channel5.cpp @@ -5,7 +5,7 @@ * * Created: 5/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel5/Channel5.h b/plugins/MacAU/Channel5/Channel5.h index f104d1adc..0ee545b64 100755 --- a/plugins/MacAU/Channel5/Channel5.h +++ b/plugins/MacAU/Channel5/Channel5.h @@ -5,7 +5,7 @@ * * Created: 5/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel5/Channel5.r b/plugins/MacAU/Channel5/Channel5.r index 81b542faf..682847fc1 100755 --- a/plugins/MacAU/Channel5/Channel5.r +++ b/plugins/MacAU/Channel5/Channel5.r @@ -5,7 +5,7 @@ * * Created: 5/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel5/Channel5Version.h b/plugins/MacAU/Channel5/Channel5Version.h index 420676e28..20537087d 100755 --- a/plugins/MacAU/Channel5/Channel5Version.h +++ b/plugins/MacAU/Channel5/Channel5Version.h @@ -5,7 +5,7 @@ * * Created: 5/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel6/Channel6.cpp b/plugins/MacAU/Channel6/Channel6.cpp index da37af6ee..556191319 100755 --- a/plugins/MacAU/Channel6/Channel6.cpp +++ b/plugins/MacAU/Channel6/Channel6.cpp @@ -5,7 +5,7 @@ * * Created: 7/21/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel6/Channel6.h b/plugins/MacAU/Channel6/Channel6.h index 8f8cc8706..eb5152d0c 100755 --- a/plugins/MacAU/Channel6/Channel6.h +++ b/plugins/MacAU/Channel6/Channel6.h @@ -5,7 +5,7 @@ * * Created: 7/21/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel6/Channel6.r b/plugins/MacAU/Channel6/Channel6.r index 1b3e86b02..61811ba8e 100755 --- a/plugins/MacAU/Channel6/Channel6.r +++ b/plugins/MacAU/Channel6/Channel6.r @@ -5,7 +5,7 @@ * * Created: 7/21/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel6/Channel6Version.h b/plugins/MacAU/Channel6/Channel6Version.h index e57112771..89252b7be 100755 --- a/plugins/MacAU/Channel6/Channel6Version.h +++ b/plugins/MacAU/Channel6/Channel6Version.h @@ -5,7 +5,7 @@ * * Created: 7/21/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel7/Channel7.cpp b/plugins/MacAU/Channel7/Channel7.cpp index a0665c8b5..aa54ccac0 100755 --- a/plugins/MacAU/Channel7/Channel7.cpp +++ b/plugins/MacAU/Channel7/Channel7.cpp @@ -5,7 +5,7 @@ * * Created: 8/26/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Channel7/Channel7.h b/plugins/MacAU/Channel7/Channel7.h index eb3b5bb64..b6fec696e 100755 --- a/plugins/MacAU/Channel7/Channel7.h +++ b/plugins/MacAU/Channel7/Channel7.h @@ -5,7 +5,7 @@ * * Created: 8/26/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Channel7/Channel7.r b/plugins/MacAU/Channel7/Channel7.r index 269a7d158..0eb00fbbe 100755 --- a/plugins/MacAU/Channel7/Channel7.r +++ b/plugins/MacAU/Channel7/Channel7.r @@ -5,7 +5,7 @@ * * Created: 8/26/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Channel7/Channel7Version.h b/plugins/MacAU/Channel7/Channel7Version.h index 90347bba7..c675c2696 100755 --- a/plugins/MacAU/Channel7/Channel7Version.h +++ b/plugins/MacAU/Channel7/Channel7Version.h @@ -5,7 +5,7 @@ * * Created: 8/26/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Channel8/Channel8.cpp b/plugins/MacAU/Channel8/Channel8.cpp index 0e2923c1f..01fb90d17 100755 --- a/plugins/MacAU/Channel8/Channel8.cpp +++ b/plugins/MacAU/Channel8/Channel8.cpp @@ -5,7 +5,7 @@ * * Created: 8/15/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel8/Channel8.h b/plugins/MacAU/Channel8/Channel8.h index c8e9ae070..2a02bd30a 100755 --- a/plugins/MacAU/Channel8/Channel8.h +++ b/plugins/MacAU/Channel8/Channel8.h @@ -5,7 +5,7 @@ * * Created: 8/15/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel8/Channel8.r b/plugins/MacAU/Channel8/Channel8.r index 3279db1e4..cf001b807 100755 --- a/plugins/MacAU/Channel8/Channel8.r +++ b/plugins/MacAU/Channel8/Channel8.r @@ -5,7 +5,7 @@ * * Created: 8/15/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel8/Channel8Version.h b/plugins/MacAU/Channel8/Channel8Version.h index ef01f14d1..860d383dc 100755 --- a/plugins/MacAU/Channel8/Channel8Version.h +++ b/plugins/MacAU/Channel8/Channel8Version.h @@ -5,7 +5,7 @@ * * Created: 8/15/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel9/Channel9.cpp b/plugins/MacAU/Channel9/Channel9.cpp index 2e51fc384..ea6c3ec6e 100755 --- a/plugins/MacAU/Channel9/Channel9.cpp +++ b/plugins/MacAU/Channel9/Channel9.cpp @@ -5,7 +5,7 @@ * * Created: 1/4/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel9/Channel9.h b/plugins/MacAU/Channel9/Channel9.h index 5fa4a8f25..8fc37a0cd 100755 --- a/plugins/MacAU/Channel9/Channel9.h +++ b/plugins/MacAU/Channel9/Channel9.h @@ -5,7 +5,7 @@ * * Created: 1/4/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel9/Channel9.r b/plugins/MacAU/Channel9/Channel9.r index c9d6ce038..6ab663787 100755 --- a/plugins/MacAU/Channel9/Channel9.r +++ b/plugins/MacAU/Channel9/Channel9.r @@ -5,7 +5,7 @@ * * Created: 1/4/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Channel9/Channel9Version.h b/plugins/MacAU/Channel9/Channel9Version.h index a0583d429..2edc1ff95 100755 --- a/plugins/MacAU/Channel9/Channel9Version.h +++ b/plugins/MacAU/Channel9/Channel9Version.h @@ -5,7 +5,7 @@ * * Created: 1/4/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Chorus/Chorus.cpp b/plugins/MacAU/Chorus/Chorus.cpp index 99a0fc605..8f5bc3767 100755 --- a/plugins/MacAU/Chorus/Chorus.cpp +++ b/plugins/MacAU/Chorus/Chorus.cpp @@ -5,7 +5,7 @@ * * Created: 2/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Chorus/Chorus.h b/plugins/MacAU/Chorus/Chorus.h index 07762c345..7aa1c9f5f 100755 --- a/plugins/MacAU/Chorus/Chorus.h +++ b/plugins/MacAU/Chorus/Chorus.h @@ -5,7 +5,7 @@ * * Created: 2/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Chorus/Chorus.r b/plugins/MacAU/Chorus/Chorus.r index 706113c7c..42a473867 100755 --- a/plugins/MacAU/Chorus/Chorus.r +++ b/plugins/MacAU/Chorus/Chorus.r @@ -5,7 +5,7 @@ * * Created: 2/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Chorus/ChorusVersion.h b/plugins/MacAU/Chorus/ChorusVersion.h index c5bb96070..bfdda3855 100755 --- a/plugins/MacAU/Chorus/ChorusVersion.h +++ b/plugins/MacAU/Chorus/ChorusVersion.h @@ -5,7 +5,7 @@ * * Created: 2/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ChorusEnsemble/ChorusEnsemble.cpp b/plugins/MacAU/ChorusEnsemble/ChorusEnsemble.cpp index 1a68d542c..c1312af7e 100755 --- a/plugins/MacAU/ChorusEnsemble/ChorusEnsemble.cpp +++ b/plugins/MacAU/ChorusEnsemble/ChorusEnsemble.cpp @@ -5,7 +5,7 @@ * * Created: 2/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ChorusEnsemble/ChorusEnsemble.h b/plugins/MacAU/ChorusEnsemble/ChorusEnsemble.h index 3e2117519..0b615ad62 100755 --- a/plugins/MacAU/ChorusEnsemble/ChorusEnsemble.h +++ b/plugins/MacAU/ChorusEnsemble/ChorusEnsemble.h @@ -5,7 +5,7 @@ * * Created: 2/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ChorusEnsemble/ChorusEnsemble.r b/plugins/MacAU/ChorusEnsemble/ChorusEnsemble.r index 6783a31ba..65cac4d6b 100755 --- a/plugins/MacAU/ChorusEnsemble/ChorusEnsemble.r +++ b/plugins/MacAU/ChorusEnsemble/ChorusEnsemble.r @@ -5,7 +5,7 @@ * * Created: 2/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ChorusEnsemble/ChorusEnsembleVersion.h b/plugins/MacAU/ChorusEnsemble/ChorusEnsembleVersion.h index e71ae4c22..cc38c1ffa 100755 --- a/plugins/MacAU/ChorusEnsemble/ChorusEnsembleVersion.h +++ b/plugins/MacAU/ChorusEnsemble/ChorusEnsembleVersion.h @@ -5,7 +5,7 @@ * * Created: 2/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ChromeOxide/ChromeOxide.cpp b/plugins/MacAU/ChromeOxide/ChromeOxide.cpp index b62f3d28d..5cf02e5e2 100755 --- a/plugins/MacAU/ChromeOxide/ChromeOxide.cpp +++ b/plugins/MacAU/ChromeOxide/ChromeOxide.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ChromeOxide/ChromeOxide.h b/plugins/MacAU/ChromeOxide/ChromeOxide.h index 64680138c..baae9ccd0 100755 --- a/plugins/MacAU/ChromeOxide/ChromeOxide.h +++ b/plugins/MacAU/ChromeOxide/ChromeOxide.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ChromeOxide/ChromeOxide.r b/plugins/MacAU/ChromeOxide/ChromeOxide.r index 8e8ba0614..fd36f30d3 100755 --- a/plugins/MacAU/ChromeOxide/ChromeOxide.r +++ b/plugins/MacAU/ChromeOxide/ChromeOxide.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ChromeOxide/ChromeOxideVersion.h b/plugins/MacAU/ChromeOxide/ChromeOxideVersion.h index 77288308c..63bd8e11f 100755 --- a/plugins/MacAU/ChromeOxide/ChromeOxideVersion.h +++ b/plugins/MacAU/ChromeOxide/ChromeOxideVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Cider/Cider.cpp b/plugins/MacAU/Cider/Cider.cpp index 440d423c0..46c5011c7 100755 --- a/plugins/MacAU/Cider/Cider.cpp +++ b/plugins/MacAU/Cider/Cider.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Cider/Cider.h b/plugins/MacAU/Cider/Cider.h index 9fb4b5e0b..341d1018c 100755 --- a/plugins/MacAU/Cider/Cider.h +++ b/plugins/MacAU/Cider/Cider.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Cider/Cider.r b/plugins/MacAU/Cider/Cider.r index 29dbd9d24..28b6fb084 100755 --- a/plugins/MacAU/Cider/Cider.r +++ b/plugins/MacAU/Cider/Cider.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Cider/CiderVersion.h b/plugins/MacAU/Cider/CiderVersion.h index be0ef3b28..0d65c109b 100755 --- a/plugins/MacAU/Cider/CiderVersion.h +++ b/plugins/MacAU/Cider/CiderVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ClipOnly/ClipOnly.cpp b/plugins/MacAU/ClipOnly/ClipOnly.cpp index 17c435bd3..856075f44 100755 --- a/plugins/MacAU/ClipOnly/ClipOnly.cpp +++ b/plugins/MacAU/ClipOnly/ClipOnly.cpp @@ -5,7 +5,7 @@ * * Created: 9/12/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/ClipOnly/ClipOnly.h b/plugins/MacAU/ClipOnly/ClipOnly.h index 79dfeef58..4b6ccc0d2 100755 --- a/plugins/MacAU/ClipOnly/ClipOnly.h +++ b/plugins/MacAU/ClipOnly/ClipOnly.h @@ -5,7 +5,7 @@ * * Created: 9/12/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/ClipOnly/ClipOnly.r b/plugins/MacAU/ClipOnly/ClipOnly.r index ab26c3b07..a524c31c4 100755 --- a/plugins/MacAU/ClipOnly/ClipOnly.r +++ b/plugins/MacAU/ClipOnly/ClipOnly.r @@ -5,7 +5,7 @@ * * Created: 9/12/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/ClipOnly/ClipOnlyVersion.h b/plugins/MacAU/ClipOnly/ClipOnlyVersion.h index f5a14f5d9..8a900a39b 100755 --- a/plugins/MacAU/ClipOnly/ClipOnlyVersion.h +++ b/plugins/MacAU/ClipOnly/ClipOnlyVersion.h @@ -5,7 +5,7 @@ * * Created: 9/12/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/ClipOnly2/ClipOnly2.cpp b/plugins/MacAU/ClipOnly2/ClipOnly2.cpp index ac8baba81..802377b3a 100644 --- a/plugins/MacAU/ClipOnly2/ClipOnly2.cpp +++ b/plugins/MacAU/ClipOnly2/ClipOnly2.cpp @@ -5,7 +5,7 @@ * * Created: 10/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ClipOnly2/ClipOnly2.h b/plugins/MacAU/ClipOnly2/ClipOnly2.h index d64b8d994..bacce3e1c 100644 --- a/plugins/MacAU/ClipOnly2/ClipOnly2.h +++ b/plugins/MacAU/ClipOnly2/ClipOnly2.h @@ -5,7 +5,7 @@ * * Created: 10/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ClipOnly2/ClipOnly2.r b/plugins/MacAU/ClipOnly2/ClipOnly2.r index 52e4bc702..008157a7c 100644 --- a/plugins/MacAU/ClipOnly2/ClipOnly2.r +++ b/plugins/MacAU/ClipOnly2/ClipOnly2.r @@ -5,7 +5,7 @@ * * Created: 10/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ClipOnly2/ClipOnly2Version.h b/plugins/MacAU/ClipOnly2/ClipOnly2Version.h index e02d927a1..37825bc23 100644 --- a/plugins/MacAU/ClipOnly2/ClipOnly2Version.h +++ b/plugins/MacAU/ClipOnly2/ClipOnly2Version.h @@ -5,7 +5,7 @@ * * Created: 10/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ClipSoftly/ClipSoftly.cpp b/plugins/MacAU/ClipSoftly/ClipSoftly.cpp index f74217248..87e4d861f 100755 --- a/plugins/MacAU/ClipSoftly/ClipSoftly.cpp +++ b/plugins/MacAU/ClipSoftly/ClipSoftly.cpp @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ClipSoftly/ClipSoftly.h b/plugins/MacAU/ClipSoftly/ClipSoftly.h index 55cb91e1a..c1f8b442e 100755 --- a/plugins/MacAU/ClipSoftly/ClipSoftly.h +++ b/plugins/MacAU/ClipSoftly/ClipSoftly.h @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ClipSoftly/ClipSoftly.r b/plugins/MacAU/ClipSoftly/ClipSoftly.r index 5e5c2dd14..82679502b 100755 --- a/plugins/MacAU/ClipSoftly/ClipSoftly.r +++ b/plugins/MacAU/ClipSoftly/ClipSoftly.r @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ClipSoftly/ClipSoftlyVersion.h b/plugins/MacAU/ClipSoftly/ClipSoftlyVersion.h index 21714b9aa..e1521ae22 100755 --- a/plugins/MacAU/ClipSoftly/ClipSoftlyVersion.h +++ b/plugins/MacAU/ClipSoftly/ClipSoftlyVersion.h @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Coils/Coils.cpp b/plugins/MacAU/Coils/Coils.cpp index 60ff87fb6..13e02549c 100755 --- a/plugins/MacAU/Coils/Coils.cpp +++ b/plugins/MacAU/Coils/Coils.cpp @@ -5,7 +5,7 @@ * * Created: 12/14/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Coils/Coils.h b/plugins/MacAU/Coils/Coils.h index 9d8c46a00..822e31e5b 100755 --- a/plugins/MacAU/Coils/Coils.h +++ b/plugins/MacAU/Coils/Coils.h @@ -5,7 +5,7 @@ * * Created: 12/14/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Coils/Coils.r b/plugins/MacAU/Coils/Coils.r index 41edb2e89..e9d4e6268 100755 --- a/plugins/MacAU/Coils/Coils.r +++ b/plugins/MacAU/Coils/Coils.r @@ -5,7 +5,7 @@ * * Created: 12/14/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Coils/CoilsVersion.h b/plugins/MacAU/Coils/CoilsVersion.h index 8b0bd9872..ea58e0b7c 100755 --- a/plugins/MacAU/Coils/CoilsVersion.h +++ b/plugins/MacAU/Coils/CoilsVersion.h @@ -5,7 +5,7 @@ * * Created: 12/14/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Coils2/Coils2.cpp b/plugins/MacAU/Coils2/Coils2.cpp index 49c63a084..41a5da193 100644 --- a/plugins/MacAU/Coils2/Coils2.cpp +++ b/plugins/MacAU/Coils2/Coils2.cpp @@ -5,7 +5,7 @@ * * Created: 4/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Coils2/Coils2.h b/plugins/MacAU/Coils2/Coils2.h index c7088c199..9a0c5046f 100644 --- a/plugins/MacAU/Coils2/Coils2.h +++ b/plugins/MacAU/Coils2/Coils2.h @@ -5,7 +5,7 @@ * * Created: 4/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Coils2/Coils2.r b/plugins/MacAU/Coils2/Coils2.r index cf798b678..093e18ee4 100644 --- a/plugins/MacAU/Coils2/Coils2.r +++ b/plugins/MacAU/Coils2/Coils2.r @@ -5,7 +5,7 @@ * * Created: 4/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Coils2/Coils2Version.h b/plugins/MacAU/Coils2/Coils2Version.h index d772c3888..dfce9c0af 100644 --- a/plugins/MacAU/Coils2/Coils2Version.h +++ b/plugins/MacAU/Coils2/Coils2Version.h @@ -5,7 +5,7 @@ * * Created: 4/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Cojones/Cojones.cpp b/plugins/MacAU/Cojones/Cojones.cpp index 783cf4b60..ee7ae95dd 100755 --- a/plugins/MacAU/Cojones/Cojones.cpp +++ b/plugins/MacAU/Cojones/Cojones.cpp @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Cojones/Cojones.h b/plugins/MacAU/Cojones/Cojones.h index 6424da7fa..6f5e443df 100755 --- a/plugins/MacAU/Cojones/Cojones.h +++ b/plugins/MacAU/Cojones/Cojones.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Cojones/Cojones.r b/plugins/MacAU/Cojones/Cojones.r index ccde4459c..2c29845b2 100755 --- a/plugins/MacAU/Cojones/Cojones.r +++ b/plugins/MacAU/Cojones/Cojones.r @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Cojones/CojonesVersion.h b/plugins/MacAU/Cojones/CojonesVersion.h index 6fa1a16ca..14106d2d0 100755 --- a/plugins/MacAU/Cojones/CojonesVersion.h +++ b/plugins/MacAU/Cojones/CojonesVersion.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Compresaturator/Compresaturator.cpp b/plugins/MacAU/Compresaturator/Compresaturator.cpp index 6513721de..8b9cc262b 100755 --- a/plugins/MacAU/Compresaturator/Compresaturator.cpp +++ b/plugins/MacAU/Compresaturator/Compresaturator.cpp @@ -5,7 +5,7 @@ * * Created: 11/30/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Compresaturator/Compresaturator.h b/plugins/MacAU/Compresaturator/Compresaturator.h index 039702fa9..3622e93a2 100755 --- a/plugins/MacAU/Compresaturator/Compresaturator.h +++ b/plugins/MacAU/Compresaturator/Compresaturator.h @@ -5,7 +5,7 @@ * * Created: 11/30/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Compresaturator/Compresaturator.r b/plugins/MacAU/Compresaturator/Compresaturator.r index 243509d1a..1e9a93124 100755 --- a/plugins/MacAU/Compresaturator/Compresaturator.r +++ b/plugins/MacAU/Compresaturator/Compresaturator.r @@ -5,7 +5,7 @@ * * Created: 11/30/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Compresaturator/CompresaturatorVersion.h b/plugins/MacAU/Compresaturator/CompresaturatorVersion.h index 942418f5e..913bc3244 100755 --- a/plugins/MacAU/Compresaturator/CompresaturatorVersion.h +++ b/plugins/MacAU/Compresaturator/CompresaturatorVersion.h @@ -5,7 +5,7 @@ * * Created: 11/30/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console4Buss/Console4Buss.cpp b/plugins/MacAU/Console4Buss/Console4Buss.cpp index 2cdf4eb18..8862732b0 100755 --- a/plugins/MacAU/Console4Buss/Console4Buss.cpp +++ b/plugins/MacAU/Console4Buss/Console4Buss.cpp @@ -5,7 +5,7 @@ * * Created: 6/14/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Console4Buss/Console4Buss.h b/plugins/MacAU/Console4Buss/Console4Buss.h index 9001f3adb..fd6c588df 100755 --- a/plugins/MacAU/Console4Buss/Console4Buss.h +++ b/plugins/MacAU/Console4Buss/Console4Buss.h @@ -5,7 +5,7 @@ * * Created: 6/14/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Console4Buss/Console4Buss.r b/plugins/MacAU/Console4Buss/Console4Buss.r index b5e2528cd..852777f88 100755 --- a/plugins/MacAU/Console4Buss/Console4Buss.r +++ b/plugins/MacAU/Console4Buss/Console4Buss.r @@ -5,7 +5,7 @@ * * Created: 6/14/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Console4Buss/Console4BussVersion.h b/plugins/MacAU/Console4Buss/Console4BussVersion.h index e72f818f9..94e00d31e 100755 --- a/plugins/MacAU/Console4Buss/Console4BussVersion.h +++ b/plugins/MacAU/Console4Buss/Console4BussVersion.h @@ -5,7 +5,7 @@ * * Created: 6/14/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Console4Channel/Console4Channel.cpp b/plugins/MacAU/Console4Channel/Console4Channel.cpp index 7c2466c31..64cf7ccaa 100755 --- a/plugins/MacAU/Console4Channel/Console4Channel.cpp +++ b/plugins/MacAU/Console4Channel/Console4Channel.cpp @@ -5,7 +5,7 @@ * * Created: 6/14/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Console4Channel/Console4Channel.h b/plugins/MacAU/Console4Channel/Console4Channel.h index 12023fc07..50dd382c2 100755 --- a/plugins/MacAU/Console4Channel/Console4Channel.h +++ b/plugins/MacAU/Console4Channel/Console4Channel.h @@ -5,7 +5,7 @@ * * Created: 6/14/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Console4Channel/Console4Channel.r b/plugins/MacAU/Console4Channel/Console4Channel.r index 8f389c490..2df824d13 100755 --- a/plugins/MacAU/Console4Channel/Console4Channel.r +++ b/plugins/MacAU/Console4Channel/Console4Channel.r @@ -5,7 +5,7 @@ * * Created: 6/14/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Console4Channel/Console4ChannelVersion.h b/plugins/MacAU/Console4Channel/Console4ChannelVersion.h index 1fc105cd0..548077775 100755 --- a/plugins/MacAU/Console4Channel/Console4ChannelVersion.h +++ b/plugins/MacAU/Console4Channel/Console4ChannelVersion.h @@ -5,7 +5,7 @@ * * Created: 6/14/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Console5Buss/Console5Buss.cpp b/plugins/MacAU/Console5Buss/Console5Buss.cpp index 53f0b9675..fe1fc8432 100755 --- a/plugins/MacAU/Console5Buss/Console5Buss.cpp +++ b/plugins/MacAU/Console5Buss/Console5Buss.cpp @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console5Buss/Console5Buss.h b/plugins/MacAU/Console5Buss/Console5Buss.h index 205b48254..d38ebb720 100755 --- a/plugins/MacAU/Console5Buss/Console5Buss.h +++ b/plugins/MacAU/Console5Buss/Console5Buss.h @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console5Buss/Console5Buss.r b/plugins/MacAU/Console5Buss/Console5Buss.r index c2491ea66..55b6536f2 100755 --- a/plugins/MacAU/Console5Buss/Console5Buss.r +++ b/plugins/MacAU/Console5Buss/Console5Buss.r @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console5Buss/Console5BussVersion.h b/plugins/MacAU/Console5Buss/Console5BussVersion.h index ab40bd18b..2767f2dd5 100755 --- a/plugins/MacAU/Console5Buss/Console5BussVersion.h +++ b/plugins/MacAU/Console5Buss/Console5BussVersion.h @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console5Channel/Console5Channel.cpp b/plugins/MacAU/Console5Channel/Console5Channel.cpp index 2cb1bcd67..606a2e465 100755 --- a/plugins/MacAU/Console5Channel/Console5Channel.cpp +++ b/plugins/MacAU/Console5Channel/Console5Channel.cpp @@ -5,7 +5,7 @@ * * Created: 11/23/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console5Channel/Console5Channel.h b/plugins/MacAU/Console5Channel/Console5Channel.h index ae782b070..faad9d934 100755 --- a/plugins/MacAU/Console5Channel/Console5Channel.h +++ b/plugins/MacAU/Console5Channel/Console5Channel.h @@ -5,7 +5,7 @@ * * Created: 11/23/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console5Channel/Console5Channel.r b/plugins/MacAU/Console5Channel/Console5Channel.r index b3f20f43e..4bbfb6ea0 100755 --- a/plugins/MacAU/Console5Channel/Console5Channel.r +++ b/plugins/MacAU/Console5Channel/Console5Channel.r @@ -5,7 +5,7 @@ * * Created: 11/23/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console5Channel/Console5ChannelVersion.h b/plugins/MacAU/Console5Channel/Console5ChannelVersion.h index 588d32da7..715ca0e78 100755 --- a/plugins/MacAU/Console5Channel/Console5ChannelVersion.h +++ b/plugins/MacAU/Console5Channel/Console5ChannelVersion.h @@ -5,7 +5,7 @@ * * Created: 11/23/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console5DarkCh/Console5DarkCh.cpp b/plugins/MacAU/Console5DarkCh/Console5DarkCh.cpp index 5d5093cbd..becbe1496 100755 --- a/plugins/MacAU/Console5DarkCh/Console5DarkCh.cpp +++ b/plugins/MacAU/Console5DarkCh/Console5DarkCh.cpp @@ -5,7 +5,7 @@ * * Created: 1/5/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console5DarkCh/Console5DarkCh.h b/plugins/MacAU/Console5DarkCh/Console5DarkCh.h index 2148c8784..711c629df 100755 --- a/plugins/MacAU/Console5DarkCh/Console5DarkCh.h +++ b/plugins/MacAU/Console5DarkCh/Console5DarkCh.h @@ -5,7 +5,7 @@ * * Created: 1/5/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console5DarkCh/Console5DarkCh.r b/plugins/MacAU/Console5DarkCh/Console5DarkCh.r index 309a1c643..a39968f97 100755 --- a/plugins/MacAU/Console5DarkCh/Console5DarkCh.r +++ b/plugins/MacAU/Console5DarkCh/Console5DarkCh.r @@ -5,7 +5,7 @@ * * Created: 1/5/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console5DarkCh/Console5DarkChVersion.h b/plugins/MacAU/Console5DarkCh/Console5DarkChVersion.h index 66cb906f3..02858baf2 100755 --- a/plugins/MacAU/Console5DarkCh/Console5DarkChVersion.h +++ b/plugins/MacAU/Console5DarkCh/Console5DarkChVersion.h @@ -5,7 +5,7 @@ * * Created: 1/5/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console6Buss/Console6Buss.cpp b/plugins/MacAU/Console6Buss/Console6Buss.cpp index 55c18dfff..cb4211e37 100755 --- a/plugins/MacAU/Console6Buss/Console6Buss.cpp +++ b/plugins/MacAU/Console6Buss/Console6Buss.cpp @@ -5,7 +5,7 @@ * * Created: 5/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Console6Buss/Console6Buss.h b/plugins/MacAU/Console6Buss/Console6Buss.h index 787c0bc5a..ff15ccfc5 100755 --- a/plugins/MacAU/Console6Buss/Console6Buss.h +++ b/plugins/MacAU/Console6Buss/Console6Buss.h @@ -5,7 +5,7 @@ * * Created: 5/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Console6Buss/Console6Buss.r b/plugins/MacAU/Console6Buss/Console6Buss.r index 4347a77b1..1b728485e 100755 --- a/plugins/MacAU/Console6Buss/Console6Buss.r +++ b/plugins/MacAU/Console6Buss/Console6Buss.r @@ -5,7 +5,7 @@ * * Created: 5/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Console6Buss/Console6BussVersion.h b/plugins/MacAU/Console6Buss/Console6BussVersion.h index 175e46307..8abc6bcd5 100755 --- a/plugins/MacAU/Console6Buss/Console6BussVersion.h +++ b/plugins/MacAU/Console6Buss/Console6BussVersion.h @@ -5,7 +5,7 @@ * * Created: 5/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Console6Channel/Console6Channel.cpp b/plugins/MacAU/Console6Channel/Console6Channel.cpp index fad64ae04..9fcd97b07 100755 --- a/plugins/MacAU/Console6Channel/Console6Channel.cpp +++ b/plugins/MacAU/Console6Channel/Console6Channel.cpp @@ -5,7 +5,7 @@ * * Created: 5/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Console6Channel/Console6Channel.h b/plugins/MacAU/Console6Channel/Console6Channel.h index 7a434e35c..4928de8c1 100755 --- a/plugins/MacAU/Console6Channel/Console6Channel.h +++ b/plugins/MacAU/Console6Channel/Console6Channel.h @@ -5,7 +5,7 @@ * * Created: 5/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Console6Channel/Console6Channel.r b/plugins/MacAU/Console6Channel/Console6Channel.r index c943ef0fc..5ee26dc8d 100755 --- a/plugins/MacAU/Console6Channel/Console6Channel.r +++ b/plugins/MacAU/Console6Channel/Console6Channel.r @@ -5,7 +5,7 @@ * * Created: 5/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Console6Channel/Console6ChannelVersion.h b/plugins/MacAU/Console6Channel/Console6ChannelVersion.h index 1ddf26eb2..391dc0d2a 100755 --- a/plugins/MacAU/Console6Channel/Console6ChannelVersion.h +++ b/plugins/MacAU/Console6Channel/Console6ChannelVersion.h @@ -5,7 +5,7 @@ * * Created: 5/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Console7Buss/Console7Buss.cpp b/plugins/MacAU/Console7Buss/Console7Buss.cpp index dc140c5c1..4b41c28a5 100755 --- a/plugins/MacAU/Console7Buss/Console7Buss.cpp +++ b/plugins/MacAU/Console7Buss/Console7Buss.cpp @@ -5,7 +5,7 @@ * * Created: 11/28/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console7Buss/Console7Buss.h b/plugins/MacAU/Console7Buss/Console7Buss.h index 56289c529..3c3c200a9 100755 --- a/plugins/MacAU/Console7Buss/Console7Buss.h +++ b/plugins/MacAU/Console7Buss/Console7Buss.h @@ -5,7 +5,7 @@ * * Created: 11/28/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console7Buss/Console7Buss.r b/plugins/MacAU/Console7Buss/Console7Buss.r index 9ac50a734..7d1ae1e20 100755 --- a/plugins/MacAU/Console7Buss/Console7Buss.r +++ b/plugins/MacAU/Console7Buss/Console7Buss.r @@ -5,7 +5,7 @@ * * Created: 11/28/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console7Buss/Console7BussVersion.h b/plugins/MacAU/Console7Buss/Console7BussVersion.h index 7f6093ae2..df3678343 100755 --- a/plugins/MacAU/Console7Buss/Console7BussVersion.h +++ b/plugins/MacAU/Console7Buss/Console7BussVersion.h @@ -5,7 +5,7 @@ * * Created: 11/28/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console7Cascade/Console7Cascade.cpp b/plugins/MacAU/Console7Cascade/Console7Cascade.cpp index c5dd3f182..9d711c22d 100755 --- a/plugins/MacAU/Console7Cascade/Console7Cascade.cpp +++ b/plugins/MacAU/Console7Cascade/Console7Cascade.cpp @@ -5,7 +5,7 @@ * * Created: 12/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console7Cascade/Console7Cascade.h b/plugins/MacAU/Console7Cascade/Console7Cascade.h index 8376a30f3..90593e8c6 100755 --- a/plugins/MacAU/Console7Cascade/Console7Cascade.h +++ b/plugins/MacAU/Console7Cascade/Console7Cascade.h @@ -5,7 +5,7 @@ * * Created: 12/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console7Cascade/Console7Cascade.r b/plugins/MacAU/Console7Cascade/Console7Cascade.r index af28684c5..86da0d923 100755 --- a/plugins/MacAU/Console7Cascade/Console7Cascade.r +++ b/plugins/MacAU/Console7Cascade/Console7Cascade.r @@ -5,7 +5,7 @@ * * Created: 12/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console7Cascade/Console7CascadeVersion.h b/plugins/MacAU/Console7Cascade/Console7CascadeVersion.h index 939307596..0f9c80625 100755 --- a/plugins/MacAU/Console7Cascade/Console7CascadeVersion.h +++ b/plugins/MacAU/Console7Cascade/Console7CascadeVersion.h @@ -5,7 +5,7 @@ * * Created: 12/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console7Channel/Console7Channel.cpp b/plugins/MacAU/Console7Channel/Console7Channel.cpp index 01b7d0985..38c11fca1 100755 --- a/plugins/MacAU/Console7Channel/Console7Channel.cpp +++ b/plugins/MacAU/Console7Channel/Console7Channel.cpp @@ -5,7 +5,7 @@ * * Created: 11/28/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console7Channel/Console7Channel.h b/plugins/MacAU/Console7Channel/Console7Channel.h index 8366db4f1..f5a44c09e 100755 --- a/plugins/MacAU/Console7Channel/Console7Channel.h +++ b/plugins/MacAU/Console7Channel/Console7Channel.h @@ -5,7 +5,7 @@ * * Created: 11/28/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console7Channel/Console7Channel.r b/plugins/MacAU/Console7Channel/Console7Channel.r index 1fc17e2a1..93205a155 100755 --- a/plugins/MacAU/Console7Channel/Console7Channel.r +++ b/plugins/MacAU/Console7Channel/Console7Channel.r @@ -5,7 +5,7 @@ * * Created: 11/28/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console7Channel/Console7ChannelVersion.h b/plugins/MacAU/Console7Channel/Console7ChannelVersion.h index c86ae5ec4..bee53c82c 100755 --- a/plugins/MacAU/Console7Channel/Console7ChannelVersion.h +++ b/plugins/MacAU/Console7Channel/Console7ChannelVersion.h @@ -5,7 +5,7 @@ * * Created: 11/28/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console7Crunch/Console7Crunch.cpp b/plugins/MacAU/Console7Crunch/Console7Crunch.cpp index 1c6a75810..1601f3115 100644 --- a/plugins/MacAU/Console7Crunch/Console7Crunch.cpp +++ b/plugins/MacAU/Console7Crunch/Console7Crunch.cpp @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console7Crunch/Console7Crunch.h b/plugins/MacAU/Console7Crunch/Console7Crunch.h index e3f0fc6da..d6be389ce 100644 --- a/plugins/MacAU/Console7Crunch/Console7Crunch.h +++ b/plugins/MacAU/Console7Crunch/Console7Crunch.h @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console7Crunch/Console7Crunch.r b/plugins/MacAU/Console7Crunch/Console7Crunch.r index c220dcf6a..3fef24be8 100644 --- a/plugins/MacAU/Console7Crunch/Console7Crunch.r +++ b/plugins/MacAU/Console7Crunch/Console7Crunch.r @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console7Crunch/Console7CrunchVersion.h b/plugins/MacAU/Console7Crunch/Console7CrunchVersion.h index 97fff4c66..007f66fed 100644 --- a/plugins/MacAU/Console7Crunch/Console7CrunchVersion.h +++ b/plugins/MacAU/Console7Crunch/Console7CrunchVersion.h @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8BussHype/Console8BussHype.cpp b/plugins/MacAU/Console8BussHype/Console8BussHype.cpp index 1445b0f0f..5c91f3946 100755 --- a/plugins/MacAU/Console8BussHype/Console8BussHype.cpp +++ b/plugins/MacAU/Console8BussHype/Console8BussHype.cpp @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -153,26 +153,6 @@ void Console8BussHype::Console8BussHypeKernel::Reset() iirA = 0.0; iirB = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) soft[x] = 0.0; - if (GetSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / GetSampleRate(); - fix[fix_reso] = 0.5; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= GetSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; } @@ -196,6 +176,27 @@ void Console8BussHype::Console8BussHypeKernel::Process( const Float32 *inSourc if (fabs(iirB)<1.18e-37) iirB = 0.0; //catch denormals early and only check once per buffer + if (GetSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / GetSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (nSampleFrames-- > 0) { double inputSample = *sourceP; if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; diff --git a/plugins/MacAU/Console8BussHype/Console8BussHype.h b/plugins/MacAU/Console8BussHype/Console8BussHype.h index 16314d3df..42eead7af 100755 --- a/plugins/MacAU/Console8BussHype/Console8BussHype.h +++ b/plugins/MacAU/Console8BussHype/Console8BussHype.h @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8BussHype/Console8BussHype.r b/plugins/MacAU/Console8BussHype/Console8BussHype.r index cbc174b72..4687aa3d0 100755 --- a/plugins/MacAU/Console8BussHype/Console8BussHype.r +++ b/plugins/MacAU/Console8BussHype/Console8BussHype.r @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8BussHype/Console8BussHype.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/Console8BussHype/Console8BussHype.xcodeproj/christopherjohnson.pbxuser index f9e35e1c1..d98f75997 100755 --- a/plugins/MacAU/Console8BussHype/Console8BussHype.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacAU/Console8BussHype/Console8BussHype.xcodeproj/christopherjohnson.pbxuser @@ -49,62 +49,22 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 677714042; - PBXWorkspaceStateSaveDate = 677714042; + PBXPerProjectTemplateStateSaveDate = 687992082; + PBXWorkspaceStateSaveDate = 687992082; }; perUserProjectItems = { - 8B5539032865190100D5B78D /* PBXBookmark */ = 8B5539032865190100D5B78D /* PBXBookmark */; - 8B55390C2865199200D5B78D /* PlistBookmark */ = 8B55390C2865199200D5B78D /* PlistBookmark */; - 8B553911286519AA00D5B78D /* PlistBookmark */ = 8B553911286519AA00D5B78D /* PlistBookmark */; - 8B553917286519AA00D5B78D /* PBXTextBookmark */ = 8B553917286519AA00D5B78D /* PBXTextBookmark */; + 8BAA1FCA2901EC6000316531 /* PlistBookmark */ = 8BAA1FCA2901EC6000316531 /* PlistBookmark */; + 8BAA1FFC2901ED2500316531 /* PlistBookmark */ = 8BAA1FFC2901ED2500316531 /* PlistBookmark */; }; sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; userBuildSettings = { }; }; - 8B5539032865190100D5B78D /* PBXBookmark */ = { - isa = PBXBookmark; - fRef = 8BA05A660720730100365D66 /* Console8BussHype.cpp */; - }; - 8B55390C2865199200D5B78D /* PlistBookmark */ = { - isa = PlistBookmark; - fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; - fallbackIsa = PBXBookmark; - isK = 0; - kPath = ( - CFBundleName, - ); - name = /Users/christopherjohnson/Desktop/Console8BussHype/Info.plist; - rLen = 0; - rLoc = 9223372036854775807; - }; - 8B553911286519AA00D5B78D /* PlistBookmark */ = { - isa = PlistBookmark; - fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; - fallbackIsa = PBXBookmark; - isK = 0; - kPath = ( - CFBundleName, - ); - name = /Users/christopherjohnson/Desktop/Console8BussHype/Info.plist; - rLen = 26; - rLoc = 0; - }; - 8B553917286519AA00D5B78D /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 8BA05A660720730100365D66 /* Console8BussHype.cpp */; - name = "Console8BussHype.cpp: 230"; - rLen = 0; - rLoc = 9970; - rType = 0; - vrLen = 1458; - vrLoc = 9238; - }; 8BA05A660720730100365D66 /* Console8BussHype.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {914, 4518}}"; - sepNavSelRange = "{9970, 0}"; - sepNavVisRange = "{9238, 1458}"; + sepNavIntBoundsRect = "{{0, 0}, {914, 4716}}"; + sepNavSelRange = "{8912, 0}"; + sepNavVisRange = "{8185, 1352}"; sepNavWindowFrame = "{{312, 88}, {961, 787}}"; }; }; @@ -116,12 +76,36 @@ sepNavWindowFrame = "{{618, 91}, {961, 787}}"; }; }; + 8BAA1FCA2901EC6000316531 /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8BussHype/Info.plist; + rLen = 26; + rLoc = 0; + }; + 8BAA1FFC2901ED2500316531 /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8BussHype/Info.plist; + rLen = 0; + rLoc = 9223372036854775807; + }; 8BC6025B073B072D006C4272 /* Console8BussHype.h */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1146, 2970}}"; + sepNavIntBoundsRect = "{{0, 0}, {1146, 2988}}"; sepNavSelRange = "{5378, 0}"; sepNavVisRange = "{4612, 766}"; - sepNavWindowFrame = "{{623, 91}, {961, 787}}"; + sepNavWindowFrame = "{{479, 91}, {961, 787}}"; }; }; 8BD3CCB8148830B20062E48C /* Source Control */ = { diff --git a/plugins/MacAU/Console8BussHype/Console8BussHype.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/Console8BussHype/Console8BussHype.xcodeproj/christopherjohnson.perspectivev3 index ec92f39e3..c29a3ae77 100755 --- a/plugins/MacAU/Console8BussHype/Console8BussHype.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacAU/Console8BussHype/Console8BussHype.xcodeproj/christopherjohnson.perspectivev3 @@ -222,48 +222,7 @@ OpenEditors - - - Content - - PBXProjectModuleGUID - 8B553915286519AA00D5B78D - PBXProjectModuleLabel - Console8BussHype.cpp - PBXSplitModuleInNavigatorKey - - Split0 - - PBXProjectModuleGUID - 8B553916286519AA00D5B78D - PBXProjectModuleLabel - Console8BussHype.cpp - _historyCapacity - 0 - bookmark - 8B553917286519AA00D5B78D - history - - 8B5539032865190100D5B78D - - - SplitCount - 1 - - StatusBarVisibility - - - Geometry - - Frame - {{0, 20}, {961, 690}} - PBXModuleWindowStatusBarHidden2 - - RubberWindowFrame - 312 144 961 731 0 0 1440 878 - - - + PerspectiveWidths 841 @@ -297,6 +256,8 @@ Layout + BecomeActive + ContentConfiguration PBXBottomSmartGroupGIDs @@ -365,7 +326,7 @@ 288 RubberWindowFrame - 613 224 841 654 0 0 1440 878 + 599 224 841 654 0 0 1440 878 Module PBXSmartGroupTreeModule @@ -393,10 +354,10 @@ _historyCapacity 0 bookmark - 8B553911286519AA00D5B78D + 8BAA1FFC2901ED2500316531 history - 8B55390C2865199200D5B78D + 8BAA1FCA2901EC6000316531 SplitCount @@ -410,18 +371,18 @@ GeometryConfiguration Frame - {{0, 0}, {531, 242}} + {{0, 0}, {531, 216}} RubberWindowFrame - 613 224 841 654 0 0 1440 878 + 599 224 841 654 0 0 1440 878 Module PBXNavigatorGroup Proportion - 242pt + 216pt Proportion - 366pt + 392pt Tabs @@ -435,7 +396,9 @@ GeometryConfiguration Frame - {{10, 27}, {531, 339}} + {{10, 27}, {531, 365}} + RubberWindowFrame + 599 224 841 654 0 0 1440 878 Module XCDetailModule @@ -489,9 +452,7 @@ GeometryConfiguration Frame - {{10, 27}, {531, 339}} - RubberWindowFrame - 613 224 841 654 0 0 1440 878 + {{10, 27}, {531, 352}} Module PBXBuildResultsModule @@ -519,11 +480,11 @@ TableOfContents - 8B553912286519AA00D5B78D + 8BAA1FFD2901ED2500316531 1CA23ED40692098700951B8B - 8B553913286519AA00D5B78D + 8BAA1FFE2901ED2500316531 8BD7274A1D46E5A5000176F0 - 8B553914286519AA00D5B78D + 8BAA1FFF2901ED2500316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -696,7 +657,7 @@ StatusbarIsVisible TimeStamp - 677714346.35921001 + 687992101.14631903 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -713,11 +674,11 @@ 5 WindowOrderList - 8B553915286519AA00D5B78D - /Users/christopherjohnson/Desktop/Console8BussHype/Console8BussHype.xcodeproj + 8BAA20002901ED2500316531 + /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8BussHype/Console8BussHype.xcodeproj WindowString - 613 224 841 654 0 0 1440 878 + 599 224 841 654 0 0 1440 878 WindowToolsV3 diff --git a/plugins/MacAU/Console8BussHype/Console8BussHypeVersion.h b/plugins/MacAU/Console8BussHype/Console8BussHypeVersion.h index e16144752..04a7baf63 100755 --- a/plugins/MacAU/Console8BussHype/Console8BussHypeVersion.h +++ b/plugins/MacAU/Console8BussHype/Console8BussHypeVersion.h @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8BussIn/Console8BussIn.cpp b/plugins/MacAU/Console8BussIn/Console8BussIn.cpp index 4be5f53be..0ecde83b8 100755 --- a/plugins/MacAU/Console8BussIn/Console8BussIn.cpp +++ b/plugins/MacAU/Console8BussIn/Console8BussIn.cpp @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -153,26 +153,6 @@ void Console8BussIn::Console8BussInKernel::Reset() iirA = 0.0; iirB = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) soft[x] = 0.0; - if (GetSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / GetSampleRate(); - fix[fix_reso] = 0.5; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= GetSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; } @@ -195,6 +175,26 @@ void Console8BussIn::Console8BussInKernel::Process( const Float32 *inSourceP, if (fabs(iirA)<1.18e-37) iirA = 0.0; if (fabs(iirB)<1.18e-37) iirB = 0.0; //catch denormals early and only check once per buffer + if (GetSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / GetSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k while (nSampleFrames-- > 0) { double inputSample = *sourceP; diff --git a/plugins/MacAU/Console8BussIn/Console8BussIn.h b/plugins/MacAU/Console8BussIn/Console8BussIn.h index 105c7cff8..3ce2983d6 100755 --- a/plugins/MacAU/Console8BussIn/Console8BussIn.h +++ b/plugins/MacAU/Console8BussIn/Console8BussIn.h @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8BussIn/Console8BussIn.r b/plugins/MacAU/Console8BussIn/Console8BussIn.r index 5864bc045..e7e9e4193 100755 --- a/plugins/MacAU/Console8BussIn/Console8BussIn.r +++ b/plugins/MacAU/Console8BussIn/Console8BussIn.r @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8BussIn/Console8BussIn.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/Console8BussIn/Console8BussIn.xcodeproj/christopherjohnson.pbxuser index adcc68392..2b581689d 100755 --- a/plugins/MacAU/Console8BussIn/Console8BussIn.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacAU/Console8BussIn/Console8BussIn.xcodeproj/christopherjohnson.pbxuser @@ -61,15 +61,15 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 676658867; - PBXWorkspaceStateSaveDate = 676658867; + PBXPerProjectTemplateStateSaveDate = 687992106; + PBXWorkspaceStateSaveDate = 687992106; }; perUserProjectItems = { + 8BAA1FE02901ECC300316531 /* PBXTextBookmark */ = 8BAA1FE02901ECC300316531 /* PBXTextBookmark */; + 8BAA20092901ED3C00316531 /* PBXTextBookmark */ = 8BAA20092901ED3C00316531 /* PBXTextBookmark */; 8BB20583285406910005597C /* PlistBookmark */ = 8BB20583285406910005597C /* PlistBookmark */; 8BE1720A2854FEC7007743A2 /* PBXTextBookmark */ = 8BE1720A2854FEC7007743A2 /* PBXTextBookmark */; 8BE17312285509DA007743A2 /* PBXTextBookmark */ = 8BE17312285509DA007743A2 /* PBXTextBookmark */; - 8BE17313285509DA007743A2 /* PBXTextBookmark */ = 8BE17313285509DA007743A2 /* PBXTextBookmark */; - 8BE17314285509DA007743A2 /* PBXTextBookmark */ = 8BE17314285509DA007743A2 /* PBXTextBookmark */; }; sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; userBuildSettings = { @@ -77,20 +77,40 @@ }; 8BA05A660720730100365D66 /* Console8BussIn.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1101, 4662}}"; - sepNavSelRange = "{8986, 1583}"; - sepNavVisRange = "{6541, 1433}"; - sepNavWindowFrame = "{{887, 71}, {730, 807}}"; + sepNavIntBoundsRect = "{{0, 0}, {858, 4662}}"; + sepNavSelRange = "{8856, 0}"; + sepNavVisRange = "{7834, 1474}"; + sepNavWindowFrame = "{{9, 71}, {730, 807}}"; }; }; 8BA05A690720730100365D66 /* Console8BussInVersion.h */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1056, 1134}}"; + sepNavIntBoundsRect = "{{0, 0}, {1056, 1062}}"; sepNavSelRange = "{2930, 0}"; - sepNavVisRange = "{0, 39}"; + sepNavVisRange = "{960, 2033}"; sepNavWindowFrame = "{{15, 38}, {824, 840}}"; }; }; + 8BAA1FE02901ECC300316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BC6025B073B072D006C4272 /* Console8BussIn.h */; + name = "Console8BussIn.h: 140"; + rLen = 0; + rLoc = 5223; + rType = 0; + vrLen = 25; + vrLoc = 5199; + }; + 8BAA20092901ED3C00316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BC6025B073B072D006C4272 /* Console8BussIn.h */; + name = "Console8BussIn.h: 140"; + rLen = 0; + rLoc = 5223; + rType = 0; + vrLen = 0; + vrLoc = 0; + }; 8BB20583285406910005597C /* PlistBookmark */ = { isa = PlistBookmark; fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; @@ -105,10 +125,10 @@ }; 8BC6025B073B072D006C4272 /* Console8BussIn.h */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {678, 3078}}"; + sepNavIntBoundsRect = "{{0, 0}, {300, 2718}}"; sepNavSelRange = "{5223, 0}"; - sepNavVisRange = "{5138, 105}"; - sepNavWindowFrame = "{{533, 38}, {824, 840}}"; + sepNavVisRange = "{0, 0}"; + sepNavWindowFrame = "{{11, 38}, {824, 840}}"; }; }; 8BD3CCB8148830B20062E48C /* Source Control */ = { @@ -145,26 +165,6 @@ vrLen = 39; vrLoc = 0; }; - 8BE17313285509DA007743A2 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 8BC6025B073B072D006C4272 /* Console8BussIn.h */; - name = "Console8BussIn.h: 140"; - rLen = 0; - rLoc = 5223; - rType = 0; - vrLen = 105; - vrLoc = 5138; - }; - 8BE17314285509DA007743A2 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 8BC6025B073B072D006C4272 /* Console8BussIn.h */; - name = "Console8BussIn.h: 140"; - rLen = 0; - rLoc = 5223; - rType = 0; - vrLen = 105; - vrLoc = 5138; - }; 8D01CCC60486CAD60068D4B7 /* Console8BussIn */ = { activeExec = 0; }; diff --git a/plugins/MacAU/Console8BussIn/Console8BussIn.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/Console8BussIn/Console8BussIn.xcodeproj/christopherjohnson.perspectivev3 index 68228c1db..9371c8ba3 100755 --- a/plugins/MacAU/Console8BussIn/Console8BussIn.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacAU/Console8BussIn/Console8BussIn.xcodeproj/christopherjohnson.perspectivev3 @@ -225,8 +225,8 @@ PerspectiveWidths - 841 - 841 + 562 + 562 Perspectives @@ -327,7 +327,7 @@ 288 RubberWindowFrame - 843 500 562 281 0 0 1440 878 + 469 520 562 281 0 0 1440 878 Module PBXSmartGroupTreeModule @@ -355,13 +355,13 @@ _historyCapacity 0 bookmark - 8BE17314285509DA007743A2 + 8BAA20092901ED3C00316531 history 8BB20583285406910005597C 8BE1720A2854FEC7007743A2 8BE17312285509DA007743A2 - 8BE17313285509DA007743A2 + 8BAA1FE02901ECC300316531 SplitCount @@ -375,18 +375,18 @@ GeometryConfiguration Frame - {{0, 0}, {252, 71}} + {{0, 0}, {252, 23}} RubberWindowFrame - 843 500 562 281 0 0 1440 878 + 469 520 562 281 0 0 1440 878 Module PBXNavigatorGroup Proportion - 71pt + 23pt Proportion - 165pt + 212pt Tabs @@ -400,9 +400,9 @@ GeometryConfiguration Frame - {{10, 27}, {252, 138}} + {{10, 27}, {252, 185}} RubberWindowFrame - 843 500 562 281 0 0 1440 878 + 469 520 562 281 0 0 1440 878 Module XCDetailModule @@ -456,7 +456,7 @@ GeometryConfiguration Frame - {{10, 27}, {531, 352}} + {{10, 27}, {252, 168}} Module PBXBuildResultsModule @@ -484,11 +484,11 @@ TableOfContents - 8BE1720D2854FEC7007743A2 + 8BAA200A2901ED3C00316531 1CA23ED40692098700951B8B - 8BE1720E2854FEC7007743A2 + 8BAA200B2901ED3C00316531 8BD7274A1D46E5A5000176F0 - 8BE1720F2854FEC7007743A2 + 8BAA200C2901ED3C00316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -661,7 +661,7 @@ StatusbarIsVisible TimeStamp - 676661722.74600506 + 687992124.29790604 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -678,10 +678,11 @@ 5 WindowOrderList + 8BAA1FE42901ECC300316531 /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8BussIn/Console8BussIn.xcodeproj WindowString - 843 500 562 281 0 0 1440 878 + 469 520 562 281 0 0 1440 878 WindowToolsV3 diff --git a/plugins/MacAU/Console8BussIn/Console8BussInVersion.h b/plugins/MacAU/Console8BussIn/Console8BussInVersion.h index 7671a0e6a..1882e047c 100755 --- a/plugins/MacAU/Console8BussIn/Console8BussInVersion.h +++ b/plugins/MacAU/Console8BussIn/Console8BussInVersion.h @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8BussOut/Console8BussOut.cpp b/plugins/MacAU/Console8BussOut/Console8BussOut.cpp index de59d0c56..bc98ba260 100755 --- a/plugins/MacAU/Console8BussOut/Console8BussOut.cpp +++ b/plugins/MacAU/Console8BussOut/Console8BussOut.cpp @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -160,27 +160,10 @@ void Console8BussOut::Console8BussOutKernel::Reset() { inTrimA = 0.5; inTrimB = 0.5; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; - if (GetSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / GetSampleRate(); - fix[fix_reso] = 0.52110856; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter lastSample = 0.0; wasPosClip = false; wasNegClip = false; for (int x = 0; x < 17; x++) intermediate[x] = 0.0; - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= GetSampleRate(); - spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 - if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; //ADClip2 fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; } @@ -201,6 +184,23 @@ void Console8BussOut::Console8BussOutKernel::Process( const Float32 *inSourceP //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclip and ADClip in case we need intense loudness bursts on transients. //24 bit is 8388608.0, 16 bit is 32768.0 + if (GetSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / GetSampleRate(); + fix[fix_reso] = 0.52110856; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; //ADClip2 while (nSampleFrames-- > 0) { double inputSample = *sourceP; diff --git a/plugins/MacAU/Console8BussOut/Console8BussOut.h b/plugins/MacAU/Console8BussOut/Console8BussOut.h index 07fcb30eb..701c81cb3 100755 --- a/plugins/MacAU/Console8BussOut/Console8BussOut.h +++ b/plugins/MacAU/Console8BussOut/Console8BussOut.h @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8BussOut/Console8BussOut.r b/plugins/MacAU/Console8BussOut/Console8BussOut.r index 750cdfe39..1ce3d22cf 100755 --- a/plugins/MacAU/Console8BussOut/Console8BussOut.r +++ b/plugins/MacAU/Console8BussOut/Console8BussOut.r @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8BussOut/Console8BussOut.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/Console8BussOut/Console8BussOut.xcodeproj/christopherjohnson.pbxuser index a2db2e8b7..d85945582 100755 --- a/plugins/MacAU/Console8BussOut/Console8BussOut.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacAU/Console8BussOut/Console8BussOut.xcodeproj/christopherjohnson.pbxuser @@ -63,13 +63,15 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 682534188; - PBXWorkspaceStateSaveDate = 682534188; + PBXPerProjectTemplateStateSaveDate = 687992128; + PBXWorkspaceStateSaveDate = 687992128; }; perUserProjectItems = { 8BA6814428AEA1CD0021E3C9 /* PBXTextBookmark */ = 8BA6814428AEA1CD0021E3C9 /* PBXTextBookmark */; - 8BA6814628AEA1CD0021E3C9 /* PBXTextBookmark */ = 8BA6814628AEA1CD0021E3C9 /* PBXTextBookmark */; - 8BA6816528AEA55B0021E3C9 /* PBXTextBookmark */ = 8BA6816528AEA55B0021E3C9 /* PBXTextBookmark */; + 8BAA20142901ED4600316531 /* PBXBookmark */ = 8BAA20142901ED4600316531 /* PBXBookmark */; + 8BAA20192901ED7600316531 /* PBXTextBookmark */ = 8BAA20192901ED7600316531 /* PBXTextBookmark */; + 8BAA201E2901ED8800316531 /* PBXTextBookmark */ = 8BAA201E2901ED8800316531 /* PBXTextBookmark */; + 8BAA20242901ED8800316531 /* PBXTextBookmark */ = 8BAA20242901ED8800316531 /* PBXTextBookmark */; 8BB053F1285520380084DCA2 /* PlistBookmark */ = 8BB053F1285520380084DCA2 /* PlistBookmark */; }; sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; @@ -78,10 +80,10 @@ }; 8BA05A660720730100365D66 /* Console8BussOut.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {858, 4680}}"; - sepNavSelRange = "{8031, 89}"; - sepNavVisRange = "{7337, 1736}"; - sepNavWindowFrame = "{{35, 44}, {898, 834}}"; + sepNavIntBoundsRect = "{{0, 0}, {1101, 4626}}"; + sepNavSelRange = "{9342, 0}"; + sepNavVisRange = "{8145, 1734}"; + sepNavWindowFrame = "{{289, 44}, {898, 834}}"; }; }; 8BA05A690720730100365D66 /* Console8BussOutVersion.h */ = { @@ -102,25 +104,39 @@ vrLen = 0; vrLoc = 11324; }; - 8BA6814628AEA1CD0021E3C9 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 8BC6025B073B072D006C4272 /* Console8BussOut.h */; - name = "Console8BussOut.h: 150"; - rLen = 0; - rLoc = 5477; - rType = 0; - vrLen = 277; - vrLoc = 5229; + 8BAA20142901ED4600316531 /* PBXBookmark */ = { + isa = PBXBookmark; + fRef = 8BA05A660720730100365D66 /* Console8BussOut.cpp */; }; - 8BA6816528AEA55B0021E3C9 /* PBXTextBookmark */ = { + 8BAA20192901ED7600316531 /* PBXTextBookmark */ = { isa = PBXTextBookmark; fRef = 8BC6025B073B072D006C4272 /* Console8BussOut.h */; name = "Console8BussOut.h: 150"; rLen = 0; rLoc = 5477; rType = 0; - vrLen = 265; - vrLoc = 5241; + vrLen = 253; + vrLoc = 5253; + }; + 8BAA201E2901ED8800316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BC6025B073B072D006C4272 /* Console8BussOut.h */; + name = "Console8BussOut.h: 150"; + rLen = 0; + rLoc = 5477; + rType = 0; + vrLen = 253; + vrLoc = 5253; + }; + 8BAA20242901ED8800316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Console8BussOut.cpp */; + name = "Console8BussOut.cpp: 204"; + rLen = 0; + rLoc = 9342; + rType = 0; + vrLen = 1734; + vrLoc = 8145; }; 8BB053F1285520380084DCA2 /* PlistBookmark */ = { isa = PlistBookmark; @@ -136,9 +152,9 @@ }; 8BC6025B073B072D006C4272 /* Console8BussOut.h */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1146, 3150}}"; + sepNavIntBoundsRect = "{{0, 0}, {678, 3204}}"; sepNavSelRange = "{5477, 0}"; - sepNavVisRange = "{5241, 265}"; + sepNavVisRange = "{5253, 253}"; sepNavWindowFrame = "{{43, 38}, {528, 840}}"; }; }; diff --git a/plugins/MacAU/Console8BussOut/Console8BussOut.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/Console8BussOut/Console8BussOut.xcodeproj/christopherjohnson.perspectivev3 index 68e729fa1..ecd6dde9e 100755 --- a/plugins/MacAU/Console8BussOut/Console8BussOut.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacAU/Console8BussOut/Console8BussOut.xcodeproj/christopherjohnson.perspectivev3 @@ -222,11 +222,52 @@ OpenEditors - + + + Content + + PBXProjectModuleGUID + 8BAA20222901ED8800316531 + PBXProjectModuleLabel + Console8BussOut.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BAA20232901ED8800316531 + PBXProjectModuleLabel + Console8BussOut.cpp + _historyCapacity + 0 + bookmark + 8BAA20242901ED8800316531 + history + + 8BAA20142901ED4600316531 + + + SplitCount + 1 + + StatusBarVisibility + + + Geometry + + Frame + {{0, 20}, {898, 737}} + PBXModuleWindowStatusBarHidden2 + + RubberWindowFrame + 289 100 898 778 0 0 1440 878 + + + PerspectiveWidths - 599 - 599 + 725 + 725 Perspectives @@ -256,8 +297,6 @@ Layout - BecomeActive - ContentConfiguration PBXBottomSmartGroupGIDs @@ -327,7 +366,7 @@ 288 RubberWindowFrame - 59 263 725 538 0 0 1440 878 + 223 265 725 538 0 0 1440 878 Module PBXSmartGroupTreeModule @@ -355,12 +394,12 @@ _historyCapacity 0 bookmark - 8BA6816528AEA55B0021E3C9 + 8BAA201E2901ED8800316531 history 8BB053F1285520380084DCA2 8BA6814428AEA1CD0021E3C9 - 8BA6814628AEA1CD0021E3C9 + 8BAA20192901ED7600316531 SplitCount @@ -374,18 +413,18 @@ GeometryConfiguration Frame - {{0, 0}, {415, 276}} + {{0, 0}, {415, 257}} RubberWindowFrame - 59 263 725 538 0 0 1440 878 + 223 265 725 538 0 0 1440 878 Module PBXNavigatorGroup Proportion - 276pt + 257pt Proportion - 216pt + 235pt Tabs @@ -399,9 +438,7 @@ GeometryConfiguration Frame - {{10, 27}, {415, 189}} - RubberWindowFrame - 59 263 725 538 0 0 1440 878 + {{10, 27}, {415, 208}} Module XCDetailModule @@ -455,7 +492,9 @@ GeometryConfiguration Frame - {{10, 27}, {289, 398}} + {{10, 27}, {415, 208}} + RubberWindowFrame + 223 265 725 538 0 0 1440 878 Module PBXBuildResultsModule @@ -483,11 +522,11 @@ TableOfContents - 8BA6816628AEA55B0021E3C9 + 8BAA201F2901ED8800316531 1CA23ED40692098700951B8B - 8BA6816728AEA55B0021E3C9 + 8BAA20202901ED8800316531 8BD7274A1D46E5A5000176F0 - 8BA6816828AEA55B0021E3C9 + 8BAA20212901ED8800316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -660,7 +699,7 @@ StatusbarIsVisible TimeStamp - 682534235.14336002 + 687992200.13845599 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -677,11 +716,11 @@ 5 WindowOrderList - 8BA6816928AEA55B0021E3C9 + 8BAA20222901ED8800316531 /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8BussOut/Console8BussOut.xcodeproj WindowString - 59 263 725 538 0 0 1440 878 + 223 265 725 538 0 0 1440 878 WindowToolsV3 diff --git a/plugins/MacAU/Console8BussOut/Console8BussOutVersion.h b/plugins/MacAU/Console8BussOut/Console8BussOutVersion.h index 1b569b723..4500fe944 100755 --- a/plugins/MacAU/Console8BussOut/Console8BussOutVersion.h +++ b/plugins/MacAU/Console8BussOut/Console8BussOutVersion.h @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.cpp b/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.cpp index 8451ec0ba..6ce2a4da2 100755 --- a/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.cpp +++ b/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.cpp @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -153,25 +153,6 @@ void Console8ChannelHype::Console8ChannelHypeKernel::Reset() iirA = 0.0; iirB = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) soft[x] = 0.0; - if (GetSampleRate() > 49000.0) hsr = true; else hsr = false; - fix[fix_freq] = 24000.0 / GetSampleRate(); - fix[fix_reso] = 0.76352112; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= GetSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; } @@ -194,6 +175,25 @@ void Console8ChannelHype::Console8ChannelHypeKernel::Process( const Float32 *i if (fabs(iirA)<1.18e-37) iirA = 0.0; if (fabs(iirB)<1.18e-37) iirB = 0.0; //catch denormals early and only check once per buffer + if (GetSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / GetSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k while (nSampleFrames-- > 0) { double inputSample = *sourceP; diff --git a/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.h b/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.h index 29ef7f85b..c6d9df915 100755 --- a/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.h +++ b/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.h @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.r b/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.r index 01cbc9fa1..a0641c269 100755 --- a/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.r +++ b/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.r @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.xcodeproj/christopherjohnson.pbxuser index 05ec6e3c6..020a1297e 100755 --- a/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.xcodeproj/christopherjohnson.pbxuser @@ -49,63 +49,23 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 677713167; - PBXWorkspaceStateSaveDate = 677713167; + PBXPerProjectTemplateStateSaveDate = 687992254; + PBXWorkspaceStateSaveDate = 687992254; }; perUserProjectItems = { - 8B5538B62865159300D5B78D /* PBXBookmark */ = 8B5538B62865159300D5B78D /* PBXBookmark */; - 8B5538BC2865161600D5B78D /* PlistBookmark */ = 8B5538BC2865161600D5B78D /* PlistBookmark */; - 8B5538C12865162A00D5B78D /* PlistBookmark */ = 8B5538C12865162A00D5B78D /* PlistBookmark */; - 8B5538C72865162A00D5B78D /* PBXTextBookmark */ = 8B5538C72865162A00D5B78D /* PBXTextBookmark */; + 8BAA20302902186E00316531 /* PlistBookmark */ = 8BAA20302902186E00316531 /* PlistBookmark */; + 8BAA20352902188300316531 /* PlistBookmark */ = 8BAA20352902188300316531 /* PlistBookmark */; }; sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; userBuildSettings = { }; }; - 8B5538B62865159300D5B78D /* PBXBookmark */ = { - isa = PBXBookmark; - fRef = 8BA05A660720730100365D66 /* Console8ChannelHype.cpp */; - }; - 8B5538BC2865161600D5B78D /* PlistBookmark */ = { - isa = PlistBookmark; - fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; - fallbackIsa = PBXBookmark; - isK = 0; - kPath = ( - CFBundleName, - ); - name = /Users/christopherjohnson/Desktop/Console8ChannelHype/Info.plist; - rLen = 0; - rLoc = 9223372036854775807; - }; - 8B5538C12865162A00D5B78D /* PlistBookmark */ = { - isa = PlistBookmark; - fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; - fallbackIsa = PBXBookmark; - isK = 0; - kPath = ( - CFBundleName, - ); - name = /Users/christopherjohnson/Desktop/Console8ChannelHype/Info.plist; - rLen = 26; - rLoc = 0; - }; - 8B5538C72865162A00D5B78D /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 8BA05A660720730100365D66 /* Console8ChannelHype.cpp */; - name = "Console8ChannelHype.cpp: 228"; - rLen = 0; - rLoc = 10050; - rType = 0; - vrLen = 1362; - vrLoc = 9550; - }; 8BA05A660720730100365D66 /* Console8ChannelHype.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {914, 4464}}"; - sepNavSelRange = "{10050, 0}"; - sepNavVisRange = "{9550, 1362}"; - sepNavWindowFrame = "{{568, 91}, {961, 787}}"; + sepNavIntBoundsRect = "{{0, 0}, {914, 4626}}"; + sepNavSelRange = "{8993, 0}"; + sepNavVisRange = "{8220, 1398}"; + sepNavWindowFrame = "{{479, 91}, {961, 787}}"; }; }; 8BA05A690720730100365D66 /* Console8ChannelHypeVersion.h */ = { @@ -116,6 +76,30 @@ sepNavWindowFrame = "{{498, 91}, {961, 787}}"; }; }; + 8BAA20302902186E00316531 /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8ChannelHype/Info.plist; + rLen = 0; + rLoc = 9223372036854775807; + }; + 8BAA20352902188300316531 /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8ChannelHype/Info.plist; + rLen = 26; + rLoc = 0; + }; 8BC6025B073B072D006C4272 /* Console8ChannelHype.h */ = { uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1146, 3024}}"; diff --git a/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.xcodeproj/christopherjohnson.perspectivev3 index feaff33aa..e3de95516 100755 --- a/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.xcodeproj/christopherjohnson.perspectivev3 @@ -222,48 +222,7 @@ OpenEditors - - - Content - - PBXProjectModuleGUID - 8B5538C52865162A00D5B78D - PBXProjectModuleLabel - Console8ChannelHype.cpp - PBXSplitModuleInNavigatorKey - - Split0 - - PBXProjectModuleGUID - 8B5538C62865162A00D5B78D - PBXProjectModuleLabel - Console8ChannelHype.cpp - _historyCapacity - 0 - bookmark - 8B5538C72865162A00D5B78D - history - - 8B5538B62865159300D5B78D - - - SplitCount - 1 - - StatusBarVisibility - - - Geometry - - Frame - {{0, 20}, {961, 690}} - PBXModuleWindowStatusBarHidden2 - - RubberWindowFrame - 568 147 961 731 0 0 1440 878 - - - + PerspectiveWidths 698 @@ -393,10 +352,10 @@ _historyCapacity 0 bookmark - 8B5538C12865162A00D5B78D + 8BAA20352902188300316531 history - 8B5538BC2865161600D5B78D + 8BAA20302902186E00316531 SplitCount @@ -410,18 +369,18 @@ GeometryConfiguration Frame - {{0, 0}, {388, 187}} + {{0, 0}, {388, 173}} RubberWindowFrame 695 272 698 599 0 0 1440 878 Module PBXNavigatorGroup Proportion - 187pt + 173pt Proportion - 366pt + 380pt Tabs @@ -435,7 +394,7 @@ GeometryConfiguration Frame - {{10, 27}, {388, 339}} + {{10, 27}, {388, 353}} Module XCDetailModule @@ -489,7 +448,7 @@ GeometryConfiguration Frame - {{10, 27}, {388, 339}} + {{10, 27}, {388, 353}} RubberWindowFrame 695 272 698 599 0 0 1440 878 @@ -519,11 +478,11 @@ TableOfContents - 8B5538C22865162A00D5B78D + 8BAA20362902188300316531 1CA23ED40692098700951B8B - 8B5538C32865162A00D5B78D + 8BAA20372902188300316531 8BD7274A1D46E5A5000176F0 - 8B5538C42865162A00D5B78D + 8BAA20382902188300316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -696,7 +655,7 @@ StatusbarIsVisible TimeStamp - 677713450.06549203 + 688003203.45566106 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -713,8 +672,7 @@ 5 WindowOrderList - 8B5538C52865162A00D5B78D - /Users/christopherjohnson/Desktop/Console8ChannelHype/Console8ChannelHype.xcodeproj + /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8ChannelHype/Console8ChannelHype.xcodeproj WindowString 695 272 698 599 0 0 1440 878 diff --git a/plugins/MacAU/Console8ChannelHype/Console8ChannelHypeVersion.h b/plugins/MacAU/Console8ChannelHype/Console8ChannelHypeVersion.h index edbe76a74..b30fc1606 100755 --- a/plugins/MacAU/Console8ChannelHype/Console8ChannelHypeVersion.h +++ b/plugins/MacAU/Console8ChannelHype/Console8ChannelHypeVersion.h @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.cpp b/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.cpp index 6544e97ed..9fb9f8153 100755 --- a/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.cpp +++ b/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.cpp @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -153,25 +153,6 @@ void Console8ChannelIn::Console8ChannelInKernel::Reset() iirA = 0.0; iirB = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) soft[x] = 0.0; - if (GetSampleRate() > 49000.0) hsr = true; else hsr = false; - fix[fix_freq] = 24000.0 / GetSampleRate(); - fix[fix_reso] = 0.76352112; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= GetSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; } @@ -194,6 +175,25 @@ void Console8ChannelIn::Console8ChannelInKernel::Process( const Float32 *inSou if (fabs(iirA)<1.18e-37) iirA = 0.0; if (fabs(iirB)<1.18e-37) iirB = 0.0; //catch denormals early and only check once per buffer + if (GetSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / GetSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k while (nSampleFrames-- > 0) { double inputSample = *sourceP; diff --git a/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.h b/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.h index c40431ca7..4e62f8b35 100755 --- a/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.h +++ b/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.h @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.r b/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.r index 903c82de5..5f1816e1a 100755 --- a/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.r +++ b/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.r @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.xcodeproj/christopherjohnson.pbxuser index cbd9264a6..590ea9f14 100755 --- a/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.xcodeproj/christopherjohnson.pbxuser @@ -49,12 +49,14 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 676666808; - PBXWorkspaceStateSaveDate = 676666808; + PBXPerProjectTemplateStateSaveDate = 688003215; + PBXWorkspaceStateSaveDate = 688003215; }; perUserProjectItems = { - 8BB053C028551E4A0084DCA2 /* PBXTextBookmark */ = 8BB053C028551E4A0084DCA2 /* PBXTextBookmark */; - 8BB053C128551E4A0084DCA2 /* PBXTextBookmark */ = 8BB053C128551E4A0084DCA2 /* PBXTextBookmark */; + 8BAA20402902189200316531 /* PBXBookmark */ = 8BAA20402902189200316531 /* PBXBookmark */; + 8BAA2045290218AE00316531 /* PBXTextBookmark */ = 8BAA2045290218AE00316531 /* PBXTextBookmark */; + 8BAA204A290218BE00316531 /* PBXTextBookmark */ = 8BAA204A290218BE00316531 /* PBXTextBookmark */; + 8BAA2050290218BE00316531 /* PBXTextBookmark */ = 8BAA2050290218BE00316531 /* PBXTextBookmark */; 8BE1730E285509D7007743A2 /* PlistBookmark */ = 8BE1730E285509D7007743A2 /* PlistBookmark */; }; sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; @@ -63,46 +65,60 @@ }; 8BA05A660720730100365D66 /* Console8ChannelIn.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {678, 4482}}"; + sepNavIntBoundsRect = "{{0, 0}, {345, 4446}}"; sepNavSelRange = "{10633, 0}"; - sepNavVisRange = "{7254, 85}"; - sepNavWindowFrame = "{{856, 179}, {852, 657}}"; + sepNavVisRange = "{0, 0}"; + sepNavWindowFrame = "{{149, 197}, {1208, 679}}"; }; }; 8BA05A690720730100365D66 /* Console8ChannelInVersion.h */ = { uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1181, 1062}}"; sepNavSelRange = "{2950, 0}"; - sepNavVisRange = "{1168, 1845}"; + sepNavVisRange = "{1065, 1948}"; sepNavWindowFrame = "{{15, 72}, {1228, 801}}"; }; }; - 8BB053C028551E4A0084DCA2 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; + 8BAA20402902189200316531 /* PBXBookmark */ = { + isa = PBXBookmark; fRef = 8BA05A660720730100365D66 /* Console8ChannelIn.cpp */; - name = "Console8ChannelIn.cpp: 235"; - rLen = 0; - rLoc = 10633; - rType = 0; - vrLen = 85; - vrLoc = 7254; }; - 8BB053C128551E4A0084DCA2 /* PBXTextBookmark */ = { + 8BAA2045290218AE00316531 /* PBXTextBookmark */ = { isa = PBXTextBookmark; fRef = 8BA05A660720730100365D66 /* Console8ChannelIn.cpp */; name = "Console8ChannelIn.cpp: 235"; rLen = 0; rLoc = 10633; rType = 0; - vrLen = 85; - vrLoc = 7254; + vrLen = 0; + vrLoc = 0; + }; + 8BAA204A290218BE00316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Console8ChannelIn.cpp */; + name = "Console8ChannelIn.cpp: 235"; + rLen = 0; + rLoc = 10633; + rType = 0; + vrLen = 0; + vrLoc = 0; + }; + 8BAA2050290218BE00316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Console8ChannelIn.cpp */; + name = "Console8ChannelIn.cpp: 197"; + rLen = 0; + rLoc = 8939; + rType = 0; + vrLen = 1117; + vrLoc = 8406; }; 8BC6025B073B072D006C4272 /* Console8ChannelIn.h */ = { uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1181, 2628}}"; - sepNavSelRange = "{0, 0}"; + sepNavSelRange = "{4983, 396}"; sepNavVisRange = "{4621, 771}"; - sepNavWindowFrame = "{{686, 77}, {1228, 801}}"; + sepNavWindowFrame = "{{19, 77}, {1228, 801}}"; }; }; 8BD3CCB8148830B20062E48C /* Source Control */ = { diff --git a/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.xcodeproj/christopherjohnson.perspectivev3 index d0bfacaed..fafca0393 100755 --- a/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.xcodeproj/christopherjohnson.perspectivev3 @@ -222,11 +222,52 @@ OpenEditors - + + + Content + + PBXProjectModuleGUID + 8BAA204E290218BE00316531 + PBXProjectModuleLabel + Console8ChannelIn.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BAA204F290218BE00316531 + PBXProjectModuleLabel + Console8ChannelIn.cpp + _historyCapacity + 0 + bookmark + 8BAA2050290218BE00316531 + history + + 8BAA20402902189200316531 + + + SplitCount + 1 + + StatusBarVisibility + + + Geometry + + Frame + {{0, 20}, {1208, 582}} + PBXModuleWindowStatusBarHidden2 + + RubberWindowFrame + 149 253 1208 623 0 0 1440 878 + + + PerspectiveWidths - 841 - 841 + 538 + 538 Perspectives @@ -256,8 +297,6 @@ Layout - BecomeActive - ContentConfiguration PBXBottomSmartGroupGIDs @@ -326,7 +365,7 @@ 288 RubberWindowFrame - 790 548 538 302 0 0 1440 878 + 68 563 538 302 0 0 1440 878 Module PBXSmartGroupTreeModule @@ -354,11 +393,11 @@ _historyCapacity 0 bookmark - 8BB053C128551E4A0084DCA2 + 8BAA204A290218BE00316531 history 8BE1730E285509D7007743A2 - 8BB053C028551E4A0084DCA2 + 8BAA2045290218AE00316531 SplitCount @@ -372,18 +411,18 @@ GeometryConfiguration Frame - {{0, 0}, {228, 62}} + {{0, 0}, {228, 29}} RubberWindowFrame - 790 548 538 302 0 0 1440 878 + 68 563 538 302 0 0 1440 878 Module PBXNavigatorGroup Proportion - 62pt + 29pt Proportion - 194pt + 227pt Tabs @@ -397,9 +436,7 @@ GeometryConfiguration Frame - {{10, 27}, {228, 167}} - RubberWindowFrame - 790 548 538 302 0 0 1440 878 + {{10, 27}, {228, 200}} Module XCDetailModule @@ -453,7 +490,9 @@ GeometryConfiguration Frame - {{10, 27}, {531, 365}} + {{10, 27}, {228, 200}} + RubberWindowFrame + 68 563 538 302 0 0 1440 878 Module PBXBuildResultsModule @@ -481,11 +520,11 @@ TableOfContents - 8BB053C228551E4A0084DCA2 + 8BAA204B290218BE00316531 1CA23ED40692098700951B8B - 8BB053C328551E4A0084DCA2 + 8BAA204C290218BE00316531 8BD7274A1D46E5A5000176F0 - 8BB053C428551E4A0084DCA2 + 8BAA204D290218BE00316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -658,7 +697,7 @@ StatusbarIsVisible TimeStamp - 676666954.16835904 + 688003262.21612406 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -675,11 +714,11 @@ 5 WindowOrderList - 8BB053C528551E4A0084DCA2 + 8BAA204E290218BE00316531 /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8ChannelIn/Console8ChannelIn.xcodeproj WindowString - 790 548 538 302 0 0 1440 878 + 68 563 538 302 0 0 1440 878 WindowToolsV3 diff --git a/plugins/MacAU/Console8ChannelIn/Console8ChannelInVersion.h b/plugins/MacAU/Console8ChannelIn/Console8ChannelInVersion.h index 467baa833..9114a5b19 100755 --- a/plugins/MacAU/Console8ChannelIn/Console8ChannelInVersion.h +++ b/plugins/MacAU/Console8ChannelIn/Console8ChannelInVersion.h @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.cpp b/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.cpp index 9b75b2889..28217f988 100755 --- a/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.cpp +++ b/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.cpp @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -160,17 +160,6 @@ void Console8ChannelOut::Console8ChannelOutKernel::Reset() { inTrimA = 0.5; inTrimB = 0.5; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; - if (GetSampleRate() > 49000.0) hsr = true; else hsr = false; - fix[fix_freq] = 24000.0 / GetSampleRate(); - fix[fix_reso] = 3.51333709; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; } @@ -190,6 +179,17 @@ void Console8ChannelOut::Console8ChannelOutKernel::Process( const Float32 *inS inTrimA = inTrimB; inTrimB = GetParameter( kParam_One )*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. + if (GetSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / GetSampleRate(); + fix[fix_reso] = 3.51333709; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter while (nSampleFrames-- > 0) { double inputSample = *sourceP; diff --git a/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.h b/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.h index 3fa70fd2f..647e95a90 100755 --- a/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.h +++ b/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.h @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.r b/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.r index bb9c549c2..d16dc8579 100755 --- a/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.r +++ b/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.r @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.xcodeproj/christopherjohnson.pbxuser index f0779a237..0f4fd91f6 100755 --- a/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.xcodeproj/christopherjohnson.pbxuser @@ -61,34 +61,25 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 676661842; - PBXWorkspaceStateSaveDate = 676661842; + PBXPerProjectTemplateStateSaveDate = 688003277; + PBXWorkspaceStateSaveDate = 688003277; }; perUserProjectItems = { - 8B952B072853B7830075930E /* PlistBookmark */ = 8B952B072853B7830075930E /* PlistBookmark */; - 8BE174222855181B007743A2 /* PlistBookmark */ = 8BE174222855181B007743A2 /* PlistBookmark */; + 8BAA2058290218D100316531 /* PBXBookmark */ = 8BAA2058290218D100316531 /* PBXBookmark */; + 8BAA205D290218E900316531 /* PBXTextBookmark */ = 8BAA205D290218E900316531 /* PBXTextBookmark */; + 8BAA2062290218FA00316531 /* PBXTextBookmark */ = 8BAA2062290218FA00316531 /* PBXTextBookmark */; + 8BAA2068290218FA00316531 /* PBXTextBookmark */ = 8BAA2068290218FA00316531 /* PBXTextBookmark */; + 8BBC482E28B92EA000A201D3 /* PlistBookmark */ = 8BBC482E28B92EA000A201D3 /* PlistBookmark */; }; sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; userBuildSettings = { }; }; - 8B952B072853B7830075930E /* PlistBookmark */ = { - isa = PlistBookmark; - fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; - fallbackIsa = PBXBookmark; - isK = 0; - kPath = ( - CFBundleName, - ); - name = /Users/christopherjohnson/Desktop/Console8ChannelOut/Info.plist; - rLen = 0; - rLoc = 9223372036854775808; - }; 8BA05A660720730100365D66 /* Console8ChannelOut.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1101, 4230}}"; + sepNavIntBoundsRect = "{{0, 0}, {633, 4158}}"; sepNavSelRange = "{9093, 958}"; - sepNavVisRange = "{8931, 1470}"; + sepNavVisRange = "{9029, 67}"; sepNavWindowFrame = "{{670, 90}, {770, 788}}"; }; }; @@ -100,6 +91,52 @@ sepNavWindowFrame = "{{38, 51}, {1228, 801}}"; }; }; + 8BAA2058290218D100316531 /* PBXBookmark */ = { + isa = PBXBookmark; + fRef = 8BA05A660720730100365D66 /* Console8ChannelOut.cpp */; + }; + 8BAA205D290218E900316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Console8ChannelOut.cpp */; + name = "Console8ChannelOut.cpp: 197"; + rLen = 958; + rLoc = 9093; + rType = 0; + vrLen = 6; + vrLoc = 9093; + }; + 8BAA2062290218FA00316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Console8ChannelOut.cpp */; + name = "Console8ChannelOut.cpp: 197"; + rLen = 958; + rLoc = 9093; + rType = 0; + vrLen = 67; + vrLoc = 9029; + }; + 8BAA2068290218FA00316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Console8ChannelOut.cpp */; + name = "Console8ChannelOut.cpp: 193"; + rLen = 0; + rLoc = 8963; + rType = 0; + vrLen = 1862; + vrLoc = 7550; + }; + 8BBC482E28B92EA000A201D3 /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8ChannelOut/Info.plist; + rLen = 0; + rLoc = 9223372036854775808; + }; 8BC6025B073B072D006C4272 /* Console8ChannelOut.h */ = { uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1181, 2664}}"; @@ -122,18 +159,6 @@ isa = PBXCodeSenseManager; indexTemplatePath = ""; }; - 8BE174222855181B007743A2 /* PlistBookmark */ = { - isa = PlistBookmark; - fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; - fallbackIsa = PBXBookmark; - isK = 0; - kPath = ( - CFBundleName, - ); - name = /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8ChannelOut/Info.plist; - rLen = 0; - rLoc = 9223372036854775807; - }; 8D01CCC60486CAD60068D4B7 /* Console8ChannelOut */ = { activeExec = 0; }; diff --git a/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.xcodeproj/christopherjohnson.perspectivev3 index 9efaa7b2e..d1fa84bb5 100755 --- a/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.xcodeproj/christopherjohnson.perspectivev3 @@ -222,11 +222,52 @@ OpenEditors - + + + Content + + PBXProjectModuleGUID + 8BAA2066290218FA00316531 + PBXProjectModuleLabel + Console8ChannelOut.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BAA2067290218FA00316531 + PBXProjectModuleLabel + Console8ChannelOut.cpp + _historyCapacity + 0 + bookmark + 8BAA2068290218FA00316531 + history + + 8BAA2058290218D100316531 + + + SplitCount + 1 + + StatusBarVisibility + + + Geometry + + Frame + {{0, 20}, {770, 691}} + PBXModuleWindowStatusBarHidden2 + + RubberWindowFrame + 670 146 770 732 0 0 1440 878 + + + PerspectiveWidths - 841 - 841 + 586 + 586 Perspectives @@ -256,8 +297,6 @@ Layout - BecomeActive - ContentConfiguration PBXBottomSmartGroupGIDs @@ -327,7 +366,7 @@ 288 RubberWindowFrame - 745 557 586 289 0 0 1440 878 + 762 568 586 289 0 0 1440 878 Module PBXSmartGroupTreeModule @@ -343,7 +382,7 @@ PBXProjectModuleGUID 8BD7274A1D46E5A5000176F0 PBXProjectModuleLabel - Info.plist + Console8ChannelOut.cpp PBXSplitModuleInNavigatorKey Split0 @@ -351,14 +390,15 @@ PBXProjectModuleGUID 8BD7274B1D46E5A5000176F0 PBXProjectModuleLabel - Info.plist + Console8ChannelOut.cpp _historyCapacity 0 bookmark - 8BE174222855181B007743A2 + 8BAA2062290218FA00316531 history - 8B952B072853B7830075930E + 8BBC482E28B92EA000A201D3 + 8BAA205D290218E900316531 SplitCount @@ -372,18 +412,18 @@ GeometryConfiguration Frame - {{0, 0}, {276, 0}} + {{0, 0}, {276, 58}} RubberWindowFrame - 745 557 586 289 0 0 1440 878 + 762 568 586 289 0 0 1440 878 Module PBXNavigatorGroup Proportion - 0pt + 58pt Proportion - 243pt + 185pt Tabs @@ -397,9 +437,7 @@ GeometryConfiguration Frame - {{10, 27}, {276, 216}} - RubberWindowFrame - 745 557 586 289 0 0 1440 878 + {{10, 27}, {276, 158}} Module XCDetailModule @@ -453,7 +491,9 @@ GeometryConfiguration Frame - {{10, 27}, {531, 352}} + {{10, 27}, {276, 158}} + RubberWindowFrame + 762 568 586 289 0 0 1440 878 Module PBXBuildResultsModule @@ -481,11 +521,11 @@ TableOfContents - 8BE1733228550A54007743A2 + 8BAA2063290218FA00316531 1CA23ED40692098700951B8B - 8BE1733328550A54007743A2 + 8BAA2064290218FA00316531 8BD7274A1D46E5A5000176F0 - 8BE1733428550A54007743A2 + 8BAA2065290218FA00316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -658,7 +698,7 @@ StatusbarIsVisible TimeStamp - 676665371.44212401 + 688003322.144889 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -675,10 +715,11 @@ 5 WindowOrderList + 8BAA2066290218FA00316531 /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8ChannelOut/Console8ChannelOut.xcodeproj WindowString - 745 557 586 289 0 0 1440 878 + 762 568 586 289 0 0 1440 878 WindowToolsV3 diff --git a/plugins/MacAU/Console8ChannelOut/Console8ChannelOutVersion.h b/plugins/MacAU/Console8ChannelOut/Console8ChannelOutVersion.h index 84be42de8..cf0ae476d 100755 --- a/plugins/MacAU/Console8ChannelOut/Console8ChannelOutVersion.h +++ b/plugins/MacAU/Console8ChannelOut/Console8ChannelOutVersion.h @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright � 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8SubHype/Console8SubHype.cpp b/plugins/MacAU/Console8SubHype/Console8SubHype.cpp index 4b7463bb6..cf1fae3ab 100755 --- a/plugins/MacAU/Console8SubHype/Console8SubHype.cpp +++ b/plugins/MacAU/Console8SubHype/Console8SubHype.cpp @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -154,26 +154,6 @@ void Console8SubHype::Console8SubHypeKernel::Reset() for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) soft[x] = 0.0; fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; - if (GetSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / GetSampleRate(); - fix[fix_reso] = 0.59435114; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= GetSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -195,6 +175,26 @@ void Console8SubHype::Console8SubHypeKernel::Process( const Float32 *inSourceP if (fabs(iirA)<1.18e-37) iirA = 0.0; if (fabs(iirB)<1.18e-37) iirB = 0.0; //catch denormals early and only check once per buffer + if (GetSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / GetSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k while (nSampleFrames-- > 0) { double inputSample = *sourceP; diff --git a/plugins/MacAU/Console8SubHype/Console8SubHype.h b/plugins/MacAU/Console8SubHype/Console8SubHype.h index 5a7ff9266..fd66e3598 100755 --- a/plugins/MacAU/Console8SubHype/Console8SubHype.h +++ b/plugins/MacAU/Console8SubHype/Console8SubHype.h @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8SubHype/Console8SubHype.r b/plugins/MacAU/Console8SubHype/Console8SubHype.r index f136c7da0..3447cc4f5 100755 --- a/plugins/MacAU/Console8SubHype/Console8SubHype.r +++ b/plugins/MacAU/Console8SubHype/Console8SubHype.r @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8SubHype/Console8SubHype.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/Console8SubHype/Console8SubHype.xcodeproj/christopherjohnson.pbxuser index ef40c366c..0d2a77e49 100755 --- a/plugins/MacAU/Console8SubHype/Console8SubHype.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacAU/Console8SubHype/Console8SubHype.xcodeproj/christopherjohnson.pbxuser @@ -49,46 +49,24 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 677713532; - PBXWorkspaceStateSaveDate = 677713532; + PBXPerProjectTemplateStateSaveDate = 688003346; + PBXWorkspaceStateSaveDate = 688003346; }; perUserProjectItems = { - 8B5538E42865182400D5B78D /* PlistBookmark */ = 8B5538E42865182400D5B78D /* PlistBookmark */; - 8B5538E92865184B00D5B78D /* PlistBookmark */ = 8B5538E92865184B00D5B78D /* PlistBookmark */; + 8BAA20702902191500316531 /* PBXBookmark */ = 8BAA20702902191500316531 /* PBXBookmark */; + 8BAA20752902193600316531 /* PlistBookmark */ = 8BAA20752902193600316531 /* PlistBookmark */; + 8BAA207A2902194600316531 /* PlistBookmark */ = 8BAA207A2902194600316531 /* PlistBookmark */; + 8BAA20802902194600316531 /* PBXTextBookmark */ = 8BAA20802902194600316531 /* PBXTextBookmark */; }; sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; userBuildSettings = { }; }; - 8B5538E42865182400D5B78D /* PlistBookmark */ = { - isa = PlistBookmark; - fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; - fallbackIsa = PBXBookmark; - isK = 0; - kPath = ( - CFBundleName, - ); - name = /Users/christopherjohnson/Desktop/Console8SubHype/Info.plist; - rLen = 0; - rLoc = 9223372036854775807; - }; - 8B5538E92865184B00D5B78D /* PlistBookmark */ = { - isa = PlistBookmark; - fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; - fallbackIsa = PBXBookmark; - isK = 0; - kPath = ( - CFBundleName, - ); - name = /Users/christopherjohnson/Desktop/Console8SubHype/Info.plist; - rLen = 26; - rLoc = 0; - }; 8BA05A660720730100365D66 /* Console8SubHype.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {914, 4500}}"; - sepNavSelRange = "{9947, 0}"; - sepNavVisRange = "{9451, 1307}"; + sepNavIntBoundsRect = "{{0, 0}, {914, 4662}}"; + sepNavSelRange = "{8890, 0}"; + sepNavVisRange = "{8156, 1359}"; sepNavWindowFrame = "{{418, 91}, {961, 787}}"; }; }; @@ -100,6 +78,44 @@ sepNavWindowFrame = "{{607, 91}, {961, 787}}"; }; }; + 8BAA20702902191500316531 /* PBXBookmark */ = { + isa = PBXBookmark; + fRef = 8BA05A660720730100365D66 /* Console8SubHype.cpp */; + }; + 8BAA20752902193600316531 /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8SubHype/Info.plist; + rLen = 0; + rLoc = 9223372036854775807; + }; + 8BAA207A2902194600316531 /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8SubHype/Info.plist; + rLen = 26; + rLoc = 0; + }; + 8BAA20802902194600316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Console8SubHype.cpp */; + name = "Console8SubHype.cpp: 198"; + rLen = 0; + rLoc = 8890; + rType = 0; + vrLen = 1359; + vrLoc = 8156; + }; 8BC6025B073B072D006C4272 /* Console8SubHype.h */ = { uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1146, 2970}}"; diff --git a/plugins/MacAU/Console8SubHype/Console8SubHype.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/Console8SubHype/Console8SubHype.xcodeproj/christopherjohnson.perspectivev3 index e071b71ce..53fec3628 100755 --- a/plugins/MacAU/Console8SubHype/Console8SubHype.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacAU/Console8SubHype/Console8SubHype.xcodeproj/christopherjohnson.perspectivev3 @@ -222,7 +222,48 @@ OpenEditors - + + + Content + + PBXProjectModuleGUID + 8BAA207E2902194600316531 + PBXProjectModuleLabel + Console8SubHype.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BAA207F2902194600316531 + PBXProjectModuleLabel + Console8SubHype.cpp + _historyCapacity + 0 + bookmark + 8BAA20802902194600316531 + history + + 8BAA20702902191500316531 + + + SplitCount + 1 + + StatusBarVisibility + + + Geometry + + Frame + {{0, 20}, {961, 690}} + PBXModuleWindowStatusBarHidden2 + + RubberWindowFrame + 418 147 961 731 0 0 1440 878 + + + PerspectiveWidths 699 @@ -352,10 +393,10 @@ _historyCapacity 0 bookmark - 8B5538E92865184B00D5B78D + 8BAA207A2902194600316531 history - 8B5538E42865182400D5B78D + 8BAA20752902193600316531 SplitCount @@ -369,18 +410,18 @@ GeometryConfiguration Frame - {{0, 0}, {389, 53}} + {{0, 0}, {389, 35}} RubberWindowFrame 690 373 699 465 0 0 1440 878 Module PBXNavigatorGroup Proportion - 53pt + 35pt Proportion - 366pt + 384pt Tabs @@ -394,7 +435,7 @@ GeometryConfiguration Frame - {{10, 27}, {389, 339}} + {{10, 27}, {389, 357}} Module XCDetailModule @@ -448,7 +489,7 @@ GeometryConfiguration Frame - {{10, 27}, {389, 339}} + {{10, 27}, {389, 357}} RubberWindowFrame 690 373 699 465 0 0 1440 878 @@ -478,11 +519,11 @@ TableOfContents - 8B5538EA2865184B00D5B78D + 8BAA207B2902194600316531 1CA23ED40692098700951B8B - 8B5538EB2865184B00D5B78D + 8BAA207C2902194600316531 8BD7274A1D46E5A5000176F0 - 8B5538EC2865184B00D5B78D + 8BAA207D2902194600316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -655,7 +696,7 @@ StatusbarIsVisible TimeStamp - 677713995.95892501 + 688003398.16806805 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -672,8 +713,8 @@ 5 WindowOrderList - 8B5538ED2865184B00D5B78D - /Users/christopherjohnson/Desktop/Console8SubHype/Console8SubHype.xcodeproj + 8BAA207E2902194600316531 + /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8SubHype/Console8SubHype.xcodeproj WindowString 690 373 699 465 0 0 1440 878 diff --git a/plugins/MacAU/Console8SubHype/Console8SubHypeVersion.h b/plugins/MacAU/Console8SubHype/Console8SubHypeVersion.h index 7fd2683bd..d6b103d97 100755 --- a/plugins/MacAU/Console8SubHype/Console8SubHypeVersion.h +++ b/plugins/MacAU/Console8SubHype/Console8SubHypeVersion.h @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8SubIn/Console8SubIn.cpp b/plugins/MacAU/Console8SubIn/Console8SubIn.cpp index 9249f63b0..4a6ff9d70 100755 --- a/plugins/MacAU/Console8SubIn/Console8SubIn.cpp +++ b/plugins/MacAU/Console8SubIn/Console8SubIn.cpp @@ -5,7 +5,7 @@ * * Created: 6/8/22 * - * Copyright: Copyright © 2022 Airwindows, All Rights Reserved + * 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, installation, modification @@ -154,26 +154,6 @@ void Console8SubIn::Console8SubInKernel::Reset() for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) soft[x] = 0.0; fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; - if (GetSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / GetSampleRate(); - fix[fix_reso] = 0.59435114; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= GetSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -195,6 +175,26 @@ void Console8SubIn::Console8SubInKernel::Process( const Float32 *inSourceP, if (fabs(iirA)<1.18e-37) iirA = 0.0; if (fabs(iirB)<1.18e-37) iirB = 0.0; //catch denormals early and only check once per buffer + if (GetSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / GetSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k while (nSampleFrames-- > 0) { double inputSample = *sourceP; diff --git a/plugins/MacAU/Console8SubIn/Console8SubIn.h b/plugins/MacAU/Console8SubIn/Console8SubIn.h index 4c64cbefe..276524b85 100755 --- a/plugins/MacAU/Console8SubIn/Console8SubIn.h +++ b/plugins/MacAU/Console8SubIn/Console8SubIn.h @@ -5,7 +5,7 @@ * * Created: 6/8/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8SubIn/Console8SubIn.r b/plugins/MacAU/Console8SubIn/Console8SubIn.r index 30df1825b..b8c0bb3e2 100755 --- a/plugins/MacAU/Console8SubIn/Console8SubIn.r +++ b/plugins/MacAU/Console8SubIn/Console8SubIn.r @@ -5,7 +5,7 @@ * * Created: 6/8/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8SubIn/Console8SubIn.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/Console8SubIn/Console8SubIn.xcodeproj/christopherjohnson.pbxuser index 55a0e32cb..93438d49b 100755 --- a/plugins/MacAU/Console8SubIn/Console8SubIn.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacAU/Console8SubIn/Console8SubIn.xcodeproj/christopherjohnson.pbxuser @@ -63,34 +63,20 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 676659078; - PBXWorkspaceStateSaveDate = 676659078; + PBXPerProjectTemplateStateSaveDate = 688003413; + PBXWorkspaceStateSaveDate = 688003413; }; perUserProjectItems = { - 8BB205C528540C880005597C /* PlistBookmark */ = 8BB205C528540C880005597C /* PlistBookmark */; - 8BE17311285509D9007743A2 /* PlistBookmark */ = 8BE17311285509D9007743A2 /* PlistBookmark */; + 8B5538EE2865185600D5B78D /* PlistBookmark */ = 8B5538EE2865185600D5B78D /* PlistBookmark */; + 8BAA20882902195700316531 /* PBXBookmark */ = 8BAA20882902195700316531 /* PBXBookmark */; + 8BAA20912902198800316531 /* PlistBookmark */ = 8BAA20912902198800316531 /* PlistBookmark */; + 8BAA20972902198800316531 /* PBXTextBookmark */ = 8BAA20972902198800316531 /* PBXTextBookmark */; }; sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; userBuildSettings = { }; }; - 8BA05A660720730100365D66 /* Console8SubIn.cpp */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1101, 4860}}"; - sepNavSelRange = "{7043, 10}"; - sepNavVisRange = "{6261, 1151}"; - sepNavWindowFrame = "{{887, 151}, {801, 673}}"; - }; - }; - 8BA05A690720730100365D66 /* Console8SubInVersion.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1259, 1062}}"; - sepNavSelRange = "{2921, 0}"; - sepNavVisRange = "{1358, 1626}"; - sepNavWindowFrame = "{{84, 79}, {1306, 731}}"; - }; - }; - 8BB205C528540C880005597C /* PlistBookmark */ = { + 8B5538EE2865185600D5B78D /* PlistBookmark */ = { isa = PlistBookmark; fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; fallbackIsa = PBXBookmark; @@ -98,16 +84,58 @@ kPath = ( CFBundleName, ); - name = /Users/christopherjohnson/Desktop/Console8SubIn/Info.plist; + name = /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8SubIn/Info.plist; rLen = 0; rLoc = 9223372036854775808; }; + 8BA05A660720730100365D66 /* Console8SubIn.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {849, 4860}}"; + sepNavSelRange = "{8565, 0}"; + sepNavVisRange = "{8031, 1118}"; + sepNavWindowFrame = "{{313, 201}, {801, 673}}"; + }; + }; + 8BA05A690720730100365D66 /* Console8SubInVersion.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1259, 1062}}"; + sepNavSelRange = "{2921, 0}"; + sepNavVisRange = "{1358, 1625}"; + sepNavWindowFrame = "{{84, 79}, {1306, 731}}"; + }; + }; + 8BAA20882902195700316531 /* PBXBookmark */ = { + isa = PBXBookmark; + fRef = 8BA05A660720730100365D66 /* Console8SubIn.cpp */; + }; + 8BAA20912902198800316531 /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8SubIn/Info.plist; + rLen = 0; + rLoc = 9223372036854775807; + }; + 8BAA20972902198800316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Console8SubIn.cpp */; + name = "Console8SubIn.cpp: 198"; + rLen = 0; + rLoc = 8565; + rType = 0; + vrLen = 1118; + vrLoc = 8031; + }; 8BC6025B073B072D006C4272 /* Console8SubIn.h */ = { uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1146, 2646}}"; - sepNavSelRange = "{2898, 0}"; + sepNavSelRange = "{4931, 407}"; sepNavVisRange = "{4536, 802}"; - sepNavWindowFrame = "{{616, 38}, {824, 840}}"; + sepNavWindowFrame = "{{26, 38}, {824, 840}}"; }; }; 8BD3CCB8148830B20062E48C /* Source Control */ = { @@ -124,18 +152,6 @@ isa = PBXCodeSenseManager; indexTemplatePath = ""; }; - 8BE17311285509D9007743A2 /* PlistBookmark */ = { - isa = PlistBookmark; - fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; - fallbackIsa = PBXBookmark; - isK = 0; - kPath = ( - CFBundleName, - ); - name = /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8SubIn/Info.plist; - rLen = 0; - rLoc = 9223372036854775807; - }; 8D01CCC60486CAD60068D4B7 /* Console8SubIn */ = { activeExec = 0; }; diff --git a/plugins/MacAU/Console8SubIn/Console8SubIn.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/Console8SubIn/Console8SubIn.xcodeproj/christopherjohnson.perspectivev3 index 22b1777ea..3c949949a 100755 --- a/plugins/MacAU/Console8SubIn/Console8SubIn.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacAU/Console8SubIn/Console8SubIn.xcodeproj/christopherjohnson.perspectivev3 @@ -222,11 +222,52 @@ OpenEditors - + + + Content + + PBXProjectModuleGUID + 8BAA20952902198800316531 + PBXProjectModuleLabel + Console8SubIn.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BAA20962902198800316531 + PBXProjectModuleLabel + Console8SubIn.cpp + _historyCapacity + 0 + bookmark + 8BAA20972902198800316531 + history + + 8BAA20882902195700316531 + + + SplitCount + 1 + + StatusBarVisibility + + + Geometry + + Frame + {{0, 20}, {801, 576}} + PBXModuleWindowStatusBarHidden2 + + RubberWindowFrame + 313 257 801 617 0 0 1440 878 + + + PerspectiveWidths - 841 - 841 + 515 + 515 Perspectives @@ -256,8 +297,6 @@ Layout - BecomeActive - ContentConfiguration PBXBottomSmartGroupGIDs @@ -327,7 +366,7 @@ 288 RubberWindowFrame - 836 527 515 296 0 0 1440 878 + 73 441 515 296 0 0 1440 878 Module PBXSmartGroupTreeModule @@ -355,10 +394,10 @@ _historyCapacity 0 bookmark - 8BE17311285509D9007743A2 + 8BAA20912902198800316531 history - 8BB205C528540C880005597C + 8B5538EE2865185600D5B78D SplitCount @@ -374,7 +413,7 @@ Frame {{0, 0}, {205, 0}} RubberWindowFrame - 836 527 515 296 0 0 1440 878 + 73 441 515 296 0 0 1440 878 Module PBXNavigatorGroup @@ -398,8 +437,6 @@ Frame {{10, 27}, {205, 223}} - RubberWindowFrame - 836 527 515 296 0 0 1440 878 Module XCDetailModule @@ -453,7 +490,9 @@ GeometryConfiguration Frame - {{10, 27}, {531, 544}} + {{10, 27}, {205, 223}} + RubberWindowFrame + 73 441 515 296 0 0 1440 878 Module PBXBuildResultsModule @@ -481,11 +520,11 @@ TableOfContents - 8BE172642854FF8B007743A2 + 8BAA20922902198800316531 1CA23ED40692098700951B8B - 8BE172652854FF8B007743A2 + 8BAA20932902198800316531 8BD7274A1D46E5A5000176F0 - 8BE172662854FF8B007743A2 + 8BAA20942902198800316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -658,7 +697,7 @@ StatusbarIsVisible TimeStamp - 676661721.38556695 + 688003464.64776003 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -675,10 +714,11 @@ 5 WindowOrderList + 8BAA20952902198800316531 /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8SubIn/Console8SubIn.xcodeproj WindowString - 836 527 515 296 0 0 1440 878 + 73 441 515 296 0 0 1440 878 WindowToolsV3 diff --git a/plugins/MacAU/Console8SubIn/Console8SubInVersion.h b/plugins/MacAU/Console8SubIn/Console8SubInVersion.h index 7b3314654..d4852176f 100755 --- a/plugins/MacAU/Console8SubIn/Console8SubInVersion.h +++ b/plugins/MacAU/Console8SubIn/Console8SubInVersion.h @@ -5,7 +5,7 @@ * * Created: 6/8/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8SubOut/Console8SubOut.cpp b/plugins/MacAU/Console8SubOut/Console8SubOut.cpp index 2d0ded955..0ad3490fb 100755 --- a/plugins/MacAU/Console8SubOut/Console8SubOut.cpp +++ b/plugins/MacAU/Console8SubOut/Console8SubOut.cpp @@ -5,7 +5,7 @@ * * Created: 6/8/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -161,18 +161,6 @@ void Console8SubOut::Console8SubOutKernel::Reset() inTrimA = 0.5; inTrimB = 0.5; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; - if (GetSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / GetSampleRate(); - fix[fix_reso] = 1.20361562; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -191,6 +179,18 @@ void Console8SubOut::Console8SubOutKernel::Process( const Float32 *inSourceP, inTrimA = inTrimB; inTrimB = GetParameter( kParam_One )*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. + if (GetSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / GetSampleRate(); + fix[fix_reso] = 1.20361562; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter while (nSampleFrames-- > 0) { double inputSample = *sourceP; diff --git a/plugins/MacAU/Console8SubOut/Console8SubOut.h b/plugins/MacAU/Console8SubOut/Console8SubOut.h index 9fc3e6ec5..e9a95ca11 100755 --- a/plugins/MacAU/Console8SubOut/Console8SubOut.h +++ b/plugins/MacAU/Console8SubOut/Console8SubOut.h @@ -5,7 +5,7 @@ * * Created: 6/8/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8SubOut/Console8SubOut.r b/plugins/MacAU/Console8SubOut/Console8SubOut.r index bf83dab0e..83e114b15 100755 --- a/plugins/MacAU/Console8SubOut/Console8SubOut.r +++ b/plugins/MacAU/Console8SubOut/Console8SubOut.r @@ -5,7 +5,7 @@ * * Created: 6/8/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Console8SubOut/Console8SubOut.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/Console8SubOut/Console8SubOut.xcodeproj/christopherjohnson.pbxuser index 96957e90d..4ecb8087a 100755 --- a/plugins/MacAU/Console8SubOut/Console8SubOut.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacAU/Console8SubOut/Console8SubOut.xcodeproj/christopherjohnson.pbxuser @@ -51,22 +51,36 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 676661852; - PBXWorkspaceStateSaveDate = 676661852; + PBXPerProjectTemplateStateSaveDate = 688003478; + PBXWorkspaceStateSaveDate = 688003478; }; perUserProjectItems = { - 8BB205D228540C970005597C /* PlistBookmark */ = 8BB205D228540C970005597C /* PlistBookmark */; - 8BE174232855181C007743A2 /* PlistBookmark */ = 8BE174232855181C007743A2 /* PlistBookmark */; + 8B55389F286513FE00D5B78D /* PlistBookmark */ = 8B55389F286513FE00D5B78D /* PlistBookmark */; + 8BAA209F2902199900316531 /* PBXBookmark */ = 8BAA209F2902199900316531 /* PBXBookmark */; + 8BAA20A8290219CB00316531 /* PlistBookmark */ = 8BAA20A8290219CB00316531 /* PlistBookmark */; + 8BAA20AE290219CB00316531 /* PBXTextBookmark */ = 8BAA20AE290219CB00316531 /* PBXTextBookmark */; }; sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; userBuildSettings = { }; }; + 8B55389F286513FE00D5B78D /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8SubOut/Info.plist; + rLen = 0; + rLoc = 9223372036854775808; + }; 8BA05A660720730100365D66 /* Console8SubOut.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1101, 4302}}"; - sepNavSelRange = "{7581, 10}"; - sepNavVisRange = "{8744, 1554}"; + sepNavIntBoundsRect = "{{0, 0}, {858, 4302}}"; + sepNavSelRange = "{8858, 0}"; + sepNavVisRange = "{7313, 1675}"; sepNavWindowFrame = "{{553, 54}, {887, 801}}"; }; }; @@ -86,7 +100,11 @@ sepNavWindowFrame = "{{15, 58}, {1322, 815}}"; }; }; - 8BB205D228540C970005597C /* PlistBookmark */ = { + 8BAA209F2902199900316531 /* PBXBookmark */ = { + isa = PBXBookmark; + fRef = 8BA05A660720730100365D66 /* Console8SubOut.cpp */; + }; + 8BAA20A8290219CB00316531 /* PlistBookmark */ = { isa = PlistBookmark; fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; fallbackIsa = PBXBookmark; @@ -94,9 +112,19 @@ kPath = ( CFBundleName, ); - name = /Users/christopherjohnson/Desktop/Console8SubOut/Info.plist; + name = /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8SubOut/Info.plist; rLen = 0; - rLoc = 9223372036854775808; + rLoc = 9223372036854775807; + }; + 8BAA20AE290219CB00316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Console8SubOut.cpp */; + name = "Console8SubOut.cpp: 194"; + rLen = 0; + rLoc = 8858; + rType = 0; + vrLen = 1675; + vrLoc = 7313; }; 8BC6025B073B072D006C4272 /* Console8SubOut.h */ = { uiCtxt = { @@ -120,18 +148,6 @@ isa = PBXCodeSenseManager; indexTemplatePath = ""; }; - 8BE174232855181C007743A2 /* PlistBookmark */ = { - isa = PlistBookmark; - fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; - fallbackIsa = PBXBookmark; - isK = 0; - kPath = ( - CFBundleName, - ); - name = /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8SubOut/Info.plist; - rLen = 0; - rLoc = 9223372036854775807; - }; 8D01CCC60486CAD60068D4B7 /* Console8SubOut */ = { activeExec = 0; }; diff --git a/plugins/MacAU/Console8SubOut/Console8SubOut.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/Console8SubOut/Console8SubOut.xcodeproj/christopherjohnson.perspectivev3 index 7c47b7db3..199125320 100755 --- a/plugins/MacAU/Console8SubOut/Console8SubOut.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacAU/Console8SubOut/Console8SubOut.xcodeproj/christopherjohnson.perspectivev3 @@ -222,11 +222,52 @@ OpenEditors - + + + Content + + PBXProjectModuleGUID + 8BAA20AC290219CB00316531 + PBXProjectModuleLabel + Console8SubOut.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BAA20AD290219CB00316531 + PBXProjectModuleLabel + Console8SubOut.cpp + _historyCapacity + 0 + bookmark + 8BAA20AE290219CB00316531 + history + + 8BAA209F2902199900316531 + + + SplitCount + 1 + + StatusBarVisibility + + + Geometry + + Frame + {{0, 20}, {887, 704}} + PBXModuleWindowStatusBarHidden2 + + RubberWindowFrame + 553 110 887 745 0 0 1440 878 + + + PerspectiveWidths - 841 - 841 + 562 + 562 Perspectives @@ -256,8 +297,6 @@ Layout - BecomeActive - ContentConfiguration PBXBottomSmartGroupGIDs @@ -326,7 +365,7 @@ 288 RubberWindowFrame - 795 506 562 305 0 0 1440 878 + 810 464 562 305 0 0 1440 878 Module PBXSmartGroupTreeModule @@ -354,10 +393,10 @@ _historyCapacity 0 bookmark - 8BE174232855181C007743A2 + 8BAA20A8290219CB00316531 history - 8BB205D228540C970005597C + 8B55389F286513FE00D5B78D SplitCount @@ -373,7 +412,7 @@ Frame {{0, 0}, {252, 0}} RubberWindowFrame - 795 506 562 305 0 0 1440 878 + 810 464 562 305 0 0 1440 878 Module PBXNavigatorGroup @@ -397,8 +436,6 @@ Frame {{10, 27}, {252, 232}} - RubberWindowFrame - 795 506 562 305 0 0 1440 878 Module XCDetailModule @@ -452,7 +489,9 @@ GeometryConfiguration Frame - {{10, 27}, {531, 581}} + {{10, 27}, {252, 232}} + RubberWindowFrame + 810 464 562 305 0 0 1440 878 Module PBXBuildResultsModule @@ -480,11 +519,11 @@ TableOfContents - 8BE1733E28550A66007743A2 + 8BAA20A9290219CB00316531 1CA23ED40692098700951B8B - 8BE1733F28550A66007743A2 + 8BAA20AA290219CB00316531 8BD7274A1D46E5A5000176F0 - 8BE1734028550A66007743A2 + 8BAA20AB290219CB00316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -657,7 +696,7 @@ StatusbarIsVisible TimeStamp - 676665372.57741797 + 688003531.29585099 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -674,10 +713,11 @@ 5 WindowOrderList + 8BAA20AC290219CB00316531 /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Console8SubOut/Console8SubOut.xcodeproj WindowString - 795 506 562 305 0 0 1440 878 + 810 464 562 305 0 0 1440 878 WindowToolsV3 diff --git a/plugins/MacAU/Console8SubOut/Console8SubOutVersion.h b/plugins/MacAU/Console8SubOut/Console8SubOutVersion.h index 6c24b24aa..fa789b63c 100755 --- a/plugins/MacAU/Console8SubOut/Console8SubOutVersion.h +++ b/plugins/MacAU/Console8SubOut/Console8SubOutVersion.h @@ -5,7 +5,7 @@ * * Created: 6/8/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/CrunchyGrooveWear/CrunchyGrooveWear.cpp b/plugins/MacAU/CrunchyGrooveWear/CrunchyGrooveWear.cpp index 7e637aa24..7fd268621 100755 --- a/plugins/MacAU/CrunchyGrooveWear/CrunchyGrooveWear.cpp +++ b/plugins/MacAU/CrunchyGrooveWear/CrunchyGrooveWear.cpp @@ -5,7 +5,7 @@ * * Created: 3/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/CrunchyGrooveWear/CrunchyGrooveWear.h b/plugins/MacAU/CrunchyGrooveWear/CrunchyGrooveWear.h index 2bb17c358..d2dcd0cfd 100755 --- a/plugins/MacAU/CrunchyGrooveWear/CrunchyGrooveWear.h +++ b/plugins/MacAU/CrunchyGrooveWear/CrunchyGrooveWear.h @@ -5,7 +5,7 @@ * * Created: 3/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/CrunchyGrooveWear/CrunchyGrooveWear.r b/plugins/MacAU/CrunchyGrooveWear/CrunchyGrooveWear.r index 0c04a297b..401cd2648 100755 --- a/plugins/MacAU/CrunchyGrooveWear/CrunchyGrooveWear.r +++ b/plugins/MacAU/CrunchyGrooveWear/CrunchyGrooveWear.r @@ -5,7 +5,7 @@ * * Created: 3/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/CrunchyGrooveWear/CrunchyGrooveWearVersion.h b/plugins/MacAU/CrunchyGrooveWear/CrunchyGrooveWearVersion.h index 1539a89b2..434f40297 100755 --- a/plugins/MacAU/CrunchyGrooveWear/CrunchyGrooveWearVersion.h +++ b/plugins/MacAU/CrunchyGrooveWear/CrunchyGrooveWearVersion.h @@ -5,7 +5,7 @@ * * Created: 3/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Crystal/Crystal.cpp b/plugins/MacAU/Crystal/Crystal.cpp index 297959ce0..b8d31c96c 100755 --- a/plugins/MacAU/Crystal/Crystal.cpp +++ b/plugins/MacAU/Crystal/Crystal.cpp @@ -5,7 +5,7 @@ * * Created: 12/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Crystal/Crystal.h b/plugins/MacAU/Crystal/Crystal.h index 201f0d31f..8ef1d4d1b 100755 --- a/plugins/MacAU/Crystal/Crystal.h +++ b/plugins/MacAU/Crystal/Crystal.h @@ -5,7 +5,7 @@ * * Created: 12/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Crystal/Crystal.r b/plugins/MacAU/Crystal/Crystal.r index 775687fd4..b0e7e51e5 100755 --- a/plugins/MacAU/Crystal/Crystal.r +++ b/plugins/MacAU/Crystal/Crystal.r @@ -5,7 +5,7 @@ * * Created: 12/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Crystal/CrystalVersion.h b/plugins/MacAU/Crystal/CrystalVersion.h index 249faf41e..40a5ec52c 100755 --- a/plugins/MacAU/Crystal/CrystalVersion.h +++ b/plugins/MacAU/Crystal/CrystalVersion.h @@ -5,7 +5,7 @@ * * Created: 12/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DCVoltage/DCVoltage.cpp b/plugins/MacAU/DCVoltage/DCVoltage.cpp index 6ebd0285c..7fb7a166c 100755 --- a/plugins/MacAU/DCVoltage/DCVoltage.cpp +++ b/plugins/MacAU/DCVoltage/DCVoltage.cpp @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DCVoltage/DCVoltage.h b/plugins/MacAU/DCVoltage/DCVoltage.h index 71d279a38..f81e0e5cf 100755 --- a/plugins/MacAU/DCVoltage/DCVoltage.h +++ b/plugins/MacAU/DCVoltage/DCVoltage.h @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DCVoltage/DCVoltage.r b/plugins/MacAU/DCVoltage/DCVoltage.r index ec3e79cd8..84ce1226a 100755 --- a/plugins/MacAU/DCVoltage/DCVoltage.r +++ b/plugins/MacAU/DCVoltage/DCVoltage.r @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DCVoltage/DCVoltageVersion.h b/plugins/MacAU/DCVoltage/DCVoltageVersion.h index 83cb6064f..60e4d7399 100755 --- a/plugins/MacAU/DCVoltage/DCVoltageVersion.h +++ b/plugins/MacAU/DCVoltage/DCVoltageVersion.h @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Dark/Dark.cpp b/plugins/MacAU/Dark/Dark.cpp index 6d0c1cad0..f0fa720bb 100755 --- a/plugins/MacAU/Dark/Dark.cpp +++ b/plugins/MacAU/Dark/Dark.cpp @@ -5,7 +5,7 @@ * * Created: 5/25/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Dark/Dark.h b/plugins/MacAU/Dark/Dark.h index acb68d954..0c161c025 100755 --- a/plugins/MacAU/Dark/Dark.h +++ b/plugins/MacAU/Dark/Dark.h @@ -5,7 +5,7 @@ * * Created: 5/25/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Dark/Dark.r b/plugins/MacAU/Dark/Dark.r index a5cb363d9..083b9b173 100755 --- a/plugins/MacAU/Dark/Dark.r +++ b/plugins/MacAU/Dark/Dark.r @@ -5,7 +5,7 @@ * * Created: 5/25/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Dark/DarkVersion.h b/plugins/MacAU/Dark/DarkVersion.h index 21aa84d91..94fb70ed2 100755 --- a/plugins/MacAU/Dark/DarkVersion.h +++ b/plugins/MacAU/Dark/DarkVersion.h @@ -5,7 +5,7 @@ * * Created: 5/25/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DarkNoise/DarkNoise.cpp b/plugins/MacAU/DarkNoise/DarkNoise.cpp index e561a4327..936efc74c 100755 --- a/plugins/MacAU/DarkNoise/DarkNoise.cpp +++ b/plugins/MacAU/DarkNoise/DarkNoise.cpp @@ -5,7 +5,7 @@ * * Created: 11/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DarkNoise/DarkNoise.h b/plugins/MacAU/DarkNoise/DarkNoise.h index c1dddffa0..38368518d 100755 --- a/plugins/MacAU/DarkNoise/DarkNoise.h +++ b/plugins/MacAU/DarkNoise/DarkNoise.h @@ -5,7 +5,7 @@ * * Created: 11/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DarkNoise/DarkNoise.r b/plugins/MacAU/DarkNoise/DarkNoise.r index b5545ed37..626141a22 100755 --- a/plugins/MacAU/DarkNoise/DarkNoise.r +++ b/plugins/MacAU/DarkNoise/DarkNoise.r @@ -5,7 +5,7 @@ * * Created: 11/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DarkNoise/DarkNoiseVersion.h b/plugins/MacAU/DarkNoise/DarkNoiseVersion.h index 596451b4f..11bde412b 100755 --- a/plugins/MacAU/DarkNoise/DarkNoiseVersion.h +++ b/plugins/MacAU/DarkNoise/DarkNoiseVersion.h @@ -5,7 +5,7 @@ * * Created: 11/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DeBess/DeBess.cpp b/plugins/MacAU/DeBess/DeBess.cpp index 5908fbbcb..ec64e1459 100755 --- a/plugins/MacAU/DeBess/DeBess.cpp +++ b/plugins/MacAU/DeBess/DeBess.cpp @@ -5,7 +5,7 @@ * * Created: 9/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/DeBess/DeBess.h b/plugins/MacAU/DeBess/DeBess.h index feeba336d..b3ed31df8 100755 --- a/plugins/MacAU/DeBess/DeBess.h +++ b/plugins/MacAU/DeBess/DeBess.h @@ -5,7 +5,7 @@ * * Created: 9/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/DeBess/DeBess.r b/plugins/MacAU/DeBess/DeBess.r index 0e0e7fcbc..9eef7b032 100755 --- a/plugins/MacAU/DeBess/DeBess.r +++ b/plugins/MacAU/DeBess/DeBess.r @@ -5,7 +5,7 @@ * * Created: 9/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/DeBess/DeBessVersion.h b/plugins/MacAU/DeBess/DeBessVersion.h index 738006dad..bea82e3c7 100755 --- a/plugins/MacAU/DeBess/DeBessVersion.h +++ b/plugins/MacAU/DeBess/DeBessVersion.h @@ -5,7 +5,7 @@ * * Created: 9/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/DeEss/DeEss.cpp b/plugins/MacAU/DeEss/DeEss.cpp index 0cb1da1c2..ddb8c2ff6 100755 --- a/plugins/MacAU/DeEss/DeEss.cpp +++ b/plugins/MacAU/DeEss/DeEss.cpp @@ -5,7 +5,7 @@ * * Created: 9/28/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DeEss/DeEss.h b/plugins/MacAU/DeEss/DeEss.h index 72067f434..bfe298bf6 100755 --- a/plugins/MacAU/DeEss/DeEss.h +++ b/plugins/MacAU/DeEss/DeEss.h @@ -5,7 +5,7 @@ * * Created: 9/28/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DeEss/DeEss.r b/plugins/MacAU/DeEss/DeEss.r index e67794294..3751090ad 100755 --- a/plugins/MacAU/DeEss/DeEss.r +++ b/plugins/MacAU/DeEss/DeEss.r @@ -5,7 +5,7 @@ * * Created: 9/28/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DeEss/DeEssVersion.h b/plugins/MacAU/DeEss/DeEssVersion.h index 5732f6170..f70da0bfa 100755 --- a/plugins/MacAU/DeEss/DeEssVersion.h +++ b/plugins/MacAU/DeEss/DeEssVersion.h @@ -5,7 +5,7 @@ * * Created: 9/28/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DeHiss/DeHiss.cpp b/plugins/MacAU/DeHiss/DeHiss.cpp index 5ed0e14ab..46d33aa21 100755 --- a/plugins/MacAU/DeHiss/DeHiss.cpp +++ b/plugins/MacAU/DeHiss/DeHiss.cpp @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/DeHiss/DeHiss.h b/plugins/MacAU/DeHiss/DeHiss.h index 5f94e594d..ffb7ce1e5 100755 --- a/plugins/MacAU/DeHiss/DeHiss.h +++ b/plugins/MacAU/DeHiss/DeHiss.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/DeHiss/DeHiss.r b/plugins/MacAU/DeHiss/DeHiss.r index caf7daf68..987e3241e 100755 --- a/plugins/MacAU/DeHiss/DeHiss.r +++ b/plugins/MacAU/DeHiss/DeHiss.r @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/DeHiss/DeHissVersion.h b/plugins/MacAU/DeHiss/DeHissVersion.h index d9743f5e1..507f0c7da 100755 --- a/plugins/MacAU/DeHiss/DeHissVersion.h +++ b/plugins/MacAU/DeHiss/DeHissVersion.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/DeRez/DeRez.cpp b/plugins/MacAU/DeRez/DeRez.cpp index 1482490e1..f5a52dfd1 100755 --- a/plugins/MacAU/DeRez/DeRez.cpp +++ b/plugins/MacAU/DeRez/DeRez.cpp @@ -5,7 +5,7 @@ * * Created: 10/4/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacAU/DeRez/DeRez.h b/plugins/MacAU/DeRez/DeRez.h index c5ba1de6c..f1db52932 100755 --- a/plugins/MacAU/DeRez/DeRez.h +++ b/plugins/MacAU/DeRez/DeRez.h @@ -5,7 +5,7 @@ * * Created: 10/4/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacAU/DeRez/DeRez.r b/plugins/MacAU/DeRez/DeRez.r index 2fc1ef135..8dd34ff76 100755 --- a/plugins/MacAU/DeRez/DeRez.r +++ b/plugins/MacAU/DeRez/DeRez.r @@ -5,7 +5,7 @@ * * Created: 10/4/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacAU/DeRez/DeRezVersion.h b/plugins/MacAU/DeRez/DeRezVersion.h index bbe0f29f4..cbfd5bd3c 100755 --- a/plugins/MacAU/DeRez/DeRezVersion.h +++ b/plugins/MacAU/DeRez/DeRezVersion.h @@ -5,7 +5,7 @@ * * Created: 10/4/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacAU/DeRez2/DeRez2.cpp b/plugins/MacAU/DeRez2/DeRez2.cpp index 156958190..e6a412d5e 100755 --- a/plugins/MacAU/DeRez2/DeRez2.cpp +++ b/plugins/MacAU/DeRez2/DeRez2.cpp @@ -5,7 +5,7 @@ * * Created: 6/10/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/DeRez2/DeRez2.h b/plugins/MacAU/DeRez2/DeRez2.h index 749feecd3..0f935f8a8 100755 --- a/plugins/MacAU/DeRez2/DeRez2.h +++ b/plugins/MacAU/DeRez2/DeRez2.h @@ -5,7 +5,7 @@ * * Created: 6/10/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/DeRez2/DeRez2.r b/plugins/MacAU/DeRez2/DeRez2.r index 3d89b081a..ab5ddab05 100755 --- a/plugins/MacAU/DeRez2/DeRez2.r +++ b/plugins/MacAU/DeRez2/DeRez2.r @@ -5,7 +5,7 @@ * * Created: 6/10/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/DeRez2/DeRez2Version.h b/plugins/MacAU/DeRez2/DeRez2Version.h index 01431e341..7e1b6cf9b 100755 --- a/plugins/MacAU/DeRez2/DeRez2Version.h +++ b/plugins/MacAU/DeRez2/DeRez2Version.h @@ -5,7 +5,7 @@ * * Created: 6/10/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Deckwrecka/Deckwrecka.cpp b/plugins/MacAU/Deckwrecka/Deckwrecka.cpp index bbdbd8aff..82579f424 100755 --- a/plugins/MacAU/Deckwrecka/Deckwrecka.cpp +++ b/plugins/MacAU/Deckwrecka/Deckwrecka.cpp @@ -5,7 +5,7 @@ * * Created: 10/23/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacAU/Deckwrecka/Deckwrecka.h b/plugins/MacAU/Deckwrecka/Deckwrecka.h index 0dc8e0909..22f74079c 100755 --- a/plugins/MacAU/Deckwrecka/Deckwrecka.h +++ b/plugins/MacAU/Deckwrecka/Deckwrecka.h @@ -5,7 +5,7 @@ * * Created: 10/23/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacAU/Deckwrecka/Deckwrecka.r b/plugins/MacAU/Deckwrecka/Deckwrecka.r index 273a4c02d..f0064db0d 100755 --- a/plugins/MacAU/Deckwrecka/Deckwrecka.r +++ b/plugins/MacAU/Deckwrecka/Deckwrecka.r @@ -5,7 +5,7 @@ * * Created: 10/23/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacAU/Deckwrecka/DeckwreckaVersion.h b/plugins/MacAU/Deckwrecka/DeckwreckaVersion.h index 6c78ffd23..4cb69cf38 100755 --- a/plugins/MacAU/Deckwrecka/DeckwreckaVersion.h +++ b/plugins/MacAU/Deckwrecka/DeckwreckaVersion.h @@ -5,7 +5,7 @@ * * Created: 10/23/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacAU/Density/Density.cpp b/plugins/MacAU/Density/Density.cpp index 6c7924c18..6073f71ef 100755 --- a/plugins/MacAU/Density/Density.cpp +++ b/plugins/MacAU/Density/Density.cpp @@ -5,7 +5,7 @@ * * Created: 1/24/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Density/Density.h b/plugins/MacAU/Density/Density.h index 918c607df..e503016bb 100755 --- a/plugins/MacAU/Density/Density.h +++ b/plugins/MacAU/Density/Density.h @@ -5,7 +5,7 @@ * * Created: 1/24/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Density/Density.r b/plugins/MacAU/Density/Density.r index 7c27f9fb6..219c237f6 100755 --- a/plugins/MacAU/Density/Density.r +++ b/plugins/MacAU/Density/Density.r @@ -5,7 +5,7 @@ * * Created: 1/24/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Density/DensityVersion.h b/plugins/MacAU/Density/DensityVersion.h index 82310b47f..0ab1d1cdc 100755 --- a/plugins/MacAU/Density/DensityVersion.h +++ b/plugins/MacAU/Density/DensityVersion.h @@ -5,7 +5,7 @@ * * Created: 1/24/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Density2/Density2.cpp b/plugins/MacAU/Density2/Density2.cpp index fa3e7dc2f..d4950124f 100755 --- a/plugins/MacAU/Density2/Density2.cpp +++ b/plugins/MacAU/Density2/Density2.cpp @@ -5,7 +5,7 @@ * * Created: 2/8/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Density2/Density2.h b/plugins/MacAU/Density2/Density2.h index 37da2b82b..bee72b8ec 100755 --- a/plugins/MacAU/Density2/Density2.h +++ b/plugins/MacAU/Density2/Density2.h @@ -5,7 +5,7 @@ * * Created: 2/8/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Density2/Density2.r b/plugins/MacAU/Density2/Density2.r index 3ea651b80..dfc4c855e 100755 --- a/plugins/MacAU/Density2/Density2.r +++ b/plugins/MacAU/Density2/Density2.r @@ -5,7 +5,7 @@ * * Created: 2/8/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Density2/Density2Version.h b/plugins/MacAU/Density2/Density2Version.h index 5367e66c2..c28204b5d 100755 --- a/plugins/MacAU/Density2/Density2Version.h +++ b/plugins/MacAU/Density2/Density2Version.h @@ -5,7 +5,7 @@ * * Created: 2/8/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Desk/Desk.cpp b/plugins/MacAU/Desk/Desk.cpp index ed085b139..e56d8c8d5 100755 --- a/plugins/MacAU/Desk/Desk.cpp +++ b/plugins/MacAU/Desk/Desk.cpp @@ -5,7 +5,7 @@ * * Created: 9/27/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Desk/Desk.h b/plugins/MacAU/Desk/Desk.h index 29f4bec76..8d41cde6f 100755 --- a/plugins/MacAU/Desk/Desk.h +++ b/plugins/MacAU/Desk/Desk.h @@ -5,7 +5,7 @@ * * Created: 9/27/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Desk/Desk.r b/plugins/MacAU/Desk/Desk.r index 1abe18896..2d73a93b8 100755 --- a/plugins/MacAU/Desk/Desk.r +++ b/plugins/MacAU/Desk/Desk.r @@ -5,7 +5,7 @@ * * Created: 9/27/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Desk/DeskVersion.h b/plugins/MacAU/Desk/DeskVersion.h index c3662558a..ea70e1000 100755 --- a/plugins/MacAU/Desk/DeskVersion.h +++ b/plugins/MacAU/Desk/DeskVersion.h @@ -5,7 +5,7 @@ * * Created: 9/27/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Desk4/Desk4.cpp b/plugins/MacAU/Desk4/Desk4.cpp index dab5b37eb..4833b6751 100755 --- a/plugins/MacAU/Desk4/Desk4.cpp +++ b/plugins/MacAU/Desk4/Desk4.cpp @@ -5,7 +5,7 @@ * * Created: 7/18/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Desk4/Desk4.h b/plugins/MacAU/Desk4/Desk4.h index 7d51187c6..4eb6d524c 100755 --- a/plugins/MacAU/Desk4/Desk4.h +++ b/plugins/MacAU/Desk4/Desk4.h @@ -5,7 +5,7 @@ * * Created: 7/18/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Desk4/Desk4.r b/plugins/MacAU/Desk4/Desk4.r index b8468e3c2..34b0c2de2 100755 --- a/plugins/MacAU/Desk4/Desk4.r +++ b/plugins/MacAU/Desk4/Desk4.r @@ -5,7 +5,7 @@ * * Created: 7/18/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Desk4/Desk4Version.h b/plugins/MacAU/Desk4/Desk4Version.h index 05359c523..25e9c0bc8 100755 --- a/plugins/MacAU/Desk4/Desk4Version.h +++ b/plugins/MacAU/Desk4/Desk4Version.h @@ -5,7 +5,7 @@ * * Created: 7/18/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DigitalBlack/DigitalBlack.cpp b/plugins/MacAU/DigitalBlack/DigitalBlack.cpp index 24ad68790..6d9e6bed1 100755 --- a/plugins/MacAU/DigitalBlack/DigitalBlack.cpp +++ b/plugins/MacAU/DigitalBlack/DigitalBlack.cpp @@ -5,7 +5,7 @@ * * Created: 2/19/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DigitalBlack/DigitalBlack.h b/plugins/MacAU/DigitalBlack/DigitalBlack.h index 0df354389..0df5a0662 100755 --- a/plugins/MacAU/DigitalBlack/DigitalBlack.h +++ b/plugins/MacAU/DigitalBlack/DigitalBlack.h @@ -5,7 +5,7 @@ * * Created: 2/19/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DigitalBlack/DigitalBlack.r b/plugins/MacAU/DigitalBlack/DigitalBlack.r index 60f8b74b6..98884a8ce 100755 --- a/plugins/MacAU/DigitalBlack/DigitalBlack.r +++ b/plugins/MacAU/DigitalBlack/DigitalBlack.r @@ -5,7 +5,7 @@ * * Created: 2/19/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DigitalBlack/DigitalBlackVersion.h b/plugins/MacAU/DigitalBlack/DigitalBlackVersion.h index 02cc102ec..3845d4696 100755 --- a/plugins/MacAU/DigitalBlack/DigitalBlackVersion.h +++ b/plugins/MacAU/DigitalBlack/DigitalBlackVersion.h @@ -5,7 +5,7 @@ * * Created: 2/19/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Dirt/Dirt.cpp b/plugins/MacAU/Dirt/Dirt.cpp index 740057988..10117017e 100644 --- a/plugins/MacAU/Dirt/Dirt.cpp +++ b/plugins/MacAU/Dirt/Dirt.cpp @@ -5,7 +5,7 @@ * * Created: 1/30/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Dirt/Dirt.h b/plugins/MacAU/Dirt/Dirt.h index 85a41f8d1..ec013113d 100644 --- a/plugins/MacAU/Dirt/Dirt.h +++ b/plugins/MacAU/Dirt/Dirt.h @@ -5,7 +5,7 @@ * * Created: 1/30/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Dirt/Dirt.r b/plugins/MacAU/Dirt/Dirt.r index 2c3c206d9..68e35230b 100644 --- a/plugins/MacAU/Dirt/Dirt.r +++ b/plugins/MacAU/Dirt/Dirt.r @@ -5,7 +5,7 @@ * * Created: 1/30/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Dirt/DirtVersion.h b/plugins/MacAU/Dirt/DirtVersion.h index 299e668af..d4064485e 100644 --- a/plugins/MacAU/Dirt/DirtVersion.h +++ b/plugins/MacAU/Dirt/DirtVersion.h @@ -5,7 +5,7 @@ * * Created: 1/30/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Distance/Distance.cpp b/plugins/MacAU/Distance/Distance.cpp index 181a603e8..25f9e150b 100755 --- a/plugins/MacAU/Distance/Distance.cpp +++ b/plugins/MacAU/Distance/Distance.cpp @@ -5,7 +5,7 @@ * * Created: 1/23/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Distance/Distance.h b/plugins/MacAU/Distance/Distance.h index 56c329877..38bedc7c1 100755 --- a/plugins/MacAU/Distance/Distance.h +++ b/plugins/MacAU/Distance/Distance.h @@ -5,7 +5,7 @@ * * Created: 1/23/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Distance/Distance.r b/plugins/MacAU/Distance/Distance.r index d0a53b48d..fe74fa494 100755 --- a/plugins/MacAU/Distance/Distance.r +++ b/plugins/MacAU/Distance/Distance.r @@ -5,7 +5,7 @@ * * Created: 1/23/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Distance/DistanceVersion.h b/plugins/MacAU/Distance/DistanceVersion.h index 593af890a..a06fc2ec5 100755 --- a/plugins/MacAU/Distance/DistanceVersion.h +++ b/plugins/MacAU/Distance/DistanceVersion.h @@ -5,7 +5,7 @@ * * Created: 1/23/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Distance2/Distance2.cpp b/plugins/MacAU/Distance2/Distance2.cpp index 24163d8ed..67ce89b94 100755 --- a/plugins/MacAU/Distance2/Distance2.cpp +++ b/plugins/MacAU/Distance2/Distance2.cpp @@ -5,7 +5,7 @@ * * Created: 5/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Distance2/Distance2.h b/plugins/MacAU/Distance2/Distance2.h index a630e52d4..302c30134 100755 --- a/plugins/MacAU/Distance2/Distance2.h +++ b/plugins/MacAU/Distance2/Distance2.h @@ -5,7 +5,7 @@ * * Created: 5/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Distance2/Distance2.r b/plugins/MacAU/Distance2/Distance2.r index 03db76f0b..2d133f658 100755 --- a/plugins/MacAU/Distance2/Distance2.r +++ b/plugins/MacAU/Distance2/Distance2.r @@ -5,7 +5,7 @@ * * Created: 5/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Distance2/Distance2Version.h b/plugins/MacAU/Distance2/Distance2Version.h index a7e81375a..7eb298783 100755 --- a/plugins/MacAU/Distance2/Distance2Version.h +++ b/plugins/MacAU/Distance2/Distance2Version.h @@ -5,7 +5,7 @@ * * Created: 5/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Distance2/Ditherbox/Ditherbox.cpp b/plugins/MacAU/Distance2/Ditherbox/Ditherbox.cpp index 7282d2faa..6ba13c988 100755 --- a/plugins/MacAU/Distance2/Ditherbox/Ditherbox.cpp +++ b/plugins/MacAU/Distance2/Ditherbox/Ditherbox.cpp @@ -5,7 +5,7 @@ * * Created: 1/1/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacAU/Distance2/Ditherbox/Ditherbox.h b/plugins/MacAU/Distance2/Ditherbox/Ditherbox.h index 8833e7316..255cba762 100755 --- a/plugins/MacAU/Distance2/Ditherbox/Ditherbox.h +++ b/plugins/MacAU/Distance2/Ditherbox/Ditherbox.h @@ -5,7 +5,7 @@ * * Created: 1/1/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacAU/Distance2/Ditherbox/Ditherbox.r b/plugins/MacAU/Distance2/Ditherbox/Ditherbox.r index 96587729e..3f581a373 100755 --- a/plugins/MacAU/Distance2/Ditherbox/Ditherbox.r +++ b/plugins/MacAU/Distance2/Ditherbox/Ditherbox.r @@ -5,7 +5,7 @@ * * Created: 1/1/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacAU/Distance2/Ditherbox/DitherboxVersion.h b/plugins/MacAU/Distance2/Ditherbox/DitherboxVersion.h index d31037353..e4b3a1e09 100755 --- a/plugins/MacAU/Distance2/Ditherbox/DitherboxVersion.h +++ b/plugins/MacAU/Distance2/Ditherbox/DitherboxVersion.h @@ -5,7 +5,7 @@ * * Created: 1/1/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacAU/Distortion/Distortion.cpp b/plugins/MacAU/Distortion/Distortion.cpp index 074d3cafb..72f398729 100755 --- a/plugins/MacAU/Distortion/Distortion.cpp +++ b/plugins/MacAU/Distortion/Distortion.cpp @@ -5,7 +5,7 @@ * * Created: 4/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Distortion/Distortion.h b/plugins/MacAU/Distortion/Distortion.h index 49dd4b003..9b5e03724 100755 --- a/plugins/MacAU/Distortion/Distortion.h +++ b/plugins/MacAU/Distortion/Distortion.h @@ -5,7 +5,7 @@ * * Created: 4/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Distortion/Distortion.r b/plugins/MacAU/Distortion/Distortion.r index 3311142ed..61bf5361c 100755 --- a/plugins/MacAU/Distortion/Distortion.r +++ b/plugins/MacAU/Distortion/Distortion.r @@ -5,7 +5,7 @@ * * Created: 4/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Distortion/DistortionVersion.h b/plugins/MacAU/Distortion/DistortionVersion.h index fb89b54be..f45840274 100755 --- a/plugins/MacAU/Distortion/DistortionVersion.h +++ b/plugins/MacAU/Distortion/DistortionVersion.h @@ -5,7 +5,7 @@ * * Created: 4/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DitherFloat/DitherFloat.cpp b/plugins/MacAU/DitherFloat/DitherFloat.cpp index 573c38885..75c963623 100755 --- a/plugins/MacAU/DitherFloat/DitherFloat.cpp +++ b/plugins/MacAU/DitherFloat/DitherFloat.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/DitherFloat/DitherFloat.h b/plugins/MacAU/DitherFloat/DitherFloat.h index f692eff86..fd23e2986 100755 --- a/plugins/MacAU/DitherFloat/DitherFloat.h +++ b/plugins/MacAU/DitherFloat/DitherFloat.h @@ -5,7 +5,7 @@ * * Created: 1/11/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/DitherFloat/DitherFloat.r b/plugins/MacAU/DitherFloat/DitherFloat.r index 89170e0f5..798bba847 100755 --- a/plugins/MacAU/DitherFloat/DitherFloat.r +++ b/plugins/MacAU/DitherFloat/DitherFloat.r @@ -5,7 +5,7 @@ * * Created: 1/11/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/DitherFloat/DitherFloatVersion.h b/plugins/MacAU/DitherFloat/DitherFloatVersion.h index b9f4b9be3..fb5ea71a3 100755 --- a/plugins/MacAU/DitherFloat/DitherFloatVersion.h +++ b/plugins/MacAU/DitherFloat/DitherFloatVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/DitherMeDiskers/DitherMeDiskers.cpp b/plugins/MacAU/DitherMeDiskers/DitherMeDiskers.cpp index fc8ef5443..d74b22c07 100755 --- a/plugins/MacAU/DitherMeDiskers/DitherMeDiskers.cpp +++ b/plugins/MacAU/DitherMeDiskers/DitherMeDiskers.cpp @@ -5,7 +5,7 @@ * * Created: 12/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DitherMeDiskers/DitherMeDiskers.h b/plugins/MacAU/DitherMeDiskers/DitherMeDiskers.h index 61b1d97ab..2600ffcb8 100755 --- a/plugins/MacAU/DitherMeDiskers/DitherMeDiskers.h +++ b/plugins/MacAU/DitherMeDiskers/DitherMeDiskers.h @@ -5,7 +5,7 @@ * * Created: 12/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DitherMeDiskers/DitherMeDiskers.r b/plugins/MacAU/DitherMeDiskers/DitherMeDiskers.r index 74138473b..890561514 100755 --- a/plugins/MacAU/DitherMeDiskers/DitherMeDiskers.r +++ b/plugins/MacAU/DitherMeDiskers/DitherMeDiskers.r @@ -5,7 +5,7 @@ * * Created: 12/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DitherMeDiskers/DitherMeDiskersVersion.h b/plugins/MacAU/DitherMeDiskers/DitherMeDiskersVersion.h index 530de3ed7..cebdd7958 100755 --- a/plugins/MacAU/DitherMeDiskers/DitherMeDiskersVersion.h +++ b/plugins/MacAU/DitherMeDiskers/DitherMeDiskersVersion.h @@ -5,7 +5,7 @@ * * Created: 12/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DitherMeTimbers/DitherMeTimbers.cpp b/plugins/MacAU/DitherMeTimbers/DitherMeTimbers.cpp index 7651fdada..74812b0bd 100755 --- a/plugins/MacAU/DitherMeTimbers/DitherMeTimbers.cpp +++ b/plugins/MacAU/DitherMeTimbers/DitherMeTimbers.cpp @@ -5,7 +5,7 @@ * * Created: 12/3/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DitherMeTimbers/DitherMeTimbers.h b/plugins/MacAU/DitherMeTimbers/DitherMeTimbers.h index d14202f49..51378d179 100755 --- a/plugins/MacAU/DitherMeTimbers/DitherMeTimbers.h +++ b/plugins/MacAU/DitherMeTimbers/DitherMeTimbers.h @@ -5,7 +5,7 @@ * * Created: 12/3/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DitherMeTimbers/DitherMeTimbers.r b/plugins/MacAU/DitherMeTimbers/DitherMeTimbers.r index 66daa1b7d..7acf10799 100755 --- a/plugins/MacAU/DitherMeTimbers/DitherMeTimbers.r +++ b/plugins/MacAU/DitherMeTimbers/DitherMeTimbers.r @@ -5,7 +5,7 @@ * * Created: 12/3/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DitherMeTimbers/DitherMeTimbersVersion.h b/plugins/MacAU/DitherMeTimbers/DitherMeTimbersVersion.h index 0e45321a2..bcff28172 100755 --- a/plugins/MacAU/DitherMeTimbers/DitherMeTimbersVersion.h +++ b/plugins/MacAU/DitherMeTimbers/DitherMeTimbersVersion.h @@ -5,7 +5,7 @@ * * Created: 12/3/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Ditherbox/Ditherbox.cpp b/plugins/MacAU/Ditherbox/Ditherbox.cpp index 990714913..d07b64a69 100755 --- a/plugins/MacAU/Ditherbox/Ditherbox.cpp +++ b/plugins/MacAU/Ditherbox/Ditherbox.cpp @@ -5,7 +5,7 @@ * * Created: 1/1/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacAU/Ditherbox/Ditherbox.h b/plugins/MacAU/Ditherbox/Ditherbox.h index 933231ade..0b2402bbc 100755 --- a/plugins/MacAU/Ditherbox/Ditherbox.h +++ b/plugins/MacAU/Ditherbox/Ditherbox.h @@ -5,7 +5,7 @@ * * Created: 1/1/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacAU/Ditherbox/Ditherbox.r b/plugins/MacAU/Ditherbox/Ditherbox.r index 96587729e..3f581a373 100755 --- a/plugins/MacAU/Ditherbox/Ditherbox.r +++ b/plugins/MacAU/Ditherbox/Ditherbox.r @@ -5,7 +5,7 @@ * * Created: 1/1/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacAU/Ditherbox/DitherboxVersion.h b/plugins/MacAU/Ditherbox/DitherboxVersion.h index d31037353..e4b3a1e09 100755 --- a/plugins/MacAU/Ditherbox/DitherboxVersion.h +++ b/plugins/MacAU/Ditherbox/DitherboxVersion.h @@ -5,7 +5,7 @@ * * Created: 1/1/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacAU/DoublePaul/DoublePaul.cpp b/plugins/MacAU/DoublePaul/DoublePaul.cpp index 5754e0df3..c2ea9dc7b 100755 --- a/plugins/MacAU/DoublePaul/DoublePaul.cpp +++ b/plugins/MacAU/DoublePaul/DoublePaul.cpp @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DoublePaul/DoublePaul.h b/plugins/MacAU/DoublePaul/DoublePaul.h index cbb470a77..d3428f5c4 100755 --- a/plugins/MacAU/DoublePaul/DoublePaul.h +++ b/plugins/MacAU/DoublePaul/DoublePaul.h @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DoublePaul/DoublePaul.r b/plugins/MacAU/DoublePaul/DoublePaul.r index 84ee8d2ce..5dc87f734 100755 --- a/plugins/MacAU/DoublePaul/DoublePaul.r +++ b/plugins/MacAU/DoublePaul/DoublePaul.r @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DoublePaul/DoublePaulVersion.h b/plugins/MacAU/DoublePaul/DoublePaulVersion.h index 4b9e0d205..cb6d90dbb 100755 --- a/plugins/MacAU/DoublePaul/DoublePaulVersion.h +++ b/plugins/MacAU/DoublePaul/DoublePaulVersion.h @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Doublelay/Doublelay.cpp b/plugins/MacAU/Doublelay/Doublelay.cpp index 074b78246..08cd33ada 100755 --- a/plugins/MacAU/Doublelay/Doublelay.cpp +++ b/plugins/MacAU/Doublelay/Doublelay.cpp @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Doublelay/Doublelay.h b/plugins/MacAU/Doublelay/Doublelay.h index 0e5dd6cd7..efb186f08 100755 --- a/plugins/MacAU/Doublelay/Doublelay.h +++ b/plugins/MacAU/Doublelay/Doublelay.h @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Doublelay/Doublelay.r b/plugins/MacAU/Doublelay/Doublelay.r index 6fca11498..c6564956a 100755 --- a/plugins/MacAU/Doublelay/Doublelay.r +++ b/plugins/MacAU/Doublelay/Doublelay.r @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Doublelay/DoublelayVersion.h b/plugins/MacAU/Doublelay/DoublelayVersion.h index 6f70b1f9d..58be3132f 100755 --- a/plugins/MacAU/Doublelay/DoublelayVersion.h +++ b/plugins/MacAU/Doublelay/DoublelayVersion.h @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Drive/Drive.cpp b/plugins/MacAU/Drive/Drive.cpp index a8af16093..ab38ff8d4 100755 --- a/plugins/MacAU/Drive/Drive.cpp +++ b/plugins/MacAU/Drive/Drive.cpp @@ -5,7 +5,7 @@ * * Created: 1/7/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Drive/Drive.h b/plugins/MacAU/Drive/Drive.h index 3dda14bde..0a859bccb 100755 --- a/plugins/MacAU/Drive/Drive.h +++ b/plugins/MacAU/Drive/Drive.h @@ -5,7 +5,7 @@ * * Created: 1/7/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Drive/Drive.r b/plugins/MacAU/Drive/Drive.r index 604af9229..3ea3ae2e6 100755 --- a/plugins/MacAU/Drive/Drive.r +++ b/plugins/MacAU/Drive/Drive.r @@ -5,7 +5,7 @@ * * Created: 1/7/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Drive/DriveVersion.h b/plugins/MacAU/Drive/DriveVersion.h index 0964787d3..c6de18cca 100755 --- a/plugins/MacAU/Drive/DriveVersion.h +++ b/plugins/MacAU/Drive/DriveVersion.h @@ -5,7 +5,7 @@ * * Created: 1/7/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DrumSlam/DrumSlam.cpp b/plugins/MacAU/DrumSlam/DrumSlam.cpp index 561e87818..d75b02070 100755 --- a/plugins/MacAU/DrumSlam/DrumSlam.cpp +++ b/plugins/MacAU/DrumSlam/DrumSlam.cpp @@ -5,7 +5,7 @@ * * Created: 3/12/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacAU/DrumSlam/DrumSlam.h b/plugins/MacAU/DrumSlam/DrumSlam.h index 70b9ce804..65b14cd2c 100755 --- a/plugins/MacAU/DrumSlam/DrumSlam.h +++ b/plugins/MacAU/DrumSlam/DrumSlam.h @@ -5,7 +5,7 @@ * * Created: 3/12/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacAU/DrumSlam/DrumSlam.r b/plugins/MacAU/DrumSlam/DrumSlam.r index 0da74c5a0..627317201 100755 --- a/plugins/MacAU/DrumSlam/DrumSlam.r +++ b/plugins/MacAU/DrumSlam/DrumSlam.r @@ -5,7 +5,7 @@ * * Created: 3/12/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacAU/DrumSlam/DrumSlamVersion.h b/plugins/MacAU/DrumSlam/DrumSlamVersion.h index c1c9819a0..9ce59775c 100755 --- a/plugins/MacAU/DrumSlam/DrumSlamVersion.h +++ b/plugins/MacAU/DrumSlam/DrumSlamVersion.h @@ -5,7 +5,7 @@ * * Created: 3/12/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacAU/DubCenter/DubCenter.cpp b/plugins/MacAU/DubCenter/DubCenter.cpp index d6e27ac84..094ccb647 100755 --- a/plugins/MacAU/DubCenter/DubCenter.cpp +++ b/plugins/MacAU/DubCenter/DubCenter.cpp @@ -5,7 +5,7 @@ * * Created: 10/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DubCenter/DubCenter.h b/plugins/MacAU/DubCenter/DubCenter.h index 2fdc597f6..4fb8af000 100755 --- a/plugins/MacAU/DubCenter/DubCenter.h +++ b/plugins/MacAU/DubCenter/DubCenter.h @@ -5,7 +5,7 @@ * * Created: 10/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DubCenter/DubCenter.r b/plugins/MacAU/DubCenter/DubCenter.r index a73ee970d..51571ea62 100755 --- a/plugins/MacAU/DubCenter/DubCenter.r +++ b/plugins/MacAU/DubCenter/DubCenter.r @@ -5,7 +5,7 @@ * * Created: 10/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DubCenter/DubCenterVersion.h b/plugins/MacAU/DubCenter/DubCenterVersion.h index 3525efb35..4b1e27a9e 100755 --- a/plugins/MacAU/DubCenter/DubCenterVersion.h +++ b/plugins/MacAU/DubCenter/DubCenterVersion.h @@ -5,7 +5,7 @@ * * Created: 10/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DubSub/DubSub.cpp b/plugins/MacAU/DubSub/DubSub.cpp index 6d13213a3..e76edcdb4 100755 --- a/plugins/MacAU/DubSub/DubSub.cpp +++ b/plugins/MacAU/DubSub/DubSub.cpp @@ -5,7 +5,7 @@ * * Created: 1/25/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacAU/DubSub/DubSub.h b/plugins/MacAU/DubSub/DubSub.h index 6cdbcc2f5..a96eeb99c 100755 --- a/plugins/MacAU/DubSub/DubSub.h +++ b/plugins/MacAU/DubSub/DubSub.h @@ -5,7 +5,7 @@ * * Created: 1/25/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacAU/DubSub/DubSub.r b/plugins/MacAU/DubSub/DubSub.r index da8cdf03e..15b00f4fa 100755 --- a/plugins/MacAU/DubSub/DubSub.r +++ b/plugins/MacAU/DubSub/DubSub.r @@ -5,7 +5,7 @@ * * Created: 1/25/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacAU/DubSub/DubSubVersion.h b/plugins/MacAU/DubSub/DubSubVersion.h index ca5187ead..3938fc2bb 100755 --- a/plugins/MacAU/DubSub/DubSubVersion.h +++ b/plugins/MacAU/DubSub/DubSubVersion.h @@ -5,7 +5,7 @@ * * Created: 1/25/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacAU/Dubly/Dubly.cpp b/plugins/MacAU/Dubly/Dubly.cpp index bf0f79060..5fa1687ea 100755 --- a/plugins/MacAU/Dubly/Dubly.cpp +++ b/plugins/MacAU/Dubly/Dubly.cpp @@ -5,7 +5,7 @@ * * Created: 8/18/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Dubly/Dubly.h b/plugins/MacAU/Dubly/Dubly.h index 67e3d1c45..b6a5de07c 100755 --- a/plugins/MacAU/Dubly/Dubly.h +++ b/plugins/MacAU/Dubly/Dubly.h @@ -5,7 +5,7 @@ * * Created: 8/18/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Dubly/Dubly.r b/plugins/MacAU/Dubly/Dubly.r index a7a66ef31..5fb6e0415 100755 --- a/plugins/MacAU/Dubly/Dubly.r +++ b/plugins/MacAU/Dubly/Dubly.r @@ -5,7 +5,7 @@ * * Created: 8/18/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Dubly/DublyVersion.h b/plugins/MacAU/Dubly/DublyVersion.h index f6bc7ebd4..9138808e0 100755 --- a/plugins/MacAU/Dubly/DublyVersion.h +++ b/plugins/MacAU/Dubly/DublyVersion.h @@ -5,7 +5,7 @@ * * Created: 8/18/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DustBunny/DustBunny.cpp b/plugins/MacAU/DustBunny/DustBunny.cpp index 0f10171b6..84aa052f5 100755 --- a/plugins/MacAU/DustBunny/DustBunny.cpp +++ b/plugins/MacAU/DustBunny/DustBunny.cpp @@ -5,7 +5,7 @@ * * Created: 9/25/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/DustBunny/DustBunny.h b/plugins/MacAU/DustBunny/DustBunny.h index 25658bcb3..0975155e7 100755 --- a/plugins/MacAU/DustBunny/DustBunny.h +++ b/plugins/MacAU/DustBunny/DustBunny.h @@ -5,7 +5,7 @@ * * Created: 9/25/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/DustBunny/DustBunny.r b/plugins/MacAU/DustBunny/DustBunny.r index c9f5364b0..85c243e3c 100755 --- a/plugins/MacAU/DustBunny/DustBunny.r +++ b/plugins/MacAU/DustBunny/DustBunny.r @@ -5,7 +5,7 @@ * * Created: 9/25/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/DustBunny/DustBunnyVersion.h b/plugins/MacAU/DustBunny/DustBunnyVersion.h index f51bf9db7..79129a8f8 100755 --- a/plugins/MacAU/DustBunny/DustBunnyVersion.h +++ b/plugins/MacAU/DustBunny/DustBunnyVersion.h @@ -5,7 +5,7 @@ * * Created: 9/25/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Dynamics/Dynamics.cpp b/plugins/MacAU/Dynamics/Dynamics.cpp index 612c39606..59a7d5f9c 100755 --- a/plugins/MacAU/Dynamics/Dynamics.cpp +++ b/plugins/MacAU/Dynamics/Dynamics.cpp @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Dynamics/Dynamics.h b/plugins/MacAU/Dynamics/Dynamics.h index 3775706de..26a37e5c1 100755 --- a/plugins/MacAU/Dynamics/Dynamics.h +++ b/plugins/MacAU/Dynamics/Dynamics.h @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Dynamics/Dynamics.r b/plugins/MacAU/Dynamics/Dynamics.r index 7a0288385..090842792 100755 --- a/plugins/MacAU/Dynamics/Dynamics.r +++ b/plugins/MacAU/Dynamics/Dynamics.r @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Dynamics/DynamicsVersion.h b/plugins/MacAU/Dynamics/DynamicsVersion.h index 9b6418df3..aa63654ce 100755 --- a/plugins/MacAU/Dynamics/DynamicsVersion.h +++ b/plugins/MacAU/Dynamics/DynamicsVersion.h @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DynamicsMono/DynamicsMono.cpp b/plugins/MacAU/DynamicsMono/DynamicsMono.cpp index c5686363c..2de7c15c5 100755 --- a/plugins/MacAU/DynamicsMono/DynamicsMono.cpp +++ b/plugins/MacAU/DynamicsMono/DynamicsMono.cpp @@ -5,7 +5,7 @@ * * Created: 8/20/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DynamicsMono/DynamicsMono.h b/plugins/MacAU/DynamicsMono/DynamicsMono.h index c57968b86..a2cc142d4 100755 --- a/plugins/MacAU/DynamicsMono/DynamicsMono.h +++ b/plugins/MacAU/DynamicsMono/DynamicsMono.h @@ -5,7 +5,7 @@ * * Created: 8/20/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DynamicsMono/DynamicsMono.r b/plugins/MacAU/DynamicsMono/DynamicsMono.r index 308f1f58c..2e4ebfe48 100755 --- a/plugins/MacAU/DynamicsMono/DynamicsMono.r +++ b/plugins/MacAU/DynamicsMono/DynamicsMono.r @@ -5,7 +5,7 @@ * * Created: 8/20/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/DynamicsMono/DynamicsMonoVersion.h b/plugins/MacAU/DynamicsMono/DynamicsMonoVersion.h index 3bbbe54c1..91e8d6194 100755 --- a/plugins/MacAU/DynamicsMono/DynamicsMonoVersion.h +++ b/plugins/MacAU/DynamicsMono/DynamicsMonoVersion.h @@ -5,7 +5,7 @@ * * Created: 8/20/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Dyno/Dyno.cpp b/plugins/MacAU/Dyno/Dyno.cpp index 50d2b0671..b91348886 100755 --- a/plugins/MacAU/Dyno/Dyno.cpp +++ b/plugins/MacAU/Dyno/Dyno.cpp @@ -5,7 +5,7 @@ * * Created: 7/15/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Dyno/Dyno.h b/plugins/MacAU/Dyno/Dyno.h index e7cd896ee..ef35f653c 100755 --- a/plugins/MacAU/Dyno/Dyno.h +++ b/plugins/MacAU/Dyno/Dyno.h @@ -5,7 +5,7 @@ * * Created: 7/15/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Dyno/Dyno.r b/plugins/MacAU/Dyno/Dyno.r index 9d5c22779..26ea282bc 100755 --- a/plugins/MacAU/Dyno/Dyno.r +++ b/plugins/MacAU/Dyno/Dyno.r @@ -5,7 +5,7 @@ * * Created: 7/15/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Dyno/DynoVersion.h b/plugins/MacAU/Dyno/DynoVersion.h index f95777603..36d23e8cb 100755 --- a/plugins/MacAU/Dyno/DynoVersion.h +++ b/plugins/MacAU/Dyno/DynoVersion.h @@ -5,7 +5,7 @@ * * Created: 7/15/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/EQ/EQ.cpp b/plugins/MacAU/EQ/EQ.cpp index cf0bd0949..97bafafcb 100755 --- a/plugins/MacAU/EQ/EQ.cpp +++ b/plugins/MacAU/EQ/EQ.cpp @@ -5,7 +5,7 @@ * * Created: 10/26/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacAU/EQ/EQ.h b/plugins/MacAU/EQ/EQ.h index 5b9043fd0..36cac480d 100755 --- a/plugins/MacAU/EQ/EQ.h +++ b/plugins/MacAU/EQ/EQ.h @@ -5,7 +5,7 @@ * * Created: 10/26/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacAU/EQ/EQ.r b/plugins/MacAU/EQ/EQ.r index cb59da592..a7d3c75a4 100755 --- a/plugins/MacAU/EQ/EQ.r +++ b/plugins/MacAU/EQ/EQ.r @@ -5,7 +5,7 @@ * * Created: 10/26/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacAU/EQ/EQVersion.h b/plugins/MacAU/EQ/EQVersion.h index d0b9784a0..950b0dbaa 100755 --- a/plugins/MacAU/EQ/EQVersion.h +++ b/plugins/MacAU/EQ/EQVersion.h @@ -5,7 +5,7 @@ * * Created: 10/26/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacAU/EdIsDim/EdIsDim.cpp b/plugins/MacAU/EdIsDim/EdIsDim.cpp index 350a19b27..e358f0281 100755 --- a/plugins/MacAU/EdIsDim/EdIsDim.cpp +++ b/plugins/MacAU/EdIsDim/EdIsDim.cpp @@ -5,7 +5,7 @@ * * Created: 5/21/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/EdIsDim/EdIsDim.h b/plugins/MacAU/EdIsDim/EdIsDim.h index 4eb106785..c3bfb26c3 100755 --- a/plugins/MacAU/EdIsDim/EdIsDim.h +++ b/plugins/MacAU/EdIsDim/EdIsDim.h @@ -5,7 +5,7 @@ * * Created: 5/21/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/EdIsDim/EdIsDim.r b/plugins/MacAU/EdIsDim/EdIsDim.r index a4fa527de..254a07466 100755 --- a/plugins/MacAU/EdIsDim/EdIsDim.r +++ b/plugins/MacAU/EdIsDim/EdIsDim.r @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/EdIsDim/EdIsDimVersion.h b/plugins/MacAU/EdIsDim/EdIsDimVersion.h index cf02511f8..075803856 100755 --- a/plugins/MacAU/EdIsDim/EdIsDimVersion.h +++ b/plugins/MacAU/EdIsDim/EdIsDimVersion.h @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/Edge/Edge.cpp b/plugins/MacAU/Edge/Edge.cpp index 5969755c3..170bb73d4 100644 --- a/plugins/MacAU/Edge/Edge.cpp +++ b/plugins/MacAU/Edge/Edge.cpp @@ -5,7 +5,7 @@ * * Created: 1/30/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Edge/Edge.h b/plugins/MacAU/Edge/Edge.h index b57d5668a..93dda7bff 100644 --- a/plugins/MacAU/Edge/Edge.h +++ b/plugins/MacAU/Edge/Edge.h @@ -5,7 +5,7 @@ * * Created: 1/30/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Edge/Edge.r b/plugins/MacAU/Edge/Edge.r index 079a50710..215f11987 100644 --- a/plugins/MacAU/Edge/Edge.r +++ b/plugins/MacAU/Edge/Edge.r @@ -5,7 +5,7 @@ * * Created: 1/30/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Edge/EdgeVersion.h b/plugins/MacAU/Edge/EdgeVersion.h index fab067243..2534ae574 100644 --- a/plugins/MacAU/Edge/EdgeVersion.h +++ b/plugins/MacAU/Edge/EdgeVersion.h @@ -5,7 +5,7 @@ * * Created: 1/30/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Elation/Elation.cpp b/plugins/MacAU/Elation/Elation.cpp index e2b5b8fb0..4031608fb 100755 --- a/plugins/MacAU/Elation/Elation.cpp +++ b/plugins/MacAU/Elation/Elation.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Elation/Elation.h b/plugins/MacAU/Elation/Elation.h index 42ac1cfc2..d7da37ba4 100755 --- a/plugins/MacAU/Elation/Elation.h +++ b/plugins/MacAU/Elation/Elation.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Elation/Elation.r b/plugins/MacAU/Elation/Elation.r index ee9ff38dc..183f53232 100755 --- a/plugins/MacAU/Elation/Elation.r +++ b/plugins/MacAU/Elation/Elation.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Elation/ElationVersion.h b/plugins/MacAU/Elation/ElationVersion.h index b3e05eaba..5a1096bec 100755 --- a/plugins/MacAU/Elation/ElationVersion.h +++ b/plugins/MacAU/Elation/ElationVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ElectroHat/ElectroHat.cpp b/plugins/MacAU/ElectroHat/ElectroHat.cpp index 6419acef1..4c5fd887a 100755 --- a/plugins/MacAU/ElectroHat/ElectroHat.cpp +++ b/plugins/MacAU/ElectroHat/ElectroHat.cpp @@ -5,7 +5,7 @@ * * Created: 9/15/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ElectroHat/ElectroHat.h b/plugins/MacAU/ElectroHat/ElectroHat.h index d98a91cbc..5f52bce8c 100755 --- a/plugins/MacAU/ElectroHat/ElectroHat.h +++ b/plugins/MacAU/ElectroHat/ElectroHat.h @@ -5,7 +5,7 @@ * * Created: 9/15/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ElectroHat/ElectroHat.r b/plugins/MacAU/ElectroHat/ElectroHat.r index 5b79c7493..571f91b8a 100755 --- a/plugins/MacAU/ElectroHat/ElectroHat.r +++ b/plugins/MacAU/ElectroHat/ElectroHat.r @@ -5,7 +5,7 @@ * * Created: 9/15/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ElectroHat/ElectroHatVersion.h b/plugins/MacAU/ElectroHat/ElectroHatVersion.h index c7612084c..ba7870117 100755 --- a/plugins/MacAU/ElectroHat/ElectroHatVersion.h +++ b/plugins/MacAU/ElectroHat/ElectroHatVersion.h @@ -5,7 +5,7 @@ * * Created: 9/15/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Energy/Energy.cpp b/plugins/MacAU/Energy/Energy.cpp index ca7f94d2d..dacd52c36 100755 --- a/plugins/MacAU/Energy/Energy.cpp +++ b/plugins/MacAU/Energy/Energy.cpp @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Energy/Energy.h b/plugins/MacAU/Energy/Energy.h index 7eeaf7691..8366c1391 100755 --- a/plugins/MacAU/Energy/Energy.h +++ b/plugins/MacAU/Energy/Energy.h @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Energy/Energy.r b/plugins/MacAU/Energy/Energy.r index 92f5ee5a8..0e480cc1b 100755 --- a/plugins/MacAU/Energy/Energy.r +++ b/plugins/MacAU/Energy/Energy.r @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Energy/EnergyVersion.h b/plugins/MacAU/Energy/EnergyVersion.h index 3c07b6609..638c22e1d 100755 --- a/plugins/MacAU/Energy/EnergyVersion.h +++ b/plugins/MacAU/Energy/EnergyVersion.h @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Energy2/Energy2.cpp b/plugins/MacAU/Energy2/Energy2.cpp index 81e92c7bf..604b23fdd 100644 --- a/plugins/MacAU/Energy2/Energy2.cpp +++ b/plugins/MacAU/Energy2/Energy2.cpp @@ -5,7 +5,7 @@ * * Created: 6/28/21 * - * Copyright: Copyright © 2021 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacAU/Energy2/Energy2.h b/plugins/MacAU/Energy2/Energy2.h index 7266577b1..faeed131c 100644 --- a/plugins/MacAU/Energy2/Energy2.h +++ b/plugins/MacAU/Energy2/Energy2.h @@ -5,7 +5,7 @@ * * Created: 6/28/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Energy2/Energy2.r b/plugins/MacAU/Energy2/Energy2.r index 4bbb5189a..d2feb59c1 100644 --- a/plugins/MacAU/Energy2/Energy2.r +++ b/plugins/MacAU/Energy2/Energy2.r @@ -5,7 +5,7 @@ * * Created: 6/28/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Energy2/Energy2Version.h b/plugins/MacAU/Energy2/Energy2Version.h index 69238ef01..552fd00c0 100644 --- a/plugins/MacAU/Energy2/Energy2Version.h +++ b/plugins/MacAU/Energy2/Energy2Version.h @@ -5,7 +5,7 @@ * * Created: 6/28/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Ensemble/Ensemble.cpp b/plugins/MacAU/Ensemble/Ensemble.cpp index e0ff68a3a..2e3fa5268 100755 --- a/plugins/MacAU/Ensemble/Ensemble.cpp +++ b/plugins/MacAU/Ensemble/Ensemble.cpp @@ -5,7 +5,7 @@ * * Created: 2/14/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Ensemble/Ensemble.h b/plugins/MacAU/Ensemble/Ensemble.h index 08ce6ec37..2cfe8258c 100755 --- a/plugins/MacAU/Ensemble/Ensemble.h +++ b/plugins/MacAU/Ensemble/Ensemble.h @@ -5,7 +5,7 @@ * * Created: 2/14/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Ensemble/Ensemble.r b/plugins/MacAU/Ensemble/Ensemble.r index 2ff107ec8..5405b36d3 100755 --- a/plugins/MacAU/Ensemble/Ensemble.r +++ b/plugins/MacAU/Ensemble/Ensemble.r @@ -5,7 +5,7 @@ * * Created: 2/14/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Ensemble/EnsembleVersion.h b/plugins/MacAU/Ensemble/EnsembleVersion.h index e2d9d1751..d2c5b336b 100755 --- a/plugins/MacAU/Ensemble/EnsembleVersion.h +++ b/plugins/MacAU/Ensemble/EnsembleVersion.h @@ -5,7 +5,7 @@ * * Created: 2/14/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/EveryTrim/EveryTrim.cpp b/plugins/MacAU/EveryTrim/EveryTrim.cpp index 4588938ee..f0dce62b7 100755 --- a/plugins/MacAU/EveryTrim/EveryTrim.cpp +++ b/plugins/MacAU/EveryTrim/EveryTrim.cpp @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/EveryTrim/EveryTrim.h b/plugins/MacAU/EveryTrim/EveryTrim.h index 3aaa10b3c..9b21bc805 100755 --- a/plugins/MacAU/EveryTrim/EveryTrim.h +++ b/plugins/MacAU/EveryTrim/EveryTrim.h @@ -5,7 +5,7 @@ * * Created: 5/21/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/EveryTrim/EveryTrim.r b/plugins/MacAU/EveryTrim/EveryTrim.r index 60b8625db..4ae640989 100755 --- a/plugins/MacAU/EveryTrim/EveryTrim.r +++ b/plugins/MacAU/EveryTrim/EveryTrim.r @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/EveryTrim/EveryTrimVersion.h b/plugins/MacAU/EveryTrim/EveryTrimVersion.h index e208778bf..e578a74d5 100755 --- a/plugins/MacAU/EveryTrim/EveryTrimVersion.h +++ b/plugins/MacAU/EveryTrim/EveryTrimVersion.h @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/Exciter/Exciter.cpp b/plugins/MacAU/Exciter/Exciter.cpp index f7a8f7c29..340e5792f 100755 --- a/plugins/MacAU/Exciter/Exciter.cpp +++ b/plugins/MacAU/Exciter/Exciter.cpp @@ -5,7 +5,7 @@ * * Created: 9/6/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Exciter/Exciter.h b/plugins/MacAU/Exciter/Exciter.h index 9365e4852..5330ea0a5 100755 --- a/plugins/MacAU/Exciter/Exciter.h +++ b/plugins/MacAU/Exciter/Exciter.h @@ -5,7 +5,7 @@ * * Created: 9/6/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Exciter/Exciter.r b/plugins/MacAU/Exciter/Exciter.r index 4f0d9986c..708616f48 100755 --- a/plugins/MacAU/Exciter/Exciter.r +++ b/plugins/MacAU/Exciter/Exciter.r @@ -5,7 +5,7 @@ * * Created: 9/6/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Exciter/ExciterVersion.h b/plugins/MacAU/Exciter/ExciterVersion.h index 3763b76e2..2a340462e 100755 --- a/plugins/MacAU/Exciter/ExciterVersion.h +++ b/plugins/MacAU/Exciter/ExciterVersion.h @@ -5,7 +5,7 @@ * * Created: 9/6/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Facet/Facet.cpp b/plugins/MacAU/Facet/Facet.cpp index 0c38a5f5c..d02975d56 100755 --- a/plugins/MacAU/Facet/Facet.cpp +++ b/plugins/MacAU/Facet/Facet.cpp @@ -5,7 +5,7 @@ * * Created: 10/8/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Facet/Facet.h b/plugins/MacAU/Facet/Facet.h index 57a9ca678..44615fdb9 100755 --- a/plugins/MacAU/Facet/Facet.h +++ b/plugins/MacAU/Facet/Facet.h @@ -5,7 +5,7 @@ * * Created: 10/8/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Facet/Facet.r b/plugins/MacAU/Facet/Facet.r index 44e984d7d..87f865c17 100755 --- a/plugins/MacAU/Facet/Facet.r +++ b/plugins/MacAU/Facet/Facet.r @@ -5,7 +5,7 @@ * * Created: 10/8/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Facet/FacetVersion.h b/plugins/MacAU/Facet/FacetVersion.h index 73bbb2102..53e7610f7 100755 --- a/plugins/MacAU/Facet/FacetVersion.h +++ b/plugins/MacAU/Facet/FacetVersion.h @@ -5,7 +5,7 @@ * * Created: 10/8/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/FathomFive/FathomFive.cpp b/plugins/MacAU/FathomFive/FathomFive.cpp index 7a1ee9b5f..89c398dd4 100755 --- a/plugins/MacAU/FathomFive/FathomFive.cpp +++ b/plugins/MacAU/FathomFive/FathomFive.cpp @@ -5,7 +5,7 @@ * * Created: 10/19/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/FathomFive/FathomFive.h b/plugins/MacAU/FathomFive/FathomFive.h index ccb24a676..06b66aaf3 100755 --- a/plugins/MacAU/FathomFive/FathomFive.h +++ b/plugins/MacAU/FathomFive/FathomFive.h @@ -5,7 +5,7 @@ * * Created: 10/19/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/FathomFive/FathomFive.r b/plugins/MacAU/FathomFive/FathomFive.r index e362bf5b3..cd96da943 100755 --- a/plugins/MacAU/FathomFive/FathomFive.r +++ b/plugins/MacAU/FathomFive/FathomFive.r @@ -5,7 +5,7 @@ * * Created: 10/19/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/FathomFive/FathomFiveVersion.h b/plugins/MacAU/FathomFive/FathomFiveVersion.h index d73d4b655..a4d24f3d7 100755 --- a/plugins/MacAU/FathomFive/FathomFiveVersion.h +++ b/plugins/MacAU/FathomFive/FathomFiveVersion.h @@ -5,7 +5,7 @@ * * Created: 10/19/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/FireAmp/FireAmp.cpp b/plugins/MacAU/FireAmp/FireAmp.cpp index a8f275134..3a3a3efc7 100755 --- a/plugins/MacAU/FireAmp/FireAmp.cpp +++ b/plugins/MacAU/FireAmp/FireAmp.cpp @@ -5,7 +5,7 @@ * * Created: 3/28/22 * - * Copyright: Copyright © 2022 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacAU/FireAmp/FireAmp.h b/plugins/MacAU/FireAmp/FireAmp.h index a8cb58a75..0608918c7 100755 --- a/plugins/MacAU/FireAmp/FireAmp.h +++ b/plugins/MacAU/FireAmp/FireAmp.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/FireAmp/FireAmp.r b/plugins/MacAU/FireAmp/FireAmp.r index 81ed4a683..6282da18c 100755 --- a/plugins/MacAU/FireAmp/FireAmp.r +++ b/plugins/MacAU/FireAmp/FireAmp.r @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/FireAmp/FireAmpVersion.h b/plugins/MacAU/FireAmp/FireAmpVersion.h index 9b2c1c63f..c3d368d74 100755 --- a/plugins/MacAU/FireAmp/FireAmpVersion.h +++ b/plugins/MacAU/FireAmp/FireAmpVersion.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Flipity/Flipity.cpp b/plugins/MacAU/Flipity/Flipity.cpp index ad067b0ac..72b25f98e 100755 --- a/plugins/MacAU/Flipity/Flipity.cpp +++ b/plugins/MacAU/Flipity/Flipity.cpp @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Flipity/Flipity.h b/plugins/MacAU/Flipity/Flipity.h index c4e72bd2f..2f87092f6 100755 --- a/plugins/MacAU/Flipity/Flipity.h +++ b/plugins/MacAU/Flipity/Flipity.h @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Flipity/Flipity.r b/plugins/MacAU/Flipity/Flipity.r index f51fbf3e9..3ec1b7081 100755 --- a/plugins/MacAU/Flipity/Flipity.r +++ b/plugins/MacAU/Flipity/Flipity.r @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Flipity/FlipityVersion.h b/plugins/MacAU/Flipity/FlipityVersion.h index 6f5a86910..dcd4d9867 100755 --- a/plugins/MacAU/Flipity/FlipityVersion.h +++ b/plugins/MacAU/Flipity/FlipityVersion.h @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Floor/Floor.cpp b/plugins/MacAU/Floor/Floor.cpp index 000484334..84382155a 100755 --- a/plugins/MacAU/Floor/Floor.cpp +++ b/plugins/MacAU/Floor/Floor.cpp @@ -5,7 +5,7 @@ * * Created: 12/8/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Floor/Floor.h b/plugins/MacAU/Floor/Floor.h index 0389f291c..3f405d7a7 100755 --- a/plugins/MacAU/Floor/Floor.h +++ b/plugins/MacAU/Floor/Floor.h @@ -5,7 +5,7 @@ * * Created: 12/8/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Floor/Floor.r b/plugins/MacAU/Floor/Floor.r index a56b34d13..998e725e8 100755 --- a/plugins/MacAU/Floor/Floor.r +++ b/plugins/MacAU/Floor/Floor.r @@ -5,7 +5,7 @@ * * Created: 12/8/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Floor/FloorVersion.h b/plugins/MacAU/Floor/FloorVersion.h index 3ed351494..63a05d1e3 100755 --- a/plugins/MacAU/Floor/FloorVersion.h +++ b/plugins/MacAU/Floor/FloorVersion.h @@ -5,7 +5,7 @@ * * Created: 12/8/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Flutter/English.lproj/InfoPlist.strings b/plugins/MacAU/Flutter/English.lproj/InfoPlist.strings new file mode 100755 index 000000000..df3df4cb1 Binary files /dev/null and b/plugins/MacAU/Flutter/English.lproj/InfoPlist.strings differ diff --git a/plugins/MacAU/Flutter/Flutter.cpp b/plugins/MacAU/Flutter/Flutter.cpp new file mode 100755 index 000000000..2fcb9ca9c --- /dev/null +++ b/plugins/MacAU/Flutter/Flutter.cpp @@ -0,0 +1,249 @@ +/* +* File: Flutter.cpp +* +* Version: 1.0 +* +* Created: 9/15/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +/*============================================================================= + Flutter.cpp + +=============================================================================*/ +#include "Flutter.h" + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +COMPONENT_ENTRY(Flutter) + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Flutter::Flutter +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Flutter::Flutter(AudioUnit component) + : AUEffectBase(component) +{ + CreateElements(); + Globals()->UseIndexedParameters(kNumberOfParameters); + SetParameter(kParam_One, kDefaultValue_ParamOne ); + +#if AU_DEBUG_DISPATCHER + mDebugDispatcher = new AUDebugDispatcher (this); +#endif + +} + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Flutter::GetParameterValueStrings +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Flutter::GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings) +{ + + return kAudioUnitErr_InvalidProperty; +} + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Flutter::GetParameterInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Flutter::GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo ) +{ + ComponentResult result = noErr; + + outParameterInfo.flags = kAudioUnitParameterFlag_IsWritable + | kAudioUnitParameterFlag_IsReadable; + + if (inScope == kAudioUnitScope_Global) { + switch(inParameterID) + { + case kParam_One: + AUBase::FillInParameterName (outParameterInfo, kParameterOneName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamOne; + break; + default: + result = kAudioUnitErr_InvalidParameter; + break; + } + } else { + result = kAudioUnitErr_InvalidParameter; + } + + + + return result; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Flutter::GetPropertyInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Flutter::GetPropertyInfo (AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable) +{ + return AUEffectBase::GetPropertyInfo (inID, inScope, inElement, outDataSize, outWritable); +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// state that plugin supports only stereo-in/stereo-out processing +UInt32 Flutter::SupportedNumChannels(const AUChannelInfo ** outInfo) +{ + if (outInfo != NULL) + { + static AUChannelInfo info; + info.inChannels = 2; + info.outChannels = 2; + *outInfo = &info; + } + + return 1; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Flutter::GetProperty +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Flutter::GetProperty( AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData ) +{ + return AUEffectBase::GetProperty (inID, inScope, inElement, outData); +} + +// Flutter::Initialize +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Flutter::Initialize() +{ + ComponentResult result = AUEffectBase::Initialize(); + if (result == noErr) + Reset(kAudioUnitScope_Global, 0); + return result; +} + +#pragma mark ____FlutterEffectKernel + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Flutter::FlutterKernel::Reset() +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Flutter::Reset(AudioUnitScope inScope, AudioUnitElement inElement) +{ + for (int temp = 0; temp < 1001; temp++) {dL[temp] = 0.0;dR[temp] = 0.0;} + gcount = 0; + sweep = M_PI; + rateof = 0.5; + nextmax = 0.5; + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + return noErr; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Flutter::ProcessBufferLists +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +OSStatus Flutter::ProcessBufferLists(AudioUnitRenderActionFlags & ioActionFlags, + const AudioBufferList & inBuffer, + AudioBufferList & outBuffer, + UInt32 inFramesToProcess) +{ + Float32 * inputL = (Float32*)(inBuffer.mBuffers[0].mData); + Float32 * inputR = (Float32*)(inBuffer.mBuffers[1].mData); + Float32 * outputL = (Float32*)(outBuffer.mBuffers[0].mData); + Float32 * outputR = (Float32*)(outBuffer.mBuffers[1].mData); + UInt32 nSampleFrames = inFramesToProcess; + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + + double depth = pow(GetParameter( kParam_One ),2)*overallscale*70; + double fluttertrim = (0.0024*pow(GetParameter( kParam_One ),2))/overallscale; + + while (nSampleFrames-- > 0) { + double inputSampleL = *inputL; + double inputSampleR = *inputR; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + if (gcount < 0 || gcount > 999) gcount = 999; + dL[gcount] = inputSampleL; dR[gcount] = inputSampleR; + int count = gcount; + double offset = depth + (depth * pow(rateof,2) * sin(sweep)); + count += (int)floor(offset); + + inputSampleL = (dL[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleL += (dL[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + inputSampleR = (dR[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleR += (dR[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + + rateof = (rateof * (1.0-fluttertrim)) + (nextmax * fluttertrim); + sweep += rateof * fluttertrim; + if (sweep >= (M_PI*2.0)) {sweep -= M_PI; nextmax = 0.24 + (fpdL / (double)UINT32_MAX * 0.74);} + //apply to input signal only when flutter is present, interpolate samples + gcount--; + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *outputL = inputSampleL; + *outputR = inputSampleR; + //direct stereo out + + inputL += 1; + inputR += 1; + outputL += 1; + outputR += 1; + } + return noErr; +} + diff --git a/plugins/MacAU/Flutter/Flutter.exp b/plugins/MacAU/Flutter/Flutter.exp new file mode 100755 index 000000000..8aa4c3305 --- /dev/null +++ b/plugins/MacAU/Flutter/Flutter.exp @@ -0,0 +1 @@ +_FlutterEntry diff --git a/plugins/MacAU/Flutter/Flutter.h b/plugins/MacAU/Flutter/Flutter.h new file mode 100755 index 000000000..f719f98eb --- /dev/null +++ b/plugins/MacAU/Flutter/Flutter.h @@ -0,0 +1,125 @@ +/* +* File: Flutter.h +* +* Version: 1.0 +* +* Created: 9/15/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include "AUEffectBase.h" +#include "FlutterVersion.h" + +#if AU_DEBUG_DISPATCHER + #include "AUDebugDispatcher.h" +#endif + + +#ifndef __Flutter_h__ +#define __Flutter_h__ + + +#pragma mark ____Flutter Parameters + +// parameters +static const float kDefaultValue_ParamOne = 0.0; + +static CFStringRef kParameterOneName = CFSTR("Flutter"); +//Alter the name if desired, but using the plugin name is a start + +enum { + kParam_One =0, + //Add your parameters here... + kNumberOfParameters=1 +}; + +#pragma mark ____Flutter +class Flutter : public AUEffectBase +{ +public: + Flutter(AudioUnit component); +#if AU_DEBUG_DISPATCHER + virtual ~Flutter () { delete mDebugDispatcher; } +#endif + + virtual ComponentResult Reset(AudioUnitScope inScope, AudioUnitElement inElement); + + virtual OSStatus ProcessBufferLists(AudioUnitRenderActionFlags & ioActionFlags, + const AudioBufferList & inBuffer, AudioBufferList & outBuffer, + UInt32 inFramesToProcess); + virtual UInt32 SupportedNumChannels(const AUChannelInfo ** outInfo); + + virtual ComponentResult GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings); + + virtual ComponentResult GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo); + + virtual ComponentResult GetPropertyInfo(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable ); + + virtual ComponentResult GetProperty(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData); + + virtual ComponentResult Initialize(); + virtual bool SupportsTail () { return true; } + virtual Float64 GetTailTime() {return (1.0/GetSampleRate())*0.0;} //in SECONDS! gsr * a number = in samples + virtual Float64 GetLatency() {return (1.0/GetSampleRate())*0.0;} // in SECONDS! gsr * a number = in samples + + /*! @method Version */ + virtual ComponentResult Version() { return kFlutterVersion; } + + private: + double dL[1002]; + double dR[1002]; + int gcount; + double rateof; + double sweep; + double nextmax; + uint32_t fpdL; + uint32_t fpdR; +}; + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +#endif \ No newline at end of file diff --git a/plugins/MacAU/Flutter/Flutter.r b/plugins/MacAU/Flutter/Flutter.r new file mode 100755 index 000000000..f80aa4847 --- /dev/null +++ b/plugins/MacAU/Flutter/Flutter.r @@ -0,0 +1,61 @@ +/* +* File: Flutter.r +* +* Version: 1.0 +* +* Created: 9/15/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include + +#include "FlutterVersion.h" + +// Note that resource IDs must be spaced 2 apart for the 'STR ' name and description +#define kAudioUnitResID_Flutter 1000 + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Flutter~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#define RES_ID kAudioUnitResID_Flutter +#define COMP_TYPE kAudioUnitType_Effect +#define COMP_SUBTYPE Flutter_COMP_SUBTYPE +#define COMP_MANUF Flutter_COMP_MANF + +#define VERSION kFlutterVersion +#define NAME "Airwindows: Flutter" +#define DESCRIPTION "Flutter AU" +#define ENTRY_POINT "FlutterEntry" + +#include "AUResources.r" \ No newline at end of file diff --git a/plugins/MacAU/Flutter/Flutter.xcodeproj/christopherjohnson.mode1v3 b/plugins/MacAU/Flutter/Flutter.xcodeproj/christopherjohnson.mode1v3 new file mode 100755 index 000000000..61450416d --- /dev/null +++ b/plugins/MacAU/Flutter/Flutter.xcodeproj/christopherjohnson.mode1v3 @@ -0,0 +1,1359 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 8BD3CCBC148831C90062E48C + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + build + debugger-enable-breakpoints + get-info + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 299 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05A7D072073D200365D66 + 8BA05A7E072073D200365D66 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 6 + 5 + 4 + 1 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {299, 445}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {316, 463}} + GroupTreeTableConfiguration + + MainColumn + 299 + + RubberWindowFrame + 18 337 788 504 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 316pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {467, 0}} + RubberWindowFrame + 18 337 788 504 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 5}, {467, 458}} + RubberWindowFrame + 18 337 788 504 0 0 1440 878 + + Module + XCDetailModule + Proportion + 458pt + + + Proportion + 467pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 8BDD47AA1A48BB8900FB2F61 + 1CE0B1FE06471DED0097A5F4 + 8BDD47AB1A48BB8900FB2F61 + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 8BD3CCBD148831C90062E48C + /Developer/Library/Xcode/Project Templates/System Plug-in/Audio Unit Effect/Audio Unit Effect with Cocoa View/StarterAU.xcodeproj + + WindowString + 18 337 788 504 0 0 1440 878 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {500, 218}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 223}, {500, 236}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 459pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 8BD3CCBD148831C90062E48C + 8BDD47AC1A48BB8900FB2F61 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 668 222 500 500 0 0 1440 878 + WindowToolGUID + 8BD3CCBD148831C90062E48C + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacAU/Flutter/Flutter.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/Flutter/Flutter.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..70c5ef5ae --- /dev/null +++ b/plugins/MacAU/Flutter/Flutter.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,131 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Flutter */; + codeSenseManager = 8BD3CCB9148830B20062E48C /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 364, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 188, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685049322; + PBXWorkspaceStateSaveDate = 685049322; + }; + perUserProjectItems = { + 8B1438E128D50F6B00B806F8 /* PBXTextBookmark */ = 8B1438E128D50F6B00B806F8 /* PBXTextBookmark */; + 8B1438E228D50F6B00B806F8 /* PBXTextBookmark */ = 8B1438E228D50F6B00B806F8 /* PBXTextBookmark */; + }; + sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; + userBuildSettings = { + }; + }; + 8B1438E128D50F6B00B806F8 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Flutter.cpp */; + name = "Flutter.cpp: 211"; + rLen = 848; + rLoc = 9109; + rType = 0; + vrLen = 224; + vrLoc = 9109; + }; + 8B1438E228D50F6B00B806F8 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Flutter.cpp */; + name = "Flutter.cpp: 211"; + rLen = 848; + rLoc = 9109; + rType = 0; + vrLen = 224; + vrLoc = 9109; + }; + 8BA05A660720730100365D66 /* Flutter.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1029, 4536}}"; + sepNavSelRange = "{9109, 848}"; + sepNavVisRange = "{9109, 224}"; + sepNavWindowFrame = "{{25, 39}, {943, 823}}"; + }; + }; + 8BA05A690720730100365D66 /* FlutterVersion.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1056, 1062}}"; + sepNavSelRange = "{2881, 0}"; + sepNavVisRange = "{747, 2196}"; + sepNavWindowFrame = "{{15, 38}, {896, 840}}"; + }; + }; + 8BA05A7F072073D200365D66 /* AUBase.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {516, 23430}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 1336}"; + }; + }; + 8BC6025B073B072D006C4272 /* Flutter.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1146, 2250}}"; + sepNavSelRange = "{4768, 99}"; + sepNavVisRange = "{3589, 1409}"; + sepNavWindowFrame = "{{15, 38}, {896, 840}}"; + }; + }; + 8BD3CCB8148830B20062E48C /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8BD3CCB9148830B20062E48C /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8D01CCC60486CAD60068D4B7 /* Flutter */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacAU/Flutter/Flutter.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/Flutter/Flutter.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..97937b19f --- /dev/null +++ b/plugins/MacAU/Flutter/Flutter.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1484 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8B9B253A28D3753C00D611E2 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 185 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05A56072072A900365D66 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 4 + 2 + 1 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {185, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {202, 446}} + GroupTreeTableConfiguration + + MainColumn + 185 + + RubberWindowFrame + 35 349 810 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 202pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8B9B253528D3753C00D611E2 + PBXProjectModuleLabel + Flutter.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B9B253628D3753C00D611E2 + PBXProjectModuleLabel + Flutter.cpp + _historyCapacity + 0 + bookmark + 8B1438E228D50F6B00B806F8 + history + + 8B1438E128D50F6B00B806F8 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {603, 132}} + RubberWindowFrame + 35 349 810 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 132pt + + + Proportion + 309pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + RubberWindowFrame + 35 349 810 487 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {603, 414}} + + Module + PBXBuildResultsModule + + + + + Proportion + 603pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8B1438E328D50F6B00B806F8 + 1CA23ED40692098700951B8B + 8B1438E428D50F6B00B806F8 + 8B9B253528D3753C00D611E2 + 8B1438E528D50F6B00B806F8 + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685051755.85360205 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + 8B1438E628D50F6B00B806F8 + /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Flutter/Flutter.xcodeproj + + WindowString + 35 349 810 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacAU/Flutter/Flutter.xcodeproj/project.pbxproj b/plugins/MacAU/Flutter/Flutter.xcodeproj/project.pbxproj new file mode 100755 index 000000000..40f1a8030 --- /dev/null +++ b/plugins/MacAU/Flutter/Flutter.xcodeproj/project.pbxproj @@ -0,0 +1,490 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */; }; + 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */; }; + 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */; }; + 8B4119B70749654200361ABE /* Flutter.r in Rez */ = {isa = PBXBuildFile; fileRef = 8BA05A680720730100365D66 /* Flutter.r */; }; + 8BA05A6B0720730100365D66 /* Flutter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* Flutter.cpp */; }; + 8BA05A6E0720730100365D66 /* FlutterVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* FlutterVersion.h */; }; + 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A7F072073D200365D66 /* AUBase.cpp */; }; + 8BA05AAF072073D300365D66 /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A80072073D200365D66 /* AUBase.h */; }; + 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A81072073D200365D66 /* AUDispatch.cpp */; }; + 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A82072073D200365D66 /* AUDispatch.h */; }; + 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A83072073D200365D66 /* AUInputElement.cpp */; }; + 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A84072073D200365D66 /* AUInputElement.h */; }; + 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A85072073D200365D66 /* AUOutputElement.cpp */; }; + 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A86072073D200365D66 /* AUOutputElement.h */; }; + 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A88072073D200365D66 /* AUScopeElement.cpp */; }; + 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A89072073D200365D66 /* AUScopeElement.h */; }; + 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A8A072073D200365D66 /* ComponentBase.cpp */; }; + 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A8B072073D200365D66 /* ComponentBase.h */; }; + 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */; }; + 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A9B072073D200365D66 /* AUEffectBase.h */; }; + 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA7072073D200365D66 /* AUBuffer.cpp */; }; + 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AA8072073D200365D66 /* AUBuffer.h */; }; + 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */; }; + 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */; }; + 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */; }; + 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */; }; + 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */; }; + 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */; }; + 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */; }; + 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE10720742100365D66 /* CAMutex.cpp */; }; + 8BA05AE80720742100365D66 /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE20720742100365D66 /* CAMutex.h */; }; + 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */; }; + 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */; }; + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; + 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05B050720754400365D66 /* CAAUParameter.cpp */; }; + 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05B060720754400365D66 /* CAAUParameter.h */; }; + 8BC6025C073B072D006C4272 /* Flutter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* Flutter.h */; }; + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; + F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */; }; + F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; + 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; + 8BA05A660720730100365D66 /* Flutter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Flutter.cpp; sourceTree = ""; }; + 8BA05A670720730100365D66 /* Flutter.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = Flutter.exp; sourceTree = ""; }; + 8BA05A680720730100365D66 /* Flutter.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = Flutter.r; sourceTree = ""; }; + 8BA05A690720730100365D66 /* FlutterVersion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FlutterVersion.h; sourceTree = ""; }; + 8BA05A7F072073D200365D66 /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BA05A80072073D200365D66 /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BA05A81072073D200365D66 /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BA05A82072073D200365D66 /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BA05A83072073D200365D66 /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BA05A84072073D200365D66 /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BA05A85072073D200365D66 /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BA05A86072073D200365D66 /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BA05A87072073D200365D66 /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BA05A88072073D200365D66 /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BA05A89072073D200365D66 /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BA05A8A072073D200365D66 /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BA05A8B072073D200365D66 /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BA05A9B072073D200365D66 /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BA05AA7072073D200365D66 /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BA05AA8072073D200365D66 /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDebugDispatcher.cpp; sourceTree = ""; }; + 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDebugDispatcher.h; sourceTree = ""; }; + 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BA05AE10720742100365D66 /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BA05AE20720742100365D66 /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; + 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; + 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; + 8BA05B050720754400365D66 /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BA05B060720754400365D66 /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BC6025B073B072D006C4272 /* Flutter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Flutter.h; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8D01CCD20486CAD60068D4B7 /* Flutter.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Flutter.component; sourceTree = BUILT_PRODUCTS_DIR; }; + F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUBaseHelper.cpp; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.cpp; sourceTree = SYSTEM_DEVELOPER_DIR; }; + F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUBaseHelper.h; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.h; sourceTree = SYSTEM_DEVELOPER_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8D01CCCD0486CAD60068D4B7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */, + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */, + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* Flutter */ = { + isa = PBXGroup; + children = ( + 08FB77ADFE841716C02AAC07 /* Source */, + 089C167CFE841241C02AAC07 /* Resources */, + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + ); + name = Flutter; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */, + 8BA05B01072074F900365D66 /* CoreServices.framework */, + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */, + 8BA05AFA072074E100365D66 /* AudioUnit.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + 089C167DFE841241C02AAC07 /* InfoPlist.strings */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8BA05A56072072A900365D66 /* AU Source */, + 8BA05AEB0720742700365D66 /* PublicUtility */, + 8BA05A7D072073D200365D66 /* AUPublic */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 8D01CCD20486CAD60068D4B7 /* Flutter.component */, + ); + name = Products; + sourceTree = ""; + }; + 8BA05A56072072A900365D66 /* AU Source */ = { + isa = PBXGroup; + children = ( + 8BC6025B073B072D006C4272 /* Flutter.h */, + 8BA05A660720730100365D66 /* Flutter.cpp */, + 8BA05A670720730100365D66 /* Flutter.exp */, + 8BA05A680720730100365D66 /* Flutter.r */, + 8BA05A690720730100365D66 /* FlutterVersion.h */, + ); + name = "AU Source"; + sourceTree = ""; + }; + 8BA05A7D072073D200365D66 /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BA05A7E072073D200365D66 /* AUBase */, + 8BA05A99072073D200365D66 /* OtherBases */, + 8BA05AA6072073D200365D66 /* Utility */, + ); + name = AUPublic; + path = Extras/CoreAudio/AudioUnits/AUPublic; + sourceTree = SYSTEM_DEVELOPER_DIR; + }; + 8BA05A7E072073D200365D66 /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BA05A7F072073D200365D66 /* AUBase.cpp */, + 8BA05A80072073D200365D66 /* AUBase.h */, + 8BA05A81072073D200365D66 /* AUDispatch.cpp */, + 8BA05A82072073D200365D66 /* AUDispatch.h */, + 8BA05A83072073D200365D66 /* AUInputElement.cpp */, + 8BA05A84072073D200365D66 /* AUInputElement.h */, + 8BA05A85072073D200365D66 /* AUOutputElement.cpp */, + 8BA05A86072073D200365D66 /* AUOutputElement.h */, + 8BA05A87072073D200365D66 /* AUResources.r */, + 8BA05A88072073D200365D66 /* AUScopeElement.cpp */, + 8BA05A89072073D200365D66 /* AUScopeElement.h */, + 8BA05A8A072073D200365D66 /* ComponentBase.cpp */, + 8BA05A8B072073D200365D66 /* ComponentBase.h */, + ); + path = AUBase; + sourceTree = ""; + }; + 8BA05A99072073D200365D66 /* OtherBases */ = { + isa = PBXGroup; + children = ( + 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */, + 8BA05A9B072073D200365D66 /* AUEffectBase.h */, + ); + path = OtherBases; + sourceTree = ""; + }; + 8BA05AA6072073D200365D66 /* Utility */ = { + isa = PBXGroup; + children = ( + F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */, + F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */, + 8BA05AA7072073D200365D66 /* AUBuffer.cpp */, + 8BA05AA8072073D200365D66 /* AUBuffer.h */, + 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */, + 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */, + 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */, + 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */, + 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */, + ); + path = Utility; + sourceTree = ""; + }; + 8BA05AEB0720742700365D66 /* PublicUtility */ = { + isa = PBXGroup; + children = ( + 8BA05B050720754400365D66 /* CAAUParameter.cpp */, + 8BA05B060720754400365D66 /* CAAUParameter.h */, + 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */, + 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */, + 8BA05AE10720742100365D66 /* CAMutex.cpp */, + 8BA05AE20720742100365D66 /* CAMutex.h */, + 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */, + 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */, + 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */, + 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */, + 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */, + ); + name = PublicUtility; + path = Extras/CoreAudio/PublicUtility; + sourceTree = SYSTEM_DEVELOPER_DIR; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05A6E0720730100365D66 /* FlutterVersion.h in Headers */, + 8BA05AAF072073D300365D66 /* AUBase.h in Headers */, + 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */, + 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */, + 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */, + 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */, + 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */, + 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */, + 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */, + 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */, + 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */, + 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */, + 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */, + 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */, + 8BA05AE80720742100365D66 /* CAMutex.h in Headers */, + 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */, + 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */, + 8BC6025C073B072D006C4272 /* Flutter.h in Headers */, + 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */, + 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */, + F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Flutter */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Flutter" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCD0486CAD60068D4B7 /* Frameworks */, + 8D01CCCF0486CAD60068D4B7 /* Rez */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Flutter; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = Flutter; + productReference = 8D01CCD20486CAD60068D4B7 /* Flutter.component */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Flutter" */; + compatibilityVersion = "Xcode 3.1"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); + mainGroup = 089C166AFE841209C02AAC07 /* Flutter */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Flutter */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXRezBuildPhase section */ + 8D01CCCF0486CAD60068D4B7 /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B4119B70749654200361ABE /* Flutter.r in Rez */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXRezBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05A6B0720730100365D66 /* Flutter.cpp in Sources */, + 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */, + 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */, + 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */, + 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */, + 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */, + 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */, + 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */, + 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */, + 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */, + 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */, + 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */, + 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */, + 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */, + 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */, + F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 089C167EFE841241C02AAC07 /* English */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 3E4BA244089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + EXPORTED_SYMBOLS_FILE = Flutter.exp; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d ppc64_$ppc64 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + PRODUCT_NAME = Flutter; + WRAPPER_EXTENSION = component; + }; + name = Debug; + }; + 3E4BA245089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + x86_64, + ); + EXPORTED_SYMBOLS_FILE = Flutter.exp; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 10.4; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + PRODUCT_NAME = Flutter; + SDKROOT = macosx10.5; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = all; + WRAPPER_EXTENSION = component; + }; + name = Release; + }; + 3E4BA248089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + SDKROOT = macosx10.6; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Debug; + }; + 3E4BA249089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + SDKROOT = macosx10.6; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Flutter" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA244089833B7007656EC /* Debug */, + 3E4BA245089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Flutter" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA248089833B7007656EC /* Debug */, + 3E4BA249089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacAU/Flutter/FlutterVersion.h b/plugins/MacAU/Flutter/FlutterVersion.h new file mode 100755 index 000000000..ecd26c5a3 --- /dev/null +++ b/plugins/MacAU/Flutter/FlutterVersion.h @@ -0,0 +1,58 @@ +/* +* File: FlutterVersion.h +* +* Version: 1.0 +* +* Created: 9/15/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#ifndef __FlutterVersion_h__ +#define __FlutterVersion_h__ + + +#ifdef DEBUG + #define kFlutterVersion 0xFFFFFFFF +#else + #define kFlutterVersion 0x00010000 +#endif + +//~~~~~~~~~~~~~~ Change!!! ~~~~~~~~~~~~~~~~~~~~~// +#define Flutter_COMP_MANF 'Dthr' +#define Flutter_COMP_SUBTYPE 'flut' +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// + +#endif + diff --git a/plugins/MacAU/Flutter/Info.plist b/plugins/MacAU/Flutter/Info.plist new file mode 100755 index 000000000..12f0517b5 --- /dev/null +++ b/plugins/MacAU/Flutter/Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + com.airwindows.audiounit.${PRODUCT_NAME:identifier} + CFBundleName + ${PROJECTNAMEASIDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacAU/Flutter/StarterAU_Prefix.pch b/plugins/MacAU/Flutter/StarterAU_Prefix.pch new file mode 100755 index 000000000..c03b5f684 --- /dev/null +++ b/plugins/MacAU/Flutter/StarterAU_Prefix.pch @@ -0,0 +1,5 @@ +// +// Prefix header for all source files of the '«PROJECTNAMEASIDENTIFIER»' target in the '«PROJECTNAMEASIDENTIFIER»' project. +// + +#include diff --git a/plugins/MacAU/Flutter/version.plist b/plugins/MacAU/Flutter/version.plist new file mode 100755 index 000000000..11edf8a1b --- /dev/null +++ b/plugins/MacAU/Flutter/version.plist @@ -0,0 +1,16 @@ + + + + + BuildVersion + 3 + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 + ProjectName + ${EXECUTABLE_NAME} + SourceVersion + 590000 + + diff --git a/plugins/MacAU/Focus/Focus.cpp b/plugins/MacAU/Focus/Focus.cpp index 157a6c089..fc77afa23 100755 --- a/plugins/MacAU/Focus/Focus.cpp +++ b/plugins/MacAU/Focus/Focus.cpp @@ -5,7 +5,7 @@ * * Created: 12/8/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Focus/Focus.h b/plugins/MacAU/Focus/Focus.h index c24d74933..3f35d2473 100755 --- a/plugins/MacAU/Focus/Focus.h +++ b/plugins/MacAU/Focus/Focus.h @@ -5,7 +5,7 @@ * * Created: 12/8/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Focus/Focus.r b/plugins/MacAU/Focus/Focus.r index 312850cd7..9238909b2 100755 --- a/plugins/MacAU/Focus/Focus.r +++ b/plugins/MacAU/Focus/Focus.r @@ -5,7 +5,7 @@ * * Created: 12/8/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Focus/FocusVersion.h b/plugins/MacAU/Focus/FocusVersion.h index 4c4ca0cff..65b05c80e 100755 --- a/plugins/MacAU/Focus/FocusVersion.h +++ b/plugins/MacAU/Focus/FocusVersion.h @@ -5,7 +5,7 @@ * * Created: 12/8/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Fracture/Fracture.cpp b/plugins/MacAU/Fracture/Fracture.cpp index 33e5d1006..8b258be36 100755 --- a/plugins/MacAU/Fracture/Fracture.cpp +++ b/plugins/MacAU/Fracture/Fracture.cpp @@ -5,7 +5,7 @@ * * Created: 12/12/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacAU/Fracture/Fracture.h b/plugins/MacAU/Fracture/Fracture.h index b96b6f39f..e11f9bd1f 100755 --- a/plugins/MacAU/Fracture/Fracture.h +++ b/plugins/MacAU/Fracture/Fracture.h @@ -5,7 +5,7 @@ * * Created: 12/12/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacAU/Fracture/Fracture.r b/plugins/MacAU/Fracture/Fracture.r index ce63fb810..ec7bfb3a0 100755 --- a/plugins/MacAU/Fracture/Fracture.r +++ b/plugins/MacAU/Fracture/Fracture.r @@ -5,7 +5,7 @@ * * Created: 12/12/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacAU/Fracture/FractureVersion.h b/plugins/MacAU/Fracture/FractureVersion.h index 46084d82c..c4a39a74a 100755 --- a/plugins/MacAU/Fracture/FractureVersion.h +++ b/plugins/MacAU/Fracture/FractureVersion.h @@ -5,7 +5,7 @@ * * Created: 12/12/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacAU/FromTape/FromTape.cpp b/plugins/MacAU/FromTape/FromTape.cpp index 32f50252b..d1204b8aa 100755 --- a/plugins/MacAU/FromTape/FromTape.cpp +++ b/plugins/MacAU/FromTape/FromTape.cpp @@ -5,7 +5,7 @@ * * Created: 7/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/FromTape/FromTape.h b/plugins/MacAU/FromTape/FromTape.h index 926d70017..f3dff9975 100755 --- a/plugins/MacAU/FromTape/FromTape.h +++ b/plugins/MacAU/FromTape/FromTape.h @@ -5,7 +5,7 @@ * * Created: 7/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/FromTape/FromTape.r b/plugins/MacAU/FromTape/FromTape.r index 8b2b863d1..3a765b8c4 100755 --- a/plugins/MacAU/FromTape/FromTape.r +++ b/plugins/MacAU/FromTape/FromTape.r @@ -5,7 +5,7 @@ * * Created: 7/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/FromTape/FromTapeVersion.h b/plugins/MacAU/FromTape/FromTapeVersion.h index ce350a9f1..f00f3e486 100755 --- a/plugins/MacAU/FromTape/FromTapeVersion.h +++ b/plugins/MacAU/FromTape/FromTapeVersion.h @@ -5,7 +5,7 @@ * * Created: 7/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Galactic/Galactic.cpp b/plugins/MacAU/Galactic/Galactic.cpp index f63b8ee05..38afde55b 100644 --- a/plugins/MacAU/Galactic/Galactic.cpp +++ b/plugins/MacAU/Galactic/Galactic.cpp @@ -5,7 +5,7 @@ * * Created: 3/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Galactic/Galactic.h b/plugins/MacAU/Galactic/Galactic.h index 44d229cd4..1ffa72ce7 100644 --- a/plugins/MacAU/Galactic/Galactic.h +++ b/plugins/MacAU/Galactic/Galactic.h @@ -5,7 +5,7 @@ * * Created: 3/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Galactic/Galactic.r b/plugins/MacAU/Galactic/Galactic.r index 7642f7c59..967004a37 100644 --- a/plugins/MacAU/Galactic/Galactic.r +++ b/plugins/MacAU/Galactic/Galactic.r @@ -5,7 +5,7 @@ * * Created: 3/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Galactic/GalacticVersion.h b/plugins/MacAU/Galactic/GalacticVersion.h index ea6e840ae..37d07176f 100644 --- a/plugins/MacAU/Galactic/GalacticVersion.h +++ b/plugins/MacAU/Galactic/GalacticVersion.h @@ -5,7 +5,7 @@ * * Created: 3/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Gatelinked/Gatelinked.cpp b/plugins/MacAU/Gatelinked/Gatelinked.cpp index aeb5f78e7..57a260e92 100755 --- a/plugins/MacAU/Gatelinked/Gatelinked.cpp +++ b/plugins/MacAU/Gatelinked/Gatelinked.cpp @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Gatelinked/Gatelinked.h b/plugins/MacAU/Gatelinked/Gatelinked.h index 86e230ccd..e1d262d6a 100755 --- a/plugins/MacAU/Gatelinked/Gatelinked.h +++ b/plugins/MacAU/Gatelinked/Gatelinked.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Gatelinked/Gatelinked.r b/plugins/MacAU/Gatelinked/Gatelinked.r index 28868e15d..73ee07677 100755 --- a/plugins/MacAU/Gatelinked/Gatelinked.r +++ b/plugins/MacAU/Gatelinked/Gatelinked.r @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Gatelinked/GatelinkedVersion.h b/plugins/MacAU/Gatelinked/GatelinkedVersion.h index a6a287a68..e8364afa4 100755 --- a/plugins/MacAU/Gatelinked/GatelinkedVersion.h +++ b/plugins/MacAU/Gatelinked/GatelinkedVersion.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Gatelope/Gatelope.cpp b/plugins/MacAU/Gatelope/Gatelope.cpp index 50311836e..ff8edb5fe 100755 --- a/plugins/MacAU/Gatelope/Gatelope.cpp +++ b/plugins/MacAU/Gatelope/Gatelope.cpp @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Gatelope/Gatelope.h b/plugins/MacAU/Gatelope/Gatelope.h index 34d3f3d10..9260d1ec4 100755 --- a/plugins/MacAU/Gatelope/Gatelope.h +++ b/plugins/MacAU/Gatelope/Gatelope.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Gatelope/Gatelope.r b/plugins/MacAU/Gatelope/Gatelope.r index 7283edb38..70c21c785 100755 --- a/plugins/MacAU/Gatelope/Gatelope.r +++ b/plugins/MacAU/Gatelope/Gatelope.r @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Gatelope/GatelopeVersion.h b/plugins/MacAU/Gatelope/GatelopeVersion.h index b39cd666f..ae52c3e87 100755 --- a/plugins/MacAU/Gatelope/GatelopeVersion.h +++ b/plugins/MacAU/Gatelope/GatelopeVersion.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/GlitchShifter/GlitchShifter.cpp b/plugins/MacAU/GlitchShifter/GlitchShifter.cpp index f734b30b2..ffd9bfb8e 100755 --- a/plugins/MacAU/GlitchShifter/GlitchShifter.cpp +++ b/plugins/MacAU/GlitchShifter/GlitchShifter.cpp @@ -5,7 +5,7 @@ * * Created: 2/19/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/GlitchShifter/GlitchShifter.h b/plugins/MacAU/GlitchShifter/GlitchShifter.h index 2e610364c..d5ad804a4 100755 --- a/plugins/MacAU/GlitchShifter/GlitchShifter.h +++ b/plugins/MacAU/GlitchShifter/GlitchShifter.h @@ -5,7 +5,7 @@ * * Created: 2/19/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/GlitchShifter/GlitchShifter.r b/plugins/MacAU/GlitchShifter/GlitchShifter.r index 654fc8e76..0360a9a5c 100755 --- a/plugins/MacAU/GlitchShifter/GlitchShifter.r +++ b/plugins/MacAU/GlitchShifter/GlitchShifter.r @@ -5,7 +5,7 @@ * * Created: 2/19/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/GlitchShifter/GlitchShifterVersion.h b/plugins/MacAU/GlitchShifter/GlitchShifterVersion.h index 4adaaf280..99533e1c8 100755 --- a/plugins/MacAU/GlitchShifter/GlitchShifterVersion.h +++ b/plugins/MacAU/GlitchShifter/GlitchShifterVersion.h @@ -5,7 +5,7 @@ * * Created: 2/19/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Golem/Golem.cpp b/plugins/MacAU/Golem/Golem.cpp index c24631bc2..ed1cd613f 100755 --- a/plugins/MacAU/Golem/Golem.cpp +++ b/plugins/MacAU/Golem/Golem.cpp @@ -5,7 +5,7 @@ * * Created: 10/17/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacAU/Golem/Golem.h b/plugins/MacAU/Golem/Golem.h index 8de93792b..8251c06ad 100755 --- a/plugins/MacAU/Golem/Golem.h +++ b/plugins/MacAU/Golem/Golem.h @@ -5,7 +5,7 @@ * * Created: 10/17/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacAU/Golem/Golem.r b/plugins/MacAU/Golem/Golem.r index 1cecab9ed..c21f8c469 100755 --- a/plugins/MacAU/Golem/Golem.r +++ b/plugins/MacAU/Golem/Golem.r @@ -5,7 +5,7 @@ * * Created: 10/17/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacAU/Golem/GolemVersion.h b/plugins/MacAU/Golem/GolemVersion.h index 935a428c0..8468e0aa6 100755 --- a/plugins/MacAU/Golem/GolemVersion.h +++ b/plugins/MacAU/Golem/GolemVersion.h @@ -5,7 +5,7 @@ * * Created: 10/17/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacAU/GrindAmp/GrindAmp.cpp b/plugins/MacAU/GrindAmp/GrindAmp.cpp index dd17663ab..4cc97e5df 100755 --- a/plugins/MacAU/GrindAmp/GrindAmp.cpp +++ b/plugins/MacAU/GrindAmp/GrindAmp.cpp @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/GrindAmp/GrindAmp.h b/plugins/MacAU/GrindAmp/GrindAmp.h index d0acfb816..d0bff27e0 100755 --- a/plugins/MacAU/GrindAmp/GrindAmp.h +++ b/plugins/MacAU/GrindAmp/GrindAmp.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/GrindAmp/GrindAmp.r b/plugins/MacAU/GrindAmp/GrindAmp.r index 3864e0318..0040d25ba 100755 --- a/plugins/MacAU/GrindAmp/GrindAmp.r +++ b/plugins/MacAU/GrindAmp/GrindAmp.r @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/GrindAmp/GrindAmpVersion.h b/plugins/MacAU/GrindAmp/GrindAmpVersion.h index 9eaedd542..f4eb6366f 100755 --- a/plugins/MacAU/GrindAmp/GrindAmpVersion.h +++ b/plugins/MacAU/GrindAmp/GrindAmpVersion.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Gringer/Gringer.cpp b/plugins/MacAU/Gringer/Gringer.cpp index 5b488892f..665957777 100755 --- a/plugins/MacAU/Gringer/Gringer.cpp +++ b/plugins/MacAU/Gringer/Gringer.cpp @@ -5,7 +5,7 @@ * * Created: 10/1/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Gringer/Gringer.h b/plugins/MacAU/Gringer/Gringer.h index 82eca4178..055cc877c 100755 --- a/plugins/MacAU/Gringer/Gringer.h +++ b/plugins/MacAU/Gringer/Gringer.h @@ -5,7 +5,7 @@ * * Created: 10/1/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Gringer/Gringer.r b/plugins/MacAU/Gringer/Gringer.r index 7b66c3e0e..16686537b 100755 --- a/plugins/MacAU/Gringer/Gringer.r +++ b/plugins/MacAU/Gringer/Gringer.r @@ -5,7 +5,7 @@ * * Created: 10/1/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Gringer/GringerVersion.h b/plugins/MacAU/Gringer/GringerVersion.h index b6b21f2c9..db53dfd68 100755 --- a/plugins/MacAU/Gringer/GringerVersion.h +++ b/plugins/MacAU/Gringer/GringerVersion.h @@ -5,7 +5,7 @@ * * Created: 10/1/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/GrooveWear/GrooveWear.cpp b/plugins/MacAU/GrooveWear/GrooveWear.cpp index 86bb9c8ea..107dd5e94 100755 --- a/plugins/MacAU/GrooveWear/GrooveWear.cpp +++ b/plugins/MacAU/GrooveWear/GrooveWear.cpp @@ -5,7 +5,7 @@ * * Created: 1/18/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/GrooveWear/GrooveWear.h b/plugins/MacAU/GrooveWear/GrooveWear.h index 315b8c765..bacec41c5 100755 --- a/plugins/MacAU/GrooveWear/GrooveWear.h +++ b/plugins/MacAU/GrooveWear/GrooveWear.h @@ -5,7 +5,7 @@ * * Created: 1/18/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/GrooveWear/GrooveWear.r b/plugins/MacAU/GrooveWear/GrooveWear.r index ec5497ea2..35f85231a 100644 --- a/plugins/MacAU/GrooveWear/GrooveWear.r +++ b/plugins/MacAU/GrooveWear/GrooveWear.r @@ -5,7 +5,7 @@ * * Created: 1/18/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/GrooveWear/GrooveWearVersion.h b/plugins/MacAU/GrooveWear/GrooveWearVersion.h index 2c68b014a..d1a86a787 100644 --- a/plugins/MacAU/GrooveWear/GrooveWearVersion.h +++ b/plugins/MacAU/GrooveWear/GrooveWearVersion.h @@ -5,7 +5,7 @@ * * Created: 1/18/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/GuitarConditioner/GuitarConditioner.cpp b/plugins/MacAU/GuitarConditioner/GuitarConditioner.cpp index 5c8e4b2fc..2face762c 100755 --- a/plugins/MacAU/GuitarConditioner/GuitarConditioner.cpp +++ b/plugins/MacAU/GuitarConditioner/GuitarConditioner.cpp @@ -5,7 +5,7 @@ * * Created: 8/18/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/GuitarConditioner/GuitarConditioner.h b/plugins/MacAU/GuitarConditioner/GuitarConditioner.h index 461f7db1d..e203de7c9 100755 --- a/plugins/MacAU/GuitarConditioner/GuitarConditioner.h +++ b/plugins/MacAU/GuitarConditioner/GuitarConditioner.h @@ -5,7 +5,7 @@ * * Created: 8/18/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/GuitarConditioner/GuitarConditioner.r b/plugins/MacAU/GuitarConditioner/GuitarConditioner.r index bffdf14d7..ddde3081c 100755 --- a/plugins/MacAU/GuitarConditioner/GuitarConditioner.r +++ b/plugins/MacAU/GuitarConditioner/GuitarConditioner.r @@ -5,7 +5,7 @@ * * Created: 8/18/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/GuitarConditioner/GuitarConditionerVersion.h b/plugins/MacAU/GuitarConditioner/GuitarConditionerVersion.h index 16bdc31a4..e588cfeac 100755 --- a/plugins/MacAU/GuitarConditioner/GuitarConditionerVersion.h +++ b/plugins/MacAU/GuitarConditioner/GuitarConditionerVersion.h @@ -5,7 +5,7 @@ * * Created: 8/18/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/HardVacuum/HardVacuum.cpp b/plugins/MacAU/HardVacuum/HardVacuum.cpp index eb8befdd1..e2c556e80 100755 --- a/plugins/MacAU/HardVacuum/HardVacuum.cpp +++ b/plugins/MacAU/HardVacuum/HardVacuum.cpp @@ -5,7 +5,7 @@ * * Created: 10/7/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/HardVacuum/HardVacuum.h b/plugins/MacAU/HardVacuum/HardVacuum.h index 42a1ffe04..f7cfd9042 100755 --- a/plugins/MacAU/HardVacuum/HardVacuum.h +++ b/plugins/MacAU/HardVacuum/HardVacuum.h @@ -5,7 +5,7 @@ * * Created: 10/7/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/HardVacuum/HardVacuum.r b/plugins/MacAU/HardVacuum/HardVacuum.r index 4cb4e1a00..bee737425 100755 --- a/plugins/MacAU/HardVacuum/HardVacuum.r +++ b/plugins/MacAU/HardVacuum/HardVacuum.r @@ -5,7 +5,7 @@ * * Created: 10/7/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/HardVacuum/HardVacuumVersion.h b/plugins/MacAU/HardVacuum/HardVacuumVersion.h index b067af307..6ec92b75c 100755 --- a/plugins/MacAU/HardVacuum/HardVacuumVersion.h +++ b/plugins/MacAU/HardVacuum/HardVacuumVersion.h @@ -5,7 +5,7 @@ * * Created: 10/7/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/HermeTrim/HermeTrim.cpp b/plugins/MacAU/HermeTrim/HermeTrim.cpp index 44ae19b99..83f4a331f 100755 --- a/plugins/MacAU/HermeTrim/HermeTrim.cpp +++ b/plugins/MacAU/HermeTrim/HermeTrim.cpp @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/HermeTrim/HermeTrim.h b/plugins/MacAU/HermeTrim/HermeTrim.h index da24fea06..787afb487 100755 --- a/plugins/MacAU/HermeTrim/HermeTrim.h +++ b/plugins/MacAU/HermeTrim/HermeTrim.h @@ -5,7 +5,7 @@ * * Created: 5/21/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/HermeTrim/HermeTrim.r b/plugins/MacAU/HermeTrim/HermeTrim.r index 4d71991b8..c45e7f38d 100755 --- a/plugins/MacAU/HermeTrim/HermeTrim.r +++ b/plugins/MacAU/HermeTrim/HermeTrim.r @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/HermeTrim/HermeTrimVersion.h b/plugins/MacAU/HermeTrim/HermeTrimVersion.h index 2f798cb9e..bb060b8b2 100755 --- a/plugins/MacAU/HermeTrim/HermeTrimVersion.h +++ b/plugins/MacAU/HermeTrim/HermeTrimVersion.h @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/Hermepass/Hermepass.cpp b/plugins/MacAU/Hermepass/Hermepass.cpp index f9378c95b..76a86cdd3 100755 --- a/plugins/MacAU/Hermepass/Hermepass.cpp +++ b/plugins/MacAU/Hermepass/Hermepass.cpp @@ -5,7 +5,7 @@ * * Created: 3/15/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Hermepass/Hermepass.h b/plugins/MacAU/Hermepass/Hermepass.h index 56b4c4a5f..9ff153de2 100755 --- a/plugins/MacAU/Hermepass/Hermepass.h +++ b/plugins/MacAU/Hermepass/Hermepass.h @@ -5,7 +5,7 @@ * * Created: 3/15/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Hermepass/Hermepass.r b/plugins/MacAU/Hermepass/Hermepass.r index a132a7652..99fdf7501 100755 --- a/plugins/MacAU/Hermepass/Hermepass.r +++ b/plugins/MacAU/Hermepass/Hermepass.r @@ -5,7 +5,7 @@ * * Created: 3/15/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Hermepass/HermepassVersion.h b/plugins/MacAU/Hermepass/HermepassVersion.h index 5e5b578c5..dbd89e115 100755 --- a/plugins/MacAU/Hermepass/HermepassVersion.h +++ b/plugins/MacAU/Hermepass/HermepassVersion.h @@ -5,7 +5,7 @@ * * Created: 3/15/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/HighGlossDither/HighGlossDither.cpp b/plugins/MacAU/HighGlossDither/HighGlossDither.cpp index 80db466e6..d46ef8f94 100755 --- a/plugins/MacAU/HighGlossDither/HighGlossDither.cpp +++ b/plugins/MacAU/HighGlossDither/HighGlossDither.cpp @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright � 2016 Airwindows, All Rights Reserved +* Copyright: Copyright � 2016 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, installation, modification diff --git a/plugins/MacAU/HighGlossDither/HighGlossDither.h b/plugins/MacAU/HighGlossDither/HighGlossDither.h index 14b58f47d..01f01442c 100755 --- a/plugins/MacAU/HighGlossDither/HighGlossDither.h +++ b/plugins/MacAU/HighGlossDither/HighGlossDither.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/HighGlossDither/HighGlossDither.r b/plugins/MacAU/HighGlossDither/HighGlossDither.r index d7c051cae..f6168aa25 100755 --- a/plugins/MacAU/HighGlossDither/HighGlossDither.r +++ b/plugins/MacAU/HighGlossDither/HighGlossDither.r @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/HighGlossDither/HighGlossDitherVersion.h b/plugins/MacAU/HighGlossDither/HighGlossDitherVersion.h index 2498560db..5fafdf2bc 100755 --- a/plugins/MacAU/HighGlossDither/HighGlossDitherVersion.h +++ b/plugins/MacAU/HighGlossDither/HighGlossDitherVersion.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/HighImpact/HighImpact.cpp b/plugins/MacAU/HighImpact/HighImpact.cpp index 40eee1899..d0aa15ed3 100755 --- a/plugins/MacAU/HighImpact/HighImpact.cpp +++ b/plugins/MacAU/HighImpact/HighImpact.cpp @@ -5,7 +5,7 @@ * * Created: 3/1/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/HighImpact/HighImpact.h b/plugins/MacAU/HighImpact/HighImpact.h index 2f1b19370..73ad88680 100755 --- a/plugins/MacAU/HighImpact/HighImpact.h +++ b/plugins/MacAU/HighImpact/HighImpact.h @@ -5,7 +5,7 @@ * * Created: 3/1/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/HighImpact/HighImpact.r b/plugins/MacAU/HighImpact/HighImpact.r index a82386b82..e8496e59a 100755 --- a/plugins/MacAU/HighImpact/HighImpact.r +++ b/plugins/MacAU/HighImpact/HighImpact.r @@ -5,7 +5,7 @@ * * Created: 3/1/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/HighImpact/HighImpactVersion.h b/plugins/MacAU/HighImpact/HighImpactVersion.h index e0b585301..f4ef56e6b 100755 --- a/plugins/MacAU/HighImpact/HighImpactVersion.h +++ b/plugins/MacAU/HighImpact/HighImpactVersion.h @@ -5,7 +5,7 @@ * * Created: 3/1/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Highpass/Highpass.cpp b/plugins/MacAU/Highpass/Highpass.cpp index 399fd9943..80de2125d 100755 --- a/plugins/MacAU/Highpass/Highpass.cpp +++ b/plugins/MacAU/Highpass/Highpass.cpp @@ -5,7 +5,7 @@ * * Created: 1/31/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Highpass/Highpass.h b/plugins/MacAU/Highpass/Highpass.h index 87591e997..1f891e34b 100755 --- a/plugins/MacAU/Highpass/Highpass.h +++ b/plugins/MacAU/Highpass/Highpass.h @@ -5,7 +5,7 @@ * * Created: 1/31/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Highpass/Highpass.r b/plugins/MacAU/Highpass/Highpass.r index e9723a061..bdf8ba736 100755 --- a/plugins/MacAU/Highpass/Highpass.r +++ b/plugins/MacAU/Highpass/Highpass.r @@ -5,7 +5,7 @@ * * Created: 1/31/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Highpass/HighpassVersion.h b/plugins/MacAU/Highpass/HighpassVersion.h index 7dcfed4bd..734a37434 100755 --- a/plugins/MacAU/Highpass/HighpassVersion.h +++ b/plugins/MacAU/Highpass/HighpassVersion.h @@ -5,7 +5,7 @@ * * Created: 1/31/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Highpass2/Highpass2.cpp b/plugins/MacAU/Highpass2/Highpass2.cpp index f3c1f7b79..f3abac17c 100755 --- a/plugins/MacAU/Highpass2/Highpass2.cpp +++ b/plugins/MacAU/Highpass2/Highpass2.cpp @@ -5,7 +5,7 @@ * * Created: 3/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Highpass2/Highpass2.h b/plugins/MacAU/Highpass2/Highpass2.h index fcdeede69..aed709a5b 100755 --- a/plugins/MacAU/Highpass2/Highpass2.h +++ b/plugins/MacAU/Highpass2/Highpass2.h @@ -5,7 +5,7 @@ * * Created: 3/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Highpass2/Highpass2.r b/plugins/MacAU/Highpass2/Highpass2.r index 99b8c4ad2..eb65a1cc6 100755 --- a/plugins/MacAU/Highpass2/Highpass2.r +++ b/plugins/MacAU/Highpass2/Highpass2.r @@ -5,7 +5,7 @@ * * Created: 3/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Highpass2/Highpass2Version.h b/plugins/MacAU/Highpass2/Highpass2Version.h index b6e840f6f..fb3468679 100755 --- a/plugins/MacAU/Highpass2/Highpass2Version.h +++ b/plugins/MacAU/Highpass2/Highpass2Version.h @@ -5,7 +5,7 @@ * * Created: 3/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Holt/Holt.cpp b/plugins/MacAU/Holt/Holt.cpp index 04a7bd0bc..3b81cd94e 100755 --- a/plugins/MacAU/Holt/Holt.cpp +++ b/plugins/MacAU/Holt/Holt.cpp @@ -5,7 +5,7 @@ * * Created: 2/4/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Holt/Holt.h b/plugins/MacAU/Holt/Holt.h index 11ffa2d1f..244e11153 100755 --- a/plugins/MacAU/Holt/Holt.h +++ b/plugins/MacAU/Holt/Holt.h @@ -5,7 +5,7 @@ * * Created: 2/4/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Holt/Holt.r b/plugins/MacAU/Holt/Holt.r index 9a4a55e9a..753ea7401 100755 --- a/plugins/MacAU/Holt/Holt.r +++ b/plugins/MacAU/Holt/Holt.r @@ -5,7 +5,7 @@ * * Created: 2/4/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Holt/HoltVersion.h b/plugins/MacAU/Holt/HoltVersion.h index f0d7f7955..e49ed50ed 100755 --- a/plugins/MacAU/Holt/HoltVersion.h +++ b/plugins/MacAU/Holt/HoltVersion.h @@ -5,7 +5,7 @@ * * Created: 2/4/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Holt2/English.lproj/InfoPlist.strings b/plugins/MacAU/Holt2/English.lproj/InfoPlist.strings new file mode 100755 index 000000000..a4caac296 Binary files /dev/null and b/plugins/MacAU/Holt2/English.lproj/InfoPlist.strings differ diff --git a/plugins/MacAU/Holt2/Holt2.cpp b/plugins/MacAU/Holt2/Holt2.cpp new file mode 100755 index 000000000..1b4314312 --- /dev/null +++ b/plugins/MacAU/Holt2/Holt2.cpp @@ -0,0 +1,355 @@ +/* +* File: Holt2.cpp +* +* Version: 1.0 +* +* Created: 9/19/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +/*============================================================================= + Holt2.cpp + +=============================================================================*/ +#include "Holt2.h" + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +COMPONENT_ENTRY(Holt2) + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Holt2::Holt2 +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Holt2::Holt2(AudioUnit component) + : AUEffectBase(component) +{ + CreateElements(); + Globals()->UseIndexedParameters(kNumberOfParameters); + SetParameter(kParam_One, kDefaultValue_ParamOne ); + SetParameter(kParam_Two, kDefaultValue_ParamTwo ); + SetParameter(kParam_Three, kDefaultValue_ParamThree ); + SetParameter(kParam_Four, kDefaultValue_ParamFour ); + SetParameter(kParam_Five, kDefaultValue_ParamFive ); + +#if AU_DEBUG_DISPATCHER + mDebugDispatcher = new AUDebugDispatcher (this); +#endif + +} + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Holt2::GetParameterValueStrings +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Holt2::GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings) +{ + + return kAudioUnitErr_InvalidProperty; +} + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Holt2::GetParameterInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Holt2::GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo ) +{ + ComponentResult result = noErr; + + outParameterInfo.flags = kAudioUnitParameterFlag_IsWritable + | kAudioUnitParameterFlag_IsReadable; + + if (inScope == kAudioUnitScope_Global) { + switch(inParameterID) + { + case kParam_One: + AUBase::FillInParameterName (outParameterInfo, kParameterOneName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamOne; + break; + case kParam_Two: + AUBase::FillInParameterName (outParameterInfo, kParameterTwoName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamTwo; + break; + case kParam_Three: + AUBase::FillInParameterName (outParameterInfo, kParameterThreeName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 8.0; + outParameterInfo.defaultValue = kDefaultValue_ParamThree; + break; + case kParam_Four: + AUBase::FillInParameterName (outParameterInfo, kParameterFourName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamFour; + break; + case kParam_Five: + AUBase::FillInParameterName (outParameterInfo, kParameterFiveName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamFive; + break; + default: + result = kAudioUnitErr_InvalidParameter; + break; + } + } else { + result = kAudioUnitErr_InvalidParameter; + } + + + + return result; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Holt2::GetPropertyInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Holt2::GetPropertyInfo (AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable) +{ + return AUEffectBase::GetPropertyInfo (inID, inScope, inElement, outDataSize, outWritable); +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Holt2::GetProperty +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Holt2::GetProperty( AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData ) +{ + return AUEffectBase::GetProperty (inID, inScope, inElement, outData); +} + +// Holt2::Initialize +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Holt2::Initialize() +{ + ComponentResult result = AUEffectBase::Initialize(); + if (result == noErr) + Reset(kAudioUnitScope_Global, 0); + return result; +} + +#pragma mark ____Holt2EffectKernel + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Holt2::Holt2Kernel::Reset() +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void Holt2::Holt2Kernel::Reset() +{ + previousSampleA = 0.0; + previousTrendA = 0.0; + previousSampleB = 0.0; + previousTrendB = 0.0; + previousSampleC = 0.0; + previousTrendC = 0.0; + previousSampleD = 0.0; + previousTrendD = 0.0; + previousSampleE = 0.0; + previousTrendE = 0.0; + previousSampleF = 0.0; + previousTrendF = 0.0; + previousSampleG = 0.0; + previousTrendG = 0.0; + previousSampleH = 0.0; + previousTrendH = 0.0; + fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Holt2::Holt2Kernel::Process +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void Holt2::Holt2Kernel::Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence ) +{ + UInt32 nSampleFrames = inFramesToProcess; + const Float32 *sourceP = inSourceP; + Float32 *destP = inDestP; + long double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + + Float64 alpha = pow(GetParameter( kParam_One ),4)+0.00001; + if (alpha > 1.0) alpha = 1.0; + Float64 resControl = (GetParameter( kParam_Two )*0.15)+0.12; + Float64 beta = (alpha * pow(resControl,2)); + //0.27 max resonance for full stages on white noise keeping below 0dB + //0.12 min resonance for not losing all the level as we go down + //as we remove the 'avoid zero' +0.00001 on beta, our subsonic stability improves + + alpha += ((1.0-beta)*pow(GetParameter( kParam_One ),3)); //correct for droop in frequency + if (alpha > 1.0) alpha = 1.0; + + double trend; + double forecast; //defining these here because we're copying the routine eight times + + Float64 aWet = 0.0; + Float64 bWet = 0.0; + Float64 cWet = 0.0; + Float64 dWet = 0.0; + Float64 eWet = 0.0; + Float64 fWet = 0.0; + Float64 gWet = 0.0; + Float64 hWet = GetParameter( kParam_Three ); + //eight-stage wet/dry control using progressive stages that bypass when not engaged + if (hWet < 1.0) {aWet = hWet; hWet = 0.0;} + else if (hWet < 2.0) {bWet = hWet - 1.0; aWet = 1.0; hWet = 0.0;} + else if (hWet < 3.0) {cWet = hWet - 2.0; bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 4.0) {dWet = hWet - 3.0; cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 5.0) {eWet = hWet - 4.0; dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 6.0) {fWet = hWet - 5.0; eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 7.0) {gWet = hWet - 6.0; fWet = eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else {hWet -= 7.0; gWet = fWet = eWet = dWet = cWet = bWet = aWet = 1.0;} + //this is one way to make a little set of dry/wet stages that are successively added to the + //output as the control is turned up. Each one independently goes from 0-1 and stays at 1 + //beyond that point: this is a way to progressively add a 'black box' sound processing + //which lets you fall through to simpler processing at lower settings. + + Float64 gain = GetParameter( kParam_Four ); + Float64 wet = GetParameter( kParam_Five ); + + while (nSampleFrames-- > 0) { + long double inputSample = *sourceP; + if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; + double drySample = inputSample; + + if (aWet > 0.0) { + trend = (beta * (inputSample - previousSampleA) + ((0.999-beta) * previousTrendA)); + forecast = previousSampleA + previousTrendA; + inputSample = (alpha * inputSample) + ((0.999-alpha) * forecast); + previousSampleA = inputSample; previousTrendA = trend; + inputSample = (inputSample * aWet) + (drySample * (1.0-aWet)); + } + + if (bWet > 0.0) { + trend = (beta * (inputSample - previousSampleB) + ((0.999-beta) * previousTrendB)); + forecast = previousSampleB + previousTrendB; + inputSample = (alpha * inputSample) + ((0.999-alpha) * forecast); + previousSampleB = inputSample; previousTrendB = trend; + inputSample = (inputSample * bWet) + (previousSampleA * (1.0-bWet)); + } + + if (cWet > 0.0) { + trend = (beta * (inputSample - previousSampleC) + ((0.999-beta) * previousTrendC)); + forecast = previousSampleC + previousTrendC; + inputSample = (alpha * inputSample) + ((0.999-alpha) * forecast); + previousSampleC = inputSample; previousTrendC = trend; + inputSample = (inputSample * cWet) + (previousSampleB * (1.0-cWet)); + } + + if (dWet > 0.0) { + trend = (beta * (inputSample - previousSampleD) + ((0.999-beta) * previousTrendD)); + forecast = previousSampleD + previousTrendD; + inputSample = (alpha * inputSample) + ((0.999-alpha) * forecast); + previousSampleD = inputSample; previousTrendD = trend; + inputSample = (inputSample * dWet) + (previousSampleC * (1.0-dWet)); + } + + if (eWet > 0.0) { + trend = (beta * (inputSample - previousSampleE) + ((0.999-beta) * previousTrendE)); + forecast = previousSampleE + previousTrendE; + inputSample = (alpha * inputSample) + ((0.999-alpha) * forecast); + previousSampleE = inputSample; previousTrendE = trend; + inputSample = (inputSample * eWet) + (previousSampleD * (1.0-eWet)); + } + + if (fWet > 0.0) { + trend = (beta * (inputSample - previousSampleF) + ((0.999-beta) * previousTrendF)); + forecast = previousSampleF + previousTrendF; + inputSample = (alpha * inputSample) + ((0.999-alpha) * forecast); + previousSampleF = inputSample; previousTrendF = trend; + inputSample = (inputSample * fWet) + (previousSampleE * (1.0-fWet)); + } + + if (gWet > 0.0) { + trend = (beta * (inputSample - previousSampleG) + ((0.999-beta) * previousTrendG)); + forecast = previousSampleG + previousTrendG; + inputSample = (alpha * inputSample) + ((0.999-alpha) * forecast); + previousSampleG = inputSample; previousTrendG = trend; + inputSample = (inputSample * gWet) + (previousSampleF * (1.0-gWet)); + } + + if (hWet > 0.0) { + trend = (beta * (inputSample - previousSampleH) + ((0.999-beta) * previousTrendH)); + forecast = previousSampleH + previousTrendH; + inputSample = (alpha * inputSample) + ((0.999-alpha) * forecast); + previousSampleH = inputSample; previousTrendH = trend; + inputSample = (inputSample * hWet) + (previousSampleG * (1.0-hWet)); + } + + if (gain < 1.0) { + inputSample *= gain; + } + + if (wet < 1.0) { + inputSample = (inputSample*wet)+(drySample*(1.0-wet)); + } + + //begin 32 bit floating point dither + int expon; frexpf((float)inputSample, &expon); + fpd ^= fpd << 13; fpd ^= fpd >> 17; fpd ^= fpd << 5; + inputSample += ((double(fpd)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit floating point dither + + *destP = inputSample; + + sourceP += inNumChannels; destP += inNumChannels; + } +} + diff --git a/plugins/MacAU/Holt2/Holt2.exp b/plugins/MacAU/Holt2/Holt2.exp new file mode 100755 index 000000000..302d1ae86 --- /dev/null +++ b/plugins/MacAU/Holt2/Holt2.exp @@ -0,0 +1 @@ +_Holt2Entry diff --git a/plugins/MacAU/Holt2/Holt2.h b/plugins/MacAU/Holt2/Holt2.h new file mode 100755 index 000000000..8a3f73c49 --- /dev/null +++ b/plugins/MacAU/Holt2/Holt2.h @@ -0,0 +1,163 @@ +/* +* File: Holt2.h +* +* Version: 1.0 +* +* Created: 9/19/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include "AUEffectBase.h" +#include "Holt2Version.h" + +#if AU_DEBUG_DISPATCHER + #include "AUDebugDispatcher.h" +#endif + + +#ifndef __Holt2_h__ +#define __Holt2_h__ + + +#pragma mark ____Holt2 Parameters + +// parameters +static const float kDefaultValue_ParamOne = 1.0; +static const float kDefaultValue_ParamTwo = 0.5; +static const float kDefaultValue_ParamThree = 1.0; +static const float kDefaultValue_ParamFour = 1.0; +static const float kDefaultValue_ParamFive = 1.0; + +static CFStringRef kParameterOneName = CFSTR("Frequency"); +static CFStringRef kParameterTwoName = CFSTR("Resonance"); +static CFStringRef kParameterThreeName = CFSTR("Poles"); +static CFStringRef kParameterFourName = CFSTR("Output"); +static CFStringRef kParameterFiveName = CFSTR("Dry/Wet"); +//Alter the name if desired, but using the plugin name is a start + +enum { + kParam_One =0, + kParam_Two =1, + kParam_Three =2, + kParam_Four =3, + kParam_Five =4, + //Add your parameters here... + kNumberOfParameters=5 +}; + +#pragma mark ____Holt2 +class Holt2 : public AUEffectBase +{ +public: + Holt2(AudioUnit component); +#if AU_DEBUG_DISPATCHER + virtual ~Holt2 () { delete mDebugDispatcher; } +#endif + + virtual AUKernelBase * NewKernel() { return new Holt2Kernel(this); } + + virtual ComponentResult GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings); + + virtual ComponentResult GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo); + + virtual ComponentResult GetPropertyInfo(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable ); + + virtual ComponentResult GetProperty(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData); + + virtual ComponentResult Initialize(); + virtual bool SupportsTail () { return true; } + virtual Float64 GetTailTime() {return (1.0/GetSampleRate())*0.0;} //in SECONDS! gsr * a number = in samples + virtual Float64 GetLatency() {return (1.0/GetSampleRate())*0.0;} // in SECONDS! gsr * a number = in samples + + /*! @method Version */ + virtual ComponentResult Version() { return kHolt2Version; } + + + +protected: + class Holt2Kernel : public AUKernelBase // most of the real work happens here + { +public: + Holt2Kernel(AUEffectBase *inAudioUnit ) + : AUKernelBase(inAudioUnit) + { + } + + // *Required* overides for the process method for this effect + // processes one channel of interleaved samples + virtual void Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence); + + virtual void Reset(); + + private: + double previousSampleA; + double previousTrendA; + double previousSampleB; + double previousTrendB; + double previousSampleC; + double previousTrendC; + double previousSampleD; + double previousTrendD; + double previousSampleE; + double previousTrendE; + double previousSampleF; + double previousTrendF; + double previousSampleG; + double previousTrendG; + double previousSampleH; + double previousTrendH; + uint32_t fpd; + }; +}; + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +#endif \ No newline at end of file diff --git a/plugins/MacAU/Holt2/Holt2.r b/plugins/MacAU/Holt2/Holt2.r new file mode 100755 index 000000000..819fb0374 --- /dev/null +++ b/plugins/MacAU/Holt2/Holt2.r @@ -0,0 +1,61 @@ +/* +* File: Holt2.r +* +* Version: 1.0 +* +* Created: 9/19/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include + +#include "Holt2Version.h" + +// Note that resource IDs must be spaced 2 apart for the 'STR ' name and description +#define kAudioUnitResID_Holt2 1000 + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Holt2~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#define RES_ID kAudioUnitResID_Holt2 +#define COMP_TYPE kAudioUnitType_Effect +#define COMP_SUBTYPE Holt2_COMP_SUBTYPE +#define COMP_MANUF Holt2_COMP_MANF + +#define VERSION kHolt2Version +#define NAME "Airwindows: Holt2" +#define DESCRIPTION "Holt2 AU" +#define ENTRY_POINT "Holt2Entry" + +#include "AUResources.r" \ No newline at end of file diff --git a/plugins/MacAU/Holt2/Holt2.xcodeproj/christopherjohnson.mode1v3 b/plugins/MacAU/Holt2/Holt2.xcodeproj/christopherjohnson.mode1v3 new file mode 100755 index 000000000..f301be9a2 --- /dev/null +++ b/plugins/MacAU/Holt2/Holt2.xcodeproj/christopherjohnson.mode1v3 @@ -0,0 +1,1358 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 8BD3CCBC148831C90062E48C + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + build + debugger-enable-breakpoints + get-info + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05AEB0720742700365D66 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 20 + 19 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 445}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 463}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {580, 269}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 269pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 274}, {580, 189}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + XCDetailModule + Proportion + 189pt + + + Proportion + 580pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 8B563EC9161B5E170067FE32 + 1CE0B1FE06471DED0097A5F4 + 8B563ECA161B5E170067FE32 + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 8BD3CCBD148831C90062E48C + /Developer/Library/Xcode/Project Templates/System Plug-in/Audio Unit Effect/Audio Unit Effect/StarterAU.xcodeproj + + WindowString + 203 321 788 504 0 0 1440 878 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {500, 218}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 223}, {500, 236}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 459pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 8BD3CCBD148831C90062E48C + 8B563ECB161B5E170067FE32 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 668 222 500 500 0 0 1440 878 + WindowToolGUID + 8BD3CCBD148831C90062E48C + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacAU/Holt2/Holt2.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/Holt2/Holt2.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..5bf338443 --- /dev/null +++ b/plugins/MacAU/Holt2/Holt2.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,147 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Holt2 */; + codeSenseManager = 8BD3CCB9148830B20062E48C /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 292, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 252, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685286464; + PBXWorkspaceStateSaveDate = 685286464; + }; + perUserProjectItems = { + 8B0942AB28D88CA700166A02 /* PlistBookmark */ = 8B0942AB28D88CA700166A02 /* PlistBookmark */; + 8B0943B628D8A3B800166A02 /* PBXTextBookmark */ = 8B0943B628D8A3B800166A02 /* PBXTextBookmark */; + 8B0943FE28D8BE0300166A02 /* PBXTextBookmark */ = 8B0943FE28D8BE0300166A02 /* PBXTextBookmark */; + 8B0943FF28D8BE0300166A02 /* PBXTextBookmark */ = 8B0943FF28D8BE0300166A02 /* PBXTextBookmark */; + }; + sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; + userBuildSettings = { + }; + }; + 8B0942AB28D88CA700166A02 /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/Holt2/Info.plist; + rLen = 0; + rLoc = 9223372036854775808; + }; + 8B0943B628D8A3B800166A02 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A690720730100365D66 /* Holt2Version.h */; + name = "Holt2Version.h: 54"; + rLen = 0; + rLoc = 2866; + rType = 0; + vrLen = 269; + vrLoc = 2651; + }; + 8B0943FE28D8BE0300166A02 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Holt2.cpp */; + name = "Holt2.cpp: 329"; + rLen = 0; + rLoc = 15269; + rType = 0; + vrLen = 723; + vrLoc = 10401; + }; + 8B0943FF28D8BE0300166A02 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Holt2.cpp */; + name = "Holt2.cpp: 342"; + rLen = 0; + rLoc = 15269; + rType = 0; + vrLen = 332; + vrLoc = 10516; + }; + 8BA05A660720730100365D66 /* Holt2.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {849, 6534}}"; + sepNavSelRange = "{15269, 0}"; + sepNavVisRange = "{10516, 332}"; + sepNavWindowFrame = "{{10, 45}, {833, 833}}"; + }; + }; + 8BA05A690720730100365D66 /* Holt2Version.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1056, 1206}}"; + sepNavSelRange = "{2866, 0}"; + sepNavVisRange = "{2651, 269}"; + }; + }; + 8BC6025B073B072D006C4272 /* Holt2.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1146, 2934}}"; + sepNavSelRange = "{5722, 204}"; + sepNavVisRange = "{5081, 970}"; + sepNavWindowFrame = "{{4, 43}, {915, 835}}"; + }; + }; + 8BD3CCB8148830B20062E48C /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8BD3CCB9148830B20062E48C /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8D01CCC60486CAD60068D4B7 /* Holt2 */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacAU/Holt2/Holt2.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/Holt2/Holt2.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..229529973 --- /dev/null +++ b/plugins/MacAU/Holt2/Holt2.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1507 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8BD7274F1D46E5A5000176F0 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 841 + 841 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 288 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05A56072072A900365D66 + 089C167CFE841241C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 4 + 2 + 1 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {288, 595}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {305, 613}} + GroupTreeTableConfiguration + + MainColumn + 288 + + RubberWindowFrame + 65 206 841 654 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 305pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8BD7274A1D46E5A5000176F0 + PBXProjectModuleLabel + Holt2.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BD7274B1D46E5A5000176F0 + PBXProjectModuleLabel + Holt2.cpp + _historyCapacity + 0 + bookmark + 8B0943FF28D8BE0300166A02 + history + + 8B0942AB28D88CA700166A02 + 8B0943B628D8A3B800166A02 + 8B0943FE28D8BE0300166A02 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {531, 216}} + RubberWindowFrame + 65 206 841 654 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 216pt + + + Proportion + 392pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {531, 365}} + RubberWindowFrame + 65 206 841 654 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {531, 339}} + + Module + PBXBuildResultsModule + + + + + Proportion + 531pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8B09440028D8BE0300166A02 + 1CA23ED40692098700951B8B + 8B09440128D8BE0300166A02 + 8BD7274A1D46E5A5000176F0 + 8B09440228D8BE0300166A02 + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0pt + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 214}} + {{395, 0}, {415, 214}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 214}} + {{0, 214}, {810, 227}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 5}, {810, 441}} + PBXDebugSessionStackFrameViewKey + + DebugVariablesTableConfiguration + + Name + 120 + Value + 85 + Summary + 185 + + Frame + {{395, 0}, {415, 214}} + + + Module + PBXDebugSessionModule + Proportion + 441pt + + + Name + Debug + ServiceClasses + + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + PBXDebugProcessAndThreadModule + PBXDebugProcessViewModule + PBXDebugThreadViewModule + PBXDebugStackFrameViewModule + PBXNavigatorGroup + + TableOfContents + + 8BD727EC1D46ECF1000176F0 + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 8BD727ED1D46ECF1000176F0 + 8BD727EE1D46ECF1000176F0 + 8BD727EF1D46ECF1000176F0 + 8BD727F01D46ECF1000176F0 + 8BD727E71D46ECD9000176F0 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685293059.61375999 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Holt2/Holt2.xcodeproj + + WindowString + 65 206 841 654 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacAU/Holt2/Holt2.xcodeproj/project.pbxproj b/plugins/MacAU/Holt2/Holt2.xcodeproj/project.pbxproj new file mode 100755 index 000000000..5c25457f6 --- /dev/null +++ b/plugins/MacAU/Holt2/Holt2.xcodeproj/project.pbxproj @@ -0,0 +1,490 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */; }; + 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */; }; + 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */; }; + 8B4119B70749654200361ABE /* Holt2.r in Rez */ = {isa = PBXBuildFile; fileRef = 8BA05A680720730100365D66 /* Holt2.r */; }; + 8BA05A6B0720730100365D66 /* Holt2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* Holt2.cpp */; }; + 8BA05A6E0720730100365D66 /* Holt2Version.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* Holt2Version.h */; }; + 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A7F072073D200365D66 /* AUBase.cpp */; }; + 8BA05AAF072073D300365D66 /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A80072073D200365D66 /* AUBase.h */; }; + 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A81072073D200365D66 /* AUDispatch.cpp */; }; + 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A82072073D200365D66 /* AUDispatch.h */; }; + 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A83072073D200365D66 /* AUInputElement.cpp */; }; + 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A84072073D200365D66 /* AUInputElement.h */; }; + 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A85072073D200365D66 /* AUOutputElement.cpp */; }; + 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A86072073D200365D66 /* AUOutputElement.h */; }; + 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A88072073D200365D66 /* AUScopeElement.cpp */; }; + 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A89072073D200365D66 /* AUScopeElement.h */; }; + 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A8A072073D200365D66 /* ComponentBase.cpp */; }; + 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A8B072073D200365D66 /* ComponentBase.h */; }; + 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */; }; + 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A9B072073D200365D66 /* AUEffectBase.h */; }; + 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA7072073D200365D66 /* AUBuffer.cpp */; }; + 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AA8072073D200365D66 /* AUBuffer.h */; }; + 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */; }; + 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */; }; + 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */; }; + 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */; }; + 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */; }; + 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */; }; + 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */; }; + 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE10720742100365D66 /* CAMutex.cpp */; }; + 8BA05AE80720742100365D66 /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE20720742100365D66 /* CAMutex.h */; }; + 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */; }; + 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */; }; + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; + 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05B050720754400365D66 /* CAAUParameter.cpp */; }; + 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05B060720754400365D66 /* CAAUParameter.h */; }; + 8BC6025C073B072D006C4272 /* Holt2.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* Holt2.h */; }; + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; + F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */; }; + F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; + 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; + 8BA05A660720730100365D66 /* Holt2.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Holt2.cpp; sourceTree = ""; }; + 8BA05A670720730100365D66 /* Holt2.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = Holt2.exp; sourceTree = ""; }; + 8BA05A680720730100365D66 /* Holt2.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = Holt2.r; sourceTree = ""; }; + 8BA05A690720730100365D66 /* Holt2Version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Holt2Version.h; sourceTree = ""; }; + 8BA05A7F072073D200365D66 /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BA05A80072073D200365D66 /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BA05A81072073D200365D66 /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BA05A82072073D200365D66 /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BA05A83072073D200365D66 /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BA05A84072073D200365D66 /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BA05A85072073D200365D66 /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BA05A86072073D200365D66 /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BA05A87072073D200365D66 /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BA05A88072073D200365D66 /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BA05A89072073D200365D66 /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BA05A8A072073D200365D66 /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BA05A8B072073D200365D66 /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BA05A9B072073D200365D66 /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BA05AA7072073D200365D66 /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BA05AA8072073D200365D66 /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDebugDispatcher.cpp; sourceTree = ""; }; + 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDebugDispatcher.h; sourceTree = ""; }; + 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BA05AE10720742100365D66 /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BA05AE20720742100365D66 /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; + 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; + 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; + 8BA05B050720754400365D66 /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BA05B060720754400365D66 /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BC6025B073B072D006C4272 /* Holt2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Holt2.h; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8D01CCD20486CAD60068D4B7 /* Holt2.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Holt2.component; sourceTree = BUILT_PRODUCTS_DIR; }; + F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUBaseHelper.cpp; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.cpp; sourceTree = SYSTEM_DEVELOPER_DIR; }; + F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUBaseHelper.h; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.h; sourceTree = SYSTEM_DEVELOPER_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8D01CCCD0486CAD60068D4B7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */, + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */, + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* Holt2 */ = { + isa = PBXGroup; + children = ( + 08FB77ADFE841716C02AAC07 /* Source */, + 089C167CFE841241C02AAC07 /* Resources */, + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + ); + name = Holt2; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */, + 8BA05B01072074F900365D66 /* CoreServices.framework */, + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */, + 8BA05AFA072074E100365D66 /* AudioUnit.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + 089C167DFE841241C02AAC07 /* InfoPlist.strings */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8BA05A56072072A900365D66 /* AU Source */, + 8BA05AEB0720742700365D66 /* PublicUtility */, + 8BA05A7D072073D200365D66 /* AUPublic */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 8D01CCD20486CAD60068D4B7 /* Holt2.component */, + ); + name = Products; + sourceTree = ""; + }; + 8BA05A56072072A900365D66 /* AU Source */ = { + isa = PBXGroup; + children = ( + 8BC6025B073B072D006C4272 /* Holt2.h */, + 8BA05A660720730100365D66 /* Holt2.cpp */, + 8BA05A670720730100365D66 /* Holt2.exp */, + 8BA05A680720730100365D66 /* Holt2.r */, + 8BA05A690720730100365D66 /* Holt2Version.h */, + ); + name = "AU Source"; + sourceTree = ""; + }; + 8BA05A7D072073D200365D66 /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BA05A7E072073D200365D66 /* AUBase */, + 8BA05A99072073D200365D66 /* OtherBases */, + 8BA05AA6072073D200365D66 /* Utility */, + ); + name = AUPublic; + path = Extras/CoreAudio/AudioUnits/AUPublic; + sourceTree = SYSTEM_DEVELOPER_DIR; + }; + 8BA05A7E072073D200365D66 /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BA05A7F072073D200365D66 /* AUBase.cpp */, + 8BA05A80072073D200365D66 /* AUBase.h */, + 8BA05A81072073D200365D66 /* AUDispatch.cpp */, + 8BA05A82072073D200365D66 /* AUDispatch.h */, + 8BA05A83072073D200365D66 /* AUInputElement.cpp */, + 8BA05A84072073D200365D66 /* AUInputElement.h */, + 8BA05A85072073D200365D66 /* AUOutputElement.cpp */, + 8BA05A86072073D200365D66 /* AUOutputElement.h */, + 8BA05A87072073D200365D66 /* AUResources.r */, + 8BA05A88072073D200365D66 /* AUScopeElement.cpp */, + 8BA05A89072073D200365D66 /* AUScopeElement.h */, + 8BA05A8A072073D200365D66 /* ComponentBase.cpp */, + 8BA05A8B072073D200365D66 /* ComponentBase.h */, + ); + path = AUBase; + sourceTree = ""; + }; + 8BA05A99072073D200365D66 /* OtherBases */ = { + isa = PBXGroup; + children = ( + 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */, + 8BA05A9B072073D200365D66 /* AUEffectBase.h */, + ); + path = OtherBases; + sourceTree = ""; + }; + 8BA05AA6072073D200365D66 /* Utility */ = { + isa = PBXGroup; + children = ( + F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */, + F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */, + 8BA05AA7072073D200365D66 /* AUBuffer.cpp */, + 8BA05AA8072073D200365D66 /* AUBuffer.h */, + 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */, + 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */, + 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */, + 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */, + 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */, + ); + path = Utility; + sourceTree = ""; + }; + 8BA05AEB0720742700365D66 /* PublicUtility */ = { + isa = PBXGroup; + children = ( + 8BA05B050720754400365D66 /* CAAUParameter.cpp */, + 8BA05B060720754400365D66 /* CAAUParameter.h */, + 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */, + 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */, + 8BA05AE10720742100365D66 /* CAMutex.cpp */, + 8BA05AE20720742100365D66 /* CAMutex.h */, + 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */, + 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */, + 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */, + 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */, + 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */, + ); + name = PublicUtility; + path = Extras/CoreAudio/PublicUtility; + sourceTree = SYSTEM_DEVELOPER_DIR; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05A6E0720730100365D66 /* Holt2Version.h in Headers */, + 8BA05AAF072073D300365D66 /* AUBase.h in Headers */, + 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */, + 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */, + 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */, + 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */, + 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */, + 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */, + 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */, + 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */, + 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */, + 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */, + 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */, + 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */, + 8BA05AE80720742100365D66 /* CAMutex.h in Headers */, + 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */, + 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */, + 8BC6025C073B072D006C4272 /* Holt2.h in Headers */, + 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */, + 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */, + F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Holt2 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Holt2" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCD0486CAD60068D4B7 /* Frameworks */, + 8D01CCCF0486CAD60068D4B7 /* Rez */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Holt2; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = Holt2; + productReference = 8D01CCD20486CAD60068D4B7 /* Holt2.component */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Holt2" */; + compatibilityVersion = "Xcode 3.1"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); + mainGroup = 089C166AFE841209C02AAC07 /* Holt2 */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Holt2 */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXRezBuildPhase section */ + 8D01CCCF0486CAD60068D4B7 /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B4119B70749654200361ABE /* Holt2.r in Rez */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXRezBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05A6B0720730100365D66 /* Holt2.cpp in Sources */, + 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */, + 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */, + 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */, + 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */, + 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */, + 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */, + 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */, + 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */, + 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */, + 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */, + 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */, + 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */, + 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */, + 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */, + F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 089C167EFE841241C02AAC07 /* English */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 3E4BA244089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + EXPORTED_SYMBOLS_FILE = Holt2.exp; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d ppc64_$ppc64 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + PRODUCT_NAME = Holt2; + WRAPPER_EXTENSION = component; + }; + name = Debug; + }; + 3E4BA245089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + x86_64, + ); + EXPORTED_SYMBOLS_FILE = Holt2.exp; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 10.4; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + PRODUCT_NAME = Holt2; + SDKROOT = macosx10.5; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = all; + WRAPPER_EXTENSION = component; + }; + name = Release; + }; + 3E4BA248089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + SDKROOT = macosx10.6; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Debug; + }; + 3E4BA249089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + SDKROOT = macosx10.6; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Holt2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA244089833B7007656EC /* Debug */, + 3E4BA245089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Holt2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA248089833B7007656EC /* Debug */, + 3E4BA249089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacAU/Holt2/Holt2Version.h b/plugins/MacAU/Holt2/Holt2Version.h new file mode 100755 index 000000000..2103329c1 --- /dev/null +++ b/plugins/MacAU/Holt2/Holt2Version.h @@ -0,0 +1,58 @@ +/* +* File: Holt2Version.h +* +* Version: 1.0 +* +* Created: 9/19/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#ifndef __Holt2Version_h__ +#define __Holt2Version_h__ + + +#ifdef DEBUG + #define kHolt2Version 0xFFFFFFFF +#else + #define kHolt2Version 0x00010000 +#endif + +//~~~~~~~~~~~~~~ Change!!! ~~~~~~~~~~~~~~~~~~~~~// +#define Holt2_COMP_MANF 'Dthr' +#define Holt2_COMP_SUBTYPE 'holu' +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// + +#endif + diff --git a/plugins/MacAU/Holt2/Info.plist b/plugins/MacAU/Holt2/Info.plist new file mode 100755 index 000000000..01dc6831c --- /dev/null +++ b/plugins/MacAU/Holt2/Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + com.airwindows.audiounit.${PRODUCT_NAME:identifier} + CFBundleName + ${PROJECTNAMEASIDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + DthX + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacAU/Holt2/version.plist b/plugins/MacAU/Holt2/version.plist new file mode 100755 index 000000000..11edf8a1b --- /dev/null +++ b/plugins/MacAU/Holt2/version.plist @@ -0,0 +1,16 @@ + + + + + BuildVersion + 3 + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 + ProjectName + ${EXECUTABLE_NAME} + SourceVersion + 590000 + + diff --git a/plugins/MacAU/Hombre/Hombre.cpp b/plugins/MacAU/Hombre/Hombre.cpp index 10c9483f6..c34d58645 100755 --- a/plugins/MacAU/Hombre/Hombre.cpp +++ b/plugins/MacAU/Hombre/Hombre.cpp @@ -5,7 +5,7 @@ * * Created: 10/6/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Hombre/Hombre.h b/plugins/MacAU/Hombre/Hombre.h index 517e88d9d..618ae765f 100755 --- a/plugins/MacAU/Hombre/Hombre.h +++ b/plugins/MacAU/Hombre/Hombre.h @@ -5,7 +5,7 @@ * * Created: 10/6/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Hombre/Hombre.r b/plugins/MacAU/Hombre/Hombre.r index beecf2eac..33dd322d1 100755 --- a/plugins/MacAU/Hombre/Hombre.r +++ b/plugins/MacAU/Hombre/Hombre.r @@ -5,7 +5,7 @@ * * Created: 10/6/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Hombre/HombreVersion.h b/plugins/MacAU/Hombre/HombreVersion.h index f31bac000..f7fa0022d 100755 --- a/plugins/MacAU/Hombre/HombreVersion.h +++ b/plugins/MacAU/Hombre/HombreVersion.h @@ -5,7 +5,7 @@ * * Created: 10/6/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Hull/Hull.cpp b/plugins/MacAU/Hull/Hull.cpp index 5256c9aac..5807477bc 100644 --- a/plugins/MacAU/Hull/Hull.cpp +++ b/plugins/MacAU/Hull/Hull.cpp @@ -5,7 +5,7 @@ * * Created: 7/19/21 * - * Copyright: Copyright © 2021 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacAU/Hull/Hull.h b/plugins/MacAU/Hull/Hull.h index e8746c157..3fad15a0b 100644 --- a/plugins/MacAU/Hull/Hull.h +++ b/plugins/MacAU/Hull/Hull.h @@ -5,7 +5,7 @@ * * Created: 7/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Hull/Hull.r b/plugins/MacAU/Hull/Hull.r index aeea88dd9..3c3ed460c 100644 --- a/plugins/MacAU/Hull/Hull.r +++ b/plugins/MacAU/Hull/Hull.r @@ -5,7 +5,7 @@ * * Created: 7/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Hull/HullVersion.h b/plugins/MacAU/Hull/HullVersion.h index 630f95813..6cc0e9641 100644 --- a/plugins/MacAU/Hull/HullVersion.h +++ b/plugins/MacAU/Hull/HullVersion.h @@ -5,7 +5,7 @@ * * Created: 7/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Hype/Hype.cpp b/plugins/MacAU/Hype/Hype.cpp index 5713c2ede..75f5eeece 100755 --- a/plugins/MacAU/Hype/Hype.cpp +++ b/plugins/MacAU/Hype/Hype.cpp @@ -5,7 +5,7 @@ * * Created: 6/9/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Hype/Hype.h b/plugins/MacAU/Hype/Hype.h index 03098bca9..7aeb45274 100755 --- a/plugins/MacAU/Hype/Hype.h +++ b/plugins/MacAU/Hype/Hype.h @@ -5,7 +5,7 @@ * * Created: 6/9/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Hype/Hype.r b/plugins/MacAU/Hype/Hype.r index 91e91a64d..216650f76 100755 --- a/plugins/MacAU/Hype/Hype.r +++ b/plugins/MacAU/Hype/Hype.r @@ -5,7 +5,7 @@ * * Created: 6/9/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Hype/HypeVersion.h b/plugins/MacAU/Hype/HypeVersion.h index 5b8e60049..203db255a 100755 --- a/plugins/MacAU/Hype/HypeVersion.h +++ b/plugins/MacAU/Hype/HypeVersion.h @@ -5,7 +5,7 @@ * * Created: 6/9/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/HypersonX/HypersonX.cpp b/plugins/MacAU/HypersonX/HypersonX.cpp index 65e16e218..5e2dd25d7 100644 --- a/plugins/MacAU/HypersonX/HypersonX.cpp +++ b/plugins/MacAU/HypersonX/HypersonX.cpp @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/HypersonX/HypersonX.h b/plugins/MacAU/HypersonX/HypersonX.h index a9f8e4909..784c64b5e 100644 --- a/plugins/MacAU/HypersonX/HypersonX.h +++ b/plugins/MacAU/HypersonX/HypersonX.h @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/HypersonX/HypersonX.r b/plugins/MacAU/HypersonX/HypersonX.r index 8412cc7d4..782525c32 100644 --- a/plugins/MacAU/HypersonX/HypersonX.r +++ b/plugins/MacAU/HypersonX/HypersonX.r @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/HypersonX/HypersonXVersion.h b/plugins/MacAU/HypersonX/HypersonXVersion.h index 226ff1ba5..e3e7c77b3 100644 --- a/plugins/MacAU/HypersonX/HypersonXVersion.h +++ b/plugins/MacAU/HypersonX/HypersonXVersion.h @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Hypersonic/Hypersonic.cpp b/plugins/MacAU/Hypersonic/Hypersonic.cpp index f2b5874dd..e09faf25d 100644 --- a/plugins/MacAU/Hypersonic/Hypersonic.cpp +++ b/plugins/MacAU/Hypersonic/Hypersonic.cpp @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Hypersonic/Hypersonic.h b/plugins/MacAU/Hypersonic/Hypersonic.h index b77569c74..eb312dc30 100644 --- a/plugins/MacAU/Hypersonic/Hypersonic.h +++ b/plugins/MacAU/Hypersonic/Hypersonic.h @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Hypersonic/Hypersonic.r b/plugins/MacAU/Hypersonic/Hypersonic.r index 84980ac3a..15511c2b5 100644 --- a/plugins/MacAU/Hypersonic/Hypersonic.r +++ b/plugins/MacAU/Hypersonic/Hypersonic.r @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Hypersonic/HypersonicVersion.h b/plugins/MacAU/Hypersonic/HypersonicVersion.h index e3d4c8e08..7b2984bc2 100644 --- a/plugins/MacAU/Hypersonic/HypersonicVersion.h +++ b/plugins/MacAU/Hypersonic/HypersonicVersion.h @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Infinity/Infinity.cpp b/plugins/MacAU/Infinity/Infinity.cpp index 76f2da8e3..f2035cb15 100755 --- a/plugins/MacAU/Infinity/Infinity.cpp +++ b/plugins/MacAU/Infinity/Infinity.cpp @@ -5,7 +5,7 @@ * * Created: 12/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Infinity/Infinity.h b/plugins/MacAU/Infinity/Infinity.h index f18d4ce5f..428774331 100755 --- a/plugins/MacAU/Infinity/Infinity.h +++ b/plugins/MacAU/Infinity/Infinity.h @@ -5,7 +5,7 @@ * * Created: 12/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Infinity/Infinity.r b/plugins/MacAU/Infinity/Infinity.r index 235c46bad..fea170c6f 100755 --- a/plugins/MacAU/Infinity/Infinity.r +++ b/plugins/MacAU/Infinity/Infinity.r @@ -5,7 +5,7 @@ * * Created: 12/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Infinity/InfinityVersion.h b/plugins/MacAU/Infinity/InfinityVersion.h index 5155443b8..6fc2f41e5 100755 --- a/plugins/MacAU/Infinity/InfinityVersion.h +++ b/plugins/MacAU/Infinity/InfinityVersion.h @@ -5,7 +5,7 @@ * * Created: 12/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Infinity2/Infinity2.cpp b/plugins/MacAU/Infinity2/Infinity2.cpp index 212588f88..2b642bcdf 100644 --- a/plugins/MacAU/Infinity2/Infinity2.cpp +++ b/plugins/MacAU/Infinity2/Infinity2.cpp @@ -5,7 +5,7 @@ * * Created: 4/26/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Infinity2/Infinity2.h b/plugins/MacAU/Infinity2/Infinity2.h index 71c2852dd..38732f701 100644 --- a/plugins/MacAU/Infinity2/Infinity2.h +++ b/plugins/MacAU/Infinity2/Infinity2.h @@ -5,7 +5,7 @@ * * Created: 4/26/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Infinity2/Infinity2.r b/plugins/MacAU/Infinity2/Infinity2.r index 5a4d23881..adf071ceb 100644 --- a/plugins/MacAU/Infinity2/Infinity2.r +++ b/plugins/MacAU/Infinity2/Infinity2.r @@ -5,7 +5,7 @@ * * Created: 4/26/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Infinity2/Infinity2Version.h b/plugins/MacAU/Infinity2/Infinity2Version.h index 201df1b3c..6e633a8c3 100644 --- a/plugins/MacAU/Infinity2/Infinity2Version.h +++ b/plugins/MacAU/Infinity2/Infinity2Version.h @@ -5,7 +5,7 @@ * * Created: 4/26/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Infrasonic/Infrasonic.cpp b/plugins/MacAU/Infrasonic/Infrasonic.cpp index 5a5cecdfc..aebc83c2e 100755 --- a/plugins/MacAU/Infrasonic/Infrasonic.cpp +++ b/plugins/MacAU/Infrasonic/Infrasonic.cpp @@ -5,7 +5,7 @@ * * Created: 11/17/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Infrasonic/Infrasonic.h b/plugins/MacAU/Infrasonic/Infrasonic.h index 3a1601a87..91ba44db7 100755 --- a/plugins/MacAU/Infrasonic/Infrasonic.h +++ b/plugins/MacAU/Infrasonic/Infrasonic.h @@ -5,7 +5,7 @@ * * Created: 11/17/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Infrasonic/Infrasonic.r b/plugins/MacAU/Infrasonic/Infrasonic.r index b466e6147..700affe61 100755 --- a/plugins/MacAU/Infrasonic/Infrasonic.r +++ b/plugins/MacAU/Infrasonic/Infrasonic.r @@ -5,7 +5,7 @@ * * Created: 11/17/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Infrasonic/InfrasonicVersion.h b/plugins/MacAU/Infrasonic/InfrasonicVersion.h index 26ea80501..be080a3e7 100755 --- a/plugins/MacAU/Infrasonic/InfrasonicVersion.h +++ b/plugins/MacAU/Infrasonic/InfrasonicVersion.h @@ -5,7 +5,7 @@ * * Created: 11/17/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Interstage/Interstage.cpp b/plugins/MacAU/Interstage/Interstage.cpp index 1bbfeb724..dd59aa67b 100755 --- a/plugins/MacAU/Interstage/Interstage.cpp +++ b/plugins/MacAU/Interstage/Interstage.cpp @@ -5,7 +5,7 @@ * * Created: 6/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Interstage/Interstage.h b/plugins/MacAU/Interstage/Interstage.h index be12dd469..fefc75d9a 100755 --- a/plugins/MacAU/Interstage/Interstage.h +++ b/plugins/MacAU/Interstage/Interstage.h @@ -5,7 +5,7 @@ * * Created: 6/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Interstage/Interstage.r b/plugins/MacAU/Interstage/Interstage.r index 3067438c8..66fafd1d4 100755 --- a/plugins/MacAU/Interstage/Interstage.r +++ b/plugins/MacAU/Interstage/Interstage.r @@ -5,7 +5,7 @@ * * Created: 6/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Interstage/InterstageVersion.h b/plugins/MacAU/Interstage/InterstageVersion.h index 5bee38720..05757e768 100755 --- a/plugins/MacAU/Interstage/InterstageVersion.h +++ b/plugins/MacAU/Interstage/InterstageVersion.h @@ -5,7 +5,7 @@ * * Created: 6/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/IronOxide5/IronOxide5.cpp b/plugins/MacAU/IronOxide5/IronOxide5.cpp index 89ee595bb..4a2bae8bf 100755 --- a/plugins/MacAU/IronOxide5/IronOxide5.cpp +++ b/plugins/MacAU/IronOxide5/IronOxide5.cpp @@ -5,7 +5,7 @@ * * Created: 4/21/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/IronOxide5/IronOxide5.h b/plugins/MacAU/IronOxide5/IronOxide5.h index 3353a8004..7148c3fe7 100755 --- a/plugins/MacAU/IronOxide5/IronOxide5.h +++ b/plugins/MacAU/IronOxide5/IronOxide5.h @@ -5,7 +5,7 @@ * * Created: 4/21/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/IronOxide5/IronOxide5.r b/plugins/MacAU/IronOxide5/IronOxide5.r index cd55b2aed..27b268054 100755 --- a/plugins/MacAU/IronOxide5/IronOxide5.r +++ b/plugins/MacAU/IronOxide5/IronOxide5.r @@ -5,7 +5,7 @@ * * Created: 4/21/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/IronOxide5/IronOxide5Version.h b/plugins/MacAU/IronOxide5/IronOxide5Version.h index d5a83e0f4..c148a7d23 100755 --- a/plugins/MacAU/IronOxide5/IronOxide5Version.h +++ b/plugins/MacAU/IronOxide5/IronOxide5Version.h @@ -5,7 +5,7 @@ * * Created: 4/21/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/IronOxideClassic/IronOxideClassic.cpp b/plugins/MacAU/IronOxideClassic/IronOxideClassic.cpp index a5d004ac3..21761564f 100755 --- a/plugins/MacAU/IronOxideClassic/IronOxideClassic.cpp +++ b/plugins/MacAU/IronOxideClassic/IronOxideClassic.cpp @@ -5,7 +5,7 @@ * * Created: 5/13/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/IronOxideClassic/IronOxideClassic.h b/plugins/MacAU/IronOxideClassic/IronOxideClassic.h index 6d9bb949a..20e8a59ec 100755 --- a/plugins/MacAU/IronOxideClassic/IronOxideClassic.h +++ b/plugins/MacAU/IronOxideClassic/IronOxideClassic.h @@ -5,7 +5,7 @@ * * Created: 5/13/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/IronOxideClassic/IronOxideClassic.r b/plugins/MacAU/IronOxideClassic/IronOxideClassic.r index f0f9ea72a..750644c48 100755 --- a/plugins/MacAU/IronOxideClassic/IronOxideClassic.r +++ b/plugins/MacAU/IronOxideClassic/IronOxideClassic.r @@ -5,7 +5,7 @@ * * Created: 5/13/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/IronOxideClassic/IronOxideClassicVersion.h b/plugins/MacAU/IronOxideClassic/IronOxideClassicVersion.h index a2321e7dc..cd1ce06ee 100755 --- a/plugins/MacAU/IronOxideClassic/IronOxideClassicVersion.h +++ b/plugins/MacAU/IronOxideClassic/IronOxideClassicVersion.h @@ -5,7 +5,7 @@ * * Created: 5/13/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/IronOxideClassic2/IronOxideClassic2.cpp b/plugins/MacAU/IronOxideClassic2/IronOxideClassic2.cpp index a2956da98..18874318e 100755 --- a/plugins/MacAU/IronOxideClassic2/IronOxideClassic2.cpp +++ b/plugins/MacAU/IronOxideClassic2/IronOxideClassic2.cpp @@ -5,7 +5,7 @@ * * Created: 3/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/IronOxideClassic2/IronOxideClassic2.h b/plugins/MacAU/IronOxideClassic2/IronOxideClassic2.h index d4fa13f74..c449c0b8e 100755 --- a/plugins/MacAU/IronOxideClassic2/IronOxideClassic2.h +++ b/plugins/MacAU/IronOxideClassic2/IronOxideClassic2.h @@ -5,7 +5,7 @@ * * Created: 3/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/IronOxideClassic2/IronOxideClassic2.r b/plugins/MacAU/IronOxideClassic2/IronOxideClassic2.r index bab185d5d..550e65f83 100755 --- a/plugins/MacAU/IronOxideClassic2/IronOxideClassic2.r +++ b/plugins/MacAU/IronOxideClassic2/IronOxideClassic2.r @@ -5,7 +5,7 @@ * * Created: 3/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/IronOxideClassic2/IronOxideClassic2Version.h b/plugins/MacAU/IronOxideClassic2/IronOxideClassic2Version.h index 023e1cbc5..c867a565c 100755 --- a/plugins/MacAU/IronOxideClassic2/IronOxideClassic2Version.h +++ b/plugins/MacAU/IronOxideClassic2/IronOxideClassic2Version.h @@ -5,7 +5,7 @@ * * Created: 3/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Isolator/Isolator.cpp b/plugins/MacAU/Isolator/Isolator.cpp index a8c74affd..4b08f0552 100755 --- a/plugins/MacAU/Isolator/Isolator.cpp +++ b/plugins/MacAU/Isolator/Isolator.cpp @@ -5,7 +5,7 @@ * * Created: 11/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Isolator/Isolator.h b/plugins/MacAU/Isolator/Isolator.h index 821e02161..a6083a639 100755 --- a/plugins/MacAU/Isolator/Isolator.h +++ b/plugins/MacAU/Isolator/Isolator.h @@ -5,7 +5,7 @@ * * Created: 11/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Isolator/Isolator.r b/plugins/MacAU/Isolator/Isolator.r index 4b4ce90ac..cd421bbef 100755 --- a/plugins/MacAU/Isolator/Isolator.r +++ b/plugins/MacAU/Isolator/Isolator.r @@ -5,7 +5,7 @@ * * Created: 11/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Isolator/IsolatorVersion.h b/plugins/MacAU/Isolator/IsolatorVersion.h index 0909abc60..151d0baa0 100755 --- a/plugins/MacAU/Isolator/IsolatorVersion.h +++ b/plugins/MacAU/Isolator/IsolatorVersion.h @@ -5,7 +5,7 @@ * * Created: 11/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Isolator2/Isolator2.cpp b/plugins/MacAU/Isolator2/Isolator2.cpp index 79fc6eb82..bec1e43ab 100644 --- a/plugins/MacAU/Isolator2/Isolator2.cpp +++ b/plugins/MacAU/Isolator2/Isolator2.cpp @@ -5,7 +5,7 @@ * * Created: 2/21/22 * - * Copyright: Copyright © 2022 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacAU/Isolator2/Isolator2.h b/plugins/MacAU/Isolator2/Isolator2.h index 10b18d581..3f9fec9db 100644 --- a/plugins/MacAU/Isolator2/Isolator2.h +++ b/plugins/MacAU/Isolator2/Isolator2.h @@ -5,7 +5,7 @@ * * Created: 2/21/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Isolator2/Isolator2.r b/plugins/MacAU/Isolator2/Isolator2.r index f1c01dc6e..b5c2fc49a 100644 --- a/plugins/MacAU/Isolator2/Isolator2.r +++ b/plugins/MacAU/Isolator2/Isolator2.r @@ -5,7 +5,7 @@ * * Created: 2/21/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Isolator2/Isolator2Version.h b/plugins/MacAU/Isolator2/Isolator2Version.h index d97a05a3a..c347ccdeb 100644 --- a/plugins/MacAU/Isolator2/Isolator2Version.h +++ b/plugins/MacAU/Isolator2/Isolator2Version.h @@ -5,7 +5,7 @@ * * Created: 2/21/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/LRFlipTimer/LRFlipTimer.cpp b/plugins/MacAU/LRFlipTimer/LRFlipTimer.cpp index 18f8dde8b..37663d3ce 100755 --- a/plugins/MacAU/LRFlipTimer/LRFlipTimer.cpp +++ b/plugins/MacAU/LRFlipTimer/LRFlipTimer.cpp @@ -5,7 +5,7 @@ * * Created: 1/29/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/LRFlipTimer/LRFlipTimer.h b/plugins/MacAU/LRFlipTimer/LRFlipTimer.h index 05be221c0..0a2642e19 100755 --- a/plugins/MacAU/LRFlipTimer/LRFlipTimer.h +++ b/plugins/MacAU/LRFlipTimer/LRFlipTimer.h @@ -5,7 +5,7 @@ * * Created: 1/29/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/LRFlipTimer/LRFlipTimer.r b/plugins/MacAU/LRFlipTimer/LRFlipTimer.r index 77c3a8400..6d11dcb4f 100755 --- a/plugins/MacAU/LRFlipTimer/LRFlipTimer.r +++ b/plugins/MacAU/LRFlipTimer/LRFlipTimer.r @@ -5,7 +5,7 @@ * * Created: 1/29/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/LRFlipTimer/LRFlipTimerVersion.h b/plugins/MacAU/LRFlipTimer/LRFlipTimerVersion.h index 81c409feb..1df65b42c 100755 --- a/plugins/MacAU/LRFlipTimer/LRFlipTimerVersion.h +++ b/plugins/MacAU/LRFlipTimer/LRFlipTimerVersion.h @@ -5,7 +5,7 @@ * * Created: 1/29/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/LeadAmp/LeadAmp.cpp b/plugins/MacAU/LeadAmp/LeadAmp.cpp index 637f2937d..e847d75c2 100755 --- a/plugins/MacAU/LeadAmp/LeadAmp.cpp +++ b/plugins/MacAU/LeadAmp/LeadAmp.cpp @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/LeadAmp/LeadAmp.h b/plugins/MacAU/LeadAmp/LeadAmp.h index a665d25a5..42054133d 100755 --- a/plugins/MacAU/LeadAmp/LeadAmp.h +++ b/plugins/MacAU/LeadAmp/LeadAmp.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/LeadAmp/LeadAmp.r b/plugins/MacAU/LeadAmp/LeadAmp.r index e21d660e2..348ab90c5 100755 --- a/plugins/MacAU/LeadAmp/LeadAmp.r +++ b/plugins/MacAU/LeadAmp/LeadAmp.r @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/LeadAmp/LeadAmpVersion.h b/plugins/MacAU/LeadAmp/LeadAmpVersion.h index 3b7f56b37..0c0b424fd 100755 --- a/plugins/MacAU/LeadAmp/LeadAmpVersion.h +++ b/plugins/MacAU/LeadAmp/LeadAmpVersion.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/LeftoMono/LeftoMono.cpp b/plugins/MacAU/LeftoMono/LeftoMono.cpp index 9606e99b3..c5443913b 100755 --- a/plugins/MacAU/LeftoMono/LeftoMono.cpp +++ b/plugins/MacAU/LeftoMono/LeftoMono.cpp @@ -5,7 +5,7 @@ * * Created: 10/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/LeftoMono/LeftoMono.h b/plugins/MacAU/LeftoMono/LeftoMono.h index 5e8f4a5a9..2f62003f4 100755 --- a/plugins/MacAU/LeftoMono/LeftoMono.h +++ b/plugins/MacAU/LeftoMono/LeftoMono.h @@ -5,7 +5,7 @@ * * Created: 10/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/LeftoMono/LeftoMono.r b/plugins/MacAU/LeftoMono/LeftoMono.r index eaf6dd31b..a3905fe77 100755 --- a/plugins/MacAU/LeftoMono/LeftoMono.r +++ b/plugins/MacAU/LeftoMono/LeftoMono.r @@ -5,7 +5,7 @@ * * Created: 10/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/LeftoMono/LeftoMonoVersion.h b/plugins/MacAU/LeftoMono/LeftoMonoVersion.h index ef2d42e2d..877300d2d 100755 --- a/plugins/MacAU/LeftoMono/LeftoMonoVersion.h +++ b/plugins/MacAU/LeftoMono/LeftoMonoVersion.h @@ -5,7 +5,7 @@ * * Created: 10/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/LilAmp/LilAmp.cpp b/plugins/MacAU/LilAmp/LilAmp.cpp index ab5149d28..e82fb2b25 100755 --- a/plugins/MacAU/LilAmp/LilAmp.cpp +++ b/plugins/MacAU/LilAmp/LilAmp.cpp @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/LilAmp/LilAmp.h b/plugins/MacAU/LilAmp/LilAmp.h index 89f687d48..084f7e949 100755 --- a/plugins/MacAU/LilAmp/LilAmp.h +++ b/plugins/MacAU/LilAmp/LilAmp.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/LilAmp/LilAmp.r b/plugins/MacAU/LilAmp/LilAmp.r index 6ed0e2a8f..bbc37693f 100755 --- a/plugins/MacAU/LilAmp/LilAmp.r +++ b/plugins/MacAU/LilAmp/LilAmp.r @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/LilAmp/LilAmpVersion.h b/plugins/MacAU/LilAmp/LilAmpVersion.h index c6499771d..bd0ad4a41 100755 --- a/plugins/MacAU/LilAmp/LilAmpVersion.h +++ b/plugins/MacAU/LilAmp/LilAmpVersion.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Logical4/Logical4.cpp b/plugins/MacAU/Logical4/Logical4.cpp index 51ca51341..c1d5dd4df 100755 --- a/plugins/MacAU/Logical4/Logical4.cpp +++ b/plugins/MacAU/Logical4/Logical4.cpp @@ -5,7 +5,7 @@ * * Created: 11/9/15 * - * Copyright: Copyright © 2015 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacAU/Logical4/Logical4.h b/plugins/MacAU/Logical4/Logical4.h index 64c6a5476..bac0a5ffb 100755 --- a/plugins/MacAU/Logical4/Logical4.h +++ b/plugins/MacAU/Logical4/Logical4.h @@ -5,7 +5,7 @@ * * Created: 11/9/15 * - * Copyright: Copyright © 2015 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacAU/Logical4/Logical4.r b/plugins/MacAU/Logical4/Logical4.r index 492f018c6..6368adc30 100755 --- a/plugins/MacAU/Logical4/Logical4.r +++ b/plugins/MacAU/Logical4/Logical4.r @@ -5,7 +5,7 @@ * * Created: 11/9/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Logical4/Logical4Version.h b/plugins/MacAU/Logical4/Logical4Version.h index 6a28b773b..c3cf9005d 100755 --- a/plugins/MacAU/Logical4/Logical4Version.h +++ b/plugins/MacAU/Logical4/Logical4Version.h @@ -5,7 +5,7 @@ * * Created: 11/9/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Loud/Loud.cpp b/plugins/MacAU/Loud/Loud.cpp index 35de0101d..dc35fe935 100755 --- a/plugins/MacAU/Loud/Loud.cpp +++ b/plugins/MacAU/Loud/Loud.cpp @@ -5,7 +5,7 @@ * * Created: 10/6/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Loud/Loud.h b/plugins/MacAU/Loud/Loud.h index 79c4d9ba3..40d4b9a78 100755 --- a/plugins/MacAU/Loud/Loud.h +++ b/plugins/MacAU/Loud/Loud.h @@ -5,7 +5,7 @@ * * Created: 10/6/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Loud/Loud.r b/plugins/MacAU/Loud/Loud.r index c95785cb7..8086e7ac2 100755 --- a/plugins/MacAU/Loud/Loud.r +++ b/plugins/MacAU/Loud/Loud.r @@ -5,7 +5,7 @@ * * Created: 10/6/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Loud/LoudVersion.h b/plugins/MacAU/Loud/LoudVersion.h index e6736b9ab..e9899a3f7 100755 --- a/plugins/MacAU/Loud/LoudVersion.h +++ b/plugins/MacAU/Loud/LoudVersion.h @@ -5,7 +5,7 @@ * * Created: 10/6/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Lowpass/Lowpass.cpp b/plugins/MacAU/Lowpass/Lowpass.cpp index fc69c2c68..a628d5edd 100755 --- a/plugins/MacAU/Lowpass/Lowpass.cpp +++ b/plugins/MacAU/Lowpass/Lowpass.cpp @@ -5,7 +5,7 @@ * * Created: 2/22/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Lowpass/Lowpass.h b/plugins/MacAU/Lowpass/Lowpass.h index b07871041..5546ebd86 100755 --- a/plugins/MacAU/Lowpass/Lowpass.h +++ b/plugins/MacAU/Lowpass/Lowpass.h @@ -5,7 +5,7 @@ * * Created: 2/22/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Lowpass/Lowpass.r b/plugins/MacAU/Lowpass/Lowpass.r index e3e1b6e95..18b04329e 100755 --- a/plugins/MacAU/Lowpass/Lowpass.r +++ b/plugins/MacAU/Lowpass/Lowpass.r @@ -5,7 +5,7 @@ * * Created: 2/22/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Lowpass/LowpassVersion.h b/plugins/MacAU/Lowpass/LowpassVersion.h index cd397af47..07a6b0a6c 100755 --- a/plugins/MacAU/Lowpass/LowpassVersion.h +++ b/plugins/MacAU/Lowpass/LowpassVersion.h @@ -5,7 +5,7 @@ * * Created: 2/22/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Lowpass2/Lowpass2.cpp b/plugins/MacAU/Lowpass2/Lowpass2.cpp index 198d225e8..8f85c2a00 100755 --- a/plugins/MacAU/Lowpass2/Lowpass2.cpp +++ b/plugins/MacAU/Lowpass2/Lowpass2.cpp @@ -5,7 +5,7 @@ * * Created: 3/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Lowpass2/Lowpass2.h b/plugins/MacAU/Lowpass2/Lowpass2.h index f4c5314dc..be056f3d3 100755 --- a/plugins/MacAU/Lowpass2/Lowpass2.h +++ b/plugins/MacAU/Lowpass2/Lowpass2.h @@ -5,7 +5,7 @@ * * Created: 3/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Lowpass2/Lowpass2.r b/plugins/MacAU/Lowpass2/Lowpass2.r index bf3f1cfc3..5cc3deb49 100755 --- a/plugins/MacAU/Lowpass2/Lowpass2.r +++ b/plugins/MacAU/Lowpass2/Lowpass2.r @@ -5,7 +5,7 @@ * * Created: 3/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Lowpass2/Lowpass2Version.h b/plugins/MacAU/Lowpass2/Lowpass2Version.h index c20614dba..81e27862d 100755 --- a/plugins/MacAU/Lowpass2/Lowpass2Version.h +++ b/plugins/MacAU/Lowpass2/Lowpass2Version.h @@ -5,7 +5,7 @@ * * Created: 3/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Luxor/Luxor.cpp b/plugins/MacAU/Luxor/Luxor.cpp index 0e98334aa..4eef1b9d1 100755 --- a/plugins/MacAU/Luxor/Luxor.cpp +++ b/plugins/MacAU/Luxor/Luxor.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Luxor/Luxor.h b/plugins/MacAU/Luxor/Luxor.h index fbbff439e..20ec8d88e 100755 --- a/plugins/MacAU/Luxor/Luxor.h +++ b/plugins/MacAU/Luxor/Luxor.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Luxor/Luxor.r b/plugins/MacAU/Luxor/Luxor.r index 3dcd0706c..4d8e9fb07 100755 --- a/plugins/MacAU/Luxor/Luxor.r +++ b/plugins/MacAU/Luxor/Luxor.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Luxor/LuxorVersion.h b/plugins/MacAU/Luxor/LuxorVersion.h index 2257baf8d..88eb93eb7 100755 --- a/plugins/MacAU/Luxor/LuxorVersion.h +++ b/plugins/MacAU/Luxor/LuxorVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/MV/MV.cpp b/plugins/MacAU/MV/MV.cpp index fafeb2ec2..7641b19fd 100755 --- a/plugins/MacAU/MV/MV.cpp +++ b/plugins/MacAU/MV/MV.cpp @@ -5,7 +5,7 @@ * * Created: 2/14/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/MV/MV.h b/plugins/MacAU/MV/MV.h index f7640b082..0c43e21d0 100755 --- a/plugins/MacAU/MV/MV.h +++ b/plugins/MacAU/MV/MV.h @@ -5,7 +5,7 @@ * * Created: 2/14/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/MV/MV.r b/plugins/MacAU/MV/MV.r index 651d56159..4e338f55a 100755 --- a/plugins/MacAU/MV/MV.r +++ b/plugins/MacAU/MV/MV.r @@ -5,7 +5,7 @@ * * Created: 2/14/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/MV/MVVersion.h b/plugins/MacAU/MV/MVVersion.h index 3154a3dff..5ec7ac886 100755 --- a/plugins/MacAU/MV/MVVersion.h +++ b/plugins/MacAU/MV/MVVersion.h @@ -5,7 +5,7 @@ * * Created: 2/14/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/MackEQ/MackEQ.cpp b/plugins/MacAU/MackEQ/MackEQ.cpp index 127b7b2b1..5ebbb4978 100644 --- a/plugins/MacAU/MackEQ/MackEQ.cpp +++ b/plugins/MacAU/MackEQ/MackEQ.cpp @@ -5,7 +5,7 @@ * * Created: 4/5/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/MackEQ/MackEQ.h b/plugins/MacAU/MackEQ/MackEQ.h index 23475e60e..eafd7d1f1 100644 --- a/plugins/MacAU/MackEQ/MackEQ.h +++ b/plugins/MacAU/MackEQ/MackEQ.h @@ -5,7 +5,7 @@ * * Created: 4/5/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/MackEQ/MackEQ.r b/plugins/MacAU/MackEQ/MackEQ.r index 2fd144ae0..10c25244c 100644 --- a/plugins/MacAU/MackEQ/MackEQ.r +++ b/plugins/MacAU/MackEQ/MackEQ.r @@ -5,7 +5,7 @@ * * Created: 4/5/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/MackEQ/MackEQVersion.h b/plugins/MacAU/MackEQ/MackEQVersion.h index 80549cb91..813abd36c 100644 --- a/plugins/MacAU/MackEQ/MackEQVersion.h +++ b/plugins/MacAU/MackEQ/MackEQVersion.h @@ -5,7 +5,7 @@ * * Created: 4/5/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Mackity/Mackity.cpp b/plugins/MacAU/Mackity/Mackity.cpp index 8a05bc5d1..75ee89f72 100644 --- a/plugins/MacAU/Mackity/Mackity.cpp +++ b/plugins/MacAU/Mackity/Mackity.cpp @@ -5,7 +5,7 @@ * * Created: 3/22/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Mackity/Mackity.h b/plugins/MacAU/Mackity/Mackity.h index f54f5f027..6f154430b 100644 --- a/plugins/MacAU/Mackity/Mackity.h +++ b/plugins/MacAU/Mackity/Mackity.h @@ -5,7 +5,7 @@ * * Created: 3/22/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Mackity/Mackity.r b/plugins/MacAU/Mackity/Mackity.r index 6e0b2a681..4a55fa0c1 100644 --- a/plugins/MacAU/Mackity/Mackity.r +++ b/plugins/MacAU/Mackity/Mackity.r @@ -5,7 +5,7 @@ * * Created: 3/22/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Mackity/MackityVersion.h b/plugins/MacAU/Mackity/MackityVersion.h index 3cb067076..838de3c12 100644 --- a/plugins/MacAU/Mackity/MackityVersion.h +++ b/plugins/MacAU/Mackity/MackityVersion.h @@ -5,7 +5,7 @@ * * Created: 3/22/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/MatrixVerb/MatrixVerb.cpp b/plugins/MacAU/MatrixVerb/MatrixVerb.cpp index a4d6bffcc..d0c0af977 100755 --- a/plugins/MacAU/MatrixVerb/MatrixVerb.cpp +++ b/plugins/MacAU/MatrixVerb/MatrixVerb.cpp @@ -5,7 +5,7 @@ * * Created: 10/26/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/MatrixVerb/MatrixVerb.h b/plugins/MacAU/MatrixVerb/MatrixVerb.h index d2c7ff0f1..b61bd7815 100755 --- a/plugins/MacAU/MatrixVerb/MatrixVerb.h +++ b/plugins/MacAU/MatrixVerb/MatrixVerb.h @@ -5,7 +5,7 @@ * * Created: 10/26/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/MatrixVerb/MatrixVerb.r b/plugins/MacAU/MatrixVerb/MatrixVerb.r index d1d5d2d87..a98312bd8 100755 --- a/plugins/MacAU/MatrixVerb/MatrixVerb.r +++ b/plugins/MacAU/MatrixVerb/MatrixVerb.r @@ -5,7 +5,7 @@ * * Created: 10/26/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/MatrixVerb/MatrixVerbVersion.h b/plugins/MacAU/MatrixVerb/MatrixVerbVersion.h index c5eae2f9e..48989935b 100755 --- a/plugins/MacAU/MatrixVerb/MatrixVerbVersion.h +++ b/plugins/MacAU/MatrixVerb/MatrixVerbVersion.h @@ -5,7 +5,7 @@ * * Created: 10/26/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Melt/Melt.cpp b/plugins/MacAU/Melt/Melt.cpp index c89bd6423..15fa69600 100755 --- a/plugins/MacAU/Melt/Melt.cpp +++ b/plugins/MacAU/Melt/Melt.cpp @@ -5,7 +5,7 @@ * * Created: 1/12/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Melt/Melt.h b/plugins/MacAU/Melt/Melt.h index d7366ad89..fe8119ab8 100755 --- a/plugins/MacAU/Melt/Melt.h +++ b/plugins/MacAU/Melt/Melt.h @@ -5,7 +5,7 @@ * * Created: 1/12/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Melt/Melt.r b/plugins/MacAU/Melt/Melt.r index 5c5e85c79..9bab26bb2 100755 --- a/plugins/MacAU/Melt/Melt.r +++ b/plugins/MacAU/Melt/Melt.r @@ -5,7 +5,7 @@ * * Created: 1/12/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Melt/MeltVersion.h b/plugins/MacAU/Melt/MeltVersion.h index 1faa17772..deb78bb9b 100755 --- a/plugins/MacAU/Melt/MeltVersion.h +++ b/plugins/MacAU/Melt/MeltVersion.h @@ -5,7 +5,7 @@ * * Created: 1/12/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/MidAmp/MidAmp.cpp b/plugins/MacAU/MidAmp/MidAmp.cpp index 0c760f7e1..b49a7e16a 100755 --- a/plugins/MacAU/MidAmp/MidAmp.cpp +++ b/plugins/MacAU/MidAmp/MidAmp.cpp @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/MidAmp/MidAmp.h b/plugins/MacAU/MidAmp/MidAmp.h index e0e5857c3..52fda9b4b 100755 --- a/plugins/MacAU/MidAmp/MidAmp.h +++ b/plugins/MacAU/MidAmp/MidAmp.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/MidAmp/MidAmp.r b/plugins/MacAU/MidAmp/MidAmp.r index 778ecbee5..847f710fb 100755 --- a/plugins/MacAU/MidAmp/MidAmp.r +++ b/plugins/MacAU/MidAmp/MidAmp.r @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/MidAmp/MidAmpVersion.h b/plugins/MacAU/MidAmp/MidAmpVersion.h index 02f10c4a4..2d858b134 100755 --- a/plugins/MacAU/MidAmp/MidAmpVersion.h +++ b/plugins/MacAU/MidAmp/MidAmpVersion.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/MidSide/MidSide.cpp b/plugins/MacAU/MidSide/MidSide.cpp index fee2b3d4f..d808b40f5 100755 --- a/plugins/MacAU/MidSide/MidSide.cpp +++ b/plugins/MacAU/MidSide/MidSide.cpp @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/MidSide/MidSide.h b/plugins/MacAU/MidSide/MidSide.h index c5dec2ac3..691a868fb 100755 --- a/plugins/MacAU/MidSide/MidSide.h +++ b/plugins/MacAU/MidSide/MidSide.h @@ -5,7 +5,7 @@ * * Created: 5/21/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/MidSide/MidSide.r b/plugins/MacAU/MidSide/MidSide.r index 895792731..85fa6481b 100755 --- a/plugins/MacAU/MidSide/MidSide.r +++ b/plugins/MacAU/MidSide/MidSide.r @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/MidSide/MidSideVersion.h b/plugins/MacAU/MidSide/MidSideVersion.h index 3286d911d..6c76a49e3 100755 --- a/plugins/MacAU/MidSide/MidSideVersion.h +++ b/plugins/MacAU/MidSide/MidSideVersion.h @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/MoNoam/MoNoam.cpp b/plugins/MacAU/MoNoam/MoNoam.cpp index 5a6c7e9cb..30e3414f8 100755 --- a/plugins/MacAU/MoNoam/MoNoam.cpp +++ b/plugins/MacAU/MoNoam/MoNoam.cpp @@ -5,7 +5,7 @@ * * Created: 9/12/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/MoNoam/MoNoam.h b/plugins/MacAU/MoNoam/MoNoam.h index 928fbbf1a..2aac45ab4 100755 --- a/plugins/MacAU/MoNoam/MoNoam.h +++ b/plugins/MacAU/MoNoam/MoNoam.h @@ -5,7 +5,7 @@ * * Created: 9/12/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/MoNoam/MoNoam.r b/plugins/MacAU/MoNoam/MoNoam.r index 5e5a545bf..c8bb5c577 100755 --- a/plugins/MacAU/MoNoam/MoNoam.r +++ b/plugins/MacAU/MoNoam/MoNoam.r @@ -5,7 +5,7 @@ * * Created: 9/12/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/MoNoam/MoNoamVersion.h b/plugins/MacAU/MoNoam/MoNoamVersion.h index 8ab8f6499..2cb4d13e0 100755 --- a/plugins/MacAU/MoNoam/MoNoamVersion.h +++ b/plugins/MacAU/MoNoam/MoNoamVersion.h @@ -5,7 +5,7 @@ * * Created: 9/12/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Mojo/Mojo.cpp b/plugins/MacAU/Mojo/Mojo.cpp index 31fdd7d6f..dfaa407c3 100755 --- a/plugins/MacAU/Mojo/Mojo.cpp +++ b/plugins/MacAU/Mojo/Mojo.cpp @@ -5,7 +5,7 @@ * * Created: 7/15/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Mojo/Mojo.h b/plugins/MacAU/Mojo/Mojo.h index 8ad81a904..e8ae4b6c8 100755 --- a/plugins/MacAU/Mojo/Mojo.h +++ b/plugins/MacAU/Mojo/Mojo.h @@ -5,7 +5,7 @@ * * Created: 7/15/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Mojo/Mojo.r b/plugins/MacAU/Mojo/Mojo.r index 0d6ee61f2..470b05e70 100755 --- a/plugins/MacAU/Mojo/Mojo.r +++ b/plugins/MacAU/Mojo/Mojo.r @@ -5,7 +5,7 @@ * * Created: 7/15/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Mojo/MojoVersion.h b/plugins/MacAU/Mojo/MojoVersion.h index 49cb304d3..8bc9aa7a2 100755 --- a/plugins/MacAU/Mojo/MojoVersion.h +++ b/plugins/MacAU/Mojo/MojoVersion.h @@ -5,7 +5,7 @@ * * Created: 7/15/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Monitoring/Monitoring.cpp b/plugins/MacAU/Monitoring/Monitoring.cpp index 7ad84706d..eeccee840 100755 --- a/plugins/MacAU/Monitoring/Monitoring.cpp +++ b/plugins/MacAU/Monitoring/Monitoring.cpp @@ -5,7 +5,7 @@ * * Created: 9/2/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Monitoring/Monitoring.h b/plugins/MacAU/Monitoring/Monitoring.h index e9f8b7652..357646c7f 100755 --- a/plugins/MacAU/Monitoring/Monitoring.h +++ b/plugins/MacAU/Monitoring/Monitoring.h @@ -5,7 +5,7 @@ * * Created: 9/2/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Monitoring/Monitoring.r b/plugins/MacAU/Monitoring/Monitoring.r index c2f039613..a8456347c 100755 --- a/plugins/MacAU/Monitoring/Monitoring.r +++ b/plugins/MacAU/Monitoring/Monitoring.r @@ -5,7 +5,7 @@ * * Created: 9/2/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Monitoring/MonitoringVersion.h b/plugins/MacAU/Monitoring/MonitoringVersion.h index 4bdd4fbb4..00c13fe2d 100755 --- a/plugins/MacAU/Monitoring/MonitoringVersion.h +++ b/plugins/MacAU/Monitoring/MonitoringVersion.h @@ -5,7 +5,7 @@ * * Created: 9/2/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Monitoring2/Monitoring2.cpp b/plugins/MacAU/Monitoring2/Monitoring2.cpp index f3270e4f0..434149275 100644 --- a/plugins/MacAU/Monitoring2/Monitoring2.cpp +++ b/plugins/MacAU/Monitoring2/Monitoring2.cpp @@ -5,7 +5,7 @@ * * Created: 9/13/21 * -* Copyright: Copyright � 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Monitoring2/Monitoring2.h b/plugins/MacAU/Monitoring2/Monitoring2.h index 32b707a39..472cb6e0a 100644 --- a/plugins/MacAU/Monitoring2/Monitoring2.h +++ b/plugins/MacAU/Monitoring2/Monitoring2.h @@ -5,7 +5,7 @@ * * Created: 9/13/21 * -* Copyright: Copyright � 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Monitoring2/Monitoring2.r b/plugins/MacAU/Monitoring2/Monitoring2.r index b634d39ff..c1e573d31 100644 --- a/plugins/MacAU/Monitoring2/Monitoring2.r +++ b/plugins/MacAU/Monitoring2/Monitoring2.r @@ -5,7 +5,7 @@ * * Created: 9/13/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Monitoring2/Monitoring2Version.h b/plugins/MacAU/Monitoring2/Monitoring2Version.h index 0265b04e5..3a1988147 100644 --- a/plugins/MacAU/Monitoring2/Monitoring2Version.h +++ b/plugins/MacAU/Monitoring2/Monitoring2Version.h @@ -5,7 +5,7 @@ * * Created: 9/13/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Monitoring3/Monitoring3.cpp b/plugins/MacAU/Monitoring3/Monitoring3.cpp index b2d213287..bbc8742ec 100755 --- a/plugins/MacAU/Monitoring3/Monitoring3.cpp +++ b/plugins/MacAU/Monitoring3/Monitoring3.cpp @@ -5,7 +5,7 @@ * * Created: 8/18/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -210,13 +210,7 @@ ComponentResult Monitoring3::Reset(AudioUnitScope inScope, AudioUnitElement inE darkSampleL[count] = 0; darkSampleR[count] = 0; } - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= GetSampleRate(); - depth = (int)(17.0*overallscale); - if (depth < 3) depth = 3; - if (depth > 98) depth = 98; //Dark - + for(int count = 0; count < 1502; count++) { aL[count] = 0.0; bL[count] = 0.0; cL[count] = 0.0; dL[count] = 0.0; aR[count] = 0.0; bR[count] = 0.0; cR[count] = 0.0; dR[count] = 0.0; @@ -261,6 +255,10 @@ OSStatus Monitoring3::ProcessBufferLists(AudioUnitRenderActionFlags & ioActionF overallscale /= 44100.0; overallscale *= GetSampleRate(); + depth = (int)(17.0*overallscale); + if (depth < 3) depth = 3; + if (depth > 98) depth = 98; //Dark + int depth = (int)(17.0*overallscale); if (depth < 3) depth = 3; if (depth > 98) depth = 98; //for Dark diff --git a/plugins/MacAU/Monitoring3/Monitoring3.h b/plugins/MacAU/Monitoring3/Monitoring3.h index 0aa76fb83..b7d83f209 100755 --- a/plugins/MacAU/Monitoring3/Monitoring3.h +++ b/plugins/MacAU/Monitoring3/Monitoring3.h @@ -5,7 +5,7 @@ * * Created: 8/18/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Monitoring3/Monitoring3.r b/plugins/MacAU/Monitoring3/Monitoring3.r index 38ca6408e..8fbb082c8 100755 --- a/plugins/MacAU/Monitoring3/Monitoring3.r +++ b/plugins/MacAU/Monitoring3/Monitoring3.r @@ -5,7 +5,7 @@ * * Created: 8/18/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Monitoring3/Monitoring3.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/Monitoring3/Monitoring3.xcodeproj/christopherjohnson.pbxuser index d97592b1d..7651ae87f 100755 --- a/plugins/MacAU/Monitoring3/Monitoring3.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacAU/Monitoring3/Monitoring3.xcodeproj/christopherjohnson.pbxuser @@ -51,12 +51,14 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 682536547; - PBXWorkspaceStateSaveDate = 682536547; + PBXPerProjectTemplateStateSaveDate = 688003558; + PBXWorkspaceStateSaveDate = 688003558; }; perUserProjectItems = { - 8BA681F528AEAFEA0021E3C9 /* PBXTextBookmark */ = 8BA681F528AEAFEA0021E3C9 /* PBXTextBookmark */; - 8BA681F628AEAFEA0021E3C9 /* PBXTextBookmark */ = 8BA681F628AEAFEA0021E3C9 /* PBXTextBookmark */; + 8BAA20B6290219E900316531 /* PBXBookmark */ = 8BAA20B6290219E900316531 /* PBXBookmark */; + 8BAA20BB29021A1E00316531 /* PBXTextBookmark */ = 8BAA20BB29021A1E00316531 /* PBXTextBookmark */; + 8BAA20C029021A3100316531 /* PBXTextBookmark */ = 8BAA20C029021A3100316531 /* PBXTextBookmark */; + 8BAA20C629021A3100316531 /* PBXTextBookmark */ = 8BAA20C629021A3100316531 /* PBXTextBookmark */; }; sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; userBuildSettings = { @@ -64,10 +66,10 @@ }; 8BA05A660720730100365D66 /* Monitoring3.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1578, 13986}}"; - sepNavSelRange = "{8674, 0}"; - sepNavVisRange = "{8585, 187}"; - sepNavWindowFrame = "{{8, 71}, {961, 787}}"; + sepNavIntBoundsRect = "{{0, 0}, {1578, 13932}}"; + sepNavSelRange = "{8586, 0}"; + sepNavVisRange = "{8587, 221}"; + sepNavWindowFrame = "{{279, 91}, {961, 787}}"; }; }; 8BA05A690720730100365D66 /* Monitoring3Version.h */ = { @@ -85,25 +87,39 @@ sepNavVisRange = "{0, 1336}"; }; }; - 8BA681F528AEAFEA0021E3C9 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; + 8BAA20B6290219E900316531 /* PBXBookmark */ = { + isa = PBXBookmark; fRef = 8BA05A660720730100365D66 /* Monitoring3.cpp */; - name = "Monitoring3.cpp: 216"; - rLen = 0; - rLoc = 8674; - rType = 0; - vrLen = 187; - vrLoc = 8585; }; - 8BA681F628AEAFEA0021E3C9 /* PBXTextBookmark */ = { + 8BAA20BB29021A1E00316531 /* PBXTextBookmark */ = { isa = PBXTextBookmark; fRef = 8BA05A660720730100365D66 /* Monitoring3.cpp */; - name = "Monitoring3.cpp: 216"; + name = "Monitoring3.cpp: 213"; rLen = 0; - rLoc = 8674; + rLoc = 8586; rType = 0; - vrLen = 187; - vrLoc = 8585; + vrLen = 221; + vrLoc = 8587; + }; + 8BAA20C029021A3100316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Monitoring3.cpp */; + name = "Monitoring3.cpp: 213"; + rLen = 0; + rLoc = 8586; + rType = 0; + vrLen = 221; + vrLoc = 8587; + }; + 8BAA20C629021A3100316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Monitoring3.cpp */; + name = "Monitoring3.cpp: 258"; + rLen = 0; + rLoc = 10995; + rType = 0; + vrLen = 1832; + vrLoc = 10193; }; 8BC6025B073B072D006C4272 /* Monitoring3.h */ = { uiCtxt = { diff --git a/plugins/MacAU/Monitoring3/Monitoring3.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/Monitoring3/Monitoring3.xcodeproj/christopherjohnson.perspectivev3 index 4050a3f01..744916579 100755 --- a/plugins/MacAU/Monitoring3/Monitoring3.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacAU/Monitoring3/Monitoring3.xcodeproj/christopherjohnson.perspectivev3 @@ -222,7 +222,48 @@ OpenEditors - + + + Content + + PBXProjectModuleGUID + 8BAA20C429021A3100316531 + PBXProjectModuleLabel + Monitoring3.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BAA20C529021A3100316531 + PBXProjectModuleLabel + Monitoring3.cpp + _historyCapacity + 0 + bookmark + 8BAA20C629021A3100316531 + history + + 8BAA20B6290219E900316531 + + + SplitCount + 1 + + StatusBarVisibility + + + Geometry + + Frame + {{0, 20}, {961, 690}} + PBXModuleWindowStatusBarHidden2 + + RubberWindowFrame + 279 147 961 731 0 0 1440 878 + + + PerspectiveWidths 810 @@ -256,8 +297,6 @@ Layout - BecomeActive - ContentConfiguration PBXBottomSmartGroupGIDs @@ -352,10 +391,10 @@ _historyCapacity 0 bookmark - 8BA681F628AEAFEA0021E3C9 + 8BAA20C029021A3100316531 history - 8BA681F528AEAFEA0021E3C9 + 8BAA20BB29021A1E00316531 SplitCount @@ -369,18 +408,18 @@ GeometryConfiguration Frame - {{0, 0}, {603, 132}} + {{0, 0}, {603, 117}} RubberWindowFrame 57 276 810 487 0 0 1440 878 Module PBXNavigatorGroup Proportion - 132pt + 117pt Proportion - 309pt + 324pt Tabs @@ -394,9 +433,7 @@ GeometryConfiguration Frame - {{10, 27}, {603, 282}} - RubberWindowFrame - 57 276 810 487 0 0 1440 878 + {{10, 27}, {603, 297}} Module XCDetailModule @@ -450,7 +487,9 @@ GeometryConfiguration Frame - {{10, 27}, {603, 414}} + {{10, 27}, {603, 297}} + RubberWindowFrame + 57 276 810 487 0 0 1440 878 Module PBXBuildResultsModule @@ -478,11 +517,11 @@ TableOfContents - 8BA681F728AEAFEA0021E3C9 + 8BAA20C129021A3100316531 1CA23ED40692098700951B8B - 8BA681F828AEAFEA0021E3C9 + 8BAA20C229021A3100316531 8BA6811D28AEA0030021E3C9 - 8BA681F928AEAFEA0021E3C9 + 8BAA20C329021A3100316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -655,7 +694,7 @@ StatusbarIsVisible TimeStamp - 682536938.35175395 + 688003633.13623202 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -672,6 +711,7 @@ 5 WindowOrderList + 8BAA20C429021A3100316531 /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Monitoring3/Monitoring3.xcodeproj WindowString diff --git a/plugins/MacAU/Monitoring3/Monitoring3Version.h b/plugins/MacAU/Monitoring3/Monitoring3Version.h index c62cca21a..837708d6a 100755 --- a/plugins/MacAU/Monitoring3/Monitoring3Version.h +++ b/plugins/MacAU/Monitoring3/Monitoring3Version.h @@ -5,7 +5,7 @@ * * Created: 8/18/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/MultiBandDistortion/MultiBandDistortion.cpp b/plugins/MacAU/MultiBandDistortion/MultiBandDistortion.cpp index bfdc769bf..5b384a9c3 100755 --- a/plugins/MacAU/MultiBandDistortion/MultiBandDistortion.cpp +++ b/plugins/MacAU/MultiBandDistortion/MultiBandDistortion.cpp @@ -5,7 +5,7 @@ * * Created: 4/24/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/MultiBandDistortion/MultiBandDistortion.h b/plugins/MacAU/MultiBandDistortion/MultiBandDistortion.h index 08bda1cde..2dcef1803 100755 --- a/plugins/MacAU/MultiBandDistortion/MultiBandDistortion.h +++ b/plugins/MacAU/MultiBandDistortion/MultiBandDistortion.h @@ -5,7 +5,7 @@ * * Created: 4/24/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/MultiBandDistortion/MultiBandDistortion.r b/plugins/MacAU/MultiBandDistortion/MultiBandDistortion.r index b8abb99b4..9c2927464 100755 --- a/plugins/MacAU/MultiBandDistortion/MultiBandDistortion.r +++ b/plugins/MacAU/MultiBandDistortion/MultiBandDistortion.r @@ -5,7 +5,7 @@ * * Created: 4/24/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/MultiBandDistortion/MultiBandDistortionVersion.h b/plugins/MacAU/MultiBandDistortion/MultiBandDistortionVersion.h index 4612f8a9a..97a539cd4 100755 --- a/plugins/MacAU/MultiBandDistortion/MultiBandDistortionVersion.h +++ b/plugins/MacAU/MultiBandDistortion/MultiBandDistortionVersion.h @@ -5,7 +5,7 @@ * * Created: 4/24/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/NCSeventeen/NCSeventeen.cpp b/plugins/MacAU/NCSeventeen/NCSeventeen.cpp index 579352187..4b2d2c8d0 100755 --- a/plugins/MacAU/NCSeventeen/NCSeventeen.cpp +++ b/plugins/MacAU/NCSeventeen/NCSeventeen.cpp @@ -5,7 +5,7 @@ * * Created: 9/27/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/NCSeventeen/NCSeventeen.h b/plugins/MacAU/NCSeventeen/NCSeventeen.h index b3421b7f3..52826ccf8 100755 --- a/plugins/MacAU/NCSeventeen/NCSeventeen.h +++ b/plugins/MacAU/NCSeventeen/NCSeventeen.h @@ -5,7 +5,7 @@ * * Created: 9/27/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/NCSeventeen/NCSeventeen.r b/plugins/MacAU/NCSeventeen/NCSeventeen.r index 4c82ef9af..4b3698c33 100755 --- a/plugins/MacAU/NCSeventeen/NCSeventeen.r +++ b/plugins/MacAU/NCSeventeen/NCSeventeen.r @@ -5,7 +5,7 @@ * * Created: 9/27/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/NCSeventeen/NCSeventeenVersion.h b/plugins/MacAU/NCSeventeen/NCSeventeenVersion.h index 5588890b9..a30e773c1 100755 --- a/plugins/MacAU/NCSeventeen/NCSeventeenVersion.h +++ b/plugins/MacAU/NCSeventeen/NCSeventeenVersion.h @@ -5,7 +5,7 @@ * * Created: 9/27/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/NaturalizeDither/NaturalizeDither.cpp b/plugins/MacAU/NaturalizeDither/NaturalizeDither.cpp index 58835f7b1..3d578968e 100755 --- a/plugins/MacAU/NaturalizeDither/NaturalizeDither.cpp +++ b/plugins/MacAU/NaturalizeDither/NaturalizeDither.cpp @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright � 2016 Airwindows, All Rights Reserved +* Copyright: Copyright � 2016 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, installation, modification diff --git a/plugins/MacAU/NaturalizeDither/NaturalizeDither.h b/plugins/MacAU/NaturalizeDither/NaturalizeDither.h index 20e7d4bb6..3ab5c6c93 100755 --- a/plugins/MacAU/NaturalizeDither/NaturalizeDither.h +++ b/plugins/MacAU/NaturalizeDither/NaturalizeDither.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright � 2016 Airwindows, All Rights Reserved +* Copyright: Copyright � 2016 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, installation, modification diff --git a/plugins/MacAU/NaturalizeDither/NaturalizeDither.r b/plugins/MacAU/NaturalizeDither/NaturalizeDither.r index a495786ff..6c7067353 100755 --- a/plugins/MacAU/NaturalizeDither/NaturalizeDither.r +++ b/plugins/MacAU/NaturalizeDither/NaturalizeDither.r @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/NaturalizeDither/NaturalizeDitherVersion.h b/plugins/MacAU/NaturalizeDither/NaturalizeDitherVersion.h index f7899317f..a70ba355a 100755 --- a/plugins/MacAU/NaturalizeDither/NaturalizeDitherVersion.h +++ b/plugins/MacAU/NaturalizeDither/NaturalizeDitherVersion.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Neverland/Neverland.cpp b/plugins/MacAU/Neverland/Neverland.cpp index c45484871..ec8da3145 100755 --- a/plugins/MacAU/Neverland/Neverland.cpp +++ b/plugins/MacAU/Neverland/Neverland.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Neverland/Neverland.h b/plugins/MacAU/Neverland/Neverland.h index e5a90a58d..350d8b51d 100755 --- a/plugins/MacAU/Neverland/Neverland.h +++ b/plugins/MacAU/Neverland/Neverland.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Neverland/Neverland.r b/plugins/MacAU/Neverland/Neverland.r index 73eaa00a1..451180325 100755 --- a/plugins/MacAU/Neverland/Neverland.r +++ b/plugins/MacAU/Neverland/Neverland.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Neverland/NeverlandVersion.h b/plugins/MacAU/Neverland/NeverlandVersion.h index a44758737..b540081cc 100755 --- a/plugins/MacAU/Neverland/NeverlandVersion.h +++ b/plugins/MacAU/Neverland/NeverlandVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Nikola/Nikola.cpp b/plugins/MacAU/Nikola/Nikola.cpp index ddb15b19a..51d7b3c3f 100755 --- a/plugins/MacAU/Nikola/Nikola.cpp +++ b/plugins/MacAU/Nikola/Nikola.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Nikola/Nikola.h b/plugins/MacAU/Nikola/Nikola.h index 4c4e086a6..b43aeb1d8 100755 --- a/plugins/MacAU/Nikola/Nikola.h +++ b/plugins/MacAU/Nikola/Nikola.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Nikola/Nikola.r b/plugins/MacAU/Nikola/Nikola.r index cb932a3db..32471daf4 100755 --- a/plugins/MacAU/Nikola/Nikola.r +++ b/plugins/MacAU/Nikola/Nikola.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Nikola/NikolaVersion.h b/plugins/MacAU/Nikola/NikolaVersion.h index c973b9356..75031500f 100755 --- a/plugins/MacAU/Nikola/NikolaVersion.h +++ b/plugins/MacAU/Nikola/NikolaVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/NodeDither/NodeDither.cpp b/plugins/MacAU/NodeDither/NodeDither.cpp index c3bb410f3..f3e58a9ed 100755 --- a/plugins/MacAU/NodeDither/NodeDither.cpp +++ b/plugins/MacAU/NodeDither/NodeDither.cpp @@ -5,7 +5,7 @@ * * Created: 12/7/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/NodeDither/NodeDither.h b/plugins/MacAU/NodeDither/NodeDither.h index ea8e07b12..647528ed4 100755 --- a/plugins/MacAU/NodeDither/NodeDither.h +++ b/plugins/MacAU/NodeDither/NodeDither.h @@ -5,7 +5,7 @@ * * Created: 12/7/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/NodeDither/NodeDither.r b/plugins/MacAU/NodeDither/NodeDither.r index 3f520c587..546bcb381 100755 --- a/plugins/MacAU/NodeDither/NodeDither.r +++ b/plugins/MacAU/NodeDither/NodeDither.r @@ -5,7 +5,7 @@ * * Created: 12/7/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/NodeDither/NodeDitherVersion.h b/plugins/MacAU/NodeDither/NodeDitherVersion.h index 1c484ded4..8967a6f7e 100755 --- a/plugins/MacAU/NodeDither/NodeDitherVersion.h +++ b/plugins/MacAU/NodeDither/NodeDitherVersion.h @@ -5,7 +5,7 @@ * * Created: 12/7/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Noise/Noise.cpp b/plugins/MacAU/Noise/Noise.cpp index 2a2507335..2094d6b84 100755 --- a/plugins/MacAU/Noise/Noise.cpp +++ b/plugins/MacAU/Noise/Noise.cpp @@ -5,7 +5,7 @@ * * Created: 5/7/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Noise/Noise.h b/plugins/MacAU/Noise/Noise.h index 31568fe4a..4af537b0b 100755 --- a/plugins/MacAU/Noise/Noise.h +++ b/plugins/MacAU/Noise/Noise.h @@ -5,7 +5,7 @@ * * Created: 5/7/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Noise/Noise.r b/plugins/MacAU/Noise/Noise.r index cc3ae78bd..103852da6 100755 --- a/plugins/MacAU/Noise/Noise.r +++ b/plugins/MacAU/Noise/Noise.r @@ -5,7 +5,7 @@ * * Created: 5/7/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Noise/NoiseVersion.h b/plugins/MacAU/Noise/NoiseVersion.h index 899e01d9c..d13102395 100755 --- a/plugins/MacAU/Noise/NoiseVersion.h +++ b/plugins/MacAU/Noise/NoiseVersion.h @@ -5,7 +5,7 @@ * * Created: 5/7/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/NonlinearSpace/NonlinearSpace.cpp b/plugins/MacAU/NonlinearSpace/NonlinearSpace.cpp index 34f86e021..a1054aff6 100755 --- a/plugins/MacAU/NonlinearSpace/NonlinearSpace.cpp +++ b/plugins/MacAU/NonlinearSpace/NonlinearSpace.cpp @@ -5,7 +5,7 @@ * * Created: 12/21/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/NonlinearSpace/NonlinearSpace.h b/plugins/MacAU/NonlinearSpace/NonlinearSpace.h index b3b85dbf3..72441e848 100755 --- a/plugins/MacAU/NonlinearSpace/NonlinearSpace.h +++ b/plugins/MacAU/NonlinearSpace/NonlinearSpace.h @@ -5,7 +5,7 @@ * * Created: 12/21/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/NonlinearSpace/NonlinearSpace.r b/plugins/MacAU/NonlinearSpace/NonlinearSpace.r index 042324837..f9c7d5598 100755 --- a/plugins/MacAU/NonlinearSpace/NonlinearSpace.r +++ b/plugins/MacAU/NonlinearSpace/NonlinearSpace.r @@ -5,7 +5,7 @@ * * Created: 12/21/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/NonlinearSpace/NonlinearSpaceVersion.h b/plugins/MacAU/NonlinearSpace/NonlinearSpaceVersion.h index 06a761721..8c5f1df6d 100755 --- a/plugins/MacAU/NonlinearSpace/NonlinearSpaceVersion.h +++ b/plugins/MacAU/NonlinearSpace/NonlinearSpaceVersion.h @@ -5,7 +5,7 @@ * * Created: 12/21/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.cpp b/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.cpp index 06846975c..9aad98ccc 100755 --- a/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.cpp +++ b/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.cpp @@ -5,7 +5,7 @@ * * Created: 1/31/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.h b/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.h index 7ca7ce40e..ea9f68aa3 100755 --- a/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.h +++ b/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.h @@ -5,7 +5,7 @@ * * Created: 1/31/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.r b/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.r index 5b4335fec..30206e7f6 100755 --- a/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.r +++ b/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.r @@ -5,7 +5,7 @@ * * Created: 1/31/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCDVersion.h b/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCDVersion.h index c351657f3..9c653721d 100755 --- a/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCDVersion.h +++ b/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCDVersion.h @@ -5,7 +5,7 @@ * * Created: 1/31/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/NotJustAnotherDither/NotJustAnotherDither.cpp b/plugins/MacAU/NotJustAnotherDither/NotJustAnotherDither.cpp index 0d6d9b2dc..2a83207a7 100755 --- a/plugins/MacAU/NotJustAnotherDither/NotJustAnotherDither.cpp +++ b/plugins/MacAU/NotJustAnotherDither/NotJustAnotherDither.cpp @@ -5,7 +5,7 @@ * * Created: 1/31/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/NotJustAnotherDither/NotJustAnotherDither.h b/plugins/MacAU/NotJustAnotherDither/NotJustAnotherDither.h index 231d58a69..d85cf3929 100755 --- a/plugins/MacAU/NotJustAnotherDither/NotJustAnotherDither.h +++ b/plugins/MacAU/NotJustAnotherDither/NotJustAnotherDither.h @@ -5,7 +5,7 @@ * * Created: 1/31/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/NotJustAnotherDither/NotJustAnotherDither.r b/plugins/MacAU/NotJustAnotherDither/NotJustAnotherDither.r index 4af8491f3..3e717e4cd 100755 --- a/plugins/MacAU/NotJustAnotherDither/NotJustAnotherDither.r +++ b/plugins/MacAU/NotJustAnotherDither/NotJustAnotherDither.r @@ -5,7 +5,7 @@ * * Created: 1/31/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/NotJustAnotherDither/NotJustAnotherDitherVersion.h b/plugins/MacAU/NotJustAnotherDither/NotJustAnotherDitherVersion.h index 952aa6534..d1976d24d 100755 --- a/plugins/MacAU/NotJustAnotherDither/NotJustAnotherDitherVersion.h +++ b/plugins/MacAU/NotJustAnotherDither/NotJustAnotherDitherVersion.h @@ -5,7 +5,7 @@ * * Created: 1/31/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/OneCornerClip/OneCornerClip.cpp b/plugins/MacAU/OneCornerClip/OneCornerClip.cpp index cdeba887d..0879524eb 100755 --- a/plugins/MacAU/OneCornerClip/OneCornerClip.cpp +++ b/plugins/MacAU/OneCornerClip/OneCornerClip.cpp @@ -5,7 +5,7 @@ * * Created: 9/7/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/OneCornerClip/OneCornerClip.h b/plugins/MacAU/OneCornerClip/OneCornerClip.h index 109620622..fd9228ae0 100755 --- a/plugins/MacAU/OneCornerClip/OneCornerClip.h +++ b/plugins/MacAU/OneCornerClip/OneCornerClip.h @@ -5,7 +5,7 @@ * * Created: 9/7/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/OneCornerClip/OneCornerClip.r b/plugins/MacAU/OneCornerClip/OneCornerClip.r index 6c80bde96..db9b29184 100755 --- a/plugins/MacAU/OneCornerClip/OneCornerClip.r +++ b/plugins/MacAU/OneCornerClip/OneCornerClip.r @@ -5,7 +5,7 @@ * * Created: 9/7/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/OneCornerClip/OneCornerClipVersion.h b/plugins/MacAU/OneCornerClip/OneCornerClipVersion.h index 268d2f4f5..c1b216256 100755 --- a/plugins/MacAU/OneCornerClip/OneCornerClipVersion.h +++ b/plugins/MacAU/OneCornerClip/OneCornerClipVersion.h @@ -5,7 +5,7 @@ * * Created: 9/7/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PDBuss/PDBuss.cpp b/plugins/MacAU/PDBuss/PDBuss.cpp index 8c41b9196..521db7ae7 100755 --- a/plugins/MacAU/PDBuss/PDBuss.cpp +++ b/plugins/MacAU/PDBuss/PDBuss.cpp @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PDBuss/PDBuss.h b/plugins/MacAU/PDBuss/PDBuss.h index d857b806e..581f8ceac 100755 --- a/plugins/MacAU/PDBuss/PDBuss.h +++ b/plugins/MacAU/PDBuss/PDBuss.h @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PDBuss/PDBuss.r b/plugins/MacAU/PDBuss/PDBuss.r index 185ffc3a2..0c218648d 100755 --- a/plugins/MacAU/PDBuss/PDBuss.r +++ b/plugins/MacAU/PDBuss/PDBuss.r @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PDBuss/PDBussVersion.h b/plugins/MacAU/PDBuss/PDBussVersion.h index 5889b0e76..d68a8d246 100755 --- a/plugins/MacAU/PDBuss/PDBussVersion.h +++ b/plugins/MacAU/PDBuss/PDBussVersion.h @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PDChannel/PDChannel.cpp b/plugins/MacAU/PDChannel/PDChannel.cpp index 6b79ea41f..9d7133439 100755 --- a/plugins/MacAU/PDChannel/PDChannel.cpp +++ b/plugins/MacAU/PDChannel/PDChannel.cpp @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PDChannel/PDChannel.h b/plugins/MacAU/PDChannel/PDChannel.h index 920d251cd..ddbbf5637 100755 --- a/plugins/MacAU/PDChannel/PDChannel.h +++ b/plugins/MacAU/PDChannel/PDChannel.h @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PDChannel/PDChannel.r b/plugins/MacAU/PDChannel/PDChannel.r index d4e5bc398..7932f2c0a 100755 --- a/plugins/MacAU/PDChannel/PDChannel.r +++ b/plugins/MacAU/PDChannel/PDChannel.r @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PDChannel/PDChannelVersion.h b/plugins/MacAU/PDChannel/PDChannelVersion.h index f1c88c9c2..7eeaf7b76 100755 --- a/plugins/MacAU/PDChannel/PDChannelVersion.h +++ b/plugins/MacAU/PDChannel/PDChannelVersion.h @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Pafnuty/Pafnuty.cpp b/plugins/MacAU/Pafnuty/Pafnuty.cpp index 409db3537..dc23f2cb1 100755 --- a/plugins/MacAU/Pafnuty/Pafnuty.cpp +++ b/plugins/MacAU/Pafnuty/Pafnuty.cpp @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Pafnuty/Pafnuty.h b/plugins/MacAU/Pafnuty/Pafnuty.h index 111add59a..1dfe78a9d 100755 --- a/plugins/MacAU/Pafnuty/Pafnuty.h +++ b/plugins/MacAU/Pafnuty/Pafnuty.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Pafnuty/Pafnuty.r b/plugins/MacAU/Pafnuty/Pafnuty.r index 07c5e30a0..e2a85a7eb 100755 --- a/plugins/MacAU/Pafnuty/Pafnuty.r +++ b/plugins/MacAU/Pafnuty/Pafnuty.r @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Pafnuty/PafnutyVersion.h b/plugins/MacAU/Pafnuty/PafnutyVersion.h index e84cd4a31..c6a0c33a6 100755 --- a/plugins/MacAU/Pafnuty/PafnutyVersion.h +++ b/plugins/MacAU/Pafnuty/PafnutyVersion.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PaulDither/PaulDither.cpp b/plugins/MacAU/PaulDither/PaulDither.cpp index 0f2efd0fe..2218dc319 100755 --- a/plugins/MacAU/PaulDither/PaulDither.cpp +++ b/plugins/MacAU/PaulDither/PaulDither.cpp @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/PaulDither/PaulDither.h b/plugins/MacAU/PaulDither/PaulDither.h index c501c9463..d660ca7f4 100755 --- a/plugins/MacAU/PaulDither/PaulDither.h +++ b/plugins/MacAU/PaulDither/PaulDither.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/PaulDither/PaulDither.r b/plugins/MacAU/PaulDither/PaulDither.r index 3ef1614b4..83ccdc8a5 100755 --- a/plugins/MacAU/PaulDither/PaulDither.r +++ b/plugins/MacAU/PaulDither/PaulDither.r @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/PaulDither/PaulDitherVersion.h b/plugins/MacAU/PaulDither/PaulDitherVersion.h index 1baa2774e..5f24916c4 100755 --- a/plugins/MacAU/PaulDither/PaulDitherVersion.h +++ b/plugins/MacAU/PaulDither/PaulDitherVersion.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/PaulWide/PaulWide.cpp b/plugins/MacAU/PaulWide/PaulWide.cpp index b0fb396f2..dc797f736 100644 --- a/plugins/MacAU/PaulWide/PaulWide.cpp +++ b/plugins/MacAU/PaulWide/PaulWide.cpp @@ -5,7 +5,7 @@ * * Created: 11/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PaulWide/PaulWide.h b/plugins/MacAU/PaulWide/PaulWide.h index caeea9224..8ce93b816 100644 --- a/plugins/MacAU/PaulWide/PaulWide.h +++ b/plugins/MacAU/PaulWide/PaulWide.h @@ -5,7 +5,7 @@ * * Created: 11/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PaulWide/PaulWide.r b/plugins/MacAU/PaulWide/PaulWide.r index c284cfe39..74599e0f7 100644 --- a/plugins/MacAU/PaulWide/PaulWide.r +++ b/plugins/MacAU/PaulWide/PaulWide.r @@ -5,7 +5,7 @@ * * Created: 11/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PaulWide/PaulWideVersion.h b/plugins/MacAU/PaulWide/PaulWideVersion.h index 4cfe10487..9bb746f63 100644 --- a/plugins/MacAU/PaulWide/PaulWideVersion.h +++ b/plugins/MacAU/PaulWide/PaulWideVersion.h @@ -5,7 +5,7 @@ * * Created: 11/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PeaksOnly/PeaksOnly.cpp b/plugins/MacAU/PeaksOnly/PeaksOnly.cpp index 27383fc7b..9422df7fe 100755 --- a/plugins/MacAU/PeaksOnly/PeaksOnly.cpp +++ b/plugins/MacAU/PeaksOnly/PeaksOnly.cpp @@ -5,7 +5,7 @@ * * Created: 9/1/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/PeaksOnly/PeaksOnly.h b/plugins/MacAU/PeaksOnly/PeaksOnly.h index 68a8ce7a8..e85b2ddb2 100755 --- a/plugins/MacAU/PeaksOnly/PeaksOnly.h +++ b/plugins/MacAU/PeaksOnly/PeaksOnly.h @@ -5,7 +5,7 @@ * * Created: 9/1/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/PeaksOnly/PeaksOnly.r b/plugins/MacAU/PeaksOnly/PeaksOnly.r index 5cd1457fd..757d6fe43 100755 --- a/plugins/MacAU/PeaksOnly/PeaksOnly.r +++ b/plugins/MacAU/PeaksOnly/PeaksOnly.r @@ -5,7 +5,7 @@ * * Created: 9/1/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/PeaksOnly/PeaksOnlyVersion.h b/plugins/MacAU/PeaksOnly/PeaksOnlyVersion.h index 1a0e95a80..7bce1a0fc 100755 --- a/plugins/MacAU/PeaksOnly/PeaksOnlyVersion.h +++ b/plugins/MacAU/PeaksOnly/PeaksOnlyVersion.h @@ -5,7 +5,7 @@ * * Created: 9/1/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/PhaseNudge/PhaseNudge.cpp b/plugins/MacAU/PhaseNudge/PhaseNudge.cpp index 14e07b5cd..3bf3319a1 100755 --- a/plugins/MacAU/PhaseNudge/PhaseNudge.cpp +++ b/plugins/MacAU/PhaseNudge/PhaseNudge.cpp @@ -5,7 +5,7 @@ * * Created: 2/28/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/PhaseNudge/PhaseNudge.h b/plugins/MacAU/PhaseNudge/PhaseNudge.h index f6ad98dcd..1a1ecf6d7 100755 --- a/plugins/MacAU/PhaseNudge/PhaseNudge.h +++ b/plugins/MacAU/PhaseNudge/PhaseNudge.h @@ -5,7 +5,7 @@ * * Created: 2/28/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/PhaseNudge/PhaseNudge.r b/plugins/MacAU/PhaseNudge/PhaseNudge.r index 782d9c18d..fedde4888 100755 --- a/plugins/MacAU/PhaseNudge/PhaseNudge.r +++ b/plugins/MacAU/PhaseNudge/PhaseNudge.r @@ -5,7 +5,7 @@ * * Created: 2/28/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/PhaseNudge/PhaseNudgeVersion.h b/plugins/MacAU/PhaseNudge/PhaseNudgeVersion.h index dd53d1d34..af076f9c5 100755 --- a/plugins/MacAU/PhaseNudge/PhaseNudgeVersion.h +++ b/plugins/MacAU/PhaseNudge/PhaseNudgeVersion.h @@ -5,7 +5,7 @@ * * Created: 2/28/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/PitchDelay/PitchDelay.cpp b/plugins/MacAU/PitchDelay/PitchDelay.cpp index ff72403c4..8d8b1aec7 100644 --- a/plugins/MacAU/PitchDelay/PitchDelay.cpp +++ b/plugins/MacAU/PitchDelay/PitchDelay.cpp @@ -5,7 +5,7 @@ * * Created: 8/2/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PitchDelay/PitchDelay.h b/plugins/MacAU/PitchDelay/PitchDelay.h index 6f76114c2..f8f0d76b8 100644 --- a/plugins/MacAU/PitchDelay/PitchDelay.h +++ b/plugins/MacAU/PitchDelay/PitchDelay.h @@ -5,7 +5,7 @@ * * Created: 8/2/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PitchDelay/PitchDelay.r b/plugins/MacAU/PitchDelay/PitchDelay.r index ebc49e07b..f92a4d87f 100644 --- a/plugins/MacAU/PitchDelay/PitchDelay.r +++ b/plugins/MacAU/PitchDelay/PitchDelay.r @@ -5,7 +5,7 @@ * * Created: 8/2/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PitchDelay/PitchDelayVersion.h b/plugins/MacAU/PitchDelay/PitchDelayVersion.h index 8151bed70..6a6c15838 100644 --- a/plugins/MacAU/PitchDelay/PitchDelayVersion.h +++ b/plugins/MacAU/PitchDelay/PitchDelayVersion.h @@ -5,7 +5,7 @@ * * Created: 8/2/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PitchNasty/English.lproj/InfoPlist.strings b/plugins/MacAU/PitchNasty/English.lproj/InfoPlist.strings new file mode 100755 index 000000000..11cd06901 Binary files /dev/null and b/plugins/MacAU/PitchNasty/English.lproj/InfoPlist.strings differ diff --git a/plugins/MacAU/PitchNasty/Info.plist b/plugins/MacAU/PitchNasty/Info.plist new file mode 100755 index 000000000..01dc6831c --- /dev/null +++ b/plugins/MacAU/PitchNasty/Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + com.airwindows.audiounit.${PRODUCT_NAME:identifier} + CFBundleName + ${PROJECTNAMEASIDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + DthX + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacAU/PitchNasty/PitchNasty.cpp b/plugins/MacAU/PitchNasty/PitchNasty.cpp new file mode 100755 index 000000000..4de02d1cd --- /dev/null +++ b/plugins/MacAU/PitchNasty/PitchNasty.cpp @@ -0,0 +1,293 @@ +/* +* File: PitchNasty.cpp +* +* Version: 1.0 +* +* Created: 9/15/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +/*============================================================================= + PitchNasty.cpp + +=============================================================================*/ +#include "PitchNasty.h" + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +COMPONENT_ENTRY(PitchNasty) + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// PitchNasty::PitchNasty +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +PitchNasty::PitchNasty(AudioUnit component) + : AUEffectBase(component) +{ + CreateElements(); + Globals()->UseIndexedParameters(kNumberOfParameters); + SetParameter(kParam_One, kDefaultValue_ParamOne ); + SetParameter(kParam_Two, kDefaultValue_ParamTwo ); + SetParameter(kParam_Three, kDefaultValue_ParamThree ); + SetParameter(kParam_Four, kDefaultValue_ParamFour ); + SetParameter(kParam_Five, kDefaultValue_ParamFive ); + SetParameter(kParam_Six, kDefaultValue_ParamSix ); + +#if AU_DEBUG_DISPATCHER + mDebugDispatcher = new AUDebugDispatcher (this); +#endif + +} + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// PitchNasty::GetParameterValueStrings +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult PitchNasty::GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings) +{ + + return kAudioUnitErr_InvalidProperty; +} + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// PitchNasty::GetParameterInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult PitchNasty::GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo ) +{ + ComponentResult result = noErr; + + outParameterInfo.flags = kAudioUnitParameterFlag_IsWritable + | kAudioUnitParameterFlag_IsReadable; + + if (inScope == kAudioUnitScope_Global) { + switch(inParameterID) + { + case kParam_One: + AUBase::FillInParameterName (outParameterInfo, kParameterOneName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Indexed; + outParameterInfo.minValue = -12; + outParameterInfo.maxValue = 12; + outParameterInfo.defaultValue = kDefaultValue_ParamOne; + break; + case kParam_Two: + AUBase::FillInParameterName (outParameterInfo, kParameterTwoName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = -12.0; + outParameterInfo.maxValue = 12.0; + outParameterInfo.defaultValue = kDefaultValue_ParamTwo; + break; + case kParam_Three: + AUBase::FillInParameterName (outParameterInfo, kParameterThreeName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Indexed; + outParameterInfo.minValue = -36; + outParameterInfo.maxValue = 36; + outParameterInfo.defaultValue = kDefaultValue_ParamThree; + break; + case kParam_Four: + AUBase::FillInParameterName (outParameterInfo, kParameterFourName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamFour; + break; + case kParam_Five: + AUBase::FillInParameterName (outParameterInfo, kParameterFiveName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamFive; + break; + case kParam_Six: + AUBase::FillInParameterName (outParameterInfo, kParameterSixName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamSix; + break; + default: + result = kAudioUnitErr_InvalidParameter; + break; + } + } else { + result = kAudioUnitErr_InvalidParameter; + } + + + + return result; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// PitchNasty::GetPropertyInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult PitchNasty::GetPropertyInfo (AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable) +{ + return AUEffectBase::GetPropertyInfo (inID, inScope, inElement, outDataSize, outWritable); +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// PitchNasty::GetProperty +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult PitchNasty::GetProperty( AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData ) +{ + return AUEffectBase::GetProperty (inID, inScope, inElement, outData); +} + +// PitchNasty::Initialize +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult PitchNasty::Initialize() +{ + ComponentResult result = AUEffectBase::Initialize(); + if (result == noErr) + Reset(kAudioUnitScope_Global, 0); + return result; +} + +#pragma mark ____PitchNastyEffectKernel + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// PitchNasty::PitchNastyKernel::Reset() +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void PitchNasty::PitchNastyKernel::Reset() +{ + for (int temp = 0; temp < 10001; temp++) {d[temp] = 0.0;} + inCount = 1; + outCount = 1.0; + switchTransition = false; + switchAmount = 0.0; + feedbackSample = 0.0; + fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// PitchNasty::PitchNastyKernel::Process +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void PitchNasty::PitchNastyKernel::Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence ) +{ + UInt32 nSampleFrames = inFramesToProcess; + const Float32 *sourceP = inSourceP; + Float32 *destP = inDestP; + + double note = GetParameter( kParam_One );// -12 to +12 + double bend = GetParameter( kParam_Two );// -12.0 to +12.0 + double speed = pow(2,note/12.0)*pow(2,bend/12.0); + + double grindRef = (1.0/261.6)*GetSampleRate(); //samples per Middle C cycle + double grindNote = pow(2,GetParameter( kParam_Three )/12.0); // -36 to 36 + double width = grindRef / grindNote; + if (width > 9990) width = 9990; //safety check + double feedback = GetParameter( kParam_Four ); + double trim = GetParameter( kParam_Five ); + double wet = GetParameter( kParam_Six ); + + while (nSampleFrames-- > 0) { + long double inputSample = *sourceP; + if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; + double drySample = inputSample; + + inputSample += (feedbackSample * feedback); + if (fabs(feedbackSample) > 1.0) inputSample /= fabs(feedbackSample); + + d[inCount] = inputSample; + + inCount++; + outCount += speed; + + if (outCount > inCount && switchTransition) { + switchAmount = 1.0; + switchTransition = false; + } + + if (inCount > width) inCount -= width; + if (outCount > width) { + outCount -= width; + switchTransition = true; + //reset the transition point + } + + int count = floor(outCount); + int arrayWidth = floor(width); + + inputSample = (d[count-((count > arrayWidth)?arrayWidth+1:0)] * (1-(outCount-floor(outCount)))); + inputSample += (d[count+1-((count+1 > arrayWidth)?arrayWidth+1:0)] * (outCount-floor(outCount))); + + if (switchAmount > fabs(inputSample-d[inCount])*2.0) { + switchAmount = (switchAmount * 0.5) + (fabs(inputSample-d[inCount])); + } + inputSample = (d[inCount] * switchAmount) + (inputSample * (1.0-switchAmount)); + + feedbackSample = inputSample; + + if (trim != 1.0) { + inputSample *= trim; + } + + if (wet !=1.0) { + inputSample = (inputSample * wet) + (drySample * (1.0-wet)); + } + //Dry/Wet control, defaults to the last slider + + //begin 32 bit floating point dither + int expon; frexpf((float)inputSample, &expon); + fpd ^= fpd << 13; fpd ^= fpd >> 17; fpd ^= fpd << 5; + inputSample += ((double(fpd)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit floating point dither + + *destP = inputSample; + + sourceP += inNumChannels; destP += inNumChannels; + } +} + diff --git a/plugins/MacAU/PitchNasty/PitchNasty.exp b/plugins/MacAU/PitchNasty/PitchNasty.exp new file mode 100755 index 000000000..1ae36fbc6 --- /dev/null +++ b/plugins/MacAU/PitchNasty/PitchNasty.exp @@ -0,0 +1 @@ +_PitchNastyEntry diff --git a/plugins/MacAU/PitchNasty/PitchNasty.h b/plugins/MacAU/PitchNasty/PitchNasty.h new file mode 100755 index 000000000..063e2fbf8 --- /dev/null +++ b/plugins/MacAU/PitchNasty/PitchNasty.h @@ -0,0 +1,156 @@ +/* +* File: PitchNasty.h +* +* Version: 1.0 +* +* Created: 9/15/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include "AUEffectBase.h" +#include "PitchNastyVersion.h" + +#if AU_DEBUG_DISPATCHER + #include "AUDebugDispatcher.h" +#endif + + +#ifndef __PitchNasty_h__ +#define __PitchNasty_h__ + + +#pragma mark ____PitchNasty Parameters + +// parameters +static const float kDefaultValue_ParamOne = 0; +static const float kDefaultValue_ParamTwo = 0.0; +static const float kDefaultValue_ParamThree = -12; +static const float kDefaultValue_ParamFour = 0.0; +static const float kDefaultValue_ParamFive = 1.0; +static const float kDefaultValue_ParamSix = 1.0; + +static CFStringRef kParameterOneName = CFSTR("Note"); +static CFStringRef kParameterTwoName = CFSTR("Bend"); +static CFStringRef kParameterThreeName = CFSTR("Grind"); +static CFStringRef kParameterFourName = CFSTR("Feedback"); +static CFStringRef kParameterFiveName = CFSTR("Output"); +static CFStringRef kParameterSixName = CFSTR("Dry/Wet"); +//Alter the name if desired, but using the plugin name is a start + +enum { + kParam_One =0, + kParam_Two =1, + kParam_Three =2, + kParam_Four =3, + kParam_Five =4, + kParam_Six =5, + //Add your parameters here... + kNumberOfParameters=6 +}; + +#pragma mark ____PitchNasty +class PitchNasty : public AUEffectBase +{ +public: + PitchNasty(AudioUnit component); +#if AU_DEBUG_DISPATCHER + virtual ~PitchNasty () { delete mDebugDispatcher; } +#endif + + virtual AUKernelBase * NewKernel() { return new PitchNastyKernel(this); } + + virtual ComponentResult GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings); + + virtual ComponentResult GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo); + + virtual ComponentResult GetPropertyInfo(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable ); + + virtual ComponentResult GetProperty(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData); + + virtual ComponentResult Initialize(); + virtual bool SupportsTail () { return true; } + virtual Float64 GetTailTime() {return (1.0/GetSampleRate())*0.0;} //in SECONDS! gsr * a number = in samples + virtual Float64 GetLatency() {return (1.0/GetSampleRate())*0.0;} // in SECONDS! gsr * a number = in samples + + /*! @method Version */ + virtual ComponentResult Version() { return kPitchNastyVersion; } + + + +protected: + class PitchNastyKernel : public AUKernelBase // most of the real work happens here + { +public: + PitchNastyKernel(AUEffectBase *inAudioUnit ) + : AUKernelBase(inAudioUnit) + { + } + + // *Required* overides for the process method for this effect + // processes one channel of interleaved samples + virtual void Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence); + + virtual void Reset(); + + private: + double d[10002]; + int inCount; + double outCount; + bool switchTransition; + double switchAmount; + double feedbackSample; + uint32_t fpd; + }; +}; + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +#endif \ No newline at end of file diff --git a/plugins/MacAU/PitchNasty/PitchNasty.r b/plugins/MacAU/PitchNasty/PitchNasty.r new file mode 100755 index 000000000..0d0bf6335 --- /dev/null +++ b/plugins/MacAU/PitchNasty/PitchNasty.r @@ -0,0 +1,61 @@ +/* +* File: PitchNasty.r +* +* Version: 1.0 +* +* Created: 9/15/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include + +#include "PitchNastyVersion.h" + +// Note that resource IDs must be spaced 2 apart for the 'STR ' name and description +#define kAudioUnitResID_PitchNasty 1000 + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PitchNasty~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#define RES_ID kAudioUnitResID_PitchNasty +#define COMP_TYPE kAudioUnitType_Effect +#define COMP_SUBTYPE PitchNasty_COMP_SUBTYPE +#define COMP_MANUF PitchNasty_COMP_MANF + +#define VERSION kPitchNastyVersion +#define NAME "Airwindows: PitchNasty" +#define DESCRIPTION "PitchNasty AU" +#define ENTRY_POINT "PitchNastyEntry" + +#include "AUResources.r" \ No newline at end of file diff --git a/plugins/MacAU/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.mode1v3 b/plugins/MacAU/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.mode1v3 new file mode 100755 index 000000000..f301be9a2 --- /dev/null +++ b/plugins/MacAU/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.mode1v3 @@ -0,0 +1,1358 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 8BD3CCBC148831C90062E48C + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + build + debugger-enable-breakpoints + get-info + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05AEB0720742700365D66 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 20 + 19 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 445}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 463}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {580, 269}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 269pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 274}, {580, 189}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + XCDetailModule + Proportion + 189pt + + + Proportion + 580pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 8B563EC9161B5E170067FE32 + 1CE0B1FE06471DED0097A5F4 + 8B563ECA161B5E170067FE32 + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 8BD3CCBD148831C90062E48C + /Developer/Library/Xcode/Project Templates/System Plug-in/Audio Unit Effect/Audio Unit Effect/StarterAU.xcodeproj + + WindowString + 203 321 788 504 0 0 1440 878 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {500, 218}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 223}, {500, 236}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 459pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 8BD3CCBD148831C90062E48C + 8B563ECB161B5E170067FE32 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 668 222 500 500 0 0 1440 878 + WindowToolGUID + 8BD3CCBD148831C90062E48C + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacAU/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..b7110d976 --- /dev/null +++ b/plugins/MacAU/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,159 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* PitchNasty */; + codeSenseManager = 8BD3CCB9148830B20062E48C /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 292, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 252, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685056496; + PBXWorkspaceStateSaveDate = 685056496; + }; + perUserProjectItems = { + 8B9B257228D37C4700D611E2 /* PlistBookmark */ = 8B9B257228D37C4700D611E2 /* PlistBookmark */; + 8B9B25FC28D4C1FA00D611E2 /* PBXTextBookmark */ = 8B9B25FC28D4C1FA00D611E2 /* PBXTextBookmark */; + 8BF9C92828D51E94009E96CF /* PBXTextBookmark */ = 8BF9C92828D51E94009E96CF /* PBXTextBookmark */; + 8BF9C95928D522A9009E96CF /* PBXTextBookmark */ = 8BF9C95928D522A9009E96CF /* PBXTextBookmark */; + 8BF9C95A28D522A9009E96CF /* PBXTextBookmark */ = 8BF9C95A28D522A9009E96CF /* PBXTextBookmark */; + }; + sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; + userBuildSettings = { + }; + }; + 8B9B257228D37C4700D611E2 /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/PitchNasty/Info.plist; + rLen = 0; + rLoc = 9223372036854775808; + }; + 8B9B25FC28D4C1FA00D611E2 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* PitchNasty.cpp */; + name = "PitchNasty.cpp: 285"; + rLen = 0; + rLoc = 11931; + rType = 0; + vrLen = 0; + vrLoc = 12575; + }; + 8BA05A660720730100365D66 /* PitchNasty.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {813, 5490}}"; + sepNavSelRange = "{11931, 0}"; + sepNavVisRange = "{12328, 263}"; + sepNavWindowFrame = "{{349, 38}, {1091, 840}}"; + }; + }; + 8BA05A690720730100365D66 /* PitchNastyVersion.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1038, 1224}}"; + sepNavSelRange = "{2901, 0}"; + sepNavVisRange = "{2725, 238}"; + sepNavWindowFrame = "{{15, 38}, {1276, 840}}"; + }; + }; + 8BC6025B073B072D006C4272 /* PitchNasty.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1146, 2808}}"; + sepNavSelRange = "{5678, 0}"; + sepNavVisRange = "{2589, 1074}"; + sepNavWindowFrame = "{{510, 38}, {930, 840}}"; + }; + }; + 8BD3CCB8148830B20062E48C /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8BD3CCB9148830B20062E48C /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8BF9C92828D51E94009E96CF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BC6025B073B072D006C4272 /* PitchNasty.h */; + name = "PitchNasty.h: 145"; + rLen = 0; + rLoc = 5736; + rType = 0; + vrLen = 192; + vrLoc = 5747; + }; + 8BF9C95928D522A9009E96CF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A690720730100365D66 /* PitchNastyVersion.h */; + name = "PitchNastyVersion.h: 54"; + rLen = 0; + rLoc = 2901; + rType = 0; + vrLen = 238; + vrLoc = 2725; + }; + 8BF9C95A28D522A9009E96CF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* PitchNasty.cpp */; + name = "PitchNasty.cpp: 269"; + rLen = 0; + rLoc = 11931; + rType = 0; + vrLen = 263; + vrLoc = 12328; + }; + 8D01CCC60486CAD60068D4B7 /* PitchNasty */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacAU/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..35353441a --- /dev/null +++ b/plugins/MacAU/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1508 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8BD7274F1D46E5A5000176F0 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 841 + 841 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 288 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05A56072072A900365D66 + 089C167CFE841241C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 4 + 2 + 1 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {288, 595}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {305, 613}} + GroupTreeTableConfiguration + + MainColumn + 288 + + RubberWindowFrame + 543 168 841 654 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 305pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8BD7274A1D46E5A5000176F0 + PBXProjectModuleLabel + PitchNasty.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BD7274B1D46E5A5000176F0 + PBXProjectModuleLabel + PitchNasty.cpp + _historyCapacity + 0 + bookmark + 8BF9C95A28D522A9009E96CF + history + + 8B9B257228D37C4700D611E2 + 8BF9C92828D51E94009E96CF + 8BF9C95928D522A9009E96CF + 8B9B25FC28D4C1FA00D611E2 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {531, 188}} + RubberWindowFrame + 543 168 841 654 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 188pt + + + Proportion + 420pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {531, 393}} + RubberWindowFrame + 543 168 841 654 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {531, 365}} + + Module + PBXBuildResultsModule + + + + + Proportion + 531pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8BF9C95B28D522A9009E96CF + 1CA23ED40692098700951B8B + 8BF9C95C28D522A9009E96CF + 8BD7274A1D46E5A5000176F0 + 8BF9C95D28D522A9009E96CF + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0pt + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 214}} + {{395, 0}, {415, 214}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 214}} + {{0, 214}, {810, 227}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 5}, {810, 441}} + PBXDebugSessionStackFrameViewKey + + DebugVariablesTableConfiguration + + Name + 120 + Value + 85 + Summary + 185 + + Frame + {{395, 0}, {415, 214}} + + + Module + PBXDebugSessionModule + Proportion + 441pt + + + Name + Debug + ServiceClasses + + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + PBXDebugProcessAndThreadModule + PBXDebugProcessViewModule + PBXDebugThreadViewModule + PBXDebugStackFrameViewModule + PBXNavigatorGroup + + TableOfContents + + 8BD727EC1D46ECF1000176F0 + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 8BD727ED1D46ECF1000176F0 + 8BD727EE1D46ECF1000176F0 + 8BD727EF1D46ECF1000176F0 + 8BD727F01D46ECF1000176F0 + 8BD727E71D46ECD9000176F0 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685056681.34943604 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/PitchNasty/PitchNasty.xcodeproj + + WindowString + 543 168 841 654 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacAU/PitchNasty/PitchNasty.xcodeproj/project.pbxproj b/plugins/MacAU/PitchNasty/PitchNasty.xcodeproj/project.pbxproj new file mode 100755 index 000000000..28df69258 --- /dev/null +++ b/plugins/MacAU/PitchNasty/PitchNasty.xcodeproj/project.pbxproj @@ -0,0 +1,490 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */; }; + 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */; }; + 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */; }; + 8B4119B70749654200361ABE /* PitchNasty.r in Rez */ = {isa = PBXBuildFile; fileRef = 8BA05A680720730100365D66 /* PitchNasty.r */; }; + 8BA05A6B0720730100365D66 /* PitchNasty.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* PitchNasty.cpp */; }; + 8BA05A6E0720730100365D66 /* PitchNastyVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* PitchNastyVersion.h */; }; + 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A7F072073D200365D66 /* AUBase.cpp */; }; + 8BA05AAF072073D300365D66 /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A80072073D200365D66 /* AUBase.h */; }; + 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A81072073D200365D66 /* AUDispatch.cpp */; }; + 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A82072073D200365D66 /* AUDispatch.h */; }; + 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A83072073D200365D66 /* AUInputElement.cpp */; }; + 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A84072073D200365D66 /* AUInputElement.h */; }; + 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A85072073D200365D66 /* AUOutputElement.cpp */; }; + 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A86072073D200365D66 /* AUOutputElement.h */; }; + 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A88072073D200365D66 /* AUScopeElement.cpp */; }; + 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A89072073D200365D66 /* AUScopeElement.h */; }; + 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A8A072073D200365D66 /* ComponentBase.cpp */; }; + 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A8B072073D200365D66 /* ComponentBase.h */; }; + 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */; }; + 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A9B072073D200365D66 /* AUEffectBase.h */; }; + 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA7072073D200365D66 /* AUBuffer.cpp */; }; + 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AA8072073D200365D66 /* AUBuffer.h */; }; + 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */; }; + 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */; }; + 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */; }; + 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */; }; + 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */; }; + 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */; }; + 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */; }; + 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE10720742100365D66 /* CAMutex.cpp */; }; + 8BA05AE80720742100365D66 /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE20720742100365D66 /* CAMutex.h */; }; + 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */; }; + 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */; }; + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; + 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05B050720754400365D66 /* CAAUParameter.cpp */; }; + 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05B060720754400365D66 /* CAAUParameter.h */; }; + 8BC6025C073B072D006C4272 /* PitchNasty.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* PitchNasty.h */; }; + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; + F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */; }; + F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; + 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; + 8BA05A660720730100365D66 /* PitchNasty.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PitchNasty.cpp; sourceTree = ""; }; + 8BA05A670720730100365D66 /* PitchNasty.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = PitchNasty.exp; sourceTree = ""; }; + 8BA05A680720730100365D66 /* PitchNasty.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = PitchNasty.r; sourceTree = ""; }; + 8BA05A690720730100365D66 /* PitchNastyVersion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PitchNastyVersion.h; sourceTree = ""; }; + 8BA05A7F072073D200365D66 /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BA05A80072073D200365D66 /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BA05A81072073D200365D66 /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BA05A82072073D200365D66 /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BA05A83072073D200365D66 /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BA05A84072073D200365D66 /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BA05A85072073D200365D66 /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BA05A86072073D200365D66 /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BA05A87072073D200365D66 /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BA05A88072073D200365D66 /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BA05A89072073D200365D66 /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BA05A8A072073D200365D66 /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BA05A8B072073D200365D66 /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BA05A9B072073D200365D66 /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BA05AA7072073D200365D66 /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BA05AA8072073D200365D66 /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDebugDispatcher.cpp; sourceTree = ""; }; + 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDebugDispatcher.h; sourceTree = ""; }; + 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BA05AE10720742100365D66 /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BA05AE20720742100365D66 /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; + 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; + 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; + 8BA05B050720754400365D66 /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BA05B060720754400365D66 /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BC6025B073B072D006C4272 /* PitchNasty.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PitchNasty.h; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8D01CCD20486CAD60068D4B7 /* PitchNasty.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PitchNasty.component; sourceTree = BUILT_PRODUCTS_DIR; }; + F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUBaseHelper.cpp; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.cpp; sourceTree = SYSTEM_DEVELOPER_DIR; }; + F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUBaseHelper.h; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.h; sourceTree = SYSTEM_DEVELOPER_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8D01CCCD0486CAD60068D4B7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */, + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */, + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* PitchNasty */ = { + isa = PBXGroup; + children = ( + 08FB77ADFE841716C02AAC07 /* Source */, + 089C167CFE841241C02AAC07 /* Resources */, + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + ); + name = PitchNasty; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */, + 8BA05B01072074F900365D66 /* CoreServices.framework */, + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */, + 8BA05AFA072074E100365D66 /* AudioUnit.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + 089C167DFE841241C02AAC07 /* InfoPlist.strings */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8BA05A56072072A900365D66 /* AU Source */, + 8BA05AEB0720742700365D66 /* PublicUtility */, + 8BA05A7D072073D200365D66 /* AUPublic */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 8D01CCD20486CAD60068D4B7 /* PitchNasty.component */, + ); + name = Products; + sourceTree = ""; + }; + 8BA05A56072072A900365D66 /* AU Source */ = { + isa = PBXGroup; + children = ( + 8BC6025B073B072D006C4272 /* PitchNasty.h */, + 8BA05A660720730100365D66 /* PitchNasty.cpp */, + 8BA05A670720730100365D66 /* PitchNasty.exp */, + 8BA05A680720730100365D66 /* PitchNasty.r */, + 8BA05A690720730100365D66 /* PitchNastyVersion.h */, + ); + name = "AU Source"; + sourceTree = ""; + }; + 8BA05A7D072073D200365D66 /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BA05A7E072073D200365D66 /* AUBase */, + 8BA05A99072073D200365D66 /* OtherBases */, + 8BA05AA6072073D200365D66 /* Utility */, + ); + name = AUPublic; + path = Extras/CoreAudio/AudioUnits/AUPublic; + sourceTree = SYSTEM_DEVELOPER_DIR; + }; + 8BA05A7E072073D200365D66 /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BA05A7F072073D200365D66 /* AUBase.cpp */, + 8BA05A80072073D200365D66 /* AUBase.h */, + 8BA05A81072073D200365D66 /* AUDispatch.cpp */, + 8BA05A82072073D200365D66 /* AUDispatch.h */, + 8BA05A83072073D200365D66 /* AUInputElement.cpp */, + 8BA05A84072073D200365D66 /* AUInputElement.h */, + 8BA05A85072073D200365D66 /* AUOutputElement.cpp */, + 8BA05A86072073D200365D66 /* AUOutputElement.h */, + 8BA05A87072073D200365D66 /* AUResources.r */, + 8BA05A88072073D200365D66 /* AUScopeElement.cpp */, + 8BA05A89072073D200365D66 /* AUScopeElement.h */, + 8BA05A8A072073D200365D66 /* ComponentBase.cpp */, + 8BA05A8B072073D200365D66 /* ComponentBase.h */, + ); + path = AUBase; + sourceTree = ""; + }; + 8BA05A99072073D200365D66 /* OtherBases */ = { + isa = PBXGroup; + children = ( + 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */, + 8BA05A9B072073D200365D66 /* AUEffectBase.h */, + ); + path = OtherBases; + sourceTree = ""; + }; + 8BA05AA6072073D200365D66 /* Utility */ = { + isa = PBXGroup; + children = ( + F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */, + F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */, + 8BA05AA7072073D200365D66 /* AUBuffer.cpp */, + 8BA05AA8072073D200365D66 /* AUBuffer.h */, + 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */, + 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */, + 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */, + 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */, + 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */, + ); + path = Utility; + sourceTree = ""; + }; + 8BA05AEB0720742700365D66 /* PublicUtility */ = { + isa = PBXGroup; + children = ( + 8BA05B050720754400365D66 /* CAAUParameter.cpp */, + 8BA05B060720754400365D66 /* CAAUParameter.h */, + 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */, + 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */, + 8BA05AE10720742100365D66 /* CAMutex.cpp */, + 8BA05AE20720742100365D66 /* CAMutex.h */, + 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */, + 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */, + 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */, + 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */, + 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */, + ); + name = PublicUtility; + path = Extras/CoreAudio/PublicUtility; + sourceTree = SYSTEM_DEVELOPER_DIR; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05A6E0720730100365D66 /* PitchNastyVersion.h in Headers */, + 8BA05AAF072073D300365D66 /* AUBase.h in Headers */, + 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */, + 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */, + 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */, + 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */, + 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */, + 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */, + 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */, + 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */, + 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */, + 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */, + 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */, + 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */, + 8BA05AE80720742100365D66 /* CAMutex.h in Headers */, + 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */, + 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */, + 8BC6025C073B072D006C4272 /* PitchNasty.h in Headers */, + 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */, + 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */, + F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* PitchNasty */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "PitchNasty" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCD0486CAD60068D4B7 /* Frameworks */, + 8D01CCCF0486CAD60068D4B7 /* Rez */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = PitchNasty; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = PitchNasty; + productReference = 8D01CCD20486CAD60068D4B7 /* PitchNasty.component */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "PitchNasty" */; + compatibilityVersion = "Xcode 3.1"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); + mainGroup = 089C166AFE841209C02AAC07 /* PitchNasty */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* PitchNasty */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXRezBuildPhase section */ + 8D01CCCF0486CAD60068D4B7 /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B4119B70749654200361ABE /* PitchNasty.r in Rez */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXRezBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05A6B0720730100365D66 /* PitchNasty.cpp in Sources */, + 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */, + 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */, + 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */, + 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */, + 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */, + 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */, + 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */, + 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */, + 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */, + 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */, + 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */, + 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */, + 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */, + 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */, + F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 089C167EFE841241C02AAC07 /* English */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 3E4BA244089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + EXPORTED_SYMBOLS_FILE = PitchNasty.exp; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d ppc64_$ppc64 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + PRODUCT_NAME = PitchNasty; + WRAPPER_EXTENSION = component; + }; + name = Debug; + }; + 3E4BA245089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + x86_64, + ); + EXPORTED_SYMBOLS_FILE = PitchNasty.exp; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 10.4; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + PRODUCT_NAME = PitchNasty; + SDKROOT = macosx10.5; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = all; + WRAPPER_EXTENSION = component; + }; + name = Release; + }; + 3E4BA248089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + SDKROOT = macosx10.6; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Debug; + }; + 3E4BA249089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + SDKROOT = macosx10.6; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "PitchNasty" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA244089833B7007656EC /* Debug */, + 3E4BA245089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "PitchNasty" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA248089833B7007656EC /* Debug */, + 3E4BA249089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacAU/PitchNasty/PitchNastyVersion.h b/plugins/MacAU/PitchNasty/PitchNastyVersion.h new file mode 100755 index 000000000..adb1c54f2 --- /dev/null +++ b/plugins/MacAU/PitchNasty/PitchNastyVersion.h @@ -0,0 +1,58 @@ +/* +* File: PitchNastyVersion.h +* +* Version: 1.0 +* +* Created: 9/15/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#ifndef __PitchNastyVersion_h__ +#define __PitchNastyVersion_h__ + + +#ifdef DEBUG + #define kPitchNastyVersion 0xFFFFFFFF +#else + #define kPitchNastyVersion 0x00010000 +#endif + +//~~~~~~~~~~~~~~ Change!!! ~~~~~~~~~~~~~~~~~~~~~// +#define PitchNasty_COMP_MANF 'Dthr' +#define PitchNasty_COMP_SUBTYPE 'pitn' +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// + +#endif + diff --git a/plugins/MacAU/PitchNasty/version.plist b/plugins/MacAU/PitchNasty/version.plist new file mode 100755 index 000000000..11edf8a1b --- /dev/null +++ b/plugins/MacAU/PitchNasty/version.plist @@ -0,0 +1,16 @@ + + + + + BuildVersion + 3 + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 + ProjectName + ${EXECUTABLE_NAME} + SourceVersion + 590000 + + diff --git a/plugins/MacAU/PocketVerbs/PocketVerbs.cpp b/plugins/MacAU/PocketVerbs/PocketVerbs.cpp index 2c7752cc2..d943656a9 100755 --- a/plugins/MacAU/PocketVerbs/PocketVerbs.cpp +++ b/plugins/MacAU/PocketVerbs/PocketVerbs.cpp @@ -5,7 +5,7 @@ * * Created: 8/19/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacAU/PocketVerbs/PocketVerbs.h b/plugins/MacAU/PocketVerbs/PocketVerbs.h index c713f82de..7d1e7bb03 100755 --- a/plugins/MacAU/PocketVerbs/PocketVerbs.h +++ b/plugins/MacAU/PocketVerbs/PocketVerbs.h @@ -5,7 +5,7 @@ * * Created: 8/19/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacAU/PocketVerbs/PocketVerbs.r b/plugins/MacAU/PocketVerbs/PocketVerbs.r index 07090e6a7..e06dd416b 100755 --- a/plugins/MacAU/PocketVerbs/PocketVerbs.r +++ b/plugins/MacAU/PocketVerbs/PocketVerbs.r @@ -5,7 +5,7 @@ * * Created: 8/19/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacAU/PocketVerbs/PocketVerbsVersion.h b/plugins/MacAU/PocketVerbs/PocketVerbsVersion.h index b05ac2d97..9e7cc7df7 100755 --- a/plugins/MacAU/PocketVerbs/PocketVerbsVersion.h +++ b/plugins/MacAU/PocketVerbs/PocketVerbsVersion.h @@ -5,7 +5,7 @@ * * Created: 8/19/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacAU/Pockey/Pockey.cpp b/plugins/MacAU/Pockey/Pockey.cpp index dec223f52..8e33f136a 100755 --- a/plugins/MacAU/Pockey/Pockey.cpp +++ b/plugins/MacAU/Pockey/Pockey.cpp @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Pockey/Pockey.h b/plugins/MacAU/Pockey/Pockey.h index d0bbe23f4..b357d4cb0 100755 --- a/plugins/MacAU/Pockey/Pockey.h +++ b/plugins/MacAU/Pockey/Pockey.h @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Pockey/Pockey.r b/plugins/MacAU/Pockey/Pockey.r index df29b37cc..785af448e 100755 --- a/plugins/MacAU/Pockey/Pockey.r +++ b/plugins/MacAU/Pockey/Pockey.r @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Pockey/PockeyVersion.h b/plugins/MacAU/Pockey/PockeyVersion.h index 960c752d2..7d9322b5c 100755 --- a/plugins/MacAU/Pockey/PockeyVersion.h +++ b/plugins/MacAU/Pockey/PockeyVersion.h @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Pockey2/Pockey2.cpp b/plugins/MacAU/Pockey2/Pockey2.cpp index 00750accb..ef4c34d33 100755 --- a/plugins/MacAU/Pockey2/Pockey2.cpp +++ b/plugins/MacAU/Pockey2/Pockey2.cpp @@ -5,7 +5,7 @@ * * Created: 9/14/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Pockey2/Pockey2.h b/plugins/MacAU/Pockey2/Pockey2.h index 5668ba651..0a1947c1d 100755 --- a/plugins/MacAU/Pockey2/Pockey2.h +++ b/plugins/MacAU/Pockey2/Pockey2.h @@ -5,7 +5,7 @@ * * Created: 9/14/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Pockey2/Pockey2.r b/plugins/MacAU/Pockey2/Pockey2.r index 7defac081..a5863a5f6 100755 --- a/plugins/MacAU/Pockey2/Pockey2.r +++ b/plugins/MacAU/Pockey2/Pockey2.r @@ -5,7 +5,7 @@ * * Created: 9/14/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Pockey2/Pockey2Version.h b/plugins/MacAU/Pockey2/Pockey2Version.h index 92a87c08a..3402926b0 100755 --- a/plugins/MacAU/Pockey2/Pockey2Version.h +++ b/plugins/MacAU/Pockey2/Pockey2Version.h @@ -5,7 +5,7 @@ * * Created: 9/14/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Podcast/Podcast.cpp b/plugins/MacAU/Podcast/Podcast.cpp index c2865ba4c..e1d31a7d9 100755 --- a/plugins/MacAU/Podcast/Podcast.cpp +++ b/plugins/MacAU/Podcast/Podcast.cpp @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Podcast/Podcast.h b/plugins/MacAU/Podcast/Podcast.h index eba506b94..182304d26 100755 --- a/plugins/MacAU/Podcast/Podcast.h +++ b/plugins/MacAU/Podcast/Podcast.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Podcast/Podcast.r b/plugins/MacAU/Podcast/Podcast.r index ceffed8a3..c90d7bc22 100755 --- a/plugins/MacAU/Podcast/Podcast.r +++ b/plugins/MacAU/Podcast/Podcast.r @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Podcast/PodcastVersion.h b/plugins/MacAU/Podcast/PodcastVersion.h index 9eb127c36..b77c138a0 100755 --- a/plugins/MacAU/Podcast/PodcastVersion.h +++ b/plugins/MacAU/Podcast/PodcastVersion.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/PodcastDeluxe/PodcastDeluxe.cpp b/plugins/MacAU/PodcastDeluxe/PodcastDeluxe.cpp index c3ba2314f..95c7a8ba1 100755 --- a/plugins/MacAU/PodcastDeluxe/PodcastDeluxe.cpp +++ b/plugins/MacAU/PodcastDeluxe/PodcastDeluxe.cpp @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/PodcastDeluxe/PodcastDeluxe.h b/plugins/MacAU/PodcastDeluxe/PodcastDeluxe.h index c77f70237..0fd59b2b4 100755 --- a/plugins/MacAU/PodcastDeluxe/PodcastDeluxe.h +++ b/plugins/MacAU/PodcastDeluxe/PodcastDeluxe.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/PodcastDeluxe/PodcastDeluxe.r b/plugins/MacAU/PodcastDeluxe/PodcastDeluxe.r index 9e1144cb1..1b9924e85 100755 --- a/plugins/MacAU/PodcastDeluxe/PodcastDeluxe.r +++ b/plugins/MacAU/PodcastDeluxe/PodcastDeluxe.r @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/PodcastDeluxe/PodcastDeluxeVersion.h b/plugins/MacAU/PodcastDeluxe/PodcastDeluxeVersion.h index 6642f0398..a86d46873 100755 --- a/plugins/MacAU/PodcastDeluxe/PodcastDeluxeVersion.h +++ b/plugins/MacAU/PodcastDeluxe/PodcastDeluxeVersion.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Point/Poynt.cpp b/plugins/MacAU/Point/Poynt.cpp index bb85abdca..63cb17e91 100755 --- a/plugins/MacAU/Point/Poynt.cpp +++ b/plugins/MacAU/Point/Poynt.cpp @@ -5,7 +5,7 @@ * * Created: 2/3/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Point/Poynt.h b/plugins/MacAU/Point/Poynt.h index 30c436471..65517d9f9 100755 --- a/plugins/MacAU/Point/Poynt.h +++ b/plugins/MacAU/Point/Poynt.h @@ -5,7 +5,7 @@ * * Created: 2/3/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Point/Poynt.r b/plugins/MacAU/Point/Poynt.r index 85c79faca..0b1820d3f 100755 --- a/plugins/MacAU/Point/Poynt.r +++ b/plugins/MacAU/Point/Poynt.r @@ -5,7 +5,7 @@ * * Created: 2/3/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Point/PoyntVersion.h b/plugins/MacAU/Point/PoyntVersion.h index cd6343ba5..a9750ee86 100755 --- a/plugins/MacAU/Point/PoyntVersion.h +++ b/plugins/MacAU/Point/PoyntVersion.h @@ -5,7 +5,7 @@ * * Created: 2/3/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Pop/Pop.cpp b/plugins/MacAU/Pop/Pop.cpp index a823e6813..74a72752f 100755 --- a/plugins/MacAU/Pop/Pop.cpp +++ b/plugins/MacAU/Pop/Pop.cpp @@ -5,7 +5,7 @@ * * Created: 10/9/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Pop/Pop.h b/plugins/MacAU/Pop/Pop.h index fee7c7bce..34c5d2d82 100755 --- a/plugins/MacAU/Pop/Pop.h +++ b/plugins/MacAU/Pop/Pop.h @@ -5,7 +5,7 @@ * * Created: 10/9/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Pop/Pop.r b/plugins/MacAU/Pop/Pop.r index 5918a81e9..a05e12640 100755 --- a/plugins/MacAU/Pop/Pop.r +++ b/plugins/MacAU/Pop/Pop.r @@ -5,7 +5,7 @@ * * Created: 10/9/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Pop/PopVersion.h b/plugins/MacAU/Pop/PopVersion.h index 7d431ed7b..157a304be 100755 --- a/plugins/MacAU/Pop/PopVersion.h +++ b/plugins/MacAU/Pop/PopVersion.h @@ -5,7 +5,7 @@ * * Created: 10/9/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Pop2/English.lproj/InfoPlist.strings b/plugins/MacAU/Pop2/English.lproj/InfoPlist.strings new file mode 100755 index 000000000..451b83db5 Binary files /dev/null and b/plugins/MacAU/Pop2/English.lproj/InfoPlist.strings differ diff --git a/plugins/MacAU/Pop2/Info.plist b/plugins/MacAU/Pop2/Info.plist new file mode 100755 index 000000000..01dc6831c --- /dev/null +++ b/plugins/MacAU/Pop2/Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + com.airwindows.audiounit.${PRODUCT_NAME:identifier} + CFBundleName + ${PROJECTNAMEASIDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + DthX + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacAU/Pop2/Pop2.cpp b/plugins/MacAU/Pop2/Pop2.cpp new file mode 100755 index 000000000..036bd357c --- /dev/null +++ b/plugins/MacAU/Pop2/Pop2.cpp @@ -0,0 +1,325 @@ +/* +* File: Pop2.cpp +* +* Version: 1.0 +* +* Created: 9/19/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +/*============================================================================= + Pop2.cpp + +=============================================================================*/ +#include "Pop2.h" + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +COMPONENT_ENTRY(Pop2) + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Pop2::Pop2 +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Pop2::Pop2(AudioUnit component) + : AUEffectBase(component) +{ + CreateElements(); + Globals()->UseIndexedParameters(kNumberOfParameters); + SetParameter(kParam_One, kDefaultValue_ParamOne ); + SetParameter(kParam_Two, kDefaultValue_ParamTwo ); + SetParameter(kParam_Three, kDefaultValue_ParamThree ); + SetParameter(kParam_Four, kDefaultValue_ParamFour ); + SetParameter(kParam_Five, kDefaultValue_ParamFive ); + +#if AU_DEBUG_DISPATCHER + mDebugDispatcher = new AUDebugDispatcher (this); +#endif + +} + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Pop2::GetParameterValueStrings +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Pop2::GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings) +{ + + return kAudioUnitErr_InvalidProperty; +} + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Pop2::GetParameterInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Pop2::GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo ) +{ + ComponentResult result = noErr; + + outParameterInfo.flags = kAudioUnitParameterFlag_IsWritable + | kAudioUnitParameterFlag_IsReadable; + + if (inScope == kAudioUnitScope_Global) { + switch(inParameterID) + { + case kParam_One: + AUBase::FillInParameterName (outParameterInfo, kParameterOneName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamOne; + break; + case kParam_Two: + AUBase::FillInParameterName (outParameterInfo, kParameterTwoName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamTwo; + break; + case kParam_Three: + AUBase::FillInParameterName (outParameterInfo, kParameterThreeName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamThree; + break; + case kParam_Four: + AUBase::FillInParameterName (outParameterInfo, kParameterFourName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamFour; + break; + case kParam_Five: + AUBase::FillInParameterName (outParameterInfo, kParameterFiveName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamFive; + break; + default: + result = kAudioUnitErr_InvalidParameter; + break; + } + } else { + result = kAudioUnitErr_InvalidParameter; + } + + + + return result; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Pop2::GetPropertyInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Pop2::GetPropertyInfo (AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable) +{ + return AUEffectBase::GetPropertyInfo (inID, inScope, inElement, outDataSize, outWritable); +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Pop2::GetProperty +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Pop2::GetProperty( AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData ) +{ + return AUEffectBase::GetProperty (inID, inScope, inElement, outData); +} + +// Pop2::Initialize +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Pop2::Initialize() +{ + ComponentResult result = AUEffectBase::Initialize(); + if (result == noErr) + Reset(kAudioUnitScope_Global, 0); + return result; +} + +#pragma mark ____Pop2EffectKernel + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Pop2::Pop2Kernel::Reset() +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void Pop2::Pop2Kernel::Reset() +{ + muVary = 0.0; + muAttack = 0.0; + muNewSpeed = 1000.0; + muSpeedA = 1000.0; + muSpeedB = 1000.0; + muCoefficientA = 1.0; + muCoefficientB = 1.0; + flip = false; + + lastSample = 0.0; + wasPosClip = false; + wasNegClip = false; + for (int x = 0; x < 16; x++) intermediate[x] = 0.0; + + fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Pop2::Pop2Kernel::Process +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void Pop2::Pop2Kernel::Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence ) +{ + UInt32 nSampleFrames = inFramesToProcess; + const Float32 *sourceP = inSourceP; + Float32 *destP = inDestP; + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + + int spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; //for ClipOnly2 + + Float64 threshold = 1.0 - ((1.0-pow(1.0-GetParameter( kParam_One ),2))*0.9); + Float64 attack = ((pow(GetParameter( kParam_Two ),4)*100000.0)+10.0)*overallscale; + Float64 release = ((pow(GetParameter( kParam_Three ),5)*2000000.0)+20.0)*overallscale; + Float64 maxRelease = release * 4.0; + Float64 muPreGain = 1.0/threshold; + Float64 muMakeupGain = sqrt(1.0 / threshold)*GetParameter( kParam_Four ); + Float64 wet = GetParameter( kParam_Five ); + //compressor section + + while (nSampleFrames-- > 0) { + double inputSample = *sourceP; + if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; + double drySample = inputSample; + + //begin compressor section + inputSample *= muPreGain; + if (flip) { + if (fabs(inputSample) > threshold) { + muVary = threshold / fabs(inputSample); + muAttack = sqrt(fabs(muSpeedA)); + muCoefficientA = muCoefficientA * (muAttack-1.0); + if (muVary < threshold) muCoefficientA = muCoefficientA + threshold; + else muCoefficientA = muCoefficientA + muVary; + muCoefficientA = muCoefficientA / muAttack; + muNewSpeed = muSpeedA * (muSpeedA-1.0); + muNewSpeed = muNewSpeed + release; + muSpeedA = muNewSpeed / muSpeedA; + if (muSpeedA > maxRelease) muSpeedA = maxRelease; + } else { + muCoefficientA = muCoefficientA * ((muSpeedA * muSpeedA)-1.0); + muCoefficientA = muCoefficientA + 1.0; + muCoefficientA = muCoefficientA / (muSpeedA * muSpeedA); + muNewSpeed = muSpeedA * (muSpeedA-1.0); + muNewSpeed = muNewSpeed + attack; + muSpeedA = muNewSpeed / muSpeedA;} + } else { + if (fabs(inputSample) > threshold) { + muVary = threshold / fabs(inputSample); + muAttack = sqrt(fabs(muSpeedB)); + muCoefficientB = muCoefficientB * (muAttack-1.0); + if (muVary < threshold) muCoefficientB = muCoefficientB + threshold; + else muCoefficientB = muCoefficientB + muVary; + muCoefficientB = muCoefficientB / muAttack; + muNewSpeed = muSpeedB * (muSpeedB-1.0); + muNewSpeed = muNewSpeed + release; + muSpeedB = muNewSpeed / muSpeedB; + if (muSpeedB > maxRelease) muSpeedB = maxRelease; + } else { + muCoefficientB = muCoefficientB * ((muSpeedB * muSpeedB)-1.0); + muCoefficientB = muCoefficientB + 1.0; + muCoefficientB = muCoefficientB / (muSpeedB * muSpeedB); + muNewSpeed = muSpeedB * (muSpeedB-1.0); + muNewSpeed = muNewSpeed + attack; + muSpeedB = muNewSpeed / muSpeedB;} + } + //got coefficients, adjusted speeds + if (flip) inputSample *= pow(muCoefficientA,2); + else inputSample *= pow(muCoefficientB,2); + inputSample *= muMakeupGain; + flip = !flip; + //end compressor section + + //begin ClipOnly2 as a little, compressed chunk that can be dropped into code + if (inputSample > 4.0) inputSample = 4.0; if (inputSample < -4.0) inputSample = -4.0; + if (wasPosClip == true) { //current will be over + if (inputSample0.9549925859) {wasPosClip=true;inputSample=0.7058208+(lastSample*0.2609148);} + if (wasNegClip == true) { //current will be -over + if (inputSample > lastSample) lastSample=-0.7058208+(inputSample*0.2609148); + else lastSample=-0.2491717+(lastSample*0.7390851); + } wasNegClip = false; + if (inputSample<-0.9549925859) {wasNegClip=true;inputSample=-0.7058208+(lastSample*0.2609148);} + intermediate[spacing] = inputSample; + inputSample = lastSample; //Latency is however many samples equals one 44.1k sample + for (int x = spacing; x > 0; x--) intermediate[x-1] = intermediate[x]; + lastSample = intermediate[0]; //run a little buffer to handle this + //end ClipOnly2 as a little, compressed chunk that can be dropped into code + + if (wet !=1.0) { + inputSample = (inputSample * wet) + (drySample * (1.0-wet)); + } + //Dry/Wet control, defaults to the last slider + + //begin 32 bit floating point dither + int expon; frexpf((float)inputSample, &expon); + fpd ^= fpd << 13; fpd ^= fpd >> 17; fpd ^= fpd << 5; + inputSample += ((double(fpd)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit floating point dither + + *destP = inputSample; + + sourceP += inNumChannels; destP += inNumChannels; + } +} + diff --git a/plugins/MacAU/Pop2/Pop2.exp b/plugins/MacAU/Pop2/Pop2.exp new file mode 100755 index 000000000..315272f00 --- /dev/null +++ b/plugins/MacAU/Pop2/Pop2.exp @@ -0,0 +1 @@ +_Pop2Entry diff --git a/plugins/MacAU/Pop2/Pop2.h b/plugins/MacAU/Pop2/Pop2.h new file mode 100755 index 000000000..62d7920a5 --- /dev/null +++ b/plugins/MacAU/Pop2/Pop2.h @@ -0,0 +1,161 @@ +/* +* File: Pop2.h +* +* Version: 1.0 +* +* Created: 9/19/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include "AUEffectBase.h" +#include "Pop2Version.h" + +#if AU_DEBUG_DISPATCHER + #include "AUDebugDispatcher.h" +#endif + + +#ifndef __Pop2_h__ +#define __Pop2_h__ + + +#pragma mark ____Pop2 Parameters + +// parameters +static const float kDefaultValue_ParamOne = 0.5; +static const float kDefaultValue_ParamTwo = 0.5; +static const float kDefaultValue_ParamThree = 0.5; +static const float kDefaultValue_ParamFour = 0.5; +static const float kDefaultValue_ParamFive = 1.0; + +static CFStringRef kParameterOneName = CFSTR("Compress"); +static CFStringRef kParameterTwoName = CFSTR("Attack"); +static CFStringRef kParameterThreeName = CFSTR("Release"); +static CFStringRef kParameterFourName = CFSTR("Drive"); +static CFStringRef kParameterFiveName = CFSTR("Dry/Wet"); +//Alter the name if desired, but using the plugin name is a start + +enum { + kParam_One =0, + kParam_Two =1, + kParam_Three =2, + kParam_Four =3, + kParam_Five =4, + //Add your parameters here... + kNumberOfParameters=5 +}; + +#pragma mark ____Pop2 +class Pop2 : public AUEffectBase +{ +public: + Pop2(AudioUnit component); +#if AU_DEBUG_DISPATCHER + virtual ~Pop2 () { delete mDebugDispatcher; } +#endif + + virtual AUKernelBase * NewKernel() { return new Pop2Kernel(this); } + + virtual ComponentResult GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings); + + virtual ComponentResult GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo); + + virtual ComponentResult GetPropertyInfo(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable ); + + virtual ComponentResult GetProperty(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData); + + virtual ComponentResult Initialize(); + virtual bool SupportsTail () { return true; } + virtual Float64 GetTailTime() {return (1.0/GetSampleRate())*0.0;} //in SECONDS! gsr * a number = in samples + virtual Float64 GetLatency() {return (1.0/GetSampleRate())*0.0;} // in SECONDS! gsr * a number = in samples + + /*! @method Version */ + virtual ComponentResult Version() { return kPop2Version; } + + + +protected: + class Pop2Kernel : public AUKernelBase // most of the real work happens here + { +public: + Pop2Kernel(AUEffectBase *inAudioUnit ) + : AUKernelBase(inAudioUnit) + { + } + + // *Required* overides for the process method for this effect + // processes one channel of interleaved samples + virtual void Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence); + + virtual void Reset(); + + private: + double muVary; + double muAttack; + double muNewSpeed; + double muSpeedA; + double muSpeedB; + double muCoefficientA; + double muCoefficientB; + bool flip; + + double lastSample; + double intermediate[16]; + bool wasPosClip; + bool wasNegClip; + + uint32_t fpd; + }; +}; + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +#endif \ No newline at end of file diff --git a/plugins/MacAU/Pop2/Pop2.r b/plugins/MacAU/Pop2/Pop2.r new file mode 100755 index 000000000..634143a54 --- /dev/null +++ b/plugins/MacAU/Pop2/Pop2.r @@ -0,0 +1,61 @@ +/* +* File: Pop2.r +* +* Version: 1.0 +* +* Created: 9/19/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include + +#include "Pop2Version.h" + +// Note that resource IDs must be spaced 2 apart for the 'STR ' name and description +#define kAudioUnitResID_Pop2 1000 + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Pop2~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#define RES_ID kAudioUnitResID_Pop2 +#define COMP_TYPE kAudioUnitType_Effect +#define COMP_SUBTYPE Pop2_COMP_SUBTYPE +#define COMP_MANUF Pop2_COMP_MANF + +#define VERSION kPop2Version +#define NAME "Airwindows: Pop2" +#define DESCRIPTION "Pop2 AU" +#define ENTRY_POINT "Pop2Entry" + +#include "AUResources.r" \ No newline at end of file diff --git a/plugins/MacAU/Pop2/Pop2.xcodeproj/christopherjohnson.mode1v3 b/plugins/MacAU/Pop2/Pop2.xcodeproj/christopherjohnson.mode1v3 new file mode 100755 index 000000000..f301be9a2 --- /dev/null +++ b/plugins/MacAU/Pop2/Pop2.xcodeproj/christopherjohnson.mode1v3 @@ -0,0 +1,1358 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 8BD3CCBC148831C90062E48C + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + build + debugger-enable-breakpoints + get-info + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05AEB0720742700365D66 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 20 + 19 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 445}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 463}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {580, 269}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 269pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 274}, {580, 189}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + XCDetailModule + Proportion + 189pt + + + Proportion + 580pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 8B563EC9161B5E170067FE32 + 1CE0B1FE06471DED0097A5F4 + 8B563ECA161B5E170067FE32 + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 8BD3CCBD148831C90062E48C + /Developer/Library/Xcode/Project Templates/System Plug-in/Audio Unit Effect/Audio Unit Effect/StarterAU.xcodeproj + + WindowString + 203 321 788 504 0 0 1440 878 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {500, 218}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 223}, {500, 236}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 459pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 8BD3CCBD148831C90062E48C + 8B563ECB161B5E170067FE32 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 668 222 500 500 0 0 1440 878 + WindowToolGUID + 8BD3CCBD148831C90062E48C + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacAU/Pop2/Pop2.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/Pop2/Pop2.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..be5112c60 --- /dev/null +++ b/plugins/MacAU/Pop2/Pop2.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,136 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Pop2 */; + codeSenseManager = 8BD3CCB9148830B20062E48C /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 170, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 252, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685363711; + PBXWorkspaceStateSaveDate = 685363711; + }; + perUserProjectItems = { + 8B09434928D8959100166A02 /* PlistBookmark */ = 8B09434928D8959100166A02 /* PlistBookmark */; + 8B09441C28D9D0B100166A02 /* PBXTextBookmark */ = 8B09441C28D9D0B100166A02 /* PBXTextBookmark */; + 8B09453B28DA13C500166A02 /* PBXTextBookmark */ = 8B09453B28DA13C500166A02 /* PBXTextBookmark */; + }; + sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; + userBuildSettings = { + }; + }; + 8B09434928D8959100166A02 /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/Pop2/Info.plist; + rLen = 0; + rLoc = 9223372036854775808; + }; + 8B09441C28D9D0B100166A02 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A690720730100365D66 /* Pop2Version.h */; + name = "Pop2Version.h: 54"; + rLen = 0; + rLoc = 2859; + rType = 0; + vrLen = 259; + vrLoc = 2662; + }; + 8B09453B28DA13C500166A02 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A690720730100365D66 /* Pop2Version.h */; + name = "Pop2Version.h: 54"; + rLen = 0; + rLoc = 2859; + rType = 0; + vrLen = 0; + vrLoc = 0; + }; + 8BA05A660720730100365D66 /* Pop2.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1151, 5940}}"; + sepNavSelRange = "{11305, 54}"; + sepNavVisRange = "{11624, 1908}"; + sepNavWindowFrame = "{{6, 38}, {1198, 840}}"; + }; + }; + 8BA05A690720730100365D66 /* Pop2Version.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {471, 1206}}"; + sepNavSelRange = "{2859, 0}"; + sepNavVisRange = "{0, 0}"; + }; + }; + 8BC6025B073B072D006C4272 /* Pop2.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1056, 2628}}"; + sepNavSelRange = "{5692, 0}"; + sepNavVisRange = "{2588, 1013}"; + sepNavWindowFrame = "{{70, 43}, {915, 835}}"; + }; + }; + 8BD3CCB8148830B20062E48C /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8BD3CCB9148830B20062E48C /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8D01CCC60486CAD60068D4B7 /* Pop2 */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacAU/Pop2/Pop2.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/Pop2/Pop2.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..5f9f8d940 --- /dev/null +++ b/plugins/MacAU/Pop2/Pop2.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1506 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8BD7274F1D46E5A5000176F0 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 719 + 719 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 288 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05A56072072A900365D66 + 089C167CFE841241C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 4 + 2 + 1 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {288, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {305, 446}} + GroupTreeTableConfiguration + + MainColumn + 288 + + RubberWindowFrame + 13 373 719 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 305pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8BD7274A1D46E5A5000176F0 + PBXProjectModuleLabel + Pop2Version.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BD7274B1D46E5A5000176F0 + PBXProjectModuleLabel + Pop2Version.h + _historyCapacity + 0 + bookmark + 8B09453B28DA13C500166A02 + history + + 8B09434928D8959100166A02 + 8B09441C28D9D0B100166A02 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {409, 0}} + RubberWindowFrame + 13 373 719 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + Proportion + 441pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {409, 414}} + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {409, 414}} + RubberWindowFrame + 13 373 719 487 0 0 1440 878 + + Module + PBXBuildResultsModule + + + + + Proportion + 409pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8B09453C28DA13C500166A02 + 1CA23ED40692098700951B8B + 8B09453D28DA13C500166A02 + 8BD7274A1D46E5A5000176F0 + 8B09453E28DA13C500166A02 + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0pt + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 214}} + {{395, 0}, {415, 214}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 214}} + {{0, 214}, {810, 227}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 5}, {810, 441}} + PBXDebugSessionStackFrameViewKey + + DebugVariablesTableConfiguration + + Name + 120 + Value + 85 + Summary + 185 + + Frame + {{395, 0}, {415, 214}} + + + Module + PBXDebugSessionModule + Proportion + 441pt + + + Name + Debug + ServiceClasses + + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + PBXDebugProcessAndThreadModule + PBXDebugProcessViewModule + PBXDebugThreadViewModule + PBXDebugStackFrameViewModule + PBXNavigatorGroup + + TableOfContents + + 8BD727EC1D46ECF1000176F0 + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 8BD727ED1D46ECF1000176F0 + 8BD727EE1D46ECF1000176F0 + 8BD727EF1D46ECF1000176F0 + 8BD727F01D46ECF1000176F0 + 8BD727E71D46ECD9000176F0 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685380549.36635602 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Pop2/Pop2.xcodeproj + + WindowString + 13 373 719 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacAU/Pop2/Pop2.xcodeproj/project.pbxproj b/plugins/MacAU/Pop2/Pop2.xcodeproj/project.pbxproj new file mode 100755 index 000000000..bd12e69c3 --- /dev/null +++ b/plugins/MacAU/Pop2/Pop2.xcodeproj/project.pbxproj @@ -0,0 +1,490 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */; }; + 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */; }; + 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */; }; + 8B4119B70749654200361ABE /* Pop2.r in Rez */ = {isa = PBXBuildFile; fileRef = 8BA05A680720730100365D66 /* Pop2.r */; }; + 8BA05A6B0720730100365D66 /* Pop2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* Pop2.cpp */; }; + 8BA05A6E0720730100365D66 /* Pop2Version.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* Pop2Version.h */; }; + 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A7F072073D200365D66 /* AUBase.cpp */; }; + 8BA05AAF072073D300365D66 /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A80072073D200365D66 /* AUBase.h */; }; + 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A81072073D200365D66 /* AUDispatch.cpp */; }; + 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A82072073D200365D66 /* AUDispatch.h */; }; + 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A83072073D200365D66 /* AUInputElement.cpp */; }; + 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A84072073D200365D66 /* AUInputElement.h */; }; + 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A85072073D200365D66 /* AUOutputElement.cpp */; }; + 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A86072073D200365D66 /* AUOutputElement.h */; }; + 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A88072073D200365D66 /* AUScopeElement.cpp */; }; + 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A89072073D200365D66 /* AUScopeElement.h */; }; + 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A8A072073D200365D66 /* ComponentBase.cpp */; }; + 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A8B072073D200365D66 /* ComponentBase.h */; }; + 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */; }; + 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A9B072073D200365D66 /* AUEffectBase.h */; }; + 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA7072073D200365D66 /* AUBuffer.cpp */; }; + 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AA8072073D200365D66 /* AUBuffer.h */; }; + 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */; }; + 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */; }; + 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */; }; + 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */; }; + 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */; }; + 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */; }; + 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */; }; + 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE10720742100365D66 /* CAMutex.cpp */; }; + 8BA05AE80720742100365D66 /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE20720742100365D66 /* CAMutex.h */; }; + 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */; }; + 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */; }; + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; + 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05B050720754400365D66 /* CAAUParameter.cpp */; }; + 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05B060720754400365D66 /* CAAUParameter.h */; }; + 8BC6025C073B072D006C4272 /* Pop2.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* Pop2.h */; }; + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; + F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */; }; + F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; + 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; + 8BA05A660720730100365D66 /* Pop2.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Pop2.cpp; sourceTree = ""; }; + 8BA05A670720730100365D66 /* Pop2.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = Pop2.exp; sourceTree = ""; }; + 8BA05A680720730100365D66 /* Pop2.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = Pop2.r; sourceTree = ""; }; + 8BA05A690720730100365D66 /* Pop2Version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Pop2Version.h; sourceTree = ""; }; + 8BA05A7F072073D200365D66 /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BA05A80072073D200365D66 /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BA05A81072073D200365D66 /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BA05A82072073D200365D66 /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BA05A83072073D200365D66 /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BA05A84072073D200365D66 /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BA05A85072073D200365D66 /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BA05A86072073D200365D66 /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BA05A87072073D200365D66 /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BA05A88072073D200365D66 /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BA05A89072073D200365D66 /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BA05A8A072073D200365D66 /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BA05A8B072073D200365D66 /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BA05A9B072073D200365D66 /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BA05AA7072073D200365D66 /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BA05AA8072073D200365D66 /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDebugDispatcher.cpp; sourceTree = ""; }; + 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDebugDispatcher.h; sourceTree = ""; }; + 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BA05AE10720742100365D66 /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BA05AE20720742100365D66 /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; + 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; + 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; + 8BA05B050720754400365D66 /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BA05B060720754400365D66 /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BC6025B073B072D006C4272 /* Pop2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Pop2.h; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8D01CCD20486CAD60068D4B7 /* Pop2.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Pop2.component; sourceTree = BUILT_PRODUCTS_DIR; }; + F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUBaseHelper.cpp; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.cpp; sourceTree = SYSTEM_DEVELOPER_DIR; }; + F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUBaseHelper.h; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.h; sourceTree = SYSTEM_DEVELOPER_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8D01CCCD0486CAD60068D4B7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */, + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */, + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* Pop2 */ = { + isa = PBXGroup; + children = ( + 08FB77ADFE841716C02AAC07 /* Source */, + 089C167CFE841241C02AAC07 /* Resources */, + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + ); + name = Pop2; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */, + 8BA05B01072074F900365D66 /* CoreServices.framework */, + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */, + 8BA05AFA072074E100365D66 /* AudioUnit.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + 089C167DFE841241C02AAC07 /* InfoPlist.strings */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8BA05A56072072A900365D66 /* AU Source */, + 8BA05AEB0720742700365D66 /* PublicUtility */, + 8BA05A7D072073D200365D66 /* AUPublic */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 8D01CCD20486CAD60068D4B7 /* Pop2.component */, + ); + name = Products; + sourceTree = ""; + }; + 8BA05A56072072A900365D66 /* AU Source */ = { + isa = PBXGroup; + children = ( + 8BC6025B073B072D006C4272 /* Pop2.h */, + 8BA05A660720730100365D66 /* Pop2.cpp */, + 8BA05A670720730100365D66 /* Pop2.exp */, + 8BA05A680720730100365D66 /* Pop2.r */, + 8BA05A690720730100365D66 /* Pop2Version.h */, + ); + name = "AU Source"; + sourceTree = ""; + }; + 8BA05A7D072073D200365D66 /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BA05A7E072073D200365D66 /* AUBase */, + 8BA05A99072073D200365D66 /* OtherBases */, + 8BA05AA6072073D200365D66 /* Utility */, + ); + name = AUPublic; + path = Extras/CoreAudio/AudioUnits/AUPublic; + sourceTree = SYSTEM_DEVELOPER_DIR; + }; + 8BA05A7E072073D200365D66 /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BA05A7F072073D200365D66 /* AUBase.cpp */, + 8BA05A80072073D200365D66 /* AUBase.h */, + 8BA05A81072073D200365D66 /* AUDispatch.cpp */, + 8BA05A82072073D200365D66 /* AUDispatch.h */, + 8BA05A83072073D200365D66 /* AUInputElement.cpp */, + 8BA05A84072073D200365D66 /* AUInputElement.h */, + 8BA05A85072073D200365D66 /* AUOutputElement.cpp */, + 8BA05A86072073D200365D66 /* AUOutputElement.h */, + 8BA05A87072073D200365D66 /* AUResources.r */, + 8BA05A88072073D200365D66 /* AUScopeElement.cpp */, + 8BA05A89072073D200365D66 /* AUScopeElement.h */, + 8BA05A8A072073D200365D66 /* ComponentBase.cpp */, + 8BA05A8B072073D200365D66 /* ComponentBase.h */, + ); + path = AUBase; + sourceTree = ""; + }; + 8BA05A99072073D200365D66 /* OtherBases */ = { + isa = PBXGroup; + children = ( + 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */, + 8BA05A9B072073D200365D66 /* AUEffectBase.h */, + ); + path = OtherBases; + sourceTree = ""; + }; + 8BA05AA6072073D200365D66 /* Utility */ = { + isa = PBXGroup; + children = ( + F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */, + F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */, + 8BA05AA7072073D200365D66 /* AUBuffer.cpp */, + 8BA05AA8072073D200365D66 /* AUBuffer.h */, + 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */, + 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */, + 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */, + 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */, + 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */, + ); + path = Utility; + sourceTree = ""; + }; + 8BA05AEB0720742700365D66 /* PublicUtility */ = { + isa = PBXGroup; + children = ( + 8BA05B050720754400365D66 /* CAAUParameter.cpp */, + 8BA05B060720754400365D66 /* CAAUParameter.h */, + 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */, + 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */, + 8BA05AE10720742100365D66 /* CAMutex.cpp */, + 8BA05AE20720742100365D66 /* CAMutex.h */, + 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */, + 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */, + 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */, + 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */, + 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */, + ); + name = PublicUtility; + path = Extras/CoreAudio/PublicUtility; + sourceTree = SYSTEM_DEVELOPER_DIR; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05A6E0720730100365D66 /* Pop2Version.h in Headers */, + 8BA05AAF072073D300365D66 /* AUBase.h in Headers */, + 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */, + 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */, + 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */, + 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */, + 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */, + 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */, + 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */, + 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */, + 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */, + 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */, + 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */, + 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */, + 8BA05AE80720742100365D66 /* CAMutex.h in Headers */, + 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */, + 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */, + 8BC6025C073B072D006C4272 /* Pop2.h in Headers */, + 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */, + 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */, + F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Pop2 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Pop2" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCD0486CAD60068D4B7 /* Frameworks */, + 8D01CCCF0486CAD60068D4B7 /* Rez */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Pop2; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = Pop2; + productReference = 8D01CCD20486CAD60068D4B7 /* Pop2.component */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Pop2" */; + compatibilityVersion = "Xcode 3.1"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); + mainGroup = 089C166AFE841209C02AAC07 /* Pop2 */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Pop2 */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXRezBuildPhase section */ + 8D01CCCF0486CAD60068D4B7 /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B4119B70749654200361ABE /* Pop2.r in Rez */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXRezBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05A6B0720730100365D66 /* Pop2.cpp in Sources */, + 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */, + 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */, + 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */, + 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */, + 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */, + 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */, + 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */, + 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */, + 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */, + 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */, + 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */, + 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */, + 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */, + 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */, + F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 089C167EFE841241C02AAC07 /* English */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 3E4BA244089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + EXPORTED_SYMBOLS_FILE = Pop2.exp; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d ppc64_$ppc64 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + PRODUCT_NAME = Pop2; + WRAPPER_EXTENSION = component; + }; + name = Debug; + }; + 3E4BA245089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + x86_64, + ); + EXPORTED_SYMBOLS_FILE = Pop2.exp; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 10.4; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + PRODUCT_NAME = Pop2; + SDKROOT = macosx10.5; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = all; + WRAPPER_EXTENSION = component; + }; + name = Release; + }; + 3E4BA248089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + SDKROOT = macosx10.6; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Debug; + }; + 3E4BA249089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + SDKROOT = macosx10.6; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Pop2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA244089833B7007656EC /* Debug */, + 3E4BA245089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Pop2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA248089833B7007656EC /* Debug */, + 3E4BA249089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacAU/Pop2/Pop2Version.h b/plugins/MacAU/Pop2/Pop2Version.h new file mode 100755 index 000000000..bb193ab2c --- /dev/null +++ b/plugins/MacAU/Pop2/Pop2Version.h @@ -0,0 +1,58 @@ +/* +* File: Pop2Version.h +* +* Version: 1.0 +* +* Created: 9/19/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#ifndef __Pop2Version_h__ +#define __Pop2Version_h__ + + +#ifdef DEBUG + #define kPop2Version 0xFFFFFFFF +#else + #define kPop2Version 0x00010000 +#endif + +//~~~~~~~~~~~~~~ Change!!! ~~~~~~~~~~~~~~~~~~~~~// +#define Pop2_COMP_MANF 'Dthr' +#define Pop2_COMP_SUBTYPE 'popd' +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// + +#endif + diff --git a/plugins/MacAU/Pop2/version.plist b/plugins/MacAU/Pop2/version.plist new file mode 100755 index 000000000..11edf8a1b --- /dev/null +++ b/plugins/MacAU/Pop2/version.plist @@ -0,0 +1,16 @@ + + + + + BuildVersion + 3 + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 + ProjectName + ${EXECUTABLE_NAME} + SourceVersion + 590000 + + diff --git a/plugins/MacAU/PowerSag/PowerSag.cpp b/plugins/MacAU/PowerSag/PowerSag.cpp index 55f08b2ed..9c36a3623 100755 --- a/plugins/MacAU/PowerSag/PowerSag.cpp +++ b/plugins/MacAU/PowerSag/PowerSag.cpp @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/PowerSag/PowerSag.h b/plugins/MacAU/PowerSag/PowerSag.h index 8a7796b84..ddefe9acc 100755 --- a/plugins/MacAU/PowerSag/PowerSag.h +++ b/plugins/MacAU/PowerSag/PowerSag.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/PowerSag/PowerSag.r b/plugins/MacAU/PowerSag/PowerSag.r index 27737cf02..c3a323726 100755 --- a/plugins/MacAU/PowerSag/PowerSag.r +++ b/plugins/MacAU/PowerSag/PowerSag.r @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/PowerSag/PowerSagVersion.h b/plugins/MacAU/PowerSag/PowerSagVersion.h index f47e5d51f..ae1310763 100755 --- a/plugins/MacAU/PowerSag/PowerSagVersion.h +++ b/plugins/MacAU/PowerSag/PowerSagVersion.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/PowerSag2/PowerSag2.cpp b/plugins/MacAU/PowerSag2/PowerSag2.cpp index 7516380b7..aeec304d6 100755 --- a/plugins/MacAU/PowerSag2/PowerSag2.cpp +++ b/plugins/MacAU/PowerSag2/PowerSag2.cpp @@ -5,7 +5,7 @@ * * Created: 11/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/PowerSag2/PowerSag2.h b/plugins/MacAU/PowerSag2/PowerSag2.h index 4d5ac7215..e81c48199 100755 --- a/plugins/MacAU/PowerSag2/PowerSag2.h +++ b/plugins/MacAU/PowerSag2/PowerSag2.h @@ -5,7 +5,7 @@ * * Created: 11/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/PowerSag2/PowerSag2.r b/plugins/MacAU/PowerSag2/PowerSag2.r index 2de7a8efd..ad02914cc 100755 --- a/plugins/MacAU/PowerSag2/PowerSag2.r +++ b/plugins/MacAU/PowerSag2/PowerSag2.r @@ -5,7 +5,7 @@ * * Created: 11/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/PowerSag2/PowerSag2Version.h b/plugins/MacAU/PowerSag2/PowerSag2Version.h index 0f1241505..b9d8d5870 100755 --- a/plugins/MacAU/PowerSag2/PowerSag2Version.h +++ b/plugins/MacAU/PowerSag2/PowerSag2Version.h @@ -5,7 +5,7 @@ * * Created: 11/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Precious/Precious.cpp b/plugins/MacAU/Precious/Precious.cpp index 90dc3aad6..6fecf0070 100755 --- a/plugins/MacAU/Precious/Precious.cpp +++ b/plugins/MacAU/Precious/Precious.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Precious/Precious.h b/plugins/MacAU/Precious/Precious.h index 8c468f790..746bdca92 100755 --- a/plugins/MacAU/Precious/Precious.h +++ b/plugins/MacAU/Precious/Precious.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Precious/Precious.r b/plugins/MacAU/Precious/Precious.r index 519304c08..dd32ac8cf 100755 --- a/plugins/MacAU/Precious/Precious.r +++ b/plugins/MacAU/Precious/Precious.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Precious/PreciousVersion.h b/plugins/MacAU/Precious/PreciousVersion.h index cffab1b7e..058be9037 100755 --- a/plugins/MacAU/Precious/PreciousVersion.h +++ b/plugins/MacAU/Precious/PreciousVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Preponderant/Preponderant.cpp b/plugins/MacAU/Preponderant/Preponderant.cpp index c6b9d321f..e9e9af37e 100755 --- a/plugins/MacAU/Preponderant/Preponderant.cpp +++ b/plugins/MacAU/Preponderant/Preponderant.cpp @@ -5,7 +5,7 @@ * * Created: 12/14/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Preponderant/Preponderant.h b/plugins/MacAU/Preponderant/Preponderant.h index 1dff6ad8b..e7d474d56 100755 --- a/plugins/MacAU/Preponderant/Preponderant.h +++ b/plugins/MacAU/Preponderant/Preponderant.h @@ -5,7 +5,7 @@ * * Created: 12/14/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Preponderant/Preponderant.r b/plugins/MacAU/Preponderant/Preponderant.r index 74905f294..61d2e4c65 100755 --- a/plugins/MacAU/Preponderant/Preponderant.r +++ b/plugins/MacAU/Preponderant/Preponderant.r @@ -5,7 +5,7 @@ * * Created: 12/14/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Preponderant/PreponderantVersion.h b/plugins/MacAU/Preponderant/PreponderantVersion.h index 6e855dc36..12c1488eb 100755 --- a/plugins/MacAU/Preponderant/PreponderantVersion.h +++ b/plugins/MacAU/Preponderant/PreponderantVersion.h @@ -5,7 +5,7 @@ * * Created: 12/14/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Pressure4/Pressure4.cpp b/plugins/MacAU/Pressure4/Pressure4.cpp index 05f8ed281..15146155c 100755 --- a/plugins/MacAU/Pressure4/Pressure4.cpp +++ b/plugins/MacAU/Pressure4/Pressure4.cpp @@ -5,7 +5,7 @@ * * Created: 9/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Pressure4/Pressure4.h b/plugins/MacAU/Pressure4/Pressure4.h index 1cfd2ab5a..6bff7f3ed 100755 --- a/plugins/MacAU/Pressure4/Pressure4.h +++ b/plugins/MacAU/Pressure4/Pressure4.h @@ -5,7 +5,7 @@ * * Created: 9/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Pressure4/Pressure4.r b/plugins/MacAU/Pressure4/Pressure4.r index fdc9d4265..cd7e05454 100755 --- a/plugins/MacAU/Pressure4/Pressure4.r +++ b/plugins/MacAU/Pressure4/Pressure4.r @@ -5,7 +5,7 @@ * * Created: 9/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Pressure4/Pressure4Version.h b/plugins/MacAU/Pressure4/Pressure4Version.h index 86be6c09f..cbcf31a8b 100755 --- a/plugins/MacAU/Pressure4/Pressure4Version.h +++ b/plugins/MacAU/Pressure4/Pressure4Version.h @@ -5,7 +5,7 @@ * * Created: 9/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Pressure4Mono/Pressure4Mono.cpp b/plugins/MacAU/Pressure4Mono/Pressure4Mono.cpp index 0c251e162..65d7326c6 100755 --- a/plugins/MacAU/Pressure4Mono/Pressure4Mono.cpp +++ b/plugins/MacAU/Pressure4Mono/Pressure4Mono.cpp @@ -5,7 +5,7 @@ * * Created: 9/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Pressure4Mono/Pressure4Mono.h b/plugins/MacAU/Pressure4Mono/Pressure4Mono.h index 10641a300..834d19258 100755 --- a/plugins/MacAU/Pressure4Mono/Pressure4Mono.h +++ b/plugins/MacAU/Pressure4Mono/Pressure4Mono.h @@ -5,7 +5,7 @@ * * Created: 9/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Pressure4Mono/Pressure4Mono.r b/plugins/MacAU/Pressure4Mono/Pressure4Mono.r index dcfdd8248..db06c8f36 100755 --- a/plugins/MacAU/Pressure4Mono/Pressure4Mono.r +++ b/plugins/MacAU/Pressure4Mono/Pressure4Mono.r @@ -5,7 +5,7 @@ * * Created: 9/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Pressure4Mono/Pressure4MonoVersion.h b/plugins/MacAU/Pressure4Mono/Pressure4MonoVersion.h index f5d45dc06..73e94b617 100755 --- a/plugins/MacAU/Pressure4Mono/Pressure4MonoVersion.h +++ b/plugins/MacAU/Pressure4Mono/Pressure4MonoVersion.h @@ -5,7 +5,7 @@ * * Created: 9/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Pressure5/Pressure5.cpp b/plugins/MacAU/Pressure5/Pressure5.cpp index 4fba69769..327a08e98 100644 --- a/plugins/MacAU/Pressure5/Pressure5.cpp +++ b/plugins/MacAU/Pressure5/Pressure5.cpp @@ -5,7 +5,7 @@ * * Created: 10/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Pressure5/Pressure5.h b/plugins/MacAU/Pressure5/Pressure5.h index a9a5bfede..c03cce58f 100644 --- a/plugins/MacAU/Pressure5/Pressure5.h +++ b/plugins/MacAU/Pressure5/Pressure5.h @@ -5,7 +5,7 @@ * * Created: 10/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Pressure5/Pressure5.r b/plugins/MacAU/Pressure5/Pressure5.r index 5655bdcc0..72adb5e2a 100644 --- a/plugins/MacAU/Pressure5/Pressure5.r +++ b/plugins/MacAU/Pressure5/Pressure5.r @@ -5,7 +5,7 @@ * * Created: 10/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Pressure5/Pressure5Version.h b/plugins/MacAU/Pressure5/Pressure5Version.h index 614a71368..70dcf852c 100644 --- a/plugins/MacAU/Pressure5/Pressure5Version.h +++ b/plugins/MacAU/Pressure5/Pressure5Version.h @@ -5,7 +5,7 @@ * * Created: 10/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestAir/PurestAir.cpp b/plugins/MacAU/PurestAir/PurestAir.cpp index 48c3dabbc..7f303f022 100755 --- a/plugins/MacAU/PurestAir/PurestAir.cpp +++ b/plugins/MacAU/PurestAir/PurestAir.cpp @@ -5,7 +5,7 @@ * * Created: 8/17/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/PurestAir/PurestAir.h b/plugins/MacAU/PurestAir/PurestAir.h index b8c5aa030..a1384f1ac 100755 --- a/plugins/MacAU/PurestAir/PurestAir.h +++ b/plugins/MacAU/PurestAir/PurestAir.h @@ -5,7 +5,7 @@ * * Created: 8/17/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/PurestAir/PurestAir.r b/plugins/MacAU/PurestAir/PurestAir.r index 2ef50dc87..9153f5d00 100755 --- a/plugins/MacAU/PurestAir/PurestAir.r +++ b/plugins/MacAU/PurestAir/PurestAir.r @@ -5,7 +5,7 @@ * * Created: 8/17/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/PurestAir/PurestAirVersion.h b/plugins/MacAU/PurestAir/PurestAirVersion.h index 9de9d532c..d1fe79eb7 100755 --- a/plugins/MacAU/PurestAir/PurestAirVersion.h +++ b/plugins/MacAU/PurestAir/PurestAirVersion.h @@ -5,7 +5,7 @@ * * Created: 8/17/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/PurestConsole2Buss/PurestConsole2Buss.cpp b/plugins/MacAU/PurestConsole2Buss/PurestConsole2Buss.cpp index fb1594595..a9e0268a9 100755 --- a/plugins/MacAU/PurestConsole2Buss/PurestConsole2Buss.cpp +++ b/plugins/MacAU/PurestConsole2Buss/PurestConsole2Buss.cpp @@ -5,7 +5,7 @@ * * Created: 2/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestConsole2Buss/PurestConsole2Buss.h b/plugins/MacAU/PurestConsole2Buss/PurestConsole2Buss.h index 2ab3c5f75..bde4a0d18 100755 --- a/plugins/MacAU/PurestConsole2Buss/PurestConsole2Buss.h +++ b/plugins/MacAU/PurestConsole2Buss/PurestConsole2Buss.h @@ -5,7 +5,7 @@ * * Created: 2/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestConsole2Buss/PurestConsole2Buss.r b/plugins/MacAU/PurestConsole2Buss/PurestConsole2Buss.r index c24ab6195..7676e3599 100755 --- a/plugins/MacAU/PurestConsole2Buss/PurestConsole2Buss.r +++ b/plugins/MacAU/PurestConsole2Buss/PurestConsole2Buss.r @@ -5,7 +5,7 @@ * * Created: 2/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestConsole2Buss/PurestConsole2BussVersion.h b/plugins/MacAU/PurestConsole2Buss/PurestConsole2BussVersion.h index 95bd720e5..6b70da129 100755 --- a/plugins/MacAU/PurestConsole2Buss/PurestConsole2BussVersion.h +++ b/plugins/MacAU/PurestConsole2Buss/PurestConsole2BussVersion.h @@ -5,7 +5,7 @@ * * Created: 2/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestConsole2Channel/PurestConsole2Channel.cpp b/plugins/MacAU/PurestConsole2Channel/PurestConsole2Channel.cpp index a47b0e23a..e29ef7fb9 100755 --- a/plugins/MacAU/PurestConsole2Channel/PurestConsole2Channel.cpp +++ b/plugins/MacAU/PurestConsole2Channel/PurestConsole2Channel.cpp @@ -5,7 +5,7 @@ * * Created: 2/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestConsole2Channel/PurestConsole2Channel.h b/plugins/MacAU/PurestConsole2Channel/PurestConsole2Channel.h index aacdbbe06..24bfe936d 100755 --- a/plugins/MacAU/PurestConsole2Channel/PurestConsole2Channel.h +++ b/plugins/MacAU/PurestConsole2Channel/PurestConsole2Channel.h @@ -5,7 +5,7 @@ * * Created: 2/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestConsole2Channel/PurestConsole2Channel.r b/plugins/MacAU/PurestConsole2Channel/PurestConsole2Channel.r index d059c46a8..5279b1445 100755 --- a/plugins/MacAU/PurestConsole2Channel/PurestConsole2Channel.r +++ b/plugins/MacAU/PurestConsole2Channel/PurestConsole2Channel.r @@ -5,7 +5,7 @@ * * Created: 2/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestConsole2Channel/PurestConsole2ChannelVersion.h b/plugins/MacAU/PurestConsole2Channel/PurestConsole2ChannelVersion.h index ee9829c1b..efebf2cdc 100755 --- a/plugins/MacAU/PurestConsole2Channel/PurestConsole2ChannelVersion.h +++ b/plugins/MacAU/PurestConsole2Channel/PurestConsole2ChannelVersion.h @@ -5,7 +5,7 @@ * * Created: 2/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestConsoleBuss/PurestConsoleBuss.cpp b/plugins/MacAU/PurestConsoleBuss/PurestConsoleBuss.cpp index 3dba02c76..87f4517d9 100755 --- a/plugins/MacAU/PurestConsoleBuss/PurestConsoleBuss.cpp +++ b/plugins/MacAU/PurestConsoleBuss/PurestConsoleBuss.cpp @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestConsoleBuss/PurestConsoleBuss.h b/plugins/MacAU/PurestConsoleBuss/PurestConsoleBuss.h index 1d85733b8..e050388f1 100755 --- a/plugins/MacAU/PurestConsoleBuss/PurestConsoleBuss.h +++ b/plugins/MacAU/PurestConsoleBuss/PurestConsoleBuss.h @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestConsoleBuss/PurestConsoleBuss.r b/plugins/MacAU/PurestConsoleBuss/PurestConsoleBuss.r index 321e35fde..ee36697b9 100644 --- a/plugins/MacAU/PurestConsoleBuss/PurestConsoleBuss.r +++ b/plugins/MacAU/PurestConsoleBuss/PurestConsoleBuss.r @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestConsoleBuss/PurestConsoleBussVersion.h b/plugins/MacAU/PurestConsoleBuss/PurestConsoleBussVersion.h index e9e575e19..020a01300 100644 --- a/plugins/MacAU/PurestConsoleBuss/PurestConsoleBussVersion.h +++ b/plugins/MacAU/PurestConsoleBuss/PurestConsoleBussVersion.h @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestConsoleChannel/PurestConsoleChannel.cpp b/plugins/MacAU/PurestConsoleChannel/PurestConsoleChannel.cpp index 1c58335b7..943a9e78e 100755 --- a/plugins/MacAU/PurestConsoleChannel/PurestConsoleChannel.cpp +++ b/plugins/MacAU/PurestConsoleChannel/PurestConsoleChannel.cpp @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestConsoleChannel/PurestConsoleChannel.h b/plugins/MacAU/PurestConsoleChannel/PurestConsoleChannel.h index b97f934e6..6d8713477 100755 --- a/plugins/MacAU/PurestConsoleChannel/PurestConsoleChannel.h +++ b/plugins/MacAU/PurestConsoleChannel/PurestConsoleChannel.h @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestConsoleChannel/PurestConsoleChannel.r b/plugins/MacAU/PurestConsoleChannel/PurestConsoleChannel.r index 605db29dd..bc9ac5cd8 100644 --- a/plugins/MacAU/PurestConsoleChannel/PurestConsoleChannel.r +++ b/plugins/MacAU/PurestConsoleChannel/PurestConsoleChannel.r @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestConsoleChannel/PurestConsoleChannelVersion.h b/plugins/MacAU/PurestConsoleChannel/PurestConsoleChannelVersion.h index 0d2937d72..1d9791f4c 100644 --- a/plugins/MacAU/PurestConsoleChannel/PurestConsoleChannelVersion.h +++ b/plugins/MacAU/PurestConsoleChannel/PurestConsoleChannelVersion.h @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestDrive/PurestDrive.cpp b/plugins/MacAU/PurestDrive/PurestDrive.cpp index d55b34fbd..bd4c0cf54 100755 --- a/plugins/MacAU/PurestDrive/PurestDrive.cpp +++ b/plugins/MacAU/PurestDrive/PurestDrive.cpp @@ -5,7 +5,7 @@ * * Created: 9/12/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestDrive/PurestDrive.h b/plugins/MacAU/PurestDrive/PurestDrive.h index 75bbb7840..548df52a3 100755 --- a/plugins/MacAU/PurestDrive/PurestDrive.h +++ b/plugins/MacAU/PurestDrive/PurestDrive.h @@ -5,7 +5,7 @@ * * Created: 9/12/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestDrive/PurestDrive.r b/plugins/MacAU/PurestDrive/PurestDrive.r index 13f058a27..d55bd3d04 100755 --- a/plugins/MacAU/PurestDrive/PurestDrive.r +++ b/plugins/MacAU/PurestDrive/PurestDrive.r @@ -5,7 +5,7 @@ * * Created: 9/12/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestDrive/PurestDriveVersion.h b/plugins/MacAU/PurestDrive/PurestDriveVersion.h index 8e137e81c..2366e553b 100755 --- a/plugins/MacAU/PurestDrive/PurestDriveVersion.h +++ b/plugins/MacAU/PurestDrive/PurestDriveVersion.h @@ -5,7 +5,7 @@ * * Created: 9/12/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestEcho/PurestEcho.cpp b/plugins/MacAU/PurestEcho/PurestEcho.cpp index 7868d14a3..7c53dbd0b 100755 --- a/plugins/MacAU/PurestEcho/PurestEcho.cpp +++ b/plugins/MacAU/PurestEcho/PurestEcho.cpp @@ -5,7 +5,7 @@ * * Created: 6/2/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestEcho/PurestEcho.h b/plugins/MacAU/PurestEcho/PurestEcho.h index 1e94fa7dd..2043c7e42 100755 --- a/plugins/MacAU/PurestEcho/PurestEcho.h +++ b/plugins/MacAU/PurestEcho/PurestEcho.h @@ -5,7 +5,7 @@ * * Created: 6/2/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestEcho/PurestEcho.r b/plugins/MacAU/PurestEcho/PurestEcho.r index 7704f4050..3c48684c1 100755 --- a/plugins/MacAU/PurestEcho/PurestEcho.r +++ b/plugins/MacAU/PurestEcho/PurestEcho.r @@ -5,7 +5,7 @@ * * Created: 6/2/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestEcho/PurestEchoVersion.h b/plugins/MacAU/PurestEcho/PurestEchoVersion.h index e98b20542..e2f9c7809 100755 --- a/plugins/MacAU/PurestEcho/PurestEchoVersion.h +++ b/plugins/MacAU/PurestEcho/PurestEchoVersion.h @@ -5,7 +5,7 @@ * * Created: 6/2/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestFade/PurestFade.cpp b/plugins/MacAU/PurestFade/PurestFade.cpp index 96a8c71b4..5e078717b 100755 --- a/plugins/MacAU/PurestFade/PurestFade.cpp +++ b/plugins/MacAU/PurestFade/PurestFade.cpp @@ -5,7 +5,7 @@ * * Created: 5/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestFade/PurestFade.h b/plugins/MacAU/PurestFade/PurestFade.h index 5c2f6a30c..ea7407f04 100755 --- a/plugins/MacAU/PurestFade/PurestFade.h +++ b/plugins/MacAU/PurestFade/PurestFade.h @@ -5,7 +5,7 @@ * * Created: 5/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestFade/PurestFade.r b/plugins/MacAU/PurestFade/PurestFade.r index cf1c6b809..d70f118bb 100755 --- a/plugins/MacAU/PurestFade/PurestFade.r +++ b/plugins/MacAU/PurestFade/PurestFade.r @@ -5,7 +5,7 @@ * * Created: 5/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestFade/PurestFadeVersion.h b/plugins/MacAU/PurestFade/PurestFadeVersion.h index f6c69ad23..7685e7aff 100755 --- a/plugins/MacAU/PurestFade/PurestFadeVersion.h +++ b/plugins/MacAU/PurestFade/PurestFadeVersion.h @@ -5,7 +5,7 @@ * * Created: 5/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestGain/PurestGain.cpp b/plugins/MacAU/PurestGain/PurestGain.cpp index 6fa1254d7..e2585333e 100755 --- a/plugins/MacAU/PurestGain/PurestGain.cpp +++ b/plugins/MacAU/PurestGain/PurestGain.cpp @@ -5,7 +5,7 @@ * * Created: 9/25/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestGain/PurestGain.h b/plugins/MacAU/PurestGain/PurestGain.h index cf0bea331..2086c9625 100755 --- a/plugins/MacAU/PurestGain/PurestGain.h +++ b/plugins/MacAU/PurestGain/PurestGain.h @@ -5,7 +5,7 @@ * * Created: 9/25/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestGain/PurestGain.r b/plugins/MacAU/PurestGain/PurestGain.r index 133a90608..f2ffe46d6 100755 --- a/plugins/MacAU/PurestGain/PurestGain.r +++ b/plugins/MacAU/PurestGain/PurestGain.r @@ -5,7 +5,7 @@ * * Created: 9/25/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestGain/PurestGainVersion.h b/plugins/MacAU/PurestGain/PurestGainVersion.h index 4146ca12a..c3ebd5002 100755 --- a/plugins/MacAU/PurestGain/PurestGainVersion.h +++ b/plugins/MacAU/PurestGain/PurestGainVersion.h @@ -5,7 +5,7 @@ * * Created: 9/25/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestSquish/PurestSquish.cpp b/plugins/MacAU/PurestSquish/PurestSquish.cpp index 7120ce966..3cbd26d9b 100755 --- a/plugins/MacAU/PurestSquish/PurestSquish.cpp +++ b/plugins/MacAU/PurestSquish/PurestSquish.cpp @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestSquish/PurestSquish.h b/plugins/MacAU/PurestSquish/PurestSquish.h index 453b78761..0723d37ac 100755 --- a/plugins/MacAU/PurestSquish/PurestSquish.h +++ b/plugins/MacAU/PurestSquish/PurestSquish.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestSquish/PurestSquish.r b/plugins/MacAU/PurestSquish/PurestSquish.r index e6b3396ce..3ba61b988 100755 --- a/plugins/MacAU/PurestSquish/PurestSquish.r +++ b/plugins/MacAU/PurestSquish/PurestSquish.r @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestSquish/PurestSquishVersion.h b/plugins/MacAU/PurestSquish/PurestSquishVersion.h index 7cdcf54d0..550224e63 100755 --- a/plugins/MacAU/PurestSquish/PurestSquishVersion.h +++ b/plugins/MacAU/PurestSquish/PurestSquishVersion.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestWarm/PurestWarm.cpp b/plugins/MacAU/PurestWarm/PurestWarm.cpp index 67f3cbea0..68d1a4050 100755 --- a/plugins/MacAU/PurestWarm/PurestWarm.cpp +++ b/plugins/MacAU/PurestWarm/PurestWarm.cpp @@ -5,7 +5,7 @@ * * Created: 1/8/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestWarm/PurestWarm.h b/plugins/MacAU/PurestWarm/PurestWarm.h index 23fa63500..1c6ab8321 100755 --- a/plugins/MacAU/PurestWarm/PurestWarm.h +++ b/plugins/MacAU/PurestWarm/PurestWarm.h @@ -5,7 +5,7 @@ * * Created: 1/8/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestWarm/PurestWarm.r b/plugins/MacAU/PurestWarm/PurestWarm.r index d994cdad6..99f2d2deb 100755 --- a/plugins/MacAU/PurestWarm/PurestWarm.r +++ b/plugins/MacAU/PurestWarm/PurestWarm.r @@ -5,7 +5,7 @@ * * Created: 1/8/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestWarm/PurestWarmVersion.h b/plugins/MacAU/PurestWarm/PurestWarmVersion.h index eb094bbbe..93f90efc0 100755 --- a/plugins/MacAU/PurestWarm/PurestWarmVersion.h +++ b/plugins/MacAU/PurestWarm/PurestWarmVersion.h @@ -5,7 +5,7 @@ * * Created: 1/8/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestWarm2/PurestWarm2.cpp b/plugins/MacAU/PurestWarm2/PurestWarm2.cpp index 85e3dfebe..5835b5987 100755 --- a/plugins/MacAU/PurestWarm2/PurestWarm2.cpp +++ b/plugins/MacAU/PurestWarm2/PurestWarm2.cpp @@ -5,7 +5,7 @@ * * Created: 4/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -166,23 +166,6 @@ ComponentResult PurestWarm2::Initialize() //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ void PurestWarm2::PurestWarm2Kernel::Reset() { - double cutoff = 25000.0 / GetSampleRate(); - if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k - fixA[fix_freq] = cutoff; - fixA[fix_reso] = 0.70710678; //butterworth Q - double K = tan(M_PI * fixA[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); - fixA[fix_a0] = K * K * norm; - fixA[fix_a1] = 2.0 * fixA[fix_a0]; - fixA[fix_a2] = fixA[fix_a0]; - fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; - fixA[fix_sL1] = 0.0; - fixA[fix_sL2] = 0.0; - fixA[fix_sR1] = 0.0; - fixA[fix_sR2] = 0.0; - //define entire filter in instantiation, it's totally static - fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; } @@ -200,7 +183,23 @@ void PurestWarm2::PurestWarm2Kernel::Process( const Float32 *inSourceP, Float32 *destP = inDestP; Float64 pos = GetParameter( kParam_One ); Float64 neg = GetParameter( kParam_Two ); - + double cutoff = 25000.0 / GetSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet + while (nSampleFrames-- > 0) { double inputSample = *sourceP; if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; diff --git a/plugins/MacAU/PurestWarm2/PurestWarm2.h b/plugins/MacAU/PurestWarm2/PurestWarm2.h index bb8d9cb0a..4f6fbfe79 100755 --- a/plugins/MacAU/PurestWarm2/PurestWarm2.h +++ b/plugins/MacAU/PurestWarm2/PurestWarm2.h @@ -5,7 +5,7 @@ * * Created: 4/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestWarm2/PurestWarm2.r b/plugins/MacAU/PurestWarm2/PurestWarm2.r index 9af1b8d70..f7036e47b 100755 --- a/plugins/MacAU/PurestWarm2/PurestWarm2.r +++ b/plugins/MacAU/PurestWarm2/PurestWarm2.r @@ -5,7 +5,7 @@ * * Created: 4/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/PurestWarm2/PurestWarm2.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/PurestWarm2/PurestWarm2.xcodeproj/christopherjohnson.pbxuser index 874384b4e..b717669dd 100755 --- a/plugins/MacAU/PurestWarm2/PurestWarm2.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacAU/PurestWarm2/PurestWarm2.xcodeproj/christopherjohnson.pbxuser @@ -49,15 +49,17 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 671134399; - PBXWorkspaceStateSaveDate = 671134399; + PBXPerProjectTemplateStateSaveDate = 688003664; + PBXWorkspaceStateSaveDate = 688003664; }; perUserProjectItems = { 8B2192C32800B62700151792 /* PlistBookmark */ = 8B2192C32800B62700151792 /* PlistBookmark */; 8B2192C42800B62700151792 /* PBXTextBookmark */ = 8B2192C42800B62700151792 /* PBXTextBookmark */; 8B2192C52800B62700151792 /* PBXTextBookmark */ = 8B2192C52800B62700151792 /* PBXTextBookmark */; - 8B2192C62800B62700151792 /* PBXTextBookmark */ = 8B2192C62800B62700151792 /* PBXTextBookmark */; - 8B2192C72800B62700151792 /* PBXTextBookmark */ = 8B2192C72800B62700151792 /* PBXTextBookmark */; + 8BAA20CE29021A5A00316531 /* PBXBookmark */ = 8BAA20CE29021A5A00316531 /* PBXBookmark */; + 8BAA20D329021A8500316531 /* PBXTextBookmark */ = 8BAA20D329021A8500316531 /* PBXTextBookmark */; + 8BAA20D829021A9E00316531 /* PBXTextBookmark */ = 8BAA20D829021A9E00316531 /* PBXTextBookmark */; + 8BAA20DE29021A9E00316531 /* PBXTextBookmark */ = 8BAA20DE29021A9E00316531 /* PBXTextBookmark */; }; sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; userBuildSettings = { @@ -73,7 +75,7 @@ ); name = /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/PurestWarm2/Info.plist; rLen = 0; - rLoc = 9223372036854775807; + rLoc = 9223372036854775808; }; 8B2192C42800B62700151792 /* PBXTextBookmark */ = { isa = PBXTextBookmark; @@ -95,32 +97,12 @@ vrLen = 980; vrLoc = 2134; }; - 8B2192C62800B62700151792 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 8BA05A660720730100365D66 /* PurestWarm2.cpp */; - name = "PurestWarm2.cpp: 169"; - rLen = 637; - rLoc = 7683; - rType = 0; - vrLen = 1314; - vrLoc = 3216; - }; - 8B2192C72800B62700151792 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 8BA05A660720730100365D66 /* PurestWarm2.cpp */; - name = "PurestWarm2.cpp: 207"; - rLen = 522; - rLoc = 9313; - rType = 0; - vrLen = 1154; - vrLoc = 9033; - }; 8BA05A660720730100365D66 /* PurestWarm2.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1056, 4104}}"; - sepNavSelRange = "{9313, 522}"; - sepNavVisRange = "{9033, 1154}"; - sepNavWindowFrame = "{{514, 68}, {1055, 810}}"; + sepNavIntBoundsRect = "{{0, 0}, {1020, 4158}}"; + sepNavSelRange = "{9312, 522}"; + sepNavVisRange = "{8394, 1225}"; + sepNavWindowFrame = "{{385, 68}, {1055, 810}}"; }; }; 8BA05A690720730100365D66 /* PurestWarm2Version.h */ = { @@ -131,6 +113,40 @@ sepNavWindowFrame = "{{15, 63}, {1055, 810}}"; }; }; + 8BAA20CE29021A5A00316531 /* PBXBookmark */ = { + isa = PBXBookmark; + fRef = 8BA05A660720730100365D66 /* PurestWarm2.cpp */; + }; + 8BAA20D329021A8500316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* PurestWarm2.cpp */; + name = "PurestWarm2.cpp: 206"; + rLen = 522; + rLoc = 9312; + rType = 0; + vrLen = 1225; + vrLoc = 8394; + }; + 8BAA20D829021A9E00316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* PurestWarm2.cpp */; + name = "PurestWarm2.cpp: 206"; + rLen = 522; + rLoc = 9312; + rType = 0; + vrLen = 1225; + vrLoc = 8394; + }; + 8BAA20DE29021A9E00316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* PurestWarm2.cpp */; + name = "PurestWarm2.cpp: 202"; + rLen = 0; + rLoc = 9182; + rType = 0; + vrLen = 1735; + vrLoc = 7740; + }; 8BC6025B073B072D006C4272 /* PurestWarm2.h */ = { uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1146, 2754}}"; diff --git a/plugins/MacAU/PurestWarm2/PurestWarm2.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/PurestWarm2/PurestWarm2.xcodeproj/christopherjohnson.perspectivev3 index 0da5a8605..0b3a8c99d 100755 --- a/plugins/MacAU/PurestWarm2/PurestWarm2.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacAU/PurestWarm2/PurestWarm2.xcodeproj/christopherjohnson.perspectivev3 @@ -222,11 +222,52 @@ OpenEditors - + + + Content + + PBXProjectModuleGUID + 8BAA20DC29021A9E00316531 + PBXProjectModuleLabel + PurestWarm2.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BAA20DD29021A9E00316531 + PBXProjectModuleLabel + PurestWarm2.cpp + _historyCapacity + 0 + bookmark + 8BAA20DE29021A9E00316531 + history + + 8BAA20CE29021A5A00316531 + + + SplitCount + 1 + + StatusBarVisibility + + + Geometry + + Frame + {{0, 20}, {1055, 713}} + PBXModuleWindowStatusBarHidden2 + + RubberWindowFrame + 385 124 1055 754 0 0 1440 878 + + + PerspectiveWidths - 841 - 841 + 882 + 882 Perspectives @@ -335,8 +376,6 @@ Dock - BecomeActive - ContentConfiguration PBXProjectModuleGUID @@ -354,13 +393,13 @@ _historyCapacity 0 bookmark - 8B2192C72800B62700151792 + 8BAA20D829021A9E00316531 history 8B2192C32800B62700151792 8B2192C42800B62700151792 8B2192C52800B62700151792 - 8B2192C62800B62700151792 + 8BAA20D329021A8500316531 SplitCount @@ -374,18 +413,18 @@ GeometryConfiguration Frame - {{0, 0}, {665, 562}} + {{0, 0}, {665, 557}} RubberWindowFrame 528 111 882 767 0 0 1440 878 Module PBXNavigatorGroup Proportion - 562pt + 557pt Proportion - 159pt + 164pt Tabs @@ -399,9 +438,7 @@ GeometryConfiguration Frame - {{10, 27}, {665, 132}} - RubberWindowFrame - 528 111 882 767 0 0 1440 878 + {{10, 27}, {665, 137}} Module XCDetailModule @@ -455,7 +492,9 @@ GeometryConfiguration Frame - {{10, 27}, {531, 339}} + {{10, 27}, {665, 137}} + RubberWindowFrame + 528 111 882 767 0 0 1440 878 Module PBXBuildResultsModule @@ -483,11 +522,11 @@ TableOfContents - 8B2192C82800B62700151792 + 8BAA20D929021A9E00316531 1CA23ED40692098700951B8B - 8B2192C92800B62700151792 + 8BAA20DA29021A9E00316531 8BD7274A1D46E5A5000176F0 - 8B2192CA2800B62700151792 + 8BAA20DB29021A9E00316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -660,7 +699,7 @@ StatusbarIsVisible TimeStamp - 671135271.27228105 + 688003742.04691601 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -677,6 +716,7 @@ 5 WindowOrderList + 8BAA20DC29021A9E00316531 /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/PurestWarm2/PurestWarm2.xcodeproj WindowString diff --git a/plugins/MacAU/PurestWarm2/PurestWarm2Version.h b/plugins/MacAU/PurestWarm2/PurestWarm2Version.h index d118b8813..76e657ec4 100755 --- a/plugins/MacAU/PurestWarm2/PurestWarm2Version.h +++ b/plugins/MacAU/PurestWarm2/PurestWarm2Version.h @@ -5,7 +5,7 @@ * * Created: 4/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Pyewacket/Pyewacket.cpp b/plugins/MacAU/Pyewacket/Pyewacket.cpp index 4279e9538..752a551f6 100755 --- a/plugins/MacAU/Pyewacket/Pyewacket.cpp +++ b/plugins/MacAU/Pyewacket/Pyewacket.cpp @@ -5,7 +5,7 @@ * * Created: 10/20/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Pyewacket/Pyewacket.h b/plugins/MacAU/Pyewacket/Pyewacket.h index 756f699f1..a33445ab0 100755 --- a/plugins/MacAU/Pyewacket/Pyewacket.h +++ b/plugins/MacAU/Pyewacket/Pyewacket.h @@ -5,7 +5,7 @@ * * Created: 10/20/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Pyewacket/Pyewacket.r b/plugins/MacAU/Pyewacket/Pyewacket.r index 958297735..1f1486a70 100755 --- a/plugins/MacAU/Pyewacket/Pyewacket.r +++ b/plugins/MacAU/Pyewacket/Pyewacket.r @@ -5,7 +5,7 @@ * * Created: 10/20/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Pyewacket/PyewacketVersion.h b/plugins/MacAU/Pyewacket/PyewacketVersion.h index 132ddc1c3..c36ef17b0 100755 --- a/plugins/MacAU/Pyewacket/PyewacketVersion.h +++ b/plugins/MacAU/Pyewacket/PyewacketVersion.h @@ -5,7 +5,7 @@ * * Created: 10/20/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/PyewacketMono/PyewacketMono.cpp b/plugins/MacAU/PyewacketMono/PyewacketMono.cpp index 7157041f4..da6908cd1 100755 --- a/plugins/MacAU/PyewacketMono/PyewacketMono.cpp +++ b/plugins/MacAU/PyewacketMono/PyewacketMono.cpp @@ -5,7 +5,7 @@ * * Created: 10/20/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/PyewacketMono/PyewacketMono.h b/plugins/MacAU/PyewacketMono/PyewacketMono.h index 6e07f3582..b215ed20b 100755 --- a/plugins/MacAU/PyewacketMono/PyewacketMono.h +++ b/plugins/MacAU/PyewacketMono/PyewacketMono.h @@ -5,7 +5,7 @@ * * Created: 10/20/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/PyewacketMono/PyewacketMono.r b/plugins/MacAU/PyewacketMono/PyewacketMono.r index 6ba9eb039..6c643315b 100755 --- a/plugins/MacAU/PyewacketMono/PyewacketMono.r +++ b/plugins/MacAU/PyewacketMono/PyewacketMono.r @@ -5,7 +5,7 @@ * * Created: 10/20/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/PyewacketMono/PyewacketMonoVersion.h b/plugins/MacAU/PyewacketMono/PyewacketMonoVersion.h index 80e0623bc..86a6bfc43 100755 --- a/plugins/MacAU/PyewacketMono/PyewacketMonoVersion.h +++ b/plugins/MacAU/PyewacketMono/PyewacketMonoVersion.h @@ -5,7 +5,7 @@ * * Created: 10/20/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/RawGlitters/RawGlitters.cpp b/plugins/MacAU/RawGlitters/RawGlitters.cpp index ca961139d..57e850132 100755 --- a/plugins/MacAU/RawGlitters/RawGlitters.cpp +++ b/plugins/MacAU/RawGlitters/RawGlitters.cpp @@ -5,7 +5,7 @@ * * Created: 12/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/RawGlitters/RawGlitters.h b/plugins/MacAU/RawGlitters/RawGlitters.h index 03ef50ab5..dbe19adea 100755 --- a/plugins/MacAU/RawGlitters/RawGlitters.h +++ b/plugins/MacAU/RawGlitters/RawGlitters.h @@ -5,7 +5,7 @@ * * Created: 12/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/RawGlitters/RawGlitters.r b/plugins/MacAU/RawGlitters/RawGlitters.r index d87e54739..6dd54daae 100755 --- a/plugins/MacAU/RawGlitters/RawGlitters.r +++ b/plugins/MacAU/RawGlitters/RawGlitters.r @@ -5,7 +5,7 @@ * * Created: 12/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/RawGlitters/RawGlittersVersion.h b/plugins/MacAU/RawGlitters/RawGlittersVersion.h index 7acbb080d..e96ca70b6 100755 --- a/plugins/MacAU/RawGlitters/RawGlittersVersion.h +++ b/plugins/MacAU/RawGlitters/RawGlittersVersion.h @@ -5,7 +5,7 @@ * * Created: 12/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/RawTimbers/RawTimbers.cpp b/plugins/MacAU/RawTimbers/RawTimbers.cpp index 4d24fbd52..c81efe3ae 100755 --- a/plugins/MacAU/RawTimbers/RawTimbers.cpp +++ b/plugins/MacAU/RawTimbers/RawTimbers.cpp @@ -5,7 +5,7 @@ * * Created: 12/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/RawTimbers/RawTimbers.h b/plugins/MacAU/RawTimbers/RawTimbers.h index 16567b680..9ad0cabaf 100755 --- a/plugins/MacAU/RawTimbers/RawTimbers.h +++ b/plugins/MacAU/RawTimbers/RawTimbers.h @@ -5,7 +5,7 @@ * * Created: 12/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/RawTimbers/RawTimbers.r b/plugins/MacAU/RawTimbers/RawTimbers.r index c77dbd0b5..ebeae4544 100755 --- a/plugins/MacAU/RawTimbers/RawTimbers.r +++ b/plugins/MacAU/RawTimbers/RawTimbers.r @@ -5,7 +5,7 @@ * * Created: 12/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/RawTimbers/RawTimbersVersion.h b/plugins/MacAU/RawTimbers/RawTimbersVersion.h index b142d278d..c27e0e516 100755 --- a/plugins/MacAU/RawTimbers/RawTimbersVersion.h +++ b/plugins/MacAU/RawTimbers/RawTimbersVersion.h @@ -5,7 +5,7 @@ * * Created: 12/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Recurve/Recurve.cpp b/plugins/MacAU/Recurve/Recurve.cpp index 04bd8e107..cda8b807f 100755 --- a/plugins/MacAU/Recurve/Recurve.cpp +++ b/plugins/MacAU/Recurve/Recurve.cpp @@ -5,7 +5,7 @@ * * Created: 4/19/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Recurve/Recurve.h b/plugins/MacAU/Recurve/Recurve.h index e8b830f63..2ccb77a9d 100755 --- a/plugins/MacAU/Recurve/Recurve.h +++ b/plugins/MacAU/Recurve/Recurve.h @@ -5,7 +5,7 @@ * * Created: 4/19/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Recurve/Recurve.r b/plugins/MacAU/Recurve/Recurve.r index 28be1253f..32964b21d 100755 --- a/plugins/MacAU/Recurve/Recurve.r +++ b/plugins/MacAU/Recurve/Recurve.r @@ -5,7 +5,7 @@ * * Created: 4/19/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Recurve/RecurveVersion.h b/plugins/MacAU/Recurve/RecurveVersion.h index 2aed0f279..9cdf6b29c 100755 --- a/plugins/MacAU/Recurve/RecurveVersion.h +++ b/plugins/MacAU/Recurve/RecurveVersion.h @@ -5,7 +5,7 @@ * * Created: 4/19/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Remap/Remap.cpp b/plugins/MacAU/Remap/Remap.cpp index 4d43fab4f..caa54aaa3 100755 --- a/plugins/MacAU/Remap/Remap.cpp +++ b/plugins/MacAU/Remap/Remap.cpp @@ -5,7 +5,7 @@ * * Created: 6/6/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Remap/Remap.h b/plugins/MacAU/Remap/Remap.h index f35a5e36b..c808aa041 100755 --- a/plugins/MacAU/Remap/Remap.h +++ b/plugins/MacAU/Remap/Remap.h @@ -5,7 +5,7 @@ * * Created: 6/6/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Remap/Remap.r b/plugins/MacAU/Remap/Remap.r index bb3d657c6..1cc183c5a 100755 --- a/plugins/MacAU/Remap/Remap.r +++ b/plugins/MacAU/Remap/Remap.r @@ -5,7 +5,7 @@ * * Created: 6/6/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Remap/RemapVersion.h b/plugins/MacAU/Remap/RemapVersion.h index bee749996..b1839833a 100755 --- a/plugins/MacAU/Remap/RemapVersion.h +++ b/plugins/MacAU/Remap/RemapVersion.h @@ -5,7 +5,7 @@ * * Created: 6/6/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/ResEQ/ResEQ.cpp b/plugins/MacAU/ResEQ/ResEQ.cpp index 921f52a6a..90903f91c 100755 --- a/plugins/MacAU/ResEQ/ResEQ.cpp +++ b/plugins/MacAU/ResEQ/ResEQ.cpp @@ -5,7 +5,7 @@ * * Created: 8/1/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ResEQ/ResEQ.h b/plugins/MacAU/ResEQ/ResEQ.h index 789fde381..0bf27cfc3 100755 --- a/plugins/MacAU/ResEQ/ResEQ.h +++ b/plugins/MacAU/ResEQ/ResEQ.h @@ -5,7 +5,7 @@ * * Created: 8/1/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ResEQ/ResEQ.r b/plugins/MacAU/ResEQ/ResEQ.r index 35083f75a..8512abcf7 100755 --- a/plugins/MacAU/ResEQ/ResEQ.r +++ b/plugins/MacAU/ResEQ/ResEQ.r @@ -5,7 +5,7 @@ * * Created: 8/1/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ResEQ/ResEQVersion.h b/plugins/MacAU/ResEQ/ResEQVersion.h index 1a9cd4d27..e5db6c234 100755 --- a/plugins/MacAU/ResEQ/ResEQVersion.h +++ b/plugins/MacAU/ResEQ/ResEQVersion.h @@ -5,7 +5,7 @@ * * Created: 8/1/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Reverb/Reverb.cpp b/plugins/MacAU/Reverb/Reverb.cpp index d10cfb4d9..19feb0443 100755 --- a/plugins/MacAU/Reverb/Reverb.cpp +++ b/plugins/MacAU/Reverb/Reverb.cpp @@ -5,7 +5,7 @@ * * Created: 12/8/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Reverb/Reverb.h b/plugins/MacAU/Reverb/Reverb.h index 6a827503a..af998352a 100755 --- a/plugins/MacAU/Reverb/Reverb.h +++ b/plugins/MacAU/Reverb/Reverb.h @@ -5,7 +5,7 @@ * * Created: 12/8/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Reverb/Reverb.r b/plugins/MacAU/Reverb/Reverb.r index 5feb7445b..16276b22c 100755 --- a/plugins/MacAU/Reverb/Reverb.r +++ b/plugins/MacAU/Reverb/Reverb.r @@ -5,7 +5,7 @@ * * Created: 12/8/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Reverb/ReverbVersion.h b/plugins/MacAU/Reverb/ReverbVersion.h index f1567030d..e635ecb6e 100755 --- a/plugins/MacAU/Reverb/ReverbVersion.h +++ b/plugins/MacAU/Reverb/ReverbVersion.h @@ -5,7 +5,7 @@ * * Created: 12/8/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Righteous4/Righteous4.cpp b/plugins/MacAU/Righteous4/Righteous4.cpp index 658c4aaf4..9ca556e98 100755 --- a/plugins/MacAU/Righteous4/Righteous4.cpp +++ b/plugins/MacAU/Righteous4/Righteous4.cpp @@ -5,7 +5,7 @@ * * Created: 4/8/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Righteous4/Righteous4.h b/plugins/MacAU/Righteous4/Righteous4.h index 680a9b009..dc8720284 100755 --- a/plugins/MacAU/Righteous4/Righteous4.h +++ b/plugins/MacAU/Righteous4/Righteous4.h @@ -5,7 +5,7 @@ * * Created: 4/8/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Righteous4/Righteous4.r b/plugins/MacAU/Righteous4/Righteous4.r index f731ab52a..4943cdbcd 100755 --- a/plugins/MacAU/Righteous4/Righteous4.r +++ b/plugins/MacAU/Righteous4/Righteous4.r @@ -5,7 +5,7 @@ * * Created: 4/8/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Righteous4/Righteous4Version.h b/plugins/MacAU/Righteous4/Righteous4Version.h index ae3b50ab0..b84a7210d 100755 --- a/plugins/MacAU/Righteous4/Righteous4Version.h +++ b/plugins/MacAU/Righteous4/Righteous4Version.h @@ -5,7 +5,7 @@ * * Created: 4/8/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/RightoMono/RightoMono.cpp b/plugins/MacAU/RightoMono/RightoMono.cpp index 41438b97e..07c938e4d 100755 --- a/plugins/MacAU/RightoMono/RightoMono.cpp +++ b/plugins/MacAU/RightoMono/RightoMono.cpp @@ -5,7 +5,7 @@ * * Created: 10/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/RightoMono/RightoMono.h b/plugins/MacAU/RightoMono/RightoMono.h index 7e6c14744..d58cfba06 100755 --- a/plugins/MacAU/RightoMono/RightoMono.h +++ b/plugins/MacAU/RightoMono/RightoMono.h @@ -5,7 +5,7 @@ * * Created: 10/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/RightoMono/RightoMono.r b/plugins/MacAU/RightoMono/RightoMono.r index 024566aa0..7ebd86e6f 100755 --- a/plugins/MacAU/RightoMono/RightoMono.r +++ b/plugins/MacAU/RightoMono/RightoMono.r @@ -5,7 +5,7 @@ * * Created: 10/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/RightoMono/RightoMonoVersion.h b/plugins/MacAU/RightoMono/RightoMonoVersion.h index 77221bf16..75798bcbe 100755 --- a/plugins/MacAU/RightoMono/RightoMonoVersion.h +++ b/plugins/MacAU/RightoMono/RightoMonoVersion.h @@ -5,7 +5,7 @@ * * Created: 10/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Shape/Shape.cpp b/plugins/MacAU/Shape/Shape.cpp index b33428f5a..23bcd5a29 100755 --- a/plugins/MacAU/Shape/Shape.cpp +++ b/plugins/MacAU/Shape/Shape.cpp @@ -5,7 +5,7 @@ * * Created: 4/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -166,23 +166,6 @@ ComponentResult Shape::Initialize() //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ void Shape::ShapeKernel::Reset() { - double cutoff = 25000.0 / GetSampleRate(); - if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k - fixA[fix_freq] = cutoff; - fixA[fix_reso] = 0.70710678; //butterworth Q - double K = tan(M_PI * fixA[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); - fixA[fix_a0] = K * K * norm; - fixA[fix_a1] = 2.0 * fixA[fix_a0]; - fixA[fix_a2] = fixA[fix_a0]; - fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; - fixA[fix_sL1] = 0.0; - fixA[fix_sL2] = 0.0; - fixA[fix_sR1] = 0.0; - fixA[fix_sR2] = 0.0; - //define entire filter in instantiation, it's totally static - fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; } @@ -208,6 +191,23 @@ void Shape::ShapeKernel::Process( const Float32 *inSourceP, postOffset = sin(offset); } if (shape < 0) postOffset = asin(offset); + double cutoff = 25000.0 / GetSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet + while (nSampleFrames-- > 0) { double inputSample = *sourceP; diff --git a/plugins/MacAU/Shape/Shape.h b/plugins/MacAU/Shape/Shape.h index 21866fb2a..2316ff99d 100755 --- a/plugins/MacAU/Shape/Shape.h +++ b/plugins/MacAU/Shape/Shape.h @@ -5,7 +5,7 @@ * * Created: 4/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Shape/Shape.r b/plugins/MacAU/Shape/Shape.r index 972616f7b..305eec2c4 100755 --- a/plugins/MacAU/Shape/Shape.r +++ b/plugins/MacAU/Shape/Shape.r @@ -5,7 +5,7 @@ * * Created: 4/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Shape/Shape.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/Shape/Shape.xcodeproj/christopherjohnson.pbxuser index cf5125593..638ae15b0 100755 --- a/plugins/MacAU/Shape/Shape.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacAU/Shape/Shape.xcodeproj/christopherjohnson.pbxuser @@ -49,15 +49,15 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 671135304; - PBXWorkspaceStateSaveDate = 671135304; + PBXPerProjectTemplateStateSaveDate = 688003767; + PBXWorkspaceStateSaveDate = 688003767; }; perUserProjectItems = { 8B2192FA2800B85200151792 /* PlistBookmark */ = 8B2192FA2800B85200151792 /* PlistBookmark */; 8B2192FB2800B85200151792 /* PBXTextBookmark */ = 8B2192FB2800B85200151792 /* PBXTextBookmark */; 8B2192FC2800B85200151792 /* PBXTextBookmark */ = 8B2192FC2800B85200151792 /* PBXTextBookmark */; - 8B2192FD2800B85200151792 /* PBXTextBookmark */ = 8B2192FD2800B85200151792 /* PBXTextBookmark */; - 8B2192FE2800B85200151792 /* PBXTextBookmark */ = 8B2192FE2800B85200151792 /* PBXTextBookmark */; + 8BAA20EC29021AE000316531 /* PBXTextBookmark */ = 8BAA20EC29021AE000316531 /* PBXTextBookmark */; + 8BAA20F129021AF000316531 /* PBXTextBookmark */ = 8BAA20F129021AF000316531 /* PBXTextBookmark */; }; sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; userBuildSettings = { @@ -73,7 +73,7 @@ ); name = /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Shape/Info.plist; rLen = 0; - rLoc = 9223372036854775807; + rLoc = 9223372036854775808; }; 8B2192FB2800B85200151792 /* PBXTextBookmark */ = { isa = PBXTextBookmark; @@ -95,32 +95,12 @@ vrLen = 467; vrLoc = 2704; }; - 8B2192FD2800B85200151792 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 8BA05A660720730100365D66 /* Shape.cpp */; - name = "Shape.cpp: 212"; - rLen = 0; - rLoc = 9244; - rType = 0; - vrLen = 834; - vrLoc = 8827; - }; - 8B2192FE2800B85200151792 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 8BA05A660720730100365D66 /* Shape.cpp */; - name = "Shape.cpp: 231"; - rLen = 0; - rLoc = 10094; - rType = 0; - vrLen = 911; - vrLoc = 9199; - }; 8BA05A660720730100365D66 /* Shape.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {894, 4572}}"; - sepNavSelRange = "{10094, 0}"; - sepNavVisRange = "{9199, 911}"; - sepNavWindowFrame = "{{109, 68}, {1055, 810}}"; + sepNavIntBoundsRect = "{{0, 0}, {894, 4446}}"; + sepNavSelRange = "{10095, 0}"; + sepNavVisRange = "{9094, 764}"; + sepNavWindowFrame = "{{234, 68}, {1055, 810}}"; }; }; 8BA05A690720730100365D66 /* ShapeVersion.h */ = { @@ -131,6 +111,26 @@ sepNavWindowFrame = "{{15, 63}, {1055, 810}}"; }; }; + 8BAA20EC29021AE000316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Shape.cpp */; + name = "Shape.cpp: 231"; + rLen = 0; + rLoc = 10095; + rType = 0; + vrLen = 764; + vrLoc = 9094; + }; + 8BAA20F129021AF000316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Shape.cpp */; + name = "Shape.cpp: 231"; + rLen = 0; + rLoc = 10095; + rType = 0; + vrLen = 764; + vrLoc = 9094; + }; 8BC6025B073B072D006C4272 /* Shape.h */ = { uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1146, 2736}}"; diff --git a/plugins/MacAU/Shape/Shape.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/Shape/Shape.xcodeproj/christopherjohnson.perspectivev3 index bcf9456f0..72b2a1fb7 100755 --- a/plugins/MacAU/Shape/Shape.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacAU/Shape/Shape.xcodeproj/christopherjohnson.perspectivev3 @@ -335,8 +335,6 @@ Dock - BecomeActive - ContentConfiguration PBXProjectModuleGUID @@ -354,13 +352,13 @@ _historyCapacity 0 bookmark - 8B2192FE2800B85200151792 + 8BAA20F129021AF000316531 history 8B2192FA2800B85200151792 8B2192FB2800B85200151792 8B2192FC2800B85200151792 - 8B2192FD2800B85200151792 + 8BAA20EC29021AE000316531 SplitCount @@ -374,18 +372,18 @@ GeometryConfiguration Frame - {{0, 0}, {622, 415}} + {{0, 0}, {622, 408}} RubberWindowFrame 598 187 841 654 0 0 1440 878 Module PBXNavigatorGroup Proportion - 415pt + 408pt Proportion - 193pt + 200pt Tabs @@ -399,9 +397,7 @@ GeometryConfiguration Frame - {{10, 27}, {622, 166}} - RubberWindowFrame - 598 187 841 654 0 0 1440 878 + {{10, 27}, {622, 173}} Module XCDetailModule @@ -455,7 +451,9 @@ GeometryConfiguration Frame - {{10, 27}, {531, 339}} + {{10, 27}, {622, 173}} + RubberWindowFrame + 598 187 841 654 0 0 1440 878 Module PBXBuildResultsModule @@ -483,11 +481,11 @@ TableOfContents - 8B2192FF2800B85200151792 + 8BAA20F229021AF000316531 1CA23ED40692098700951B8B - 8B2193002800B85200151792 + 8BAA20F329021AF000316531 8BD7274A1D46E5A5000176F0 - 8B2193012800B85200151792 + 8BAA20F429021AF000316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -660,7 +658,7 @@ StatusbarIsVisible TimeStamp - 671135826.57035196 + 688003824.76808405 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode diff --git a/plugins/MacAU/Shape/ShapeVersion.h b/plugins/MacAU/Shape/ShapeVersion.h index 59278b3f3..9ea57e90c 100755 --- a/plugins/MacAU/Shape/ShapeVersion.h +++ b/plugins/MacAU/Shape/ShapeVersion.h @@ -5,7 +5,7 @@ * * Created: 4/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/SideDull/SideDull.cpp b/plugins/MacAU/SideDull/SideDull.cpp index 8259bbb4b..2351034ee 100755 --- a/plugins/MacAU/SideDull/SideDull.cpp +++ b/plugins/MacAU/SideDull/SideDull.cpp @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/SideDull/SideDull.h b/plugins/MacAU/SideDull/SideDull.h index 515b969f6..fad0985c8 100755 --- a/plugins/MacAU/SideDull/SideDull.h +++ b/plugins/MacAU/SideDull/SideDull.h @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/SideDull/SideDull.r b/plugins/MacAU/SideDull/SideDull.r index 5ebab1aed..9b41bb15c 100755 --- a/plugins/MacAU/SideDull/SideDull.r +++ b/plugins/MacAU/SideDull/SideDull.r @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/SideDull/SideDullVersion.h b/plugins/MacAU/SideDull/SideDullVersion.h index 8c511b256..f5618d3a1 100755 --- a/plugins/MacAU/SideDull/SideDullVersion.h +++ b/plugins/MacAU/SideDull/SideDullVersion.h @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Sidepass/Sidepass.cpp b/plugins/MacAU/Sidepass/Sidepass.cpp index 34dd562d8..24fd315b1 100755 --- a/plugins/MacAU/Sidepass/Sidepass.cpp +++ b/plugins/MacAU/Sidepass/Sidepass.cpp @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Sidepass/Sidepass.h b/plugins/MacAU/Sidepass/Sidepass.h index 6a7f62b42..882e99493 100755 --- a/plugins/MacAU/Sidepass/Sidepass.h +++ b/plugins/MacAU/Sidepass/Sidepass.h @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Sidepass/Sidepass.r b/plugins/MacAU/Sidepass/Sidepass.r index df226113b..b62fd03db 100755 --- a/plugins/MacAU/Sidepass/Sidepass.r +++ b/plugins/MacAU/Sidepass/Sidepass.r @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Sidepass/SidepassVersion.h b/plugins/MacAU/Sidepass/SidepassVersion.h index 8ace37ba3..9316d5e2b 100755 --- a/plugins/MacAU/Sidepass/SidepassVersion.h +++ b/plugins/MacAU/Sidepass/SidepassVersion.h @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Silhouette/Silhouette.cpp b/plugins/MacAU/Silhouette/Silhouette.cpp index 4f2bb40f9..904e06590 100644 --- a/plugins/MacAU/Silhouette/Silhouette.cpp +++ b/plugins/MacAU/Silhouette/Silhouette.cpp @@ -5,7 +5,7 @@ * * Created: 3/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Silhouette/Silhouette.h b/plugins/MacAU/Silhouette/Silhouette.h index 8479afa41..44c433ecc 100644 --- a/plugins/MacAU/Silhouette/Silhouette.h +++ b/plugins/MacAU/Silhouette/Silhouette.h @@ -5,7 +5,7 @@ * * Created: 3/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Silhouette/Silhouette.r b/plugins/MacAU/Silhouette/Silhouette.r index 982d645ee..f20ce8e2f 100644 --- a/plugins/MacAU/Silhouette/Silhouette.r +++ b/plugins/MacAU/Silhouette/Silhouette.r @@ -5,7 +5,7 @@ * * Created: 3/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Silhouette/SilhouetteVersion.h b/plugins/MacAU/Silhouette/SilhouetteVersion.h index 26d577a01..1a49b43b2 100644 --- a/plugins/MacAU/Silhouette/SilhouetteVersion.h +++ b/plugins/MacAU/Silhouette/SilhouetteVersion.h @@ -5,7 +5,7 @@ * * Created: 3/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/SingleEndedTriode/SingleEndedTriode.cpp b/plugins/MacAU/SingleEndedTriode/SingleEndedTriode.cpp index 91b561131..c0f5133c8 100755 --- a/plugins/MacAU/SingleEndedTriode/SingleEndedTriode.cpp +++ b/plugins/MacAU/SingleEndedTriode/SingleEndedTriode.cpp @@ -5,7 +5,7 @@ * * Created: 10/5/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/SingleEndedTriode/SingleEndedTriode.h b/plugins/MacAU/SingleEndedTriode/SingleEndedTriode.h index 20dd706f7..1d38dbf04 100755 --- a/plugins/MacAU/SingleEndedTriode/SingleEndedTriode.h +++ b/plugins/MacAU/SingleEndedTriode/SingleEndedTriode.h @@ -5,7 +5,7 @@ * * Created: 10/5/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/SingleEndedTriode/SingleEndedTriode.r b/plugins/MacAU/SingleEndedTriode/SingleEndedTriode.r index bb93df104..96c166b0f 100755 --- a/plugins/MacAU/SingleEndedTriode/SingleEndedTriode.r +++ b/plugins/MacAU/SingleEndedTriode/SingleEndedTriode.r @@ -5,7 +5,7 @@ * * Created: 10/5/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/SingleEndedTriode/SingleEndedTriodeVersion.h b/plugins/MacAU/SingleEndedTriode/SingleEndedTriodeVersion.h index a139787b6..7fe83882d 100755 --- a/plugins/MacAU/SingleEndedTriode/SingleEndedTriodeVersion.h +++ b/plugins/MacAU/SingleEndedTriode/SingleEndedTriodeVersion.h @@ -5,7 +5,7 @@ * * Created: 10/5/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Slew/Slew.cpp b/plugins/MacAU/Slew/Slew.cpp index d0d21d25a..597ccaf9a 100755 --- a/plugins/MacAU/Slew/Slew.cpp +++ b/plugins/MacAU/Slew/Slew.cpp @@ -5,7 +5,7 @@ * * Created: 1/7/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Slew/Slew.h b/plugins/MacAU/Slew/Slew.h index 84a3b7590..3b186bbcc 100755 --- a/plugins/MacAU/Slew/Slew.h +++ b/plugins/MacAU/Slew/Slew.h @@ -5,7 +5,7 @@ * * Created: 1/7/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Slew/Slew.r b/plugins/MacAU/Slew/Slew.r index e757e29a3..53cb1c847 100755 --- a/plugins/MacAU/Slew/Slew.r +++ b/plugins/MacAU/Slew/Slew.r @@ -5,7 +5,7 @@ * * Created: 1/7/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Slew/SlewVersion.h b/plugins/MacAU/Slew/SlewVersion.h index 941fe8205..fc8e1df6a 100755 --- a/plugins/MacAU/Slew/SlewVersion.h +++ b/plugins/MacAU/Slew/SlewVersion.h @@ -5,7 +5,7 @@ * * Created: 1/7/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Slew2/Slew2.cpp b/plugins/MacAU/Slew2/Slew2.cpp index a7f7f3451..42c2f8a4d 100755 --- a/plugins/MacAU/Slew2/Slew2.cpp +++ b/plugins/MacAU/Slew2/Slew2.cpp @@ -5,7 +5,7 @@ * * Created: 9/24/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Slew2/Slew2.h b/plugins/MacAU/Slew2/Slew2.h index 4881182b5..026322cb5 100755 --- a/plugins/MacAU/Slew2/Slew2.h +++ b/plugins/MacAU/Slew2/Slew2.h @@ -5,7 +5,7 @@ * * Created: 9/24/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Slew2/Slew2.r b/plugins/MacAU/Slew2/Slew2.r index 35ada3e09..616b3be1c 100755 --- a/plugins/MacAU/Slew2/Slew2.r +++ b/plugins/MacAU/Slew2/Slew2.r @@ -5,7 +5,7 @@ * * Created: 9/24/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Slew2/Slew2Version.h b/plugins/MacAU/Slew2/Slew2Version.h index 2ee57a450..24701ec27 100755 --- a/plugins/MacAU/Slew2/Slew2Version.h +++ b/plugins/MacAU/Slew2/Slew2Version.h @@ -5,7 +5,7 @@ * * Created: 9/24/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Slew3/Slew3.cpp b/plugins/MacAU/Slew3/Slew3.cpp index 6c852f846..7a7997a3d 100755 --- a/plugins/MacAU/Slew3/Slew3.cpp +++ b/plugins/MacAU/Slew3/Slew3.cpp @@ -5,7 +5,7 @@ * * Created: 8/15/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Slew3/Slew3.h b/plugins/MacAU/Slew3/Slew3.h index bf5adc94b..f44c5276e 100755 --- a/plugins/MacAU/Slew3/Slew3.h +++ b/plugins/MacAU/Slew3/Slew3.h @@ -5,7 +5,7 @@ * * Created: 8/15/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Slew3/Slew3.r b/plugins/MacAU/Slew3/Slew3.r index d9d624fc7..cef0be0ca 100755 --- a/plugins/MacAU/Slew3/Slew3.r +++ b/plugins/MacAU/Slew3/Slew3.r @@ -5,7 +5,7 @@ * * Created: 8/15/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Slew3/Slew3Version.h b/plugins/MacAU/Slew3/Slew3Version.h index 8cd4f46df..f4c3c1549 100755 --- a/plugins/MacAU/Slew3/Slew3Version.h +++ b/plugins/MacAU/Slew3/Slew3Version.h @@ -5,7 +5,7 @@ * * Created: 8/15/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/SlewOnly/SlewOnly.cpp b/plugins/MacAU/SlewOnly/SlewOnly.cpp index 1e5320fc3..b13c0a1c5 100755 --- a/plugins/MacAU/SlewOnly/SlewOnly.cpp +++ b/plugins/MacAU/SlewOnly/SlewOnly.cpp @@ -5,7 +5,7 @@ * * Created: 8/24/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/SlewOnly/SlewOnly.h b/plugins/MacAU/SlewOnly/SlewOnly.h index 08b9e1500..857761ad3 100755 --- a/plugins/MacAU/SlewOnly/SlewOnly.h +++ b/plugins/MacAU/SlewOnly/SlewOnly.h @@ -5,7 +5,7 @@ * * Created: 8/24/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/SlewOnly/SlewOnly.r b/plugins/MacAU/SlewOnly/SlewOnly.r index 5898a7159..e522a845f 100755 --- a/plugins/MacAU/SlewOnly/SlewOnly.r +++ b/plugins/MacAU/SlewOnly/SlewOnly.r @@ -5,7 +5,7 @@ * * Created: 8/24/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/SlewOnly/SlewOnlyVersion.h b/plugins/MacAU/SlewOnly/SlewOnlyVersion.h index 3c8b2523e..bc9e252be 100755 --- a/plugins/MacAU/SlewOnly/SlewOnlyVersion.h +++ b/plugins/MacAU/SlewOnly/SlewOnlyVersion.h @@ -5,7 +5,7 @@ * * Created: 8/24/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/Smooth/Smooth.cpp b/plugins/MacAU/Smooth/Smooth.cpp index 9aa1a2924..4625a9c63 100755 --- a/plugins/MacAU/Smooth/Smooth.cpp +++ b/plugins/MacAU/Smooth/Smooth.cpp @@ -5,7 +5,7 @@ * * Created: 11/3/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacAU/Smooth/Smooth.h b/plugins/MacAU/Smooth/Smooth.h index 1a8885a1b..3c1135ccf 100755 --- a/plugins/MacAU/Smooth/Smooth.h +++ b/plugins/MacAU/Smooth/Smooth.h @@ -5,7 +5,7 @@ * * Created: 11/3/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacAU/Smooth/Smooth.r b/plugins/MacAU/Smooth/Smooth.r index e23f65d89..582dcfb29 100755 --- a/plugins/MacAU/Smooth/Smooth.r +++ b/plugins/MacAU/Smooth/Smooth.r @@ -5,7 +5,7 @@ * * Created: 11/3/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacAU/Smooth/SmoothVersion.h b/plugins/MacAU/Smooth/SmoothVersion.h index 4dec30dd1..d05fcda11 100755 --- a/plugins/MacAU/Smooth/SmoothVersion.h +++ b/plugins/MacAU/Smooth/SmoothVersion.h @@ -5,7 +5,7 @@ * * Created: 11/3/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacAU/SoftGate/SoftGate.cpp b/plugins/MacAU/SoftGate/SoftGate.cpp index 47923dbea..65e6fb652 100755 --- a/plugins/MacAU/SoftGate/SoftGate.cpp +++ b/plugins/MacAU/SoftGate/SoftGate.cpp @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/SoftGate/SoftGate.h b/plugins/MacAU/SoftGate/SoftGate.h index b54bd6e9d..cdc7adea4 100755 --- a/plugins/MacAU/SoftGate/SoftGate.h +++ b/plugins/MacAU/SoftGate/SoftGate.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/SoftGate/SoftGate.r b/plugins/MacAU/SoftGate/SoftGate.r index 82de4291b..9f04ae54f 100755 --- a/plugins/MacAU/SoftGate/SoftGate.r +++ b/plugins/MacAU/SoftGate/SoftGate.r @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/SoftGate/SoftGateVersion.h b/plugins/MacAU/SoftGate/SoftGateVersion.h index 65477e28e..754c2ab39 100755 --- a/plugins/MacAU/SoftGate/SoftGateVersion.h +++ b/plugins/MacAU/SoftGate/SoftGateVersion.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/SoftGateMono/SoftGateMono.cpp b/plugins/MacAU/SoftGateMono/SoftGateMono.cpp index 465b5b3c7..c30d04e3b 100755 --- a/plugins/MacAU/SoftGateMono/SoftGateMono.cpp +++ b/plugins/MacAU/SoftGateMono/SoftGateMono.cpp @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/SoftGateMono/SoftGateMono.h b/plugins/MacAU/SoftGateMono/SoftGateMono.h index c4d8eed77..acbe43618 100755 --- a/plugins/MacAU/SoftGateMono/SoftGateMono.h +++ b/plugins/MacAU/SoftGateMono/SoftGateMono.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/SoftGateMono/SoftGateMono.r b/plugins/MacAU/SoftGateMono/SoftGateMono.r index ca193c3a2..adf53134b 100755 --- a/plugins/MacAU/SoftGateMono/SoftGateMono.r +++ b/plugins/MacAU/SoftGateMono/SoftGateMono.r @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/SoftGateMono/SoftGateMonoVersion.h b/plugins/MacAU/SoftGateMono/SoftGateMonoVersion.h index c1041d2ca..61a91d11d 100755 --- a/plugins/MacAU/SoftGateMono/SoftGateMonoVersion.h +++ b/plugins/MacAU/SoftGateMono/SoftGateMonoVersion.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/SpatializeDither/SpatializeDither.cpp b/plugins/MacAU/SpatializeDither/SpatializeDither.cpp index 35c2d80f9..0a6305932 100755 --- a/plugins/MacAU/SpatializeDither/SpatializeDither.cpp +++ b/plugins/MacAU/SpatializeDither/SpatializeDither.cpp @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright � 2016 Airwindows, All Rights Reserved +* Copyright: Copyright � 2016 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, installation, modification diff --git a/plugins/MacAU/SpatializeDither/SpatializeDither.h b/plugins/MacAU/SpatializeDither/SpatializeDither.h index 75bccc6a4..b0fe3f3e5 100755 --- a/plugins/MacAU/SpatializeDither/SpatializeDither.h +++ b/plugins/MacAU/SpatializeDither/SpatializeDither.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright � 2016 Airwindows, All Rights Reserved +* Copyright: Copyright � 2016 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, installation, modification diff --git a/plugins/MacAU/SpatializeDither/SpatializeDither.r b/plugins/MacAU/SpatializeDither/SpatializeDither.r index 4439a3a02..b2d625c32 100755 --- a/plugins/MacAU/SpatializeDither/SpatializeDither.r +++ b/plugins/MacAU/SpatializeDither/SpatializeDither.r @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/SpatializeDither/SpatializeDitherVersion.h b/plugins/MacAU/SpatializeDither/SpatializeDitherVersion.h index e0b569213..d79b30f87 100755 --- a/plugins/MacAU/SpatializeDither/SpatializeDitherVersion.h +++ b/plugins/MacAU/SpatializeDither/SpatializeDitherVersion.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Spiral/Spiral.cpp b/plugins/MacAU/Spiral/Spiral.cpp index c0c3e56bf..bc85f011c 100755 --- a/plugins/MacAU/Spiral/Spiral.cpp +++ b/plugins/MacAU/Spiral/Spiral.cpp @@ -5,7 +5,7 @@ * * Created: 5/15/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Spiral/Spiral.h b/plugins/MacAU/Spiral/Spiral.h index b2bb141e0..9f702bd28 100755 --- a/plugins/MacAU/Spiral/Spiral.h +++ b/plugins/MacAU/Spiral/Spiral.h @@ -5,7 +5,7 @@ * * Created: 5/15/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Spiral/Spiral.r b/plugins/MacAU/Spiral/Spiral.r index 3d45d7239..3a89aebbf 100755 --- a/plugins/MacAU/Spiral/Spiral.r +++ b/plugins/MacAU/Spiral/Spiral.r @@ -5,7 +5,7 @@ * * Created: 5/15/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Spiral/SpiralVersion.h b/plugins/MacAU/Spiral/SpiralVersion.h index ae361aee6..8abb845cf 100755 --- a/plugins/MacAU/Spiral/SpiralVersion.h +++ b/plugins/MacAU/Spiral/SpiralVersion.h @@ -5,7 +5,7 @@ * * Created: 5/15/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Spiral2/Spiral2.cpp b/plugins/MacAU/Spiral2/Spiral2.cpp index 0daad3541..c79d17d8b 100755 --- a/plugins/MacAU/Spiral2/Spiral2.cpp +++ b/plugins/MacAU/Spiral2/Spiral2.cpp @@ -5,7 +5,7 @@ * * Created: 7/19/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Spiral2/Spiral2.h b/plugins/MacAU/Spiral2/Spiral2.h index 1cf41aee7..03e8b1b2f 100755 --- a/plugins/MacAU/Spiral2/Spiral2.h +++ b/plugins/MacAU/Spiral2/Spiral2.h @@ -5,7 +5,7 @@ * * Created: 7/19/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Spiral2/Spiral2.r b/plugins/MacAU/Spiral2/Spiral2.r index 6470c6ff0..91b337d92 100755 --- a/plugins/MacAU/Spiral2/Spiral2.r +++ b/plugins/MacAU/Spiral2/Spiral2.r @@ -5,7 +5,7 @@ * * Created: 7/19/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Spiral2/Spiral2Version.h b/plugins/MacAU/Spiral2/Spiral2Version.h index 6d184182c..9de21f2c9 100755 --- a/plugins/MacAU/Spiral2/Spiral2Version.h +++ b/plugins/MacAU/Spiral2/Spiral2Version.h @@ -5,7 +5,7 @@ * * Created: 7/19/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Srsly/Srsly.cpp b/plugins/MacAU/Srsly/Srsly.cpp index 01dce0b60..b1d768b46 100755 --- a/plugins/MacAU/Srsly/Srsly.cpp +++ b/plugins/MacAU/Srsly/Srsly.cpp @@ -5,7 +5,7 @@ * * Created: 9/3/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Srsly/Srsly.h b/plugins/MacAU/Srsly/Srsly.h index 42ba47dd6..ebd77b236 100755 --- a/plugins/MacAU/Srsly/Srsly.h +++ b/plugins/MacAU/Srsly/Srsly.h @@ -5,7 +5,7 @@ * * Created: 9/3/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Srsly/Srsly.r b/plugins/MacAU/Srsly/Srsly.r index e21de087c..c68f2339c 100755 --- a/plugins/MacAU/Srsly/Srsly.r +++ b/plugins/MacAU/Srsly/Srsly.r @@ -5,7 +5,7 @@ * * Created: 9/3/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Srsly/SrslyVersion.h b/plugins/MacAU/Srsly/SrslyVersion.h index 9d177aef5..f3f6327d5 100755 --- a/plugins/MacAU/Srsly/SrslyVersion.h +++ b/plugins/MacAU/Srsly/SrslyVersion.h @@ -5,7 +5,7 @@ * * Created: 9/3/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Srsly2/Srsly2.cpp b/plugins/MacAU/Srsly2/Srsly2.cpp index 27e560cca..463e4c170 100755 --- a/plugins/MacAU/Srsly2/Srsly2.cpp +++ b/plugins/MacAU/Srsly2/Srsly2.cpp @@ -5,7 +5,7 @@ * * Created: 2/18/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Srsly2/Srsly2.h b/plugins/MacAU/Srsly2/Srsly2.h index b9ae4c51e..52bcb3f67 100755 --- a/plugins/MacAU/Srsly2/Srsly2.h +++ b/plugins/MacAU/Srsly2/Srsly2.h @@ -5,7 +5,7 @@ * * Created: 2/18/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Srsly2/Srsly2.r b/plugins/MacAU/Srsly2/Srsly2.r index 449f088cf..3e0218d41 100755 --- a/plugins/MacAU/Srsly2/Srsly2.r +++ b/plugins/MacAU/Srsly2/Srsly2.r @@ -5,7 +5,7 @@ * * Created: 2/18/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Srsly2/Srsly2Version.h b/plugins/MacAU/Srsly2/Srsly2Version.h index 1abfe6beb..e33ee7279 100755 --- a/plugins/MacAU/Srsly2/Srsly2Version.h +++ b/plugins/MacAU/Srsly2/Srsly2Version.h @@ -5,7 +5,7 @@ * * Created: 2/18/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/StarChild/StarChild.cpp b/plugins/MacAU/StarChild/StarChild.cpp index 0eb9b51fe..2a8e20c1d 100755 --- a/plugins/MacAU/StarChild/StarChild.cpp +++ b/plugins/MacAU/StarChild/StarChild.cpp @@ -5,7 +5,7 @@ * * Created: 11/9/15 * - * Copyright: Copyright © 2015 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacAU/StarChild/StarChild.h b/plugins/MacAU/StarChild/StarChild.h index 157f587fb..4b5a56412 100755 --- a/plugins/MacAU/StarChild/StarChild.h +++ b/plugins/MacAU/StarChild/StarChild.h @@ -5,7 +5,7 @@ * * Created: 11/9/15 * - * Copyright: Copyright © 2015 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacAU/StarChild/StarChild.r b/plugins/MacAU/StarChild/StarChild.r index b1f567ebb..db15e384e 100755 --- a/plugins/MacAU/StarChild/StarChild.r +++ b/plugins/MacAU/StarChild/StarChild.r @@ -5,7 +5,7 @@ * * Created: 11/9/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/StarChild/StarChildVersion.h b/plugins/MacAU/StarChild/StarChildVersion.h index 73fdc7494..fa92eb188 100755 --- a/plugins/MacAU/StarChild/StarChildVersion.h +++ b/plugins/MacAU/StarChild/StarChildVersion.h @@ -5,7 +5,7 @@ * * Created: 11/9/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/StereoChorus/StereoChorus.cpp b/plugins/MacAU/StereoChorus/StereoChorus.cpp index 195f6f436..b4056dd0c 100644 --- a/plugins/MacAU/StereoChorus/StereoChorus.cpp +++ b/plugins/MacAU/StereoChorus/StereoChorus.cpp @@ -5,7 +5,7 @@ * * Created: 2/7/22 * - * Copyright: Copyright © 2022 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacAU/StereoChorus/StereoChorus.h b/plugins/MacAU/StereoChorus/StereoChorus.h index fc57fff5c..7a5ee4a7c 100644 --- a/plugins/MacAU/StereoChorus/StereoChorus.h +++ b/plugins/MacAU/StereoChorus/StereoChorus.h @@ -5,7 +5,7 @@ * * Created: 2/7/22 * - * Copyright: Copyright © 2022 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacAU/StereoChorus/StereoChorus.r b/plugins/MacAU/StereoChorus/StereoChorus.r index 362c23bc6..d584cef9b 100644 --- a/plugins/MacAU/StereoChorus/StereoChorus.r +++ b/plugins/MacAU/StereoChorus/StereoChorus.r @@ -5,7 +5,7 @@ * * Created: 2/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/StereoChorus/StereoChorusVersion.h b/plugins/MacAU/StereoChorus/StereoChorusVersion.h index 75830f985..4df4d4bee 100644 --- a/plugins/MacAU/StereoChorus/StereoChorusVersion.h +++ b/plugins/MacAU/StereoChorus/StereoChorusVersion.h @@ -5,7 +5,7 @@ * * Created: 2/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/StereoDoubler/StereoDoubler.cpp b/plugins/MacAU/StereoDoubler/StereoDoubler.cpp index 80d7eda98..0d3b04e55 100644 --- a/plugins/MacAU/StereoDoubler/StereoDoubler.cpp +++ b/plugins/MacAU/StereoDoubler/StereoDoubler.cpp @@ -5,7 +5,7 @@ * * Created: 2/7/22 * - * Copyright: Copyright © 2022 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacAU/StereoDoubler/StereoDoubler.h b/plugins/MacAU/StereoDoubler/StereoDoubler.h index b4bc6d7ae..662db4bb1 100644 --- a/plugins/MacAU/StereoDoubler/StereoDoubler.h +++ b/plugins/MacAU/StereoDoubler/StereoDoubler.h @@ -5,7 +5,7 @@ * * Created: 2/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/StereoDoubler/StereoDoubler.r b/plugins/MacAU/StereoDoubler/StereoDoubler.r index d8c351c47..7aa394400 100644 --- a/plugins/MacAU/StereoDoubler/StereoDoubler.r +++ b/plugins/MacAU/StereoDoubler/StereoDoubler.r @@ -5,7 +5,7 @@ * * Created: 2/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/StereoDoubler/StereoDoublerVersion.h b/plugins/MacAU/StereoDoubler/StereoDoublerVersion.h index 988a61ca1..444c41ab0 100644 --- a/plugins/MacAU/StereoDoubler/StereoDoublerVersion.h +++ b/plugins/MacAU/StereoDoubler/StereoDoublerVersion.h @@ -5,7 +5,7 @@ * * Created: 2/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/StereoEnsemble/StereoEnsemble.cpp b/plugins/MacAU/StereoEnsemble/StereoEnsemble.cpp index a1cc505b0..4a2e86c4c 100644 --- a/plugins/MacAU/StereoEnsemble/StereoEnsemble.cpp +++ b/plugins/MacAU/StereoEnsemble/StereoEnsemble.cpp @@ -5,7 +5,7 @@ * * Created: 2/7/22 * - * Copyright: Copyright © 2022 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacAU/StereoEnsemble/StereoEnsemble.h b/plugins/MacAU/StereoEnsemble/StereoEnsemble.h index 7b352a7b1..038d01645 100644 --- a/plugins/MacAU/StereoEnsemble/StereoEnsemble.h +++ b/plugins/MacAU/StereoEnsemble/StereoEnsemble.h @@ -5,7 +5,7 @@ * * Created: 2/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/StereoEnsemble/StereoEnsemble.r b/plugins/MacAU/StereoEnsemble/StereoEnsemble.r index bdc3a3488..ac4921010 100644 --- a/plugins/MacAU/StereoEnsemble/StereoEnsemble.r +++ b/plugins/MacAU/StereoEnsemble/StereoEnsemble.r @@ -5,7 +5,7 @@ * * Created: 2/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/StereoEnsemble/StereoEnsembleVersion.h b/plugins/MacAU/StereoEnsemble/StereoEnsembleVersion.h index 561458d34..4f9ab8a6a 100644 --- a/plugins/MacAU/StereoEnsemble/StereoEnsembleVersion.h +++ b/plugins/MacAU/StereoEnsemble/StereoEnsembleVersion.h @@ -5,7 +5,7 @@ * * Created: 2/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/StereoFX/StereoFX.cpp b/plugins/MacAU/StereoFX/StereoFX.cpp index 64bad4a8d..b9f41109f 100755 --- a/plugins/MacAU/StereoFX/StereoFX.cpp +++ b/plugins/MacAU/StereoFX/StereoFX.cpp @@ -5,7 +5,7 @@ * * Created: 5/21/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/StereoFX/StereoFX.h b/plugins/MacAU/StereoFX/StereoFX.h index f7f216256..6ef92be9e 100755 --- a/plugins/MacAU/StereoFX/StereoFX.h +++ b/plugins/MacAU/StereoFX/StereoFX.h @@ -5,7 +5,7 @@ * * Created: 5/21/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/StereoFX/StereoFX.r b/plugins/MacAU/StereoFX/StereoFX.r index 453cfa17a..dd6cac036 100755 --- a/plugins/MacAU/StereoFX/StereoFX.r +++ b/plugins/MacAU/StereoFX/StereoFX.r @@ -5,7 +5,7 @@ * * Created: 5/21/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/StereoFX/StereoFXVersion.h b/plugins/MacAU/StereoFX/StereoFXVersion.h index f1d8f0fc2..e9943e249 100755 --- a/plugins/MacAU/StereoFX/StereoFXVersion.h +++ b/plugins/MacAU/StereoFX/StereoFXVersion.h @@ -5,7 +5,7 @@ * * Created: 5/21/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/StudioTan/StudioTan.cpp b/plugins/MacAU/StudioTan/StudioTan.cpp index ba1afcb23..e37a44eaf 100755 --- a/plugins/MacAU/StudioTan/StudioTan.cpp +++ b/plugins/MacAU/StudioTan/StudioTan.cpp @@ -5,7 +5,7 @@ * * Created: 1/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/StudioTan/StudioTan.h b/plugins/MacAU/StudioTan/StudioTan.h index 79ab64d39..41ee51dee 100755 --- a/plugins/MacAU/StudioTan/StudioTan.h +++ b/plugins/MacAU/StudioTan/StudioTan.h @@ -5,7 +5,7 @@ * * Created: 1/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/StudioTan/StudioTan.r b/plugins/MacAU/StudioTan/StudioTan.r index 92441fd01..f30640809 100755 --- a/plugins/MacAU/StudioTan/StudioTan.r +++ b/plugins/MacAU/StudioTan/StudioTan.r @@ -5,7 +5,7 @@ * * Created: 1/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/StudioTan/StudioTanVersion.h b/plugins/MacAU/StudioTan/StudioTanVersion.h index f6dd237d3..2167255f0 100755 --- a/plugins/MacAU/StudioTan/StudioTanVersion.h +++ b/plugins/MacAU/StudioTan/StudioTanVersion.h @@ -5,7 +5,7 @@ * * Created: 1/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/SubsOnly/SubsOnly.cpp b/plugins/MacAU/SubsOnly/SubsOnly.cpp index 56802050b..8856ecc54 100755 --- a/plugins/MacAU/SubsOnly/SubsOnly.cpp +++ b/plugins/MacAU/SubsOnly/SubsOnly.cpp @@ -5,7 +5,7 @@ * * Created: 8/28/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/SubsOnly/SubsOnly.h b/plugins/MacAU/SubsOnly/SubsOnly.h index 940157d56..9b3cc3423 100755 --- a/plugins/MacAU/SubsOnly/SubsOnly.h +++ b/plugins/MacAU/SubsOnly/SubsOnly.h @@ -5,7 +5,7 @@ * * Created: 8/28/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/SubsOnly/SubsOnly.r b/plugins/MacAU/SubsOnly/SubsOnly.r index 4c861c395..93857c762 100755 --- a/plugins/MacAU/SubsOnly/SubsOnly.r +++ b/plugins/MacAU/SubsOnly/SubsOnly.r @@ -5,7 +5,7 @@ * * Created: 8/28/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/SubsOnly/SubsOnlyVersion.h b/plugins/MacAU/SubsOnly/SubsOnlyVersion.h index 49e2a6f6e..84ef515ca 100755 --- a/plugins/MacAU/SubsOnly/SubsOnlyVersion.h +++ b/plugins/MacAU/SubsOnly/SubsOnlyVersion.h @@ -5,7 +5,7 @@ * * Created: 8/28/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacAU/Surge/Surge.cpp b/plugins/MacAU/Surge/Surge.cpp index 48cd4df80..b72022c1e 100755 --- a/plugins/MacAU/Surge/Surge.cpp +++ b/plugins/MacAU/Surge/Surge.cpp @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Surge/Surge.h b/plugins/MacAU/Surge/Surge.h index 7649dcb58..b21547cab 100755 --- a/plugins/MacAU/Surge/Surge.h +++ b/plugins/MacAU/Surge/Surge.h @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Surge/Surge.r b/plugins/MacAU/Surge/Surge.r index 8eadc1bf2..26e06b4ae 100755 --- a/plugins/MacAU/Surge/Surge.r +++ b/plugins/MacAU/Surge/Surge.r @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Surge/SurgeVersion.h b/plugins/MacAU/Surge/SurgeVersion.h index b941a5e84..5654636e6 100755 --- a/plugins/MacAU/Surge/SurgeVersion.h +++ b/plugins/MacAU/Surge/SurgeVersion.h @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/SurgeMono/SurgeMono.cpp b/plugins/MacAU/SurgeMono/SurgeMono.cpp index 8260d3c60..c562f50e1 100755 --- a/plugins/MacAU/SurgeMono/SurgeMono.cpp +++ b/plugins/MacAU/SurgeMono/SurgeMono.cpp @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/SurgeMono/SurgeMono.h b/plugins/MacAU/SurgeMono/SurgeMono.h index 4ca90b8db..b73f58aa3 100755 --- a/plugins/MacAU/SurgeMono/SurgeMono.h +++ b/plugins/MacAU/SurgeMono/SurgeMono.h @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/SurgeMono/SurgeMono.r b/plugins/MacAU/SurgeMono/SurgeMono.r index 56df9ef70..278f6e1ea 100755 --- a/plugins/MacAU/SurgeMono/SurgeMono.r +++ b/plugins/MacAU/SurgeMono/SurgeMono.r @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/SurgeMono/SurgeMonoVersion.h b/plugins/MacAU/SurgeMono/SurgeMonoVersion.h index 74b87c06b..556db5c3f 100755 --- a/plugins/MacAU/SurgeMono/SurgeMonoVersion.h +++ b/plugins/MacAU/SurgeMono/SurgeMonoVersion.h @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/SurgeTide/SurgeTide.cpp b/plugins/MacAU/SurgeTide/SurgeTide.cpp index 55eb614c2..3defcddeb 100755 --- a/plugins/MacAU/SurgeTide/SurgeTide.cpp +++ b/plugins/MacAU/SurgeTide/SurgeTide.cpp @@ -5,7 +5,7 @@ * * Created: 10/28/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/SurgeTide/SurgeTide.h b/plugins/MacAU/SurgeTide/SurgeTide.h index 9987172c5..2fd4e8568 100755 --- a/plugins/MacAU/SurgeTide/SurgeTide.h +++ b/plugins/MacAU/SurgeTide/SurgeTide.h @@ -5,7 +5,7 @@ * * Created: 10/28/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/SurgeTide/SurgeTide.r b/plugins/MacAU/SurgeTide/SurgeTide.r index 2301a30eb..d9ce64a9a 100755 --- a/plugins/MacAU/SurgeTide/SurgeTide.r +++ b/plugins/MacAU/SurgeTide/SurgeTide.r @@ -5,7 +5,7 @@ * * Created: 10/28/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/SurgeTide/SurgeTideVersion.h b/plugins/MacAU/SurgeTide/SurgeTideVersion.h index dea8524ce..9ad1674c0 100755 --- a/plugins/MacAU/SurgeTide/SurgeTideVersion.h +++ b/plugins/MacAU/SurgeTide/SurgeTideVersion.h @@ -5,7 +5,7 @@ * * Created: 10/28/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/SurgeTideMono/SurgeTideMono.cpp b/plugins/MacAU/SurgeTideMono/SurgeTideMono.cpp index 03abc1e15..0a0a18253 100755 --- a/plugins/MacAU/SurgeTideMono/SurgeTideMono.cpp +++ b/plugins/MacAU/SurgeTideMono/SurgeTideMono.cpp @@ -5,7 +5,7 @@ * * Created: 10/28/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/SurgeTideMono/SurgeTideMono.h b/plugins/MacAU/SurgeTideMono/SurgeTideMono.h index e173f6ff8..2badd3936 100755 --- a/plugins/MacAU/SurgeTideMono/SurgeTideMono.h +++ b/plugins/MacAU/SurgeTideMono/SurgeTideMono.h @@ -5,7 +5,7 @@ * * Created: 10/28/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/SurgeTideMono/SurgeTideMono.r b/plugins/MacAU/SurgeTideMono/SurgeTideMono.r index 8317528a7..55b30d286 100755 --- a/plugins/MacAU/SurgeTideMono/SurgeTideMono.r +++ b/plugins/MacAU/SurgeTideMono/SurgeTideMono.r @@ -5,7 +5,7 @@ * * Created: 10/28/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/SurgeTideMono/SurgeTideMonoVersion.h b/plugins/MacAU/SurgeTideMono/SurgeTideMonoVersion.h index 81e755b68..1a0af43b0 100755 --- a/plugins/MacAU/SurgeTideMono/SurgeTideMonoVersion.h +++ b/plugins/MacAU/SurgeTideMono/SurgeTideMonoVersion.h @@ -5,7 +5,7 @@ * * Created: 10/28/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Swell/Swell.cpp b/plugins/MacAU/Swell/Swell.cpp index 766c7fc1b..3c4d296c0 100755 --- a/plugins/MacAU/Swell/Swell.cpp +++ b/plugins/MacAU/Swell/Swell.cpp @@ -5,7 +5,7 @@ * * Created: 11/15/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Swell/Swell.h b/plugins/MacAU/Swell/Swell.h index 75bff1357..a9cb472e4 100755 --- a/plugins/MacAU/Swell/Swell.h +++ b/plugins/MacAU/Swell/Swell.h @@ -5,7 +5,7 @@ * * Created: 11/15/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Swell/Swell.r b/plugins/MacAU/Swell/Swell.r index d69b5f4af..b72062774 100755 --- a/plugins/MacAU/Swell/Swell.r +++ b/plugins/MacAU/Swell/Swell.r @@ -5,7 +5,7 @@ * * Created: 11/15/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Swell/SwellVersion.h b/plugins/MacAU/Swell/SwellVersion.h index d85de676a..65ce369ee 100755 --- a/plugins/MacAU/Swell/SwellVersion.h +++ b/plugins/MacAU/Swell/SwellVersion.h @@ -5,7 +5,7 @@ * * Created: 11/15/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TPDFDither/TPDFDither.cpp b/plugins/MacAU/TPDFDither/TPDFDither.cpp index 9ec10ae59..5f7fd0304 100755 --- a/plugins/MacAU/TPDFDither/TPDFDither.cpp +++ b/plugins/MacAU/TPDFDither/TPDFDither.cpp @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/TPDFDither/TPDFDither.h b/plugins/MacAU/TPDFDither/TPDFDither.h index 051049305..38204c7d9 100755 --- a/plugins/MacAU/TPDFDither/TPDFDither.h +++ b/plugins/MacAU/TPDFDither/TPDFDither.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/TPDFDither/TPDFDither.r b/plugins/MacAU/TPDFDither/TPDFDither.r index 63b6b5351..abe76cd9d 100755 --- a/plugins/MacAU/TPDFDither/TPDFDither.r +++ b/plugins/MacAU/TPDFDither/TPDFDither.r @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/TPDFDither/TPDFDitherVersion.h b/plugins/MacAU/TPDFDither/TPDFDitherVersion.h index 184289ff4..b9866d61c 100755 --- a/plugins/MacAU/TPDFDither/TPDFDitherVersion.h +++ b/plugins/MacAU/TPDFDither/TPDFDitherVersion.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/TPDFWide/TPDFWide.cpp b/plugins/MacAU/TPDFWide/TPDFWide.cpp index 7f8f0af49..eba4ff44a 100644 --- a/plugins/MacAU/TPDFWide/TPDFWide.cpp +++ b/plugins/MacAU/TPDFWide/TPDFWide.cpp @@ -5,7 +5,7 @@ * * Created: 11/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TPDFWide/TPDFWide.h b/plugins/MacAU/TPDFWide/TPDFWide.h index 9570f095f..6aedfb06c 100644 --- a/plugins/MacAU/TPDFWide/TPDFWide.h +++ b/plugins/MacAU/TPDFWide/TPDFWide.h @@ -5,7 +5,7 @@ * * Created: 11/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TPDFWide/TPDFWide.r b/plugins/MacAU/TPDFWide/TPDFWide.r index ef840da1a..751f1916e 100644 --- a/plugins/MacAU/TPDFWide/TPDFWide.r +++ b/plugins/MacAU/TPDFWide/TPDFWide.r @@ -5,7 +5,7 @@ * * Created: 11/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TPDFWide/TPDFWideVersion.h b/plugins/MacAU/TPDFWide/TPDFWideVersion.h index dd29ae80e..8f7f51f59 100644 --- a/plugins/MacAU/TPDFWide/TPDFWideVersion.h +++ b/plugins/MacAU/TPDFWide/TPDFWideVersion.h @@ -5,7 +5,7 @@ * * Created: 11/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Tape/Tape.cpp b/plugins/MacAU/Tape/Tape.cpp index 5796c531e..c72499606 100755 --- a/plugins/MacAU/Tape/Tape.cpp +++ b/plugins/MacAU/Tape/Tape.cpp @@ -5,7 +5,7 @@ * * Created: 1/21/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Tape/Tape.h b/plugins/MacAU/Tape/Tape.h index ed866e5c4..c77ba7d32 100755 --- a/plugins/MacAU/Tape/Tape.h +++ b/plugins/MacAU/Tape/Tape.h @@ -5,7 +5,7 @@ * * Created: 1/21/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Tape/Tape.r b/plugins/MacAU/Tape/Tape.r index f195496d8..7a497e658 100755 --- a/plugins/MacAU/Tape/Tape.r +++ b/plugins/MacAU/Tape/Tape.r @@ -5,7 +5,7 @@ * * Created: 1/21/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Tape/TapeVersion.h b/plugins/MacAU/Tape/TapeVersion.h index c396a5539..dc8ead74f 100755 --- a/plugins/MacAU/Tape/TapeVersion.h +++ b/plugins/MacAU/Tape/TapeVersion.h @@ -5,7 +5,7 @@ * * Created: 1/21/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TapeDelay/TapeDelay.cpp b/plugins/MacAU/TapeDelay/TapeDelay.cpp index aeeb77051..4ee8a889d 100755 --- a/plugins/MacAU/TapeDelay/TapeDelay.cpp +++ b/plugins/MacAU/TapeDelay/TapeDelay.cpp @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TapeDelay/TapeDelay.h b/plugins/MacAU/TapeDelay/TapeDelay.h index 7b99c60b0..c13a80e1f 100755 --- a/plugins/MacAU/TapeDelay/TapeDelay.h +++ b/plugins/MacAU/TapeDelay/TapeDelay.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TapeDelay/TapeDelay.r b/plugins/MacAU/TapeDelay/TapeDelay.r index b1e973184..afe697159 100755 --- a/plugins/MacAU/TapeDelay/TapeDelay.r +++ b/plugins/MacAU/TapeDelay/TapeDelay.r @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TapeDelay/TapeDelayVersion.h b/plugins/MacAU/TapeDelay/TapeDelayVersion.h index b20af171a..0a1150f79 100755 --- a/plugins/MacAU/TapeDelay/TapeDelayVersion.h +++ b/plugins/MacAU/TapeDelay/TapeDelayVersion.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TapeDelay2/TapeDelay2.cpp b/plugins/MacAU/TapeDelay2/TapeDelay2.cpp index 956936051..6640de88e 100644 --- a/plugins/MacAU/TapeDelay2/TapeDelay2.cpp +++ b/plugins/MacAU/TapeDelay2/TapeDelay2.cpp @@ -5,7 +5,7 @@ * * Created: 7/19/21 * - * Copyright: Copyright © 2021 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacAU/TapeDelay2/TapeDelay2.h b/plugins/MacAU/TapeDelay2/TapeDelay2.h index ab82a395f..5f5040e74 100644 --- a/plugins/MacAU/TapeDelay2/TapeDelay2.h +++ b/plugins/MacAU/TapeDelay2/TapeDelay2.h @@ -5,7 +5,7 @@ * * Created: 7/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TapeDelay2/TapeDelay2.r b/plugins/MacAU/TapeDelay2/TapeDelay2.r index 63bae3867..5cbf7accb 100644 --- a/plugins/MacAU/TapeDelay2/TapeDelay2.r +++ b/plugins/MacAU/TapeDelay2/TapeDelay2.r @@ -5,7 +5,7 @@ * * Created: 7/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TapeDelay2/TapeDelay2Version.h b/plugins/MacAU/TapeDelay2/TapeDelay2Version.h index a4cee271d..acb43b679 100644 --- a/plugins/MacAU/TapeDelay2/TapeDelay2Version.h +++ b/plugins/MacAU/TapeDelay2/TapeDelay2Version.h @@ -5,7 +5,7 @@ * * Created: 7/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TapeDither/TapeDither.cpp b/plugins/MacAU/TapeDither/TapeDither.cpp index 217ea86d2..00adad904 100755 --- a/plugins/MacAU/TapeDither/TapeDither.cpp +++ b/plugins/MacAU/TapeDither/TapeDither.cpp @@ -5,7 +5,7 @@ * * Created: 12/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/TapeDither/TapeDither.h b/plugins/MacAU/TapeDither/TapeDither.h index 9d0a4cbc9..d9e3ca911 100755 --- a/plugins/MacAU/TapeDither/TapeDither.h +++ b/plugins/MacAU/TapeDither/TapeDither.h @@ -5,7 +5,7 @@ * * Created: 12/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/TapeDither/TapeDither.r b/plugins/MacAU/TapeDither/TapeDither.r index 58854b6d9..5ee43d3e3 100755 --- a/plugins/MacAU/TapeDither/TapeDither.r +++ b/plugins/MacAU/TapeDither/TapeDither.r @@ -5,7 +5,7 @@ * * Created: 12/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/TapeDither/TapeDitherVersion.h b/plugins/MacAU/TapeDither/TapeDitherVersion.h index 0f99f77d1..eadfd400f 100755 --- a/plugins/MacAU/TapeDither/TapeDitherVersion.h +++ b/plugins/MacAU/TapeDither/TapeDitherVersion.h @@ -5,7 +5,7 @@ * * Created: 12/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/TapeDust/TapeDust.cpp b/plugins/MacAU/TapeDust/TapeDust.cpp index 0e4a3e66b..22130bbef 100755 --- a/plugins/MacAU/TapeDust/TapeDust.cpp +++ b/plugins/MacAU/TapeDust/TapeDust.cpp @@ -5,7 +5,7 @@ * * Created: 7/5/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TapeDust/TapeDust.h b/plugins/MacAU/TapeDust/TapeDust.h index 2a992c3d2..7d918b2ab 100755 --- a/plugins/MacAU/TapeDust/TapeDust.h +++ b/plugins/MacAU/TapeDust/TapeDust.h @@ -5,7 +5,7 @@ * * Created: 7/5/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TapeDust/TapeDust.r b/plugins/MacAU/TapeDust/TapeDust.r index 84d36d2f5..704329518 100755 --- a/plugins/MacAU/TapeDust/TapeDust.r +++ b/plugins/MacAU/TapeDust/TapeDust.r @@ -5,7 +5,7 @@ * * Created: 7/5/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TapeDust/TapeDustVersion.h b/plugins/MacAU/TapeDust/TapeDustVersion.h index 6e2e672c8..91c3b86f1 100755 --- a/plugins/MacAU/TapeDust/TapeDustVersion.h +++ b/plugins/MacAU/TapeDust/TapeDustVersion.h @@ -5,7 +5,7 @@ * * Created: 7/5/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TapeFat/TapeFat.cpp b/plugins/MacAU/TapeFat/TapeFat.cpp index 8b63ffa65..5b652c3ce 100755 --- a/plugins/MacAU/TapeFat/TapeFat.cpp +++ b/plugins/MacAU/TapeFat/TapeFat.cpp @@ -5,7 +5,7 @@ * * Created: 12/5/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TapeFat/TapeFat.h b/plugins/MacAU/TapeFat/TapeFat.h index 10bd95d40..4c29c643a 100755 --- a/plugins/MacAU/TapeFat/TapeFat.h +++ b/plugins/MacAU/TapeFat/TapeFat.h @@ -5,7 +5,7 @@ * * Created: 12/5/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TapeFat/TapeFat.r b/plugins/MacAU/TapeFat/TapeFat.r index b3820a677..9c6628d94 100755 --- a/plugins/MacAU/TapeFat/TapeFat.r +++ b/plugins/MacAU/TapeFat/TapeFat.r @@ -5,7 +5,7 @@ * * Created: 12/5/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TapeFat/TapeFatVersion.h b/plugins/MacAU/TapeFat/TapeFatVersion.h index 289588045..5e638d20c 100755 --- a/plugins/MacAU/TapeFat/TapeFatVersion.h +++ b/plugins/MacAU/TapeFat/TapeFatVersion.h @@ -5,7 +5,7 @@ * * Created: 12/5/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Texturize/Texturize.cpp b/plugins/MacAU/Texturize/Texturize.cpp index 68aa77f53..7e5f0197d 100644 --- a/plugins/MacAU/Texturize/Texturize.cpp +++ b/plugins/MacAU/Texturize/Texturize.cpp @@ -5,7 +5,7 @@ * * Created: 3/12/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Texturize/Texturize.h b/plugins/MacAU/Texturize/Texturize.h index 66302361f..e47fea543 100644 --- a/plugins/MacAU/Texturize/Texturize.h +++ b/plugins/MacAU/Texturize/Texturize.h @@ -5,7 +5,7 @@ * * Created: 3/12/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Texturize/Texturize.r b/plugins/MacAU/Texturize/Texturize.r index f9954ec2f..a932844be 100644 --- a/plugins/MacAU/Texturize/Texturize.r +++ b/plugins/MacAU/Texturize/Texturize.r @@ -5,7 +5,7 @@ * * Created: 3/12/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Texturize/TexturizeVersion.h b/plugins/MacAU/Texturize/TexturizeVersion.h index 16c7e92f8..d953d1122 100644 --- a/plugins/MacAU/Texturize/TexturizeVersion.h +++ b/plugins/MacAU/Texturize/TexturizeVersion.h @@ -5,7 +5,7 @@ * * Created: 3/12/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TexturizeMS/English.lproj/InfoPlist.strings b/plugins/MacAU/TexturizeMS/English.lproj/InfoPlist.strings new file mode 100755 index 000000000..f35e09cfd Binary files /dev/null and b/plugins/MacAU/TexturizeMS/English.lproj/InfoPlist.strings differ diff --git a/plugins/MacAU/TexturizeMS/Info.plist b/plugins/MacAU/TexturizeMS/Info.plist new file mode 100755 index 000000000..12f0517b5 --- /dev/null +++ b/plugins/MacAU/TexturizeMS/Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + com.airwindows.audiounit.${PRODUCT_NAME:identifier} + CFBundleName + ${PROJECTNAMEASIDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacAU/TexturizeMS/StarterAU_Prefix.pch b/plugins/MacAU/TexturizeMS/StarterAU_Prefix.pch new file mode 100755 index 000000000..c03b5f684 --- /dev/null +++ b/plugins/MacAU/TexturizeMS/StarterAU_Prefix.pch @@ -0,0 +1,5 @@ +// +// Prefix header for all source files of the '«PROJECTNAMEASIDENTIFIER»' target in the '«PROJECTNAMEASIDENTIFIER»' project. +// + +#include diff --git a/plugins/MacAU/TexturizeMS/TexturizeMS.cpp b/plugins/MacAU/TexturizeMS/TexturizeMS.cpp new file mode 100755 index 000000000..705298356 --- /dev/null +++ b/plugins/MacAU/TexturizeMS/TexturizeMS.cpp @@ -0,0 +1,372 @@ +/* +* File: TexturizeMS.cpp +* +* Version: 1.0 +* +* Created: 9/16/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +/*============================================================================= + TexturizeMS.cpp + +=============================================================================*/ +#include "TexturizeMS.h" + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +COMPONENT_ENTRY(TexturizeMS) + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// TexturizeMS::TexturizeMS +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +TexturizeMS::TexturizeMS(AudioUnit component) + : AUEffectBase(component) +{ + CreateElements(); + Globals()->UseIndexedParameters(kNumberOfParameters); + SetParameter(kParam_One, kDefaultValue_ParamOne ); + SetParameter(kParam_Two, kDefaultValue_ParamTwo ); + SetParameter(kParam_Three, kDefaultValue_ParamThree ); + SetParameter(kParam_Four, kDefaultValue_ParamFour ); + SetParameter(kParam_Five, kDefaultValue_ParamFive ); + SetParameter(kParam_Six, kDefaultValue_ParamSix ); + +#if AU_DEBUG_DISPATCHER + mDebugDispatcher = new AUDebugDispatcher (this); +#endif + +} + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// TexturizeMS::GetParameterValueStrings +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult TexturizeMS::GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings) +{ + + return kAudioUnitErr_InvalidProperty; +} + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// TexturizeMS::GetParameterInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult TexturizeMS::GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo ) +{ + ComponentResult result = noErr; + + outParameterInfo.flags = kAudioUnitParameterFlag_IsWritable + | kAudioUnitParameterFlag_IsReadable; + + if (inScope == kAudioUnitScope_Global) { + switch(inParameterID) + { + case kParam_One: + AUBase::FillInParameterName (outParameterInfo, kParameterOneName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamOne; + break; + case kParam_Two: + AUBase::FillInParameterName (outParameterInfo, kParameterTwoName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamTwo; + break; + case kParam_Three: + AUBase::FillInParameterName (outParameterInfo, kParameterThreeName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamThree; + break; + case kParam_Four: + AUBase::FillInParameterName (outParameterInfo, kParameterFourName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamFour; + break; + case kParam_Five: + AUBase::FillInParameterName (outParameterInfo, kParameterFiveName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamFive; + break; + case kParam_Six: + AUBase::FillInParameterName (outParameterInfo, kParameterSixName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamSix; + break; + default: + result = kAudioUnitErr_InvalidParameter; + break; + } + } else { + result = kAudioUnitErr_InvalidParameter; + } + + + + return result; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// TexturizeMS::GetPropertyInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult TexturizeMS::GetPropertyInfo (AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable) +{ + return AUEffectBase::GetPropertyInfo (inID, inScope, inElement, outDataSize, outWritable); +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// state that plugin supports only stereo-in/stereo-out processing +UInt32 TexturizeMS::SupportedNumChannels(const AUChannelInfo ** outInfo) +{ + if (outInfo != NULL) + { + static AUChannelInfo info; + info.inChannels = 2; + info.outChannels = 2; + *outInfo = &info; + } + + return 1; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// TexturizeMS::GetProperty +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult TexturizeMS::GetProperty( AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData ) +{ + return AUEffectBase::GetProperty (inID, inScope, inElement, outData); +} + +// TexturizeMS::Initialize +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult TexturizeMS::Initialize() +{ + ComponentResult result = AUEffectBase::Initialize(); + if (result == noErr) + Reset(kAudioUnitScope_Global, 0); + return result; +} + +#pragma mark ____TexturizeMSEffectKernel + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// TexturizeMS::TexturizeMSKernel::Reset() +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult TexturizeMS::Reset(AudioUnitScope inScope, AudioUnitElement inElement) +{ + polarityM = false; + lastSampleM = 0.0; + iirSampleM = 0.0; + noiseAM = 0.0; + noiseBM = 0.0; + noiseCM = 0.0; + flipM = true; + polarityS = false; + lastSampleS = 0.0; + iirSampleS = 0.0; + noiseAS = 0.0; + noiseBS = 0.0; + noiseCS = 0.0; + flipS = true; + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + return noErr; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// TexturizeMS::ProcessBufferLists +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +OSStatus TexturizeMS::ProcessBufferLists(AudioUnitRenderActionFlags & ioActionFlags, + const AudioBufferList & inBuffer, + AudioBufferList & outBuffer, + UInt32 inFramesToProcess) +{ + Float32 * inputL = (Float32*)(inBuffer.mBuffers[0].mData); + Float32 * inputR = (Float32*)(inBuffer.mBuffers[1].mData); + Float32 * outputL = (Float32*)(outBuffer.mBuffers[0].mData); + Float32 * outputR = (Float32*)(outBuffer.mBuffers[1].mData); + UInt32 nSampleFrames = inFramesToProcess; + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + + double slewAmountM = ((pow(GetParameter( kParam_One ),2.0)*4.0)+0.71)/overallscale; + double dynAmountM = pow(GetParameter( kParam_Two ),2.0); + double wetM = pow(GetParameter( kParam_Three ),5); + + double slewAmountS = ((pow(GetParameter( kParam_Four ),2.0)*4.0)+0.71)/overallscale; + double dynAmountS = pow(GetParameter( kParam_Five ),2.0); + double wetS = pow(GetParameter( kParam_Six ),5); + + while (nSampleFrames-- > 0) { + double inputSampleL = *inputL; + double inputSampleR = *inputR; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + double mid = inputSampleL + inputSampleR; + double side = inputSampleL - inputSampleR; + //assign mid and side.Between these sections, you can do mid/side processing + double drySampleM = mid; + double drySampleS = side; + + //begin mid + if (mid < 0) { + if (polarityM == true) { + if (noiseAM < 0) flipM = true; + else flipM = false; + } + polarityM = false; + } else polarityM = true; + + if (flipM) noiseAM += (double(fpdL)/UINT32_MAX); + else noiseAM -= (double(fpdL)/UINT32_MAX); + //here's the guts of the random walk + flipM = !flipM; + + if (mid > 1.0) mid = 1.0; if (mid < -1.0) mid = -1.0; + if (dynAmountM < 0.4999) mid = (mid*dynAmountM*2.0) + (sin(mid)*(1.0-(dynAmountM*2.0))); + if (dynAmountM > 0.5001) mid = (asin(mid)*((dynAmountM*2.0)-1.0)) + (mid*(1.0-((dynAmountM*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBM = sin(noiseAM*(0.2-(dynAmountM*0.125))*fabs(mid)); + + double slew = fabs(mid-lastSampleM)*slewAmountM; + lastSampleM = mid*(0.86-(dynAmountM*0.125)); + + if (slew > 1.0) slew = 1.0; + double iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleM = (iirSampleM * (1.0 - iirIntensity)) + (noiseBM * iirIntensity); + noiseBM = iirSampleM; + noiseBM = (noiseBM * slew) + (noiseCM * (1.0-slew)); + noiseCM = noiseBM; + + mid = (noiseCM * wetM) + (drySampleM * (1.0-wetM)); + //end mid + + //begin side + if (side < 0) { + if (polarityS == true) { + if (noiseAS < 0) flipS = true; + else flipS = false; + } + polarityS = false; + } else polarityS = true; + + if (flipS) noiseAS += (double(fpdR)/UINT32_MAX); + else noiseAS -= (double(fpdR)/UINT32_MAX); + //here's the guts of the random walk + flipS = !flipS; + + if (side > 1.0) side = 1.0; if (side < -1.0) side = -1.0; + if (dynAmountS < 0.4999) side = (side*dynAmountS*2.0) + (sin(side)*(1.0-(dynAmountS*2.0))); + if (dynAmountS > 0.5001) side = (asin(side)*((dynAmountS*2.0)-1.0)) + (side*(1.0-((dynAmountS*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBS = sin(noiseAS*(0.2-(dynAmountS*0.125))*fabs(side)); + + slew = fabs(side-lastSampleS)*slewAmountS; + lastSampleS = side*(0.86-(dynAmountS*0.125)); + + if (slew > 1.0) slew = 1.0; + iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleS = (iirSampleS * (1.0 - iirIntensity)) + (noiseBS * iirIntensity); + noiseBS = iirSampleS; + noiseBS = (noiseBS * slew) + (noiseCS * (1.0-slew)); + noiseCS = noiseBS; + + side = (noiseCS * wetS) + (drySampleS * (1.0-wetS)); + //end side + + inputSampleL = (mid+side)/2.0; + inputSampleR = (mid-side)/2.0; + //unassign mid and side + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *outputL = inputSampleL; + *outputR = inputSampleR; + //direct stereo out + + inputL += 1; + inputR += 1; + outputL += 1; + outputR += 1; + } + return noErr; +} + diff --git a/plugins/MacAU/TexturizeMS/TexturizeMS.exp b/plugins/MacAU/TexturizeMS/TexturizeMS.exp new file mode 100755 index 000000000..6d6b1a5c5 --- /dev/null +++ b/plugins/MacAU/TexturizeMS/TexturizeMS.exp @@ -0,0 +1 @@ +_TexturizeMSEntry diff --git a/plugins/MacAU/TexturizeMS/TexturizeMS.h b/plugins/MacAU/TexturizeMS/TexturizeMS.h new file mode 100755 index 000000000..f581af876 --- /dev/null +++ b/plugins/MacAU/TexturizeMS/TexturizeMS.h @@ -0,0 +1,149 @@ +/* +* File: TexturizeMS.h +* +* Version: 1.0 +* +* Created: 9/16/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include "AUEffectBase.h" +#include "TexturizeMSVersion.h" + +#if AU_DEBUG_DISPATCHER + #include "AUDebugDispatcher.h" +#endif + + +#ifndef __TexturizeMS_h__ +#define __TexturizeMS_h__ + + +#pragma mark ____TexturizeMS Parameters + +// parameters +static const float kDefaultValue_ParamOne = 0.5; +static const float kDefaultValue_ParamTwo = 0.5; +static const float kDefaultValue_ParamThree = 0.5; +static const float kDefaultValue_ParamFour = 0.5; +static const float kDefaultValue_ParamFive = 0.5; +static const float kDefaultValue_ParamSix = 0.5; + +static CFStringRef kParameterOneName = CFSTR("BrightM"); +static CFStringRef kParameterTwoName = CFSTR("PunchyM"); +static CFStringRef kParameterThreeName = CFSTR("DryWetM"); +static CFStringRef kParameterFourName = CFSTR("BrightS"); +static CFStringRef kParameterFiveName = CFSTR("PunchyS"); +static CFStringRef kParameterSixName = CFSTR("DryWetS"); +//Alter the name if desired, but using the plugin name is a start + +enum { + kParam_One =0, + kParam_Two =1, + kParam_Three =2, + kParam_Four =3, + kParam_Five =4, + kParam_Six =5, + //Add your parameters here... + kNumberOfParameters=6 +}; + +#pragma mark ____TexturizeMS +class TexturizeMS : public AUEffectBase +{ +public: + TexturizeMS(AudioUnit component); +#if AU_DEBUG_DISPATCHER + virtual ~TexturizeMS () { delete mDebugDispatcher; } +#endif + + virtual ComponentResult Reset(AudioUnitScope inScope, AudioUnitElement inElement); + + virtual OSStatus ProcessBufferLists(AudioUnitRenderActionFlags & ioActionFlags, + const AudioBufferList & inBuffer, AudioBufferList & outBuffer, + UInt32 inFramesToProcess); + virtual UInt32 SupportedNumChannels(const AUChannelInfo ** outInfo); + + virtual ComponentResult GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings); + + virtual ComponentResult GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo); + + virtual ComponentResult GetPropertyInfo(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable ); + + virtual ComponentResult GetProperty(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData); + + virtual ComponentResult Initialize(); + virtual bool SupportsTail () { return true; } + virtual Float64 GetTailTime() {return (1.0/GetSampleRate())*0.0;} //in SECONDS! gsr * a number = in samples + virtual Float64 GetLatency() {return (1.0/GetSampleRate())*0.0;} // in SECONDS! gsr * a number = in samples + + /*! @method Version */ + virtual ComponentResult Version() { return kTexturizeMSVersion; } + + private: + bool polarityM; + double lastSampleM; + double iirSampleM; + double noiseAM; + double noiseBM; + double noiseCM; + bool flipM; + + bool polarityS; + double lastSampleS; + double iirSampleS; + double noiseAS; + double noiseBS; + double noiseCS; + bool flipS; + uint32_t fpdL; + uint32_t fpdR; +}; + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +#endif \ No newline at end of file diff --git a/plugins/MacAU/TexturizeMS/TexturizeMS.r b/plugins/MacAU/TexturizeMS/TexturizeMS.r new file mode 100755 index 000000000..b72ea2a6a --- /dev/null +++ b/plugins/MacAU/TexturizeMS/TexturizeMS.r @@ -0,0 +1,61 @@ +/* +* File: TexturizeMS.r +* +* Version: 1.0 +* +* Created: 9/16/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include + +#include "TexturizeMSVersion.h" + +// Note that resource IDs must be spaced 2 apart for the 'STR ' name and description +#define kAudioUnitResID_TexturizeMS 1000 + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TexturizeMS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#define RES_ID kAudioUnitResID_TexturizeMS +#define COMP_TYPE kAudioUnitType_Effect +#define COMP_SUBTYPE TexturizeMS_COMP_SUBTYPE +#define COMP_MANUF TexturizeMS_COMP_MANF + +#define VERSION kTexturizeMSVersion +#define NAME "Airwindows: TexturizeMS" +#define DESCRIPTION "TexturizeMS AU" +#define ENTRY_POINT "TexturizeMSEntry" + +#include "AUResources.r" \ No newline at end of file diff --git a/plugins/MacAU/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.mode1v3 b/plugins/MacAU/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.mode1v3 new file mode 100755 index 000000000..61450416d --- /dev/null +++ b/plugins/MacAU/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.mode1v3 @@ -0,0 +1,1359 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 8BD3CCBC148831C90062E48C + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + build + debugger-enable-breakpoints + get-info + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 299 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05A7D072073D200365D66 + 8BA05A7E072073D200365D66 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 6 + 5 + 4 + 1 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {299, 445}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {316, 463}} + GroupTreeTableConfiguration + + MainColumn + 299 + + RubberWindowFrame + 18 337 788 504 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 316pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {467, 0}} + RubberWindowFrame + 18 337 788 504 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 5}, {467, 458}} + RubberWindowFrame + 18 337 788 504 0 0 1440 878 + + Module + XCDetailModule + Proportion + 458pt + + + Proportion + 467pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 8BDD47AA1A48BB8900FB2F61 + 1CE0B1FE06471DED0097A5F4 + 8BDD47AB1A48BB8900FB2F61 + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 8BD3CCBD148831C90062E48C + /Developer/Library/Xcode/Project Templates/System Plug-in/Audio Unit Effect/Audio Unit Effect with Cocoa View/StarterAU.xcodeproj + + WindowString + 18 337 788 504 0 0 1440 878 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {500, 218}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 223}, {500, 236}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 459pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 8BD3CCBD148831C90062E48C + 8BDD47AC1A48BB8900FB2F61 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 668 222 500 500 0 0 1440 878 + WindowToolGUID + 8BD3CCBD148831C90062E48C + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacAU/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..f5d0fc29c --- /dev/null +++ b/plugins/MacAU/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,131 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* TexturizeMS */; + codeSenseManager = 8BD3CCB9148830B20062E48C /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 364, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 188, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685052265; + PBXWorkspaceStateSaveDate = 685052265; + }; + perUserProjectItems = { + 8BF9C89128D514AF009E96CF /* PBXTextBookmark */ = 8BF9C89128D514AF009E96CF /* PBXTextBookmark */; + 8BF9C89228D514AF009E96CF /* PBXTextBookmark */ = 8BF9C89228D514AF009E96CF /* PBXTextBookmark */; + }; + sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; + userBuildSettings = { + }; + }; + 8BA05A660720730100365D66 /* TexturizeMS.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1212, 6948}}"; + sepNavSelRange = "{11767, 2853}"; + sepNavVisRange = "{11009, 1471}"; + sepNavWindowFrame = "{{541, 41}, {1259, 837}}"; + }; + }; + 8BA05A690720730100365D66 /* TexturizeMSVersion.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1056, 1062}}"; + sepNavSelRange = "{2908, 0}"; + sepNavVisRange = "{852, 2119}"; + sepNavWindowFrame = "{{15, 38}, {1091, 840}}"; + }; + }; + 8BA05A7F072073D200365D66 /* AUBase.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {516, 23430}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 1336}"; + }; + }; + 8BC6025B073B072D006C4272 /* TexturizeMS.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {948, 2970}}"; + sepNavSelRange = "{3700, 0}"; + sepNavVisRange = "{3579, 125}"; + sepNavWindowFrame = "{{640, 3}, {1091, 840}}"; + }; + }; + 8BD3CCB8148830B20062E48C /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8BD3CCB9148830B20062E48C /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8BF9C89128D514AF009E96CF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BC6025B073B072D006C4272 /* TexturizeMS.h */; + name = "TexturizeMS.h: 80"; + rLen = 0; + rLoc = 3700; + rType = 0; + vrLen = 125; + vrLoc = 3579; + }; + 8BF9C89228D514AF009E96CF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BC6025B073B072D006C4272 /* TexturizeMS.h */; + name = "TexturizeMS.h: 80"; + rLen = 0; + rLoc = 3700; + rType = 0; + vrLen = 125; + vrLoc = 3579; + }; + 8D01CCC60486CAD60068D4B7 /* TexturizeMS */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacAU/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..1e6c3cb8f --- /dev/null +++ b/plugins/MacAU/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1483 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8B70475D28D4F05F00F2A287 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 185 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05A56072072A900365D66 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 4 + 2 + 1 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {185, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {202, 446}} + GroupTreeTableConfiguration + + MainColumn + 185 + + RubberWindowFrame + 584 282 810 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 202pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8B70475828D4F05F00F2A287 + PBXProjectModuleLabel + TexturizeMS.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B70475928D4F05F00F2A287 + PBXProjectModuleLabel + TexturizeMS.h + _historyCapacity + 0 + bookmark + 8BF9C89228D514AF009E96CF + history + + 8BF9C89128D514AF009E96CF + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {603, 132}} + RubberWindowFrame + 584 282 810 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 132pt + + + Proportion + 309pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + RubberWindowFrame + 584 282 810 487 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {603, 414}} + + Module + PBXBuildResultsModule + + + + + Proportion + 603pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8BF9C89328D514AF009E96CF + 1CA23ED40692098700951B8B + 8BF9C89428D514AF009E96CF + 8B70475828D4F05F00F2A287 + 8BF9C89528D514AF009E96CF + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685053103.47748804 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/TexturizeMS/TexturizeMS.xcodeproj + + WindowString + 584 282 810 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacAU/TexturizeMS/TexturizeMS.xcodeproj/project.pbxproj b/plugins/MacAU/TexturizeMS/TexturizeMS.xcodeproj/project.pbxproj new file mode 100755 index 000000000..32326cd38 --- /dev/null +++ b/plugins/MacAU/TexturizeMS/TexturizeMS.xcodeproj/project.pbxproj @@ -0,0 +1,490 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */; }; + 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */; }; + 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */; }; + 8B4119B70749654200361ABE /* TexturizeMS.r in Rez */ = {isa = PBXBuildFile; fileRef = 8BA05A680720730100365D66 /* TexturizeMS.r */; }; + 8BA05A6B0720730100365D66 /* TexturizeMS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* TexturizeMS.cpp */; }; + 8BA05A6E0720730100365D66 /* TexturizeMSVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* TexturizeMSVersion.h */; }; + 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A7F072073D200365D66 /* AUBase.cpp */; }; + 8BA05AAF072073D300365D66 /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A80072073D200365D66 /* AUBase.h */; }; + 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A81072073D200365D66 /* AUDispatch.cpp */; }; + 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A82072073D200365D66 /* AUDispatch.h */; }; + 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A83072073D200365D66 /* AUInputElement.cpp */; }; + 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A84072073D200365D66 /* AUInputElement.h */; }; + 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A85072073D200365D66 /* AUOutputElement.cpp */; }; + 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A86072073D200365D66 /* AUOutputElement.h */; }; + 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A88072073D200365D66 /* AUScopeElement.cpp */; }; + 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A89072073D200365D66 /* AUScopeElement.h */; }; + 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A8A072073D200365D66 /* ComponentBase.cpp */; }; + 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A8B072073D200365D66 /* ComponentBase.h */; }; + 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */; }; + 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A9B072073D200365D66 /* AUEffectBase.h */; }; + 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA7072073D200365D66 /* AUBuffer.cpp */; }; + 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AA8072073D200365D66 /* AUBuffer.h */; }; + 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */; }; + 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */; }; + 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */; }; + 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */; }; + 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */; }; + 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */; }; + 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */; }; + 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE10720742100365D66 /* CAMutex.cpp */; }; + 8BA05AE80720742100365D66 /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE20720742100365D66 /* CAMutex.h */; }; + 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */; }; + 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */; }; + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; + 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05B050720754400365D66 /* CAAUParameter.cpp */; }; + 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05B060720754400365D66 /* CAAUParameter.h */; }; + 8BC6025C073B072D006C4272 /* TexturizeMS.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* TexturizeMS.h */; }; + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; + F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */; }; + F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; + 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; + 8BA05A660720730100365D66 /* TexturizeMS.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TexturizeMS.cpp; sourceTree = ""; }; + 8BA05A670720730100365D66 /* TexturizeMS.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = TexturizeMS.exp; sourceTree = ""; }; + 8BA05A680720730100365D66 /* TexturizeMS.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = TexturizeMS.r; sourceTree = ""; }; + 8BA05A690720730100365D66 /* TexturizeMSVersion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TexturizeMSVersion.h; sourceTree = ""; }; + 8BA05A7F072073D200365D66 /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BA05A80072073D200365D66 /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BA05A81072073D200365D66 /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BA05A82072073D200365D66 /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BA05A83072073D200365D66 /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BA05A84072073D200365D66 /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BA05A85072073D200365D66 /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BA05A86072073D200365D66 /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BA05A87072073D200365D66 /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BA05A88072073D200365D66 /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BA05A89072073D200365D66 /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BA05A8A072073D200365D66 /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BA05A8B072073D200365D66 /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BA05A9B072073D200365D66 /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BA05AA7072073D200365D66 /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BA05AA8072073D200365D66 /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AUDebugDispatcher.cpp; sourceTree = ""; }; + 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUDebugDispatcher.h; sourceTree = ""; }; + 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BA05AE10720742100365D66 /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BA05AE20720742100365D66 /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; + 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; + 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; + 8BA05B050720754400365D66 /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BA05B060720754400365D66 /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BC6025B073B072D006C4272 /* TexturizeMS.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TexturizeMS.h; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8D01CCD20486CAD60068D4B7 /* TexturizeMS.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TexturizeMS.component; sourceTree = BUILT_PRODUCTS_DIR; }; + F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AUBaseHelper.cpp; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.cpp; sourceTree = SYSTEM_DEVELOPER_DIR; }; + F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AUBaseHelper.h; path = Extras/CoreAudio/AudioUnits/AUPublic/Utility/AUBaseHelper.h; sourceTree = SYSTEM_DEVELOPER_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8D01CCCD0486CAD60068D4B7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */, + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */, + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* TexturizeMS */ = { + isa = PBXGroup; + children = ( + 08FB77ADFE841716C02AAC07 /* Source */, + 089C167CFE841241C02AAC07 /* Resources */, + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + ); + name = TexturizeMS; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */, + 8BA05B01072074F900365D66 /* CoreServices.framework */, + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */, + 8BA05AFA072074E100365D66 /* AudioUnit.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + 089C167DFE841241C02AAC07 /* InfoPlist.strings */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8BA05A56072072A900365D66 /* AU Source */, + 8BA05AEB0720742700365D66 /* PublicUtility */, + 8BA05A7D072073D200365D66 /* AUPublic */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 8D01CCD20486CAD60068D4B7 /* TexturizeMS.component */, + ); + name = Products; + sourceTree = ""; + }; + 8BA05A56072072A900365D66 /* AU Source */ = { + isa = PBXGroup; + children = ( + 8BC6025B073B072D006C4272 /* TexturizeMS.h */, + 8BA05A660720730100365D66 /* TexturizeMS.cpp */, + 8BA05A670720730100365D66 /* TexturizeMS.exp */, + 8BA05A680720730100365D66 /* TexturizeMS.r */, + 8BA05A690720730100365D66 /* TexturizeMSVersion.h */, + ); + name = "AU Source"; + sourceTree = ""; + }; + 8BA05A7D072073D200365D66 /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BA05A7E072073D200365D66 /* AUBase */, + 8BA05A99072073D200365D66 /* OtherBases */, + 8BA05AA6072073D200365D66 /* Utility */, + ); + name = AUPublic; + path = Extras/CoreAudio/AudioUnits/AUPublic; + sourceTree = SYSTEM_DEVELOPER_DIR; + }; + 8BA05A7E072073D200365D66 /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BA05A7F072073D200365D66 /* AUBase.cpp */, + 8BA05A80072073D200365D66 /* AUBase.h */, + 8BA05A81072073D200365D66 /* AUDispatch.cpp */, + 8BA05A82072073D200365D66 /* AUDispatch.h */, + 8BA05A83072073D200365D66 /* AUInputElement.cpp */, + 8BA05A84072073D200365D66 /* AUInputElement.h */, + 8BA05A85072073D200365D66 /* AUOutputElement.cpp */, + 8BA05A86072073D200365D66 /* AUOutputElement.h */, + 8BA05A87072073D200365D66 /* AUResources.r */, + 8BA05A88072073D200365D66 /* AUScopeElement.cpp */, + 8BA05A89072073D200365D66 /* AUScopeElement.h */, + 8BA05A8A072073D200365D66 /* ComponentBase.cpp */, + 8BA05A8B072073D200365D66 /* ComponentBase.h */, + ); + path = AUBase; + sourceTree = ""; + }; + 8BA05A99072073D200365D66 /* OtherBases */ = { + isa = PBXGroup; + children = ( + 8BA05A9A072073D200365D66 /* AUEffectBase.cpp */, + 8BA05A9B072073D200365D66 /* AUEffectBase.h */, + ); + path = OtherBases; + sourceTree = ""; + }; + 8BA05AA6072073D200365D66 /* Utility */ = { + isa = PBXGroup; + children = ( + F7C347EE0ECE5AF8008ADFB6 /* AUBaseHelper.cpp */, + F7C347EF0ECE5AF8008ADFB6 /* AUBaseHelper.h */, + 8BA05AA7072073D200365D66 /* AUBuffer.cpp */, + 8BA05AA8072073D200365D66 /* AUBuffer.h */, + 8BA05AA9072073D200365D66 /* AUDebugDispatcher.cpp */, + 8BA05AAA072073D200365D66 /* AUDebugDispatcher.h */, + 8BA05AAB072073D200365D66 /* AUInputFormatConverter.h */, + 8BA05AAC072073D200365D66 /* AUSilentTimeout.h */, + 8BA05AAD072073D200365D66 /* AUTimestampGenerator.h */, + ); + path = Utility; + sourceTree = ""; + }; + 8BA05AEB0720742700365D66 /* PublicUtility */ = { + isa = PBXGroup; + children = ( + 8BA05B050720754400365D66 /* CAAUParameter.cpp */, + 8BA05B060720754400365D66 /* CAAUParameter.h */, + 8BA05ADF0720742100365D66 /* CAAudioChannelLayout.cpp */, + 8BA05AE00720742100365D66 /* CAAudioChannelLayout.h */, + 8BA05AE10720742100365D66 /* CAMutex.cpp */, + 8BA05AE20720742100365D66 /* CAMutex.h */, + 8BA05AE30720742100365D66 /* CAStreamBasicDescription.cpp */, + 8BA05AE40720742100365D66 /* CAStreamBasicDescription.h */, + 3EEA126D089847F5002C6BFC /* CAVectorUnitTypes.h */, + 3EEA126B089847F5002C6BFC /* CAVectorUnit.cpp */, + 3EEA126C089847F5002C6BFC /* CAVectorUnit.h */, + ); + name = PublicUtility; + path = Extras/CoreAudio/PublicUtility; + sourceTree = SYSTEM_DEVELOPER_DIR; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05A6E0720730100365D66 /* TexturizeMSVersion.h in Headers */, + 8BA05AAF072073D300365D66 /* AUBase.h in Headers */, + 8BA05AB1072073D300365D66 /* AUDispatch.h in Headers */, + 8BA05AB3072073D300365D66 /* AUInputElement.h in Headers */, + 8BA05AB5072073D300365D66 /* AUOutputElement.h in Headers */, + 8BA05AB8072073D300365D66 /* AUScopeElement.h in Headers */, + 8BA05ABA072073D300365D66 /* ComponentBase.h in Headers */, + 8BA05AC7072073D300365D66 /* AUEffectBase.h in Headers */, + 8BA05AD3072073D300365D66 /* AUBuffer.h in Headers */, + 8BA05AD5072073D300365D66 /* AUDebugDispatcher.h in Headers */, + 8BA05AD6072073D300365D66 /* AUInputFormatConverter.h in Headers */, + 8BA05AD7072073D300365D66 /* AUSilentTimeout.h in Headers */, + 8BA05AD8072073D300365D66 /* AUTimestampGenerator.h in Headers */, + 8BA05AE60720742100365D66 /* CAAudioChannelLayout.h in Headers */, + 8BA05AE80720742100365D66 /* CAMutex.h in Headers */, + 8BA05AEA0720742100365D66 /* CAStreamBasicDescription.h in Headers */, + 8BA05B080720754400365D66 /* CAAUParameter.h in Headers */, + 8BC6025C073B072D006C4272 /* TexturizeMS.h in Headers */, + 3EEA126F089847F5002C6BFC /* CAVectorUnit.h in Headers */, + 3EEA1270089847F5002C6BFC /* CAVectorUnitTypes.h in Headers */, + F7C347F10ECE5AF8008ADFB6 /* AUBaseHelper.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* TexturizeMS */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "TexturizeMS" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCD0486CAD60068D4B7 /* Frameworks */, + 8D01CCCF0486CAD60068D4B7 /* Rez */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = TexturizeMS; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = TexturizeMS; + productReference = 8D01CCD20486CAD60068D4B7 /* TexturizeMS.component */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "TexturizeMS" */; + compatibilityVersion = "Xcode 3.1"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); + mainGroup = 089C166AFE841209C02AAC07 /* TexturizeMS */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* TexturizeMS */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXRezBuildPhase section */ + 8D01CCCF0486CAD60068D4B7 /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B4119B70749654200361ABE /* TexturizeMS.r in Rez */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXRezBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05A6B0720730100365D66 /* TexturizeMS.cpp in Sources */, + 8BA05AAE072073D300365D66 /* AUBase.cpp in Sources */, + 8BA05AB0072073D300365D66 /* AUDispatch.cpp in Sources */, + 8BA05AB2072073D300365D66 /* AUInputElement.cpp in Sources */, + 8BA05AB4072073D300365D66 /* AUOutputElement.cpp in Sources */, + 8BA05AB7072073D300365D66 /* AUScopeElement.cpp in Sources */, + 8BA05AB9072073D300365D66 /* ComponentBase.cpp in Sources */, + 8BA05AC6072073D300365D66 /* AUEffectBase.cpp in Sources */, + 8BA05AD2072073D300365D66 /* AUBuffer.cpp in Sources */, + 8BA05AD4072073D300365D66 /* AUDebugDispatcher.cpp in Sources */, + 8BA05AE50720742100365D66 /* CAAudioChannelLayout.cpp in Sources */, + 8BA05AE70720742100365D66 /* CAMutex.cpp in Sources */, + 8BA05AE90720742100365D66 /* CAStreamBasicDescription.cpp in Sources */, + 8BA05B070720754400365D66 /* CAAUParameter.cpp in Sources */, + 3EEA126E089847F5002C6BFC /* CAVectorUnit.cpp in Sources */, + F7C347F00ECE5AF8008ADFB6 /* AUBaseHelper.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 089C167EFE841241C02AAC07 /* English */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 3E4BA244089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + EXPORTED_SYMBOLS_FILE = TexturizeMS.exp; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d ppc64_$ppc64 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + PRODUCT_NAME = TexturizeMS; + WRAPPER_EXTENSION = component; + }; + name = Debug; + }; + 3E4BA245089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + x86_64, + ); + EXPORTED_SYMBOLS_FILE = TexturizeMS.exp; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 10.4; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = "-d ppc_$ppc -d i386_$i386 -d x86_64_$x86_64 -I /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Versions/A/Headers -I \"$(DEVELOPER_DIR)/Examples/CoreAudio/AudioUnits/AUPublic/AUBase\""; + PRODUCT_NAME = TexturizeMS; + SDKROOT = macosx10.5; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = all; + WRAPPER_EXTENSION = component; + }; + name = Release; + }; + 3E4BA248089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + SDKROOT = macosx10.6; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Debug; + }; + 3E4BA249089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + SDKROOT = macosx10.6; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "TexturizeMS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA244089833B7007656EC /* Debug */, + 3E4BA245089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "TexturizeMS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA248089833B7007656EC /* Debug */, + 3E4BA249089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacAU/TexturizeMS/TexturizeMSVersion.h b/plugins/MacAU/TexturizeMS/TexturizeMSVersion.h new file mode 100755 index 000000000..51e04d353 --- /dev/null +++ b/plugins/MacAU/TexturizeMS/TexturizeMSVersion.h @@ -0,0 +1,58 @@ +/* +* File: TexturizeMSVersion.h +* +* Version: 1.0 +* +* Created: 9/16/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#ifndef __TexturizeMSVersion_h__ +#define __TexturizeMSVersion_h__ + + +#ifdef DEBUG + #define kTexturizeMSVersion 0xFFFFFFFF +#else + #define kTexturizeMSVersion 0x00010000 +#endif + +//~~~~~~~~~~~~~~ Change!!! ~~~~~~~~~~~~~~~~~~~~~// +#define TexturizeMS_COMP_MANF 'Dthr' +#define TexturizeMS_COMP_SUBTYPE 'texu' +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// + +#endif + diff --git a/plugins/MacAU/TexturizeMS/version.plist b/plugins/MacAU/TexturizeMS/version.plist new file mode 100755 index 000000000..11edf8a1b --- /dev/null +++ b/plugins/MacAU/TexturizeMS/version.plist @@ -0,0 +1,16 @@ + + + + + BuildVersion + 3 + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 + ProjectName + ${EXECUTABLE_NAME} + SourceVersion + 590000 + + diff --git a/plugins/MacAU/Thunder/Thunder.cpp b/plugins/MacAU/Thunder/Thunder.cpp index 8a62d53b6..b0d3e6078 100755 --- a/plugins/MacAU/Thunder/Thunder.cpp +++ b/plugins/MacAU/Thunder/Thunder.cpp @@ -5,7 +5,7 @@ * * Created: 9/19/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Thunder/Thunder.h b/plugins/MacAU/Thunder/Thunder.h index ca1606fe5..7a0808fb3 100755 --- a/plugins/MacAU/Thunder/Thunder.h +++ b/plugins/MacAU/Thunder/Thunder.h @@ -5,7 +5,7 @@ * * Created: 9/19/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Thunder/Thunder.r b/plugins/MacAU/Thunder/Thunder.r index 73c374210..5014c8c7f 100755 --- a/plugins/MacAU/Thunder/Thunder.r +++ b/plugins/MacAU/Thunder/Thunder.r @@ -5,7 +5,7 @@ * * Created: 9/19/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/Thunder/ThunderVersion.h b/plugins/MacAU/Thunder/ThunderVersion.h index 065f31bde..65be69081 100755 --- a/plugins/MacAU/Thunder/ThunderVersion.h +++ b/plugins/MacAU/Thunder/ThunderVersion.h @@ -5,7 +5,7 @@ * * Created: 9/19/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/ToTape5/ToTape5.cpp b/plugins/MacAU/ToTape5/ToTape5.cpp index 70b120160..722a62ffe 100755 --- a/plugins/MacAU/ToTape5/ToTape5.cpp +++ b/plugins/MacAU/ToTape5/ToTape5.cpp @@ -5,7 +5,7 @@ * * Created: 6/24/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ToTape5/ToTape5.h b/plugins/MacAU/ToTape5/ToTape5.h index 987ed190e..f19fd0b15 100755 --- a/plugins/MacAU/ToTape5/ToTape5.h +++ b/plugins/MacAU/ToTape5/ToTape5.h @@ -5,7 +5,7 @@ * * Created: 6/24/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ToTape5/ToTape5.r b/plugins/MacAU/ToTape5/ToTape5.r index 2bbd9d756..6d49f4fa6 100755 --- a/plugins/MacAU/ToTape5/ToTape5.r +++ b/plugins/MacAU/ToTape5/ToTape5.r @@ -5,7 +5,7 @@ * * Created: 6/24/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ToTape5/ToTape5Version.h b/plugins/MacAU/ToTape5/ToTape5Version.h index 32760dbb8..a0e76f342 100755 --- a/plugins/MacAU/ToTape5/ToTape5Version.h +++ b/plugins/MacAU/ToTape5/ToTape5Version.h @@ -5,7 +5,7 @@ * * Created: 6/24/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ToTape6/ToTape6.cpp b/plugins/MacAU/ToTape6/ToTape6.cpp index 1068f4049..69a120247 100755 --- a/plugins/MacAU/ToTape6/ToTape6.cpp +++ b/plugins/MacAU/ToTape6/ToTape6.cpp @@ -5,7 +5,7 @@ * * Created: 11/30/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/ToTape6/ToTape6.h b/plugins/MacAU/ToTape6/ToTape6.h index 249f804cf..6042be3a9 100755 --- a/plugins/MacAU/ToTape6/ToTape6.h +++ b/plugins/MacAU/ToTape6/ToTape6.h @@ -5,7 +5,7 @@ * * Created: 11/30/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/ToTape6/ToTape6.r b/plugins/MacAU/ToTape6/ToTape6.r index bf4a67d53..0b2e121fa 100755 --- a/plugins/MacAU/ToTape6/ToTape6.r +++ b/plugins/MacAU/ToTape6/ToTape6.r @@ -5,7 +5,7 @@ * * Created: 11/30/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/ToTape6/ToTape6Version.h b/plugins/MacAU/ToTape6/ToTape6Version.h index 9e627d892..12d142d6a 100755 --- a/plugins/MacAU/ToTape6/ToTape6Version.h +++ b/plugins/MacAU/ToTape6/ToTape6Version.h @@ -5,7 +5,7 @@ * * Created: 11/30/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/ToVinyl4/ToVinyl4.cpp b/plugins/MacAU/ToVinyl4/ToVinyl4.cpp index 0857328a5..b2f34fd0d 100755 --- a/plugins/MacAU/ToVinyl4/ToVinyl4.cpp +++ b/plugins/MacAU/ToVinyl4/ToVinyl4.cpp @@ -5,7 +5,7 @@ * * Created: 6/10/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ToVinyl4/ToVinyl4.h b/plugins/MacAU/ToVinyl4/ToVinyl4.h index f5b5199ac..86d0b748d 100755 --- a/plugins/MacAU/ToVinyl4/ToVinyl4.h +++ b/plugins/MacAU/ToVinyl4/ToVinyl4.h @@ -5,7 +5,7 @@ * * Created: 6/10/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ToVinyl4/ToVinyl4.r b/plugins/MacAU/ToVinyl4/ToVinyl4.r index 861b8a77a..b82095553 100755 --- a/plugins/MacAU/ToVinyl4/ToVinyl4.r +++ b/plugins/MacAU/ToVinyl4/ToVinyl4.r @@ -5,7 +5,7 @@ * * Created: 6/10/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ToVinyl4/ToVinyl4Version.h b/plugins/MacAU/ToVinyl4/ToVinyl4Version.h index 009f5157a..c368c5331 100755 --- a/plugins/MacAU/ToVinyl4/ToVinyl4Version.h +++ b/plugins/MacAU/ToVinyl4/ToVinyl4Version.h @@ -5,7 +5,7 @@ * * Created: 6/10/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ToneSlant/ToneSlant.cpp b/plugins/MacAU/ToneSlant/ToneSlant.cpp index 32f5ffaf0..90053fc5e 100755 --- a/plugins/MacAU/ToneSlant/ToneSlant.cpp +++ b/plugins/MacAU/ToneSlant/ToneSlant.cpp @@ -5,7 +5,7 @@ * * Created: 10/12/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/ToneSlant/ToneSlant.h b/plugins/MacAU/ToneSlant/ToneSlant.h index 9a33b8985..bafbb3c0a 100755 --- a/plugins/MacAU/ToneSlant/ToneSlant.h +++ b/plugins/MacAU/ToneSlant/ToneSlant.h @@ -5,7 +5,7 @@ * * Created: 10/12/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/ToneSlant/ToneSlant.r b/plugins/MacAU/ToneSlant/ToneSlant.r index 76da772eb..00a664b1d 100755 --- a/plugins/MacAU/ToneSlant/ToneSlant.r +++ b/plugins/MacAU/ToneSlant/ToneSlant.r @@ -5,7 +5,7 @@ * * Created: 10/12/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/ToneSlant/ToneSlantVersion.h b/plugins/MacAU/ToneSlant/ToneSlantVersion.h index dfd4e5996..a191536ad 100755 --- a/plugins/MacAU/ToneSlant/ToneSlantVersion.h +++ b/plugins/MacAU/ToneSlant/ToneSlantVersion.h @@ -5,7 +5,7 @@ * * Created: 10/12/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/TransDesk/TransDesk.cpp b/plugins/MacAU/TransDesk/TransDesk.cpp index c31aa897d..0e5c988af 100755 --- a/plugins/MacAU/TransDesk/TransDesk.cpp +++ b/plugins/MacAU/TransDesk/TransDesk.cpp @@ -5,7 +5,7 @@ * * Created: 10/1/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/TransDesk/TransDesk.h b/plugins/MacAU/TransDesk/TransDesk.h index c436290c9..e4d5d48a4 100755 --- a/plugins/MacAU/TransDesk/TransDesk.h +++ b/plugins/MacAU/TransDesk/TransDesk.h @@ -5,7 +5,7 @@ * * Created: 10/1/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/TransDesk/TransDesk.r b/plugins/MacAU/TransDesk/TransDesk.r index 2fae33b6a..84a9ced85 100755 --- a/plugins/MacAU/TransDesk/TransDesk.r +++ b/plugins/MacAU/TransDesk/TransDesk.r @@ -5,7 +5,7 @@ * * Created: 10/1/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/TransDesk/TransDeskVersion.h b/plugins/MacAU/TransDesk/TransDeskVersion.h index 064657674..422c22668 100755 --- a/plugins/MacAU/TransDesk/TransDeskVersion.h +++ b/plugins/MacAU/TransDesk/TransDeskVersion.h @@ -5,7 +5,7 @@ * * Created: 10/1/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/TremoSquare/TremoSquare.cpp b/plugins/MacAU/TremoSquare/TremoSquare.cpp index c4dc47627..1a6ca7cc9 100755 --- a/plugins/MacAU/TremoSquare/TremoSquare.cpp +++ b/plugins/MacAU/TremoSquare/TremoSquare.cpp @@ -5,7 +5,7 @@ * * Created: 10/19/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TremoSquare/TremoSquare.h b/plugins/MacAU/TremoSquare/TremoSquare.h index 377937fda..cd18515a7 100755 --- a/plugins/MacAU/TremoSquare/TremoSquare.h +++ b/plugins/MacAU/TremoSquare/TremoSquare.h @@ -5,7 +5,7 @@ * * Created: 10/19/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TremoSquare/TremoSquare.r b/plugins/MacAU/TremoSquare/TremoSquare.r index cf5a80824..6cb0118c6 100755 --- a/plugins/MacAU/TremoSquare/TremoSquare.r +++ b/plugins/MacAU/TremoSquare/TremoSquare.r @@ -5,7 +5,7 @@ * * Created: 10/19/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TremoSquare/TremoSquareVersion.h b/plugins/MacAU/TremoSquare/TremoSquareVersion.h index 0f7cead2b..7a6e535b2 100755 --- a/plugins/MacAU/TremoSquare/TremoSquareVersion.h +++ b/plugins/MacAU/TremoSquare/TremoSquareVersion.h @@ -5,7 +5,7 @@ * * Created: 10/19/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Tremolo/Tremolo.cpp b/plugins/MacAU/Tremolo/Tremolo.cpp index cb4e27ca7..ba3c72c46 100755 --- a/plugins/MacAU/Tremolo/Tremolo.cpp +++ b/plugins/MacAU/Tremolo/Tremolo.cpp @@ -5,7 +5,7 @@ * * Created: 9/16/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Tremolo/Tremolo.h b/plugins/MacAU/Tremolo/Tremolo.h index 155e2e512..af07da309 100755 --- a/plugins/MacAU/Tremolo/Tremolo.h +++ b/plugins/MacAU/Tremolo/Tremolo.h @@ -5,7 +5,7 @@ * * Created: 9/16/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Tremolo/Tremolo.r b/plugins/MacAU/Tremolo/Tremolo.r index 81d565252..be4cc7859 100755 --- a/plugins/MacAU/Tremolo/Tremolo.r +++ b/plugins/MacAU/Tremolo/Tremolo.r @@ -5,7 +5,7 @@ * * Created: 9/16/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Tremolo/TremoloVersion.h b/plugins/MacAU/Tremolo/TremoloVersion.h index 4772e3eeb..b3b65dcfb 100755 --- a/plugins/MacAU/Tremolo/TremoloVersion.h +++ b/plugins/MacAU/Tremolo/TremoloVersion.h @@ -5,7 +5,7 @@ * * Created: 9/16/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TripleSpread/TripleSpread.cpp b/plugins/MacAU/TripleSpread/TripleSpread.cpp index f23c35e90..743d230c3 100755 --- a/plugins/MacAU/TripleSpread/TripleSpread.cpp +++ b/plugins/MacAU/TripleSpread/TripleSpread.cpp @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TripleSpread/TripleSpread.h b/plugins/MacAU/TripleSpread/TripleSpread.h index 4916897e4..c031cc3af 100755 --- a/plugins/MacAU/TripleSpread/TripleSpread.h +++ b/plugins/MacAU/TripleSpread/TripleSpread.h @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TripleSpread/TripleSpread.r b/plugins/MacAU/TripleSpread/TripleSpread.r index b4f935853..a74ca86f7 100755 --- a/plugins/MacAU/TripleSpread/TripleSpread.r +++ b/plugins/MacAU/TripleSpread/TripleSpread.r @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TripleSpread/TripleSpreadVersion.h b/plugins/MacAU/TripleSpread/TripleSpreadVersion.h index e1e6f072c..b38dee4ce 100755 --- a/plugins/MacAU/TripleSpread/TripleSpreadVersion.h +++ b/plugins/MacAU/TripleSpread/TripleSpreadVersion.h @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Tube/Tube.cpp b/plugins/MacAU/Tube/Tube.cpp index 90ba43bf4..2ca0968c4 100644 --- a/plugins/MacAU/Tube/Tube.cpp +++ b/plugins/MacAU/Tube/Tube.cpp @@ -5,7 +5,7 @@ * * Created: 9/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Tube/Tube.h b/plugins/MacAU/Tube/Tube.h index 6cde991fe..accc9e21b 100644 --- a/plugins/MacAU/Tube/Tube.h +++ b/plugins/MacAU/Tube/Tube.h @@ -5,7 +5,7 @@ * * Created: 9/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Tube/Tube.r b/plugins/MacAU/Tube/Tube.r index 98bf00c37..05ea23e50 100644 --- a/plugins/MacAU/Tube/Tube.r +++ b/plugins/MacAU/Tube/Tube.r @@ -5,7 +5,7 @@ * * Created: 9/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Tube/TubeVersion.h b/plugins/MacAU/Tube/TubeVersion.h index bb06e4022..8ba3f8874 100644 --- a/plugins/MacAU/Tube/TubeVersion.h +++ b/plugins/MacAU/Tube/TubeVersion.h @@ -5,7 +5,7 @@ * * Created: 9/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Tube2/Tube2.cpp b/plugins/MacAU/Tube2/Tube2.cpp index 54ddad09c..d44b96337 100644 --- a/plugins/MacAU/Tube2/Tube2.cpp +++ b/plugins/MacAU/Tube2/Tube2.cpp @@ -5,7 +5,7 @@ * * Created: 9/15/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Tube2/Tube2.h b/plugins/MacAU/Tube2/Tube2.h index a2ff1681f..192867d1e 100644 --- a/plugins/MacAU/Tube2/Tube2.h +++ b/plugins/MacAU/Tube2/Tube2.h @@ -5,7 +5,7 @@ * * Created: 9/15/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Tube2/Tube2.r b/plugins/MacAU/Tube2/Tube2.r index e5226dfb2..c08504761 100644 --- a/plugins/MacAU/Tube2/Tube2.r +++ b/plugins/MacAU/Tube2/Tube2.r @@ -5,7 +5,7 @@ * * Created: 9/15/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Tube2/Tube2Version.h b/plugins/MacAU/Tube2/Tube2Version.h index a0d08bdb5..a76f386c2 100644 --- a/plugins/MacAU/Tube2/Tube2Version.h +++ b/plugins/MacAU/Tube2/Tube2Version.h @@ -5,7 +5,7 @@ * * Created: 9/15/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/TubeDesk/TubeDesk.cpp b/plugins/MacAU/TubeDesk/TubeDesk.cpp index b6b52a085..b30455636 100755 --- a/plugins/MacAU/TubeDesk/TubeDesk.cpp +++ b/plugins/MacAU/TubeDesk/TubeDesk.cpp @@ -5,7 +5,7 @@ * * Created: 10/1/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/TubeDesk/TubeDesk.h b/plugins/MacAU/TubeDesk/TubeDesk.h index 2ef673b07..b4b2fa2ef 100755 --- a/plugins/MacAU/TubeDesk/TubeDesk.h +++ b/plugins/MacAU/TubeDesk/TubeDesk.h @@ -5,7 +5,7 @@ * * Created: 10/1/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/TubeDesk/TubeDesk.r b/plugins/MacAU/TubeDesk/TubeDesk.r index ffb71d1fb..4f86c8bde 100755 --- a/plugins/MacAU/TubeDesk/TubeDesk.r +++ b/plugins/MacAU/TubeDesk/TubeDesk.r @@ -5,7 +5,7 @@ * * Created: 10/1/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/TubeDesk/TubeDeskVersion.h b/plugins/MacAU/TubeDesk/TubeDeskVersion.h index a9ee4339f..1e095cd95 100755 --- a/plugins/MacAU/TubeDesk/TubeDeskVersion.h +++ b/plugins/MacAU/TubeDesk/TubeDeskVersion.h @@ -5,7 +5,7 @@ * * Created: 10/1/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/UltrasonX/UltrasonX.cpp b/plugins/MacAU/UltrasonX/UltrasonX.cpp index 47b2e0beb..ec5e9e109 100644 --- a/plugins/MacAU/UltrasonX/UltrasonX.cpp +++ b/plugins/MacAU/UltrasonX/UltrasonX.cpp @@ -5,7 +5,7 @@ * * Created: 11/15/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/UltrasonX/UltrasonX.h b/plugins/MacAU/UltrasonX/UltrasonX.h index 6db40d451..f3ae440c8 100644 --- a/plugins/MacAU/UltrasonX/UltrasonX.h +++ b/plugins/MacAU/UltrasonX/UltrasonX.h @@ -5,7 +5,7 @@ * * Created: 11/15/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/UltrasonX/UltrasonX.r b/plugins/MacAU/UltrasonX/UltrasonX.r index 08a727077..ff6cc171e 100644 --- a/plugins/MacAU/UltrasonX/UltrasonX.r +++ b/plugins/MacAU/UltrasonX/UltrasonX.r @@ -5,7 +5,7 @@ * * Created: 11/15/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/UltrasonX/UltrasonXVersion.h b/plugins/MacAU/UltrasonX/UltrasonXVersion.h index bf55d1312..9e4b69046 100644 --- a/plugins/MacAU/UltrasonX/UltrasonXVersion.h +++ b/plugins/MacAU/UltrasonX/UltrasonXVersion.h @@ -5,7 +5,7 @@ * * Created: 11/15/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Ultrasonic/Ultrasonic.cpp b/plugins/MacAU/Ultrasonic/Ultrasonic.cpp index a57bb8e03..34e84606f 100755 --- a/plugins/MacAU/Ultrasonic/Ultrasonic.cpp +++ b/plugins/MacAU/Ultrasonic/Ultrasonic.cpp @@ -5,7 +5,7 @@ * * Created: 11/16/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Ultrasonic/Ultrasonic.h b/plugins/MacAU/Ultrasonic/Ultrasonic.h index 86605a999..fd2b3eb1f 100755 --- a/plugins/MacAU/Ultrasonic/Ultrasonic.h +++ b/plugins/MacAU/Ultrasonic/Ultrasonic.h @@ -5,7 +5,7 @@ * * Created: 11/16/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Ultrasonic/Ultrasonic.r b/plugins/MacAU/Ultrasonic/Ultrasonic.r index 201390b7c..a1040746c 100755 --- a/plugins/MacAU/Ultrasonic/Ultrasonic.r +++ b/plugins/MacAU/Ultrasonic/Ultrasonic.r @@ -5,7 +5,7 @@ * * Created: 11/16/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Ultrasonic/UltrasonicVersion.h b/plugins/MacAU/Ultrasonic/UltrasonicVersion.h index c29f0b72b..d4d5e70a1 100755 --- a/plugins/MacAU/Ultrasonic/UltrasonicVersion.h +++ b/plugins/MacAU/Ultrasonic/UltrasonicVersion.h @@ -5,7 +5,7 @@ * * Created: 11/16/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/UltrasonicLite/UltrasonicLite.cpp b/plugins/MacAU/UltrasonicLite/UltrasonicLite.cpp index fb3818f73..557c22fb4 100644 --- a/plugins/MacAU/UltrasonicLite/UltrasonicLite.cpp +++ b/plugins/MacAU/UltrasonicLite/UltrasonicLite.cpp @@ -5,7 +5,7 @@ * * Created: 9/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/UltrasonicLite/UltrasonicLite.h b/plugins/MacAU/UltrasonicLite/UltrasonicLite.h index 09ffe44fe..0f87a7789 100644 --- a/plugins/MacAU/UltrasonicLite/UltrasonicLite.h +++ b/plugins/MacAU/UltrasonicLite/UltrasonicLite.h @@ -5,7 +5,7 @@ * * Created: 9/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/UltrasonicLite/UltrasonicLite.r b/plugins/MacAU/UltrasonicLite/UltrasonicLite.r index a4618a139..bee2747dd 100644 --- a/plugins/MacAU/UltrasonicLite/UltrasonicLite.r +++ b/plugins/MacAU/UltrasonicLite/UltrasonicLite.r @@ -5,7 +5,7 @@ * * Created: 9/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/UltrasonicLite/UltrasonicLiteVersion.h b/plugins/MacAU/UltrasonicLite/UltrasonicLiteVersion.h index 9e03564cc..29c436ce2 100644 --- a/plugins/MacAU/UltrasonicLite/UltrasonicLiteVersion.h +++ b/plugins/MacAU/UltrasonicLite/UltrasonicLiteVersion.h @@ -5,7 +5,7 @@ * * Created: 9/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/UltrasonicMed/UltrasonicMed.cpp b/plugins/MacAU/UltrasonicMed/UltrasonicMed.cpp index dec848c7f..47a521913 100644 --- a/plugins/MacAU/UltrasonicMed/UltrasonicMed.cpp +++ b/plugins/MacAU/UltrasonicMed/UltrasonicMed.cpp @@ -5,7 +5,7 @@ * * Created: 9/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/UltrasonicMed/UltrasonicMed.h b/plugins/MacAU/UltrasonicMed/UltrasonicMed.h index 2e4d59615..e577ff4f1 100644 --- a/plugins/MacAU/UltrasonicMed/UltrasonicMed.h +++ b/plugins/MacAU/UltrasonicMed/UltrasonicMed.h @@ -5,7 +5,7 @@ * * Created: 9/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/UltrasonicMed/UltrasonicMed.r b/plugins/MacAU/UltrasonicMed/UltrasonicMed.r index ecba92dd5..636285850 100644 --- a/plugins/MacAU/UltrasonicMed/UltrasonicMed.r +++ b/plugins/MacAU/UltrasonicMed/UltrasonicMed.r @@ -5,7 +5,7 @@ * * Created: 9/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/UltrasonicMed/UltrasonicMedVersion.h b/plugins/MacAU/UltrasonicMed/UltrasonicMedVersion.h index c041dffde..5fd923433 100644 --- a/plugins/MacAU/UltrasonicMed/UltrasonicMedVersion.h +++ b/plugins/MacAU/UltrasonicMed/UltrasonicMedVersion.h @@ -5,7 +5,7 @@ * * Created: 9/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/UnBox/UnBox.cpp b/plugins/MacAU/UnBox/UnBox.cpp index 525c62d17..22baa1fd7 100755 --- a/plugins/MacAU/UnBox/UnBox.cpp +++ b/plugins/MacAU/UnBox/UnBox.cpp @@ -5,7 +5,7 @@ * * Created: 8/31/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/UnBox/UnBox.h b/plugins/MacAU/UnBox/UnBox.h index c7832d04d..43f3dd831 100755 --- a/plugins/MacAU/UnBox/UnBox.h +++ b/plugins/MacAU/UnBox/UnBox.h @@ -5,7 +5,7 @@ * * Created: 8/31/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/UnBox/UnBox.r b/plugins/MacAU/UnBox/UnBox.r index 957e08089..33eca4025 100755 --- a/plugins/MacAU/UnBox/UnBox.r +++ b/plugins/MacAU/UnBox/UnBox.r @@ -5,7 +5,7 @@ * * Created: 8/31/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/UnBox/UnBoxVersion.h b/plugins/MacAU/UnBox/UnBoxVersion.h index 42e0cd9cd..f028c8a07 100755 --- a/plugins/MacAU/UnBox/UnBoxVersion.h +++ b/plugins/MacAU/UnBox/UnBoxVersion.h @@ -5,7 +5,7 @@ * * Created: 8/31/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/VariMu/VariMu.cpp b/plugins/MacAU/VariMu/VariMu.cpp index 099a5bb96..21c5ceac7 100755 --- a/plugins/MacAU/VariMu/VariMu.cpp +++ b/plugins/MacAU/VariMu/VariMu.cpp @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/VariMu/VariMu.h b/plugins/MacAU/VariMu/VariMu.h index 3ba594ad5..8cd83dd35 100755 --- a/plugins/MacAU/VariMu/VariMu.h +++ b/plugins/MacAU/VariMu/VariMu.h @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/VariMu/VariMu.r b/plugins/MacAU/VariMu/VariMu.r index 2d280a243..ef0576073 100755 --- a/plugins/MacAU/VariMu/VariMu.r +++ b/plugins/MacAU/VariMu/VariMu.r @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/VariMu/VariMuVersion.h b/plugins/MacAU/VariMu/VariMuVersion.h index f7c3410dd..834c8b72c 100755 --- a/plugins/MacAU/VariMu/VariMuVersion.h +++ b/plugins/MacAU/VariMu/VariMuVersion.h @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/Verbity/Verbity.cpp b/plugins/MacAU/Verbity/Verbity.cpp index 71bdddaae..1adfb517c 100755 --- a/plugins/MacAU/Verbity/Verbity.cpp +++ b/plugins/MacAU/Verbity/Verbity.cpp @@ -5,7 +5,7 @@ * * Created: 2/26/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Verbity/Verbity.h b/plugins/MacAU/Verbity/Verbity.h index c63038f0d..a3b661cca 100755 --- a/plugins/MacAU/Verbity/Verbity.h +++ b/plugins/MacAU/Verbity/Verbity.h @@ -5,7 +5,7 @@ * * Created: 2/26/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Verbity/Verbity.r b/plugins/MacAU/Verbity/Verbity.r index 1a48e3209..b8c655f24 100755 --- a/plugins/MacAU/Verbity/Verbity.r +++ b/plugins/MacAU/Verbity/Verbity.r @@ -5,7 +5,7 @@ * * Created: 2/26/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Verbity/VerbityVersion.h b/plugins/MacAU/Verbity/VerbityVersion.h index 00c7d0ba6..4f3bfb505 100755 --- a/plugins/MacAU/Verbity/VerbityVersion.h +++ b/plugins/MacAU/Verbity/VerbityVersion.h @@ -5,7 +5,7 @@ * * Created: 2/26/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Verbity2/Verbity2.cpp b/plugins/MacAU/Verbity2/Verbity2.cpp index fc79ce617..616abf679 100755 --- a/plugins/MacAU/Verbity2/Verbity2.cpp +++ b/plugins/MacAU/Verbity2/Verbity2.cpp @@ -5,7 +5,7 @@ * * Created: 9/3/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Verbity2/Verbity2.h b/plugins/MacAU/Verbity2/Verbity2.h index bdc9d57d9..92974ac1f 100755 --- a/plugins/MacAU/Verbity2/Verbity2.h +++ b/plugins/MacAU/Verbity2/Verbity2.h @@ -5,7 +5,7 @@ * * Created: 9/3/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Verbity2/Verbity2.r b/plugins/MacAU/Verbity2/Verbity2.r index a29ac6a75..1bf53031b 100755 --- a/plugins/MacAU/Verbity2/Verbity2.r +++ b/plugins/MacAU/Verbity2/Verbity2.r @@ -5,7 +5,7 @@ * * Created: 9/3/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Verbity2/Verbity2Version.h b/plugins/MacAU/Verbity2/Verbity2Version.h index b5c90593f..130b88a0c 100755 --- a/plugins/MacAU/Verbity2/Verbity2Version.h +++ b/plugins/MacAU/Verbity2/Verbity2Version.h @@ -5,7 +5,7 @@ * * Created: 9/3/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/Vibrato/Vibrato.cpp b/plugins/MacAU/Vibrato/Vibrato.cpp index f52364c2e..c1a1e883c 100755 --- a/plugins/MacAU/Vibrato/Vibrato.cpp +++ b/plugins/MacAU/Vibrato/Vibrato.cpp @@ -5,7 +5,7 @@ * * Created: 6/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Vibrato/Vibrato.h b/plugins/MacAU/Vibrato/Vibrato.h index c770643c5..7a191e09a 100755 --- a/plugins/MacAU/Vibrato/Vibrato.h +++ b/plugins/MacAU/Vibrato/Vibrato.h @@ -5,7 +5,7 @@ * * Created: 6/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Vibrato/Vibrato.r b/plugins/MacAU/Vibrato/Vibrato.r index e629e5f1a..dcb887a2c 100755 --- a/plugins/MacAU/Vibrato/Vibrato.r +++ b/plugins/MacAU/Vibrato/Vibrato.r @@ -5,7 +5,7 @@ * * Created: 6/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Vibrato/VibratoVersion.h b/plugins/MacAU/Vibrato/VibratoVersion.h index 65897b071..46cef07a9 100755 --- a/plugins/MacAU/Vibrato/VibratoVersion.h +++ b/plugins/MacAU/Vibrato/VibratoVersion.h @@ -5,7 +5,7 @@ * * Created: 6/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/VinylDither/VinylDither.cpp b/plugins/MacAU/VinylDither/VinylDither.cpp index aefd8fce0..a68252386 100755 --- a/plugins/MacAU/VinylDither/VinylDither.cpp +++ b/plugins/MacAU/VinylDither/VinylDither.cpp @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright � 2016 Airwindows, All Rights Reserved +* Copyright: Copyright � 2016 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, installation, modification diff --git a/plugins/MacAU/VinylDither/VinylDither.h b/plugins/MacAU/VinylDither/VinylDither.h index 0170e04df..5f6a2b8bd 100755 --- a/plugins/MacAU/VinylDither/VinylDither.h +++ b/plugins/MacAU/VinylDither/VinylDither.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright � 2016 Airwindows, All Rights Reserved +* Copyright: Copyright � 2016 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, installation, modification diff --git a/plugins/MacAU/VinylDither/VinylDither.r b/plugins/MacAU/VinylDither/VinylDither.r index 3b1fb545f..cdae514d9 100755 --- a/plugins/MacAU/VinylDither/VinylDither.r +++ b/plugins/MacAU/VinylDither/VinylDither.r @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/VinylDither/VinylDitherVersion.h b/plugins/MacAU/VinylDither/VinylDitherVersion.h index 6ff237d81..40327a7b6 100755 --- a/plugins/MacAU/VinylDither/VinylDitherVersion.h +++ b/plugins/MacAU/VinylDither/VinylDitherVersion.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacAU/VoiceOfTheStarship/VoiceOfTheStarship.cpp b/plugins/MacAU/VoiceOfTheStarship/VoiceOfTheStarship.cpp index c9fc4cea8..4f356867c 100755 --- a/plugins/MacAU/VoiceOfTheStarship/VoiceOfTheStarship.cpp +++ b/plugins/MacAU/VoiceOfTheStarship/VoiceOfTheStarship.cpp @@ -5,7 +5,7 @@ * * Created: 10/12/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/VoiceOfTheStarship/VoiceOfTheStarship.h b/plugins/MacAU/VoiceOfTheStarship/VoiceOfTheStarship.h index fa158943c..035b78f44 100755 --- a/plugins/MacAU/VoiceOfTheStarship/VoiceOfTheStarship.h +++ b/plugins/MacAU/VoiceOfTheStarship/VoiceOfTheStarship.h @@ -5,7 +5,7 @@ * * Created: 10/12/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/VoiceOfTheStarship/VoiceOfTheStarship.r b/plugins/MacAU/VoiceOfTheStarship/VoiceOfTheStarship.r index d749407e8..4d4513f70 100755 --- a/plugins/MacAU/VoiceOfTheStarship/VoiceOfTheStarship.r +++ b/plugins/MacAU/VoiceOfTheStarship/VoiceOfTheStarship.r @@ -5,7 +5,7 @@ * * Created: 10/12/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/VoiceOfTheStarship/VoiceOfTheStarshipVersion.h b/plugins/MacAU/VoiceOfTheStarship/VoiceOfTheStarshipVersion.h index 286b0b011..7295552fc 100755 --- a/plugins/MacAU/VoiceOfTheStarship/VoiceOfTheStarshipVersion.h +++ b/plugins/MacAU/VoiceOfTheStarship/VoiceOfTheStarshipVersion.h @@ -5,7 +5,7 @@ * * Created: 10/12/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacAU/VoiceTrick/VoiceTrick.cpp b/plugins/MacAU/VoiceTrick/VoiceTrick.cpp index c539c2c9f..56aadfb8f 100755 --- a/plugins/MacAU/VoiceTrick/VoiceTrick.cpp +++ b/plugins/MacAU/VoiceTrick/VoiceTrick.cpp @@ -5,7 +5,7 @@ * * Created: 5/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/VoiceTrick/VoiceTrick.h b/plugins/MacAU/VoiceTrick/VoiceTrick.h index 4769f6cb5..d54d60bd4 100755 --- a/plugins/MacAU/VoiceTrick/VoiceTrick.h +++ b/plugins/MacAU/VoiceTrick/VoiceTrick.h @@ -5,7 +5,7 @@ * * Created: 5/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/VoiceTrick/VoiceTrick.r b/plugins/MacAU/VoiceTrick/VoiceTrick.r index 5cca5c78a..3d3d47297 100755 --- a/plugins/MacAU/VoiceTrick/VoiceTrick.r +++ b/plugins/MacAU/VoiceTrick/VoiceTrick.r @@ -5,7 +5,7 @@ * * Created: 5/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/VoiceTrick/VoiceTrickVersion.h b/plugins/MacAU/VoiceTrick/VoiceTrickVersion.h index 27ac15232..21521ab5b 100755 --- a/plugins/MacAU/VoiceTrick/VoiceTrickVersion.h +++ b/plugins/MacAU/VoiceTrick/VoiceTrickVersion.h @@ -5,7 +5,7 @@ * * Created: 5/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/Wider/Wider.cpp b/plugins/MacAU/Wider/Wider.cpp index 6ed7aae05..7cf8e3dc3 100755 --- a/plugins/MacAU/Wider/Wider.cpp +++ b/plugins/MacAU/Wider/Wider.cpp @@ -5,7 +5,7 @@ * * Created: 5/21/07 * - * Copyright: Copyright © 2007 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacAU/Wider/Wider.h b/plugins/MacAU/Wider/Wider.h index f4788781f..60c646a07 100755 --- a/plugins/MacAU/Wider/Wider.h +++ b/plugins/MacAU/Wider/Wider.h @@ -5,7 +5,7 @@ * * Created: 5/21/07 * - * Copyright: Copyright © 2007 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacAU/Wider/Wider.r b/plugins/MacAU/Wider/Wider.r index e33bfc3f2..e784c220b 100755 --- a/plugins/MacAU/Wider/Wider.r +++ b/plugins/MacAU/Wider/Wider.r @@ -5,7 +5,7 @@ * * Created: 5/14/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacAU/Wider/WiderVersion.h b/plugins/MacAU/Wider/WiderVersion.h index cba9cae96..1ae760561 100755 --- a/plugins/MacAU/Wider/WiderVersion.h +++ b/plugins/MacAU/Wider/WiderVersion.h @@ -5,7 +5,7 @@ * * Created: 5/14/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacAU/XBandpass/XBandpass.cpp b/plugins/MacAU/XBandpass/XBandpass.cpp index 4f961d6c6..4c5550b81 100644 --- a/plugins/MacAU/XBandpass/XBandpass.cpp +++ b/plugins/MacAU/XBandpass/XBandpass.cpp @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XBandpass/XBandpass.h b/plugins/MacAU/XBandpass/XBandpass.h index d6e5dddcd..bc693c7d3 100644 --- a/plugins/MacAU/XBandpass/XBandpass.h +++ b/plugins/MacAU/XBandpass/XBandpass.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XBandpass/XBandpass.r b/plugins/MacAU/XBandpass/XBandpass.r index ceba4791b..c112af87d 100644 --- a/plugins/MacAU/XBandpass/XBandpass.r +++ b/plugins/MacAU/XBandpass/XBandpass.r @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XBandpass/XBandpassVersion.h b/plugins/MacAU/XBandpass/XBandpassVersion.h index b365e4d99..414553d30 100644 --- a/plugins/MacAU/XBandpass/XBandpassVersion.h +++ b/plugins/MacAU/XBandpass/XBandpassVersion.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XHighpass/XHighpass.cpp b/plugins/MacAU/XHighpass/XHighpass.cpp index 8cf426b03..13f5ca49e 100644 --- a/plugins/MacAU/XHighpass/XHighpass.cpp +++ b/plugins/MacAU/XHighpass/XHighpass.cpp @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XHighpass/XHighpass.h b/plugins/MacAU/XHighpass/XHighpass.h index b99a55e7d..fbe45e629 100644 --- a/plugins/MacAU/XHighpass/XHighpass.h +++ b/plugins/MacAU/XHighpass/XHighpass.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XHighpass/XHighpass.r b/plugins/MacAU/XHighpass/XHighpass.r index ba342471a..7eca59bf9 100644 --- a/plugins/MacAU/XHighpass/XHighpass.r +++ b/plugins/MacAU/XHighpass/XHighpass.r @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XHighpass/XHighpassVersion.h b/plugins/MacAU/XHighpass/XHighpassVersion.h index a0da661b6..720e79e24 100644 --- a/plugins/MacAU/XHighpass/XHighpassVersion.h +++ b/plugins/MacAU/XHighpass/XHighpassVersion.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XLowpass/XLowpass.cpp b/plugins/MacAU/XLowpass/XLowpass.cpp index 2a245f2a8..2c97650ee 100644 --- a/plugins/MacAU/XLowpass/XLowpass.cpp +++ b/plugins/MacAU/XLowpass/XLowpass.cpp @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XLowpass/XLowpass.h b/plugins/MacAU/XLowpass/XLowpass.h index 7527d73b8..e9d053a82 100644 --- a/plugins/MacAU/XLowpass/XLowpass.h +++ b/plugins/MacAU/XLowpass/XLowpass.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XLowpass/XLowpass.r b/plugins/MacAU/XLowpass/XLowpass.r index 98356b0fa..ebde01ad8 100644 --- a/plugins/MacAU/XLowpass/XLowpass.r +++ b/plugins/MacAU/XLowpass/XLowpass.r @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XLowpass/XLowpassVersion.h b/plugins/MacAU/XLowpass/XLowpassVersion.h index 1d54de539..df4a6e142 100644 --- a/plugins/MacAU/XLowpass/XLowpassVersion.h +++ b/plugins/MacAU/XLowpass/XLowpassVersion.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XNotch/XNotch.cpp b/plugins/MacAU/XNotch/XNotch.cpp index d587ca702..2aaf205d0 100644 --- a/plugins/MacAU/XNotch/XNotch.cpp +++ b/plugins/MacAU/XNotch/XNotch.cpp @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XNotch/XNotch.h b/plugins/MacAU/XNotch/XNotch.h index 19c7f7eb8..1c1dd7104 100644 --- a/plugins/MacAU/XNotch/XNotch.h +++ b/plugins/MacAU/XNotch/XNotch.h @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XNotch/XNotch.r b/plugins/MacAU/XNotch/XNotch.r index f0cade276..9fe10649a 100644 --- a/plugins/MacAU/XNotch/XNotch.r +++ b/plugins/MacAU/XNotch/XNotch.r @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XNotch/XNotchVersion.h b/plugins/MacAU/XNotch/XNotchVersion.h index ad2a05c91..0cff2c340 100644 --- a/plugins/MacAU/XNotch/XNotchVersion.h +++ b/plugins/MacAU/XNotch/XNotchVersion.h @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XRegion/XRegion.cpp b/plugins/MacAU/XRegion/XRegion.cpp index c944c2153..61fda45a1 100644 --- a/plugins/MacAU/XRegion/XRegion.cpp +++ b/plugins/MacAU/XRegion/XRegion.cpp @@ -5,7 +5,7 @@ * * Created: 6/14/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XRegion/XRegion.h b/plugins/MacAU/XRegion/XRegion.h index 3f7adf52d..b73290758 100644 --- a/plugins/MacAU/XRegion/XRegion.h +++ b/plugins/MacAU/XRegion/XRegion.h @@ -5,7 +5,7 @@ * * Created: 6/14/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XRegion/XRegion.r b/plugins/MacAU/XRegion/XRegion.r index 65bf7a19b..aa62a384b 100644 --- a/plugins/MacAU/XRegion/XRegion.r +++ b/plugins/MacAU/XRegion/XRegion.r @@ -5,7 +5,7 @@ * * Created: 6/14/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/XRegion/XRegionVersion.h b/plugins/MacAU/XRegion/XRegionVersion.h index 07278cf22..fd2b84f72 100644 --- a/plugins/MacAU/XRegion/XRegionVersion.h +++ b/plugins/MacAU/XRegion/XRegionVersion.h @@ -5,7 +5,7 @@ * * Created: 6/14/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/YBandpass/YBandpass.cpp b/plugins/MacAU/YBandpass/YBandpass.cpp index 9b257b779..81c9c77e1 100644 --- a/plugins/MacAU/YBandpass/YBandpass.cpp +++ b/plugins/MacAU/YBandpass/YBandpass.cpp @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/YBandpass/YBandpass.h b/plugins/MacAU/YBandpass/YBandpass.h index e9616aa3d..7aa357d03 100644 --- a/plugins/MacAU/YBandpass/YBandpass.h +++ b/plugins/MacAU/YBandpass/YBandpass.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/YBandpass/YBandpass.r b/plugins/MacAU/YBandpass/YBandpass.r index 55c5f72b3..434bc8c19 100644 --- a/plugins/MacAU/YBandpass/YBandpass.r +++ b/plugins/MacAU/YBandpass/YBandpass.r @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/YBandpass/YBandpassVersion.h b/plugins/MacAU/YBandpass/YBandpassVersion.h index 0fda35e17..a68fa8bd4 100644 --- a/plugins/MacAU/YBandpass/YBandpassVersion.h +++ b/plugins/MacAU/YBandpass/YBandpassVersion.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/YHighpass/YHighpass.cpp b/plugins/MacAU/YHighpass/YHighpass.cpp index f3c1a4ccc..40a529c17 100644 --- a/plugins/MacAU/YHighpass/YHighpass.cpp +++ b/plugins/MacAU/YHighpass/YHighpass.cpp @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/YHighpass/YHighpass.h b/plugins/MacAU/YHighpass/YHighpass.h index 7006d6296..7fb98bcfe 100644 --- a/plugins/MacAU/YHighpass/YHighpass.h +++ b/plugins/MacAU/YHighpass/YHighpass.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/YHighpass/YHighpass.r b/plugins/MacAU/YHighpass/YHighpass.r index 772e4c8d9..fa07e6d14 100644 --- a/plugins/MacAU/YHighpass/YHighpass.r +++ b/plugins/MacAU/YHighpass/YHighpass.r @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/YHighpass/YHighpassVersion.h b/plugins/MacAU/YHighpass/YHighpassVersion.h index 198b07bee..283933073 100644 --- a/plugins/MacAU/YHighpass/YHighpassVersion.h +++ b/plugins/MacAU/YHighpass/YHighpassVersion.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/YLowpass/YLowpass.cpp b/plugins/MacAU/YLowpass/YLowpass.cpp index 19400d570..fe1a2a6fe 100644 --- a/plugins/MacAU/YLowpass/YLowpass.cpp +++ b/plugins/MacAU/YLowpass/YLowpass.cpp @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/YLowpass/YLowpass.h b/plugins/MacAU/YLowpass/YLowpass.h index e176e3075..5fd999193 100644 --- a/plugins/MacAU/YLowpass/YLowpass.h +++ b/plugins/MacAU/YLowpass/YLowpass.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/YLowpass/YLowpass.r b/plugins/MacAU/YLowpass/YLowpass.r index 0a4097da8..dd0723656 100644 --- a/plugins/MacAU/YLowpass/YLowpass.r +++ b/plugins/MacAU/YLowpass/YLowpass.r @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/YLowpass/YLowpassVersion.h b/plugins/MacAU/YLowpass/YLowpassVersion.h index fda60854d..15c2d2dc4 100644 --- a/plugins/MacAU/YLowpass/YLowpassVersion.h +++ b/plugins/MacAU/YLowpass/YLowpassVersion.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/YNotch/YNotch.cpp b/plugins/MacAU/YNotch/YNotch.cpp index 2e3caf4a3..bcf8e8bc0 100644 --- a/plugins/MacAU/YNotch/YNotch.cpp +++ b/plugins/MacAU/YNotch/YNotch.cpp @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/YNotch/YNotch.h b/plugins/MacAU/YNotch/YNotch.h index bf96cdc24..5130c6d63 100644 --- a/plugins/MacAU/YNotch/YNotch.h +++ b/plugins/MacAU/YNotch/YNotch.h @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/YNotch/YNotch.r b/plugins/MacAU/YNotch/YNotch.r index 0b5af8f9f..ac53955a5 100644 --- a/plugins/MacAU/YNotch/YNotch.r +++ b/plugins/MacAU/YNotch/YNotch.r @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/YNotch/YNotchVersion.h b/plugins/MacAU/YNotch/YNotchVersion.h index b16b9e5ca..a9e4d3ddb 100644 --- a/plugins/MacAU/YNotch/YNotchVersion.h +++ b/plugins/MacAU/YNotch/YNotchVersion.h @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZBandpass/ZBandpass.cpp b/plugins/MacAU/ZBandpass/ZBandpass.cpp index cd78ba168..3cb7f5d11 100644 --- a/plugins/MacAU/ZBandpass/ZBandpass.cpp +++ b/plugins/MacAU/ZBandpass/ZBandpass.cpp @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZBandpass/ZBandpass.h b/plugins/MacAU/ZBandpass/ZBandpass.h index ab91edfb0..e3502f104 100644 --- a/plugins/MacAU/ZBandpass/ZBandpass.h +++ b/plugins/MacAU/ZBandpass/ZBandpass.h @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZBandpass/ZBandpass.r b/plugins/MacAU/ZBandpass/ZBandpass.r index c36c4ff14..e95f52857 100644 --- a/plugins/MacAU/ZBandpass/ZBandpass.r +++ b/plugins/MacAU/ZBandpass/ZBandpass.r @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZBandpass/ZBandpassVersion.h b/plugins/MacAU/ZBandpass/ZBandpassVersion.h index d0d4908fe..915a44b2a 100644 --- a/plugins/MacAU/ZBandpass/ZBandpassVersion.h +++ b/plugins/MacAU/ZBandpass/ZBandpassVersion.h @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZBandpass2/ZBandpass2.cpp b/plugins/MacAU/ZBandpass2/ZBandpass2.cpp index f9ce5d101..c45b13e94 100644 --- a/plugins/MacAU/ZBandpass2/ZBandpass2.cpp +++ b/plugins/MacAU/ZBandpass2/ZBandpass2.cpp @@ -5,7 +5,7 @@ * * Created: 12/13/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZBandpass2/ZBandpass2.h b/plugins/MacAU/ZBandpass2/ZBandpass2.h index c255dbe0f..cfdcd4fe6 100644 --- a/plugins/MacAU/ZBandpass2/ZBandpass2.h +++ b/plugins/MacAU/ZBandpass2/ZBandpass2.h @@ -5,7 +5,7 @@ * * Created: 12/13/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZBandpass2/ZBandpass2.r b/plugins/MacAU/ZBandpass2/ZBandpass2.r index 9e8a453d7..c54e4c223 100644 --- a/plugins/MacAU/ZBandpass2/ZBandpass2.r +++ b/plugins/MacAU/ZBandpass2/ZBandpass2.r @@ -5,7 +5,7 @@ * * Created: 12/13/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZBandpass2/ZBandpass2Version.h b/plugins/MacAU/ZBandpass2/ZBandpass2Version.h index f0e431bd1..bb0904178 100644 --- a/plugins/MacAU/ZBandpass2/ZBandpass2Version.h +++ b/plugins/MacAU/ZBandpass2/ZBandpass2Version.h @@ -5,7 +5,7 @@ * * Created: 12/13/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZHighpass/ZHighpass.cpp b/plugins/MacAU/ZHighpass/ZHighpass.cpp index 4497d5cd3..c203b69fc 100644 --- a/plugins/MacAU/ZHighpass/ZHighpass.cpp +++ b/plugins/MacAU/ZHighpass/ZHighpass.cpp @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZHighpass/ZHighpass.h b/plugins/MacAU/ZHighpass/ZHighpass.h index e39d0ad87..5d0dcbbca 100644 --- a/plugins/MacAU/ZHighpass/ZHighpass.h +++ b/plugins/MacAU/ZHighpass/ZHighpass.h @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZHighpass/ZHighpass.r b/plugins/MacAU/ZHighpass/ZHighpass.r index 1a51f8fcc..ee6be0f45 100644 --- a/plugins/MacAU/ZHighpass/ZHighpass.r +++ b/plugins/MacAU/ZHighpass/ZHighpass.r @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZHighpass/ZHighpassVersion.h b/plugins/MacAU/ZHighpass/ZHighpassVersion.h index 4cf822dba..1c2542833 100644 --- a/plugins/MacAU/ZHighpass/ZHighpassVersion.h +++ b/plugins/MacAU/ZHighpass/ZHighpassVersion.h @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZHighpass2/ZHighpass2.cpp b/plugins/MacAU/ZHighpass2/ZHighpass2.cpp index 2726f84d6..d4294bbad 100644 --- a/plugins/MacAU/ZHighpass2/ZHighpass2.cpp +++ b/plugins/MacAU/ZHighpass2/ZHighpass2.cpp @@ -5,7 +5,7 @@ * * Created: 12/6/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZHighpass2/ZHighpass2.h b/plugins/MacAU/ZHighpass2/ZHighpass2.h index c0d8bd6e6..2c0540585 100644 --- a/plugins/MacAU/ZHighpass2/ZHighpass2.h +++ b/plugins/MacAU/ZHighpass2/ZHighpass2.h @@ -5,7 +5,7 @@ * * Created: 12/6/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZHighpass2/ZHighpass2.r b/plugins/MacAU/ZHighpass2/ZHighpass2.r index 5fe57a66b..cdf02f384 100644 --- a/plugins/MacAU/ZHighpass2/ZHighpass2.r +++ b/plugins/MacAU/ZHighpass2/ZHighpass2.r @@ -5,7 +5,7 @@ * * Created: 12/6/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZHighpass2/ZHighpass2Version.h b/plugins/MacAU/ZHighpass2/ZHighpass2Version.h index f55c6a5e6..2fd0ee61d 100644 --- a/plugins/MacAU/ZHighpass2/ZHighpass2Version.h +++ b/plugins/MacAU/ZHighpass2/ZHighpass2Version.h @@ -5,7 +5,7 @@ * * Created: 12/6/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZLowpass/ZLowpass.cpp b/plugins/MacAU/ZLowpass/ZLowpass.cpp index 6a9e67fad..5c70eb851 100644 --- a/plugins/MacAU/ZLowpass/ZLowpass.cpp +++ b/plugins/MacAU/ZLowpass/ZLowpass.cpp @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZLowpass/ZLowpass.h b/plugins/MacAU/ZLowpass/ZLowpass.h index a9c4b37f0..b2403fdd2 100644 --- a/plugins/MacAU/ZLowpass/ZLowpass.h +++ b/plugins/MacAU/ZLowpass/ZLowpass.h @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZLowpass/ZLowpass.r b/plugins/MacAU/ZLowpass/ZLowpass.r index 9733b9c56..16af774da 100644 --- a/plugins/MacAU/ZLowpass/ZLowpass.r +++ b/plugins/MacAU/ZLowpass/ZLowpass.r @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZLowpass/ZLowpassVersion.h b/plugins/MacAU/ZLowpass/ZLowpassVersion.h index 138f6f94a..3446e68d3 100644 --- a/plugins/MacAU/ZLowpass/ZLowpassVersion.h +++ b/plugins/MacAU/ZLowpass/ZLowpassVersion.h @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZLowpass2/ZLowpass2.cpp b/plugins/MacAU/ZLowpass2/ZLowpass2.cpp index 28b2cde81..67d790e49 100644 --- a/plugins/MacAU/ZLowpass2/ZLowpass2.cpp +++ b/plugins/MacAU/ZLowpass2/ZLowpass2.cpp @@ -5,7 +5,7 @@ * * Created: 11/22/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZLowpass2/ZLowpass2.h b/plugins/MacAU/ZLowpass2/ZLowpass2.h index 413464837..890856873 100644 --- a/plugins/MacAU/ZLowpass2/ZLowpass2.h +++ b/plugins/MacAU/ZLowpass2/ZLowpass2.h @@ -5,7 +5,7 @@ * * Created: 11/22/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZLowpass2/ZLowpass2.r b/plugins/MacAU/ZLowpass2/ZLowpass2.r index 75ff8f4a3..9c618787e 100644 --- a/plugins/MacAU/ZLowpass2/ZLowpass2.r +++ b/plugins/MacAU/ZLowpass2/ZLowpass2.r @@ -5,7 +5,7 @@ * * Created: 11/22/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZLowpass2/ZLowpass2Version.h b/plugins/MacAU/ZLowpass2/ZLowpass2Version.h index 56e69d5f5..995a2479b 100644 --- a/plugins/MacAU/ZLowpass2/ZLowpass2Version.h +++ b/plugins/MacAU/ZLowpass2/ZLowpass2Version.h @@ -5,7 +5,7 @@ * * Created: 11/22/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZNotch/ZNotch.cpp b/plugins/MacAU/ZNotch/ZNotch.cpp index ee2f453b3..d576dba67 100644 --- a/plugins/MacAU/ZNotch/ZNotch.cpp +++ b/plugins/MacAU/ZNotch/ZNotch.cpp @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZNotch/ZNotch.h b/plugins/MacAU/ZNotch/ZNotch.h index ea6e11cf8..dda7a8ad7 100644 --- a/plugins/MacAU/ZNotch/ZNotch.h +++ b/plugins/MacAU/ZNotch/ZNotch.h @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZNotch/ZNotch.r b/plugins/MacAU/ZNotch/ZNotch.r index 662bc8e06..c29f243d1 100644 --- a/plugins/MacAU/ZNotch/ZNotch.r +++ b/plugins/MacAU/ZNotch/ZNotch.r @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZNotch/ZNotchVersion.h b/plugins/MacAU/ZNotch/ZNotchVersion.h index a0ef2c10b..df9a2f361 100644 --- a/plugins/MacAU/ZNotch/ZNotchVersion.h +++ b/plugins/MacAU/ZNotch/ZNotchVersion.h @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZNotch2/ZNotch2.cpp b/plugins/MacAU/ZNotch2/ZNotch2.cpp index e4997aa80..90bc827c2 100644 --- a/plugins/MacAU/ZNotch2/ZNotch2.cpp +++ b/plugins/MacAU/ZNotch2/ZNotch2.cpp @@ -5,7 +5,7 @@ * * Created: 12/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZNotch2/ZNotch2.h b/plugins/MacAU/ZNotch2/ZNotch2.h index 28609ff20..27f02697b 100644 --- a/plugins/MacAU/ZNotch2/ZNotch2.h +++ b/plugins/MacAU/ZNotch2/ZNotch2.h @@ -5,7 +5,7 @@ * * Created: 12/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZNotch2/ZNotch2.r b/plugins/MacAU/ZNotch2/ZNotch2.r index cc63e635e..797d66f34 100644 --- a/plugins/MacAU/ZNotch2/ZNotch2.r +++ b/plugins/MacAU/ZNotch2/ZNotch2.r @@ -5,7 +5,7 @@ * * Created: 12/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZNotch2/ZNotch2Version.h b/plugins/MacAU/ZNotch2/ZNotch2Version.h index 0f6d985ef..0b9964453 100644 --- a/plugins/MacAU/ZNotch2/ZNotch2Version.h +++ b/plugins/MacAU/ZNotch2/ZNotch2Version.h @@ -5,7 +5,7 @@ * * Created: 12/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZRegion/ZRegion.cpp b/plugins/MacAU/ZRegion/ZRegion.cpp index fb0908966..1425e17f9 100755 --- a/plugins/MacAU/ZRegion/ZRegion.cpp +++ b/plugins/MacAU/ZRegion/ZRegion.cpp @@ -5,7 +5,7 @@ * * Created: 9/5/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZRegion/ZRegion.h b/plugins/MacAU/ZRegion/ZRegion.h index d55bc8524..a3664f905 100755 --- a/plugins/MacAU/ZRegion/ZRegion.h +++ b/plugins/MacAU/ZRegion/ZRegion.h @@ -5,7 +5,7 @@ * * Created: 9/5/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZRegion/ZRegion.r b/plugins/MacAU/ZRegion/ZRegion.r index be9c05141..cdc2bc327 100755 --- a/plugins/MacAU/ZRegion/ZRegion.r +++ b/plugins/MacAU/ZRegion/ZRegion.r @@ -5,7 +5,7 @@ * * Created: 9/5/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZRegion/ZRegionVersion.h b/plugins/MacAU/ZRegion/ZRegionVersion.h index 10ca58d1a..845d1e2d8 100755 --- a/plugins/MacAU/ZRegion/ZRegionVersion.h +++ b/plugins/MacAU/ZRegion/ZRegionVersion.h @@ -5,7 +5,7 @@ * * Created: 9/5/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZRegion2/ZRegion2.cpp b/plugins/MacAU/ZRegion2/ZRegion2.cpp index 5ebba9a35..5074a8199 100755 --- a/plugins/MacAU/ZRegion2/ZRegion2.cpp +++ b/plugins/MacAU/ZRegion2/ZRegion2.cpp @@ -5,7 +5,7 @@ * * Created: 9/5/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZRegion2/ZRegion2.h b/plugins/MacAU/ZRegion2/ZRegion2.h index f7551df88..dc57446bb 100755 --- a/plugins/MacAU/ZRegion2/ZRegion2.h +++ b/plugins/MacAU/ZRegion2/ZRegion2.h @@ -5,7 +5,7 @@ * * Created: 9/5/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZRegion2/ZRegion2.r b/plugins/MacAU/ZRegion2/ZRegion2.r index 03e31b96b..08bcbdcef 100755 --- a/plugins/MacAU/ZRegion2/ZRegion2.r +++ b/plugins/MacAU/ZRegion2/ZRegion2.r @@ -5,7 +5,7 @@ * * Created: 9/5/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/ZRegion2/ZRegion2Version.h b/plugins/MacAU/ZRegion2/ZRegion2Version.h index 4e9b1a588..e0936f1f2 100755 --- a/plugins/MacAU/ZRegion2/ZRegion2Version.h +++ b/plugins/MacAU/ZRegion2/ZRegion2Version.h @@ -5,7 +5,7 @@ * * Created: 9/5/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/curve/curve.cpp b/plugins/MacAU/curve/curve.cpp index 4f97cfeef..8a1fe5e4c 100755 --- a/plugins/MacAU/curve/curve.cpp +++ b/plugins/MacAU/curve/curve.cpp @@ -5,7 +5,7 @@ * * Created: 4/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/curve/curve.h b/plugins/MacAU/curve/curve.h index ffef533b6..dae7891c1 100755 --- a/plugins/MacAU/curve/curve.h +++ b/plugins/MacAU/curve/curve.h @@ -5,7 +5,7 @@ * * Created: 4/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/curve/curve.r b/plugins/MacAU/curve/curve.r index b1d60e65d..8b72efbdd 100755 --- a/plugins/MacAU/curve/curve.r +++ b/plugins/MacAU/curve/curve.r @@ -5,7 +5,7 @@ * * Created: 4/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/curve/curveVersion.h b/plugins/MacAU/curve/curveVersion.h index adbbd28e2..e674098b4 100755 --- a/plugins/MacAU/curve/curveVersion.h +++ b/plugins/MacAU/curve/curveVersion.h @@ -5,7 +5,7 @@ * * Created: 4/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/curvemono/curvemono.cpp b/plugins/MacAU/curvemono/curvemono.cpp index c96542544..a6791b528 100755 --- a/plugins/MacAU/curvemono/curvemono.cpp +++ b/plugins/MacAU/curvemono/curvemono.cpp @@ -5,7 +5,7 @@ * * Created: 4/22/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/curvemono/curvemono.h b/plugins/MacAU/curvemono/curvemono.h index 0023b8aca..724970a80 100755 --- a/plugins/MacAU/curvemono/curvemono.h +++ b/plugins/MacAU/curvemono/curvemono.h @@ -5,7 +5,7 @@ * * Created: 4/22/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/curvemono/curvemono.r b/plugins/MacAU/curvemono/curvemono.r index eaa2ae02a..ae38b555a 100755 --- a/plugins/MacAU/curvemono/curvemono.r +++ b/plugins/MacAU/curvemono/curvemono.r @@ -5,7 +5,7 @@ * * Created: 4/22/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/curvemono/curvemonoVersion.h b/plugins/MacAU/curvemono/curvemonoVersion.h index 8f034068f..abe525af6 100755 --- a/plugins/MacAU/curvemono/curvemonoVersion.h +++ b/plugins/MacAU/curvemono/curvemonoVersion.h @@ -5,7 +5,7 @@ * * Created: 4/22/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacAU/uLawDecode/uLawDecode.cpp b/plugins/MacAU/uLawDecode/uLawDecode.cpp index 29e25eca4..d4e897aa1 100755 --- a/plugins/MacAU/uLawDecode/uLawDecode.cpp +++ b/plugins/MacAU/uLawDecode/uLawDecode.cpp @@ -5,7 +5,7 @@ * * Created: 9/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/uLawDecode/uLawDecode.h b/plugins/MacAU/uLawDecode/uLawDecode.h index 2f51f88b7..276cfc177 100755 --- a/plugins/MacAU/uLawDecode/uLawDecode.h +++ b/plugins/MacAU/uLawDecode/uLawDecode.h @@ -5,7 +5,7 @@ * * Created: 9/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/uLawDecode/uLawDecode.r b/plugins/MacAU/uLawDecode/uLawDecode.r index 9725b48cb..aa3f54206 100755 --- a/plugins/MacAU/uLawDecode/uLawDecode.r +++ b/plugins/MacAU/uLawDecode/uLawDecode.r @@ -5,7 +5,7 @@ * * Created: 9/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/uLawDecode/uLawDecodeVersion.h b/plugins/MacAU/uLawDecode/uLawDecodeVersion.h index 695167840..d0a6c23cd 100755 --- a/plugins/MacAU/uLawDecode/uLawDecodeVersion.h +++ b/plugins/MacAU/uLawDecode/uLawDecodeVersion.h @@ -5,7 +5,7 @@ * * Created: 9/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/uLawEncode/uLawEncode.cpp b/plugins/MacAU/uLawEncode/uLawEncode.cpp index 8376d4635..523a91c02 100755 --- a/plugins/MacAU/uLawEncode/uLawEncode.cpp +++ b/plugins/MacAU/uLawEncode/uLawEncode.cpp @@ -5,7 +5,7 @@ * * Created: 9/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/uLawEncode/uLawEncode.h b/plugins/MacAU/uLawEncode/uLawEncode.h index a12457820..32a080e14 100755 --- a/plugins/MacAU/uLawEncode/uLawEncode.h +++ b/plugins/MacAU/uLawEncode/uLawEncode.h @@ -5,7 +5,7 @@ * * Created: 9/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/uLawEncode/uLawEncode.r b/plugins/MacAU/uLawEncode/uLawEncode.r index c5afa6419..5a55e14c3 100755 --- a/plugins/MacAU/uLawEncode/uLawEncode.r +++ b/plugins/MacAU/uLawEncode/uLawEncode.r @@ -5,7 +5,7 @@ * * Created: 9/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacAU/uLawEncode/uLawEncodeVersion.h b/plugins/MacAU/uLawEncode/uLawEncodeVersion.h index 2c9bd2ff9..1ab45de7c 100755 --- a/plugins/MacAU/uLawEncode/uLawEncodeVersion.h +++ b/plugins/MacAU/uLawEncode/uLawEncodeVersion.h @@ -5,7 +5,7 @@ * * Created: 9/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ADClip7/ADClip7.cpp b/plugins/MacSignedAU/ADClip7/ADClip7.cpp index 13db4e1d7..f0b8201c2 100755 --- a/plugins/MacSignedAU/ADClip7/ADClip7.cpp +++ b/plugins/MacSignedAU/ADClip7/ADClip7.cpp @@ -5,7 +5,7 @@ * * Created: 8/2/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ADClip7/ADClip7.h b/plugins/MacSignedAU/ADClip7/ADClip7.h index 0750b6057..045555afb 100755 --- a/plugins/MacSignedAU/ADClip7/ADClip7.h +++ b/plugins/MacSignedAU/ADClip7/ADClip7.h @@ -5,7 +5,7 @@ * * Created: 8/2/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ADClip7/ADClip7.r b/plugins/MacSignedAU/ADClip7/ADClip7.r index 2fa5b6f30..78ce01bc3 100755 --- a/plugins/MacSignedAU/ADClip7/ADClip7.r +++ b/plugins/MacSignedAU/ADClip7/ADClip7.r @@ -5,7 +5,7 @@ * * Created: 8/2/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ADClip7/ADClip7Version.h b/plugins/MacSignedAU/ADClip7/ADClip7Version.h index 1e32964ab..4fa625a53 100755 --- a/plugins/MacSignedAU/ADClip7/ADClip7Version.h +++ b/plugins/MacSignedAU/ADClip7/ADClip7Version.h @@ -5,7 +5,7 @@ * * Created: 8/2/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ADT/ADT.cpp b/plugins/MacSignedAU/ADT/ADT.cpp index 89d9285a8..96e5f91ee 100755 --- a/plugins/MacSignedAU/ADT/ADT.cpp +++ b/plugins/MacSignedAU/ADT/ADT.cpp @@ -5,7 +5,7 @@ * * Created: 9/28/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ADT/ADT.h b/plugins/MacSignedAU/ADT/ADT.h index 95ef5cd50..1b1e8511f 100755 --- a/plugins/MacSignedAU/ADT/ADT.h +++ b/plugins/MacSignedAU/ADT/ADT.h @@ -5,7 +5,7 @@ * * Created: 9/28/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ADT/ADT.r b/plugins/MacSignedAU/ADT/ADT.r index 567c14798..60f5d7226 100755 --- a/plugins/MacSignedAU/ADT/ADT.r +++ b/plugins/MacSignedAU/ADT/ADT.r @@ -5,7 +5,7 @@ * * Created: 9/28/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ADT/ADTVersion.h b/plugins/MacSignedAU/ADT/ADTVersion.h index 59a0f9736..fc1bbf029 100755 --- a/plugins/MacSignedAU/ADT/ADTVersion.h +++ b/plugins/MacSignedAU/ADT/ADTVersion.h @@ -5,7 +5,7 @@ * * Created: 9/28/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/AQuickVoiceClip/AQuickVoiceClip.cpp b/plugins/MacSignedAU/AQuickVoiceClip/AQuickVoiceClip.cpp index 38fc9eb08..56f53eb7c 100755 --- a/plugins/MacSignedAU/AQuickVoiceClip/AQuickVoiceClip.cpp +++ b/plugins/MacSignedAU/AQuickVoiceClip/AQuickVoiceClip.cpp @@ -5,7 +5,7 @@ * * Created: 10/3/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacSignedAU/AQuickVoiceClip/AQuickVoiceClip.h b/plugins/MacSignedAU/AQuickVoiceClip/AQuickVoiceClip.h index 8a0fa1ad1..f79186527 100755 --- a/plugins/MacSignedAU/AQuickVoiceClip/AQuickVoiceClip.h +++ b/plugins/MacSignedAU/AQuickVoiceClip/AQuickVoiceClip.h @@ -5,7 +5,7 @@ * * Created: 10/3/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacSignedAU/AQuickVoiceClip/AQuickVoiceClip.r b/plugins/MacSignedAU/AQuickVoiceClip/AQuickVoiceClip.r index 5b286bab5..b57c45e93 100755 --- a/plugins/MacSignedAU/AQuickVoiceClip/AQuickVoiceClip.r +++ b/plugins/MacSignedAU/AQuickVoiceClip/AQuickVoiceClip.r @@ -5,7 +5,7 @@ * * Created: 10/3/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacSignedAU/AQuickVoiceClip/AQuickVoiceClipVersion.h b/plugins/MacSignedAU/AQuickVoiceClip/AQuickVoiceClipVersion.h index d8fdaa367..e50c19470 100755 --- a/plugins/MacSignedAU/AQuickVoiceClip/AQuickVoiceClipVersion.h +++ b/plugins/MacSignedAU/AQuickVoiceClip/AQuickVoiceClipVersion.h @@ -5,7 +5,7 @@ * * Created: 10/3/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacSignedAU/Acceleration/Acceleration.cpp b/plugins/MacSignedAU/Acceleration/Acceleration.cpp index dd9a1204b..e662e6978 100755 --- a/plugins/MacSignedAU/Acceleration/Acceleration.cpp +++ b/plugins/MacSignedAU/Acceleration/Acceleration.cpp @@ -5,7 +5,7 @@ * * Created: 1/18/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Acceleration/Acceleration.h b/plugins/MacSignedAU/Acceleration/Acceleration.h index e54b35ed4..ee00b6d61 100755 --- a/plugins/MacSignedAU/Acceleration/Acceleration.h +++ b/plugins/MacSignedAU/Acceleration/Acceleration.h @@ -5,7 +5,7 @@ * * Created: 1/18/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Acceleration/Acceleration.r b/plugins/MacSignedAU/Acceleration/Acceleration.r index 022629c37..8bb946597 100644 --- a/plugins/MacSignedAU/Acceleration/Acceleration.r +++ b/plugins/MacSignedAU/Acceleration/Acceleration.r @@ -5,7 +5,7 @@ * * Created: 1/18/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Acceleration/AccelerationVersion.h b/plugins/MacSignedAU/Acceleration/AccelerationVersion.h index 0757a835c..b2ef9ab70 100644 --- a/plugins/MacSignedAU/Acceleration/AccelerationVersion.h +++ b/plugins/MacSignedAU/Acceleration/AccelerationVersion.h @@ -5,7 +5,7 @@ * * Created: 1/18/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Acceleration2/Acceleration2.cpp b/plugins/MacSignedAU/Acceleration2/Acceleration2.cpp index 1f68f1d8f..a82e419e8 100755 --- a/plugins/MacSignedAU/Acceleration2/Acceleration2.cpp +++ b/plugins/MacSignedAU/Acceleration2/Acceleration2.cpp @@ -5,7 +5,7 @@ * * Created: 12/21/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Acceleration2/Acceleration2.h b/plugins/MacSignedAU/Acceleration2/Acceleration2.h index 510b69012..e8043851f 100755 --- a/plugins/MacSignedAU/Acceleration2/Acceleration2.h +++ b/plugins/MacSignedAU/Acceleration2/Acceleration2.h @@ -5,7 +5,7 @@ * * Created: 12/21/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Acceleration2/Acceleration2.r b/plugins/MacSignedAU/Acceleration2/Acceleration2.r index b09e43adb..7e0fad84b 100755 --- a/plugins/MacSignedAU/Acceleration2/Acceleration2.r +++ b/plugins/MacSignedAU/Acceleration2/Acceleration2.r @@ -5,7 +5,7 @@ * * Created: 12/21/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Acceleration2/Acceleration2Version.h b/plugins/MacSignedAU/Acceleration2/Acceleration2Version.h index c9c71bbbf..d9369e425 100755 --- a/plugins/MacSignedAU/Acceleration2/Acceleration2Version.h +++ b/plugins/MacSignedAU/Acceleration2/Acceleration2Version.h @@ -5,7 +5,7 @@ * * Created: 12/21/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Air/Air.cpp b/plugins/MacSignedAU/Air/Air.cpp index df7c7e1b0..d1941ebd5 100755 --- a/plugins/MacSignedAU/Air/Air.cpp +++ b/plugins/MacSignedAU/Air/Air.cpp @@ -5,7 +5,7 @@ * * Created: 1/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Air/Air.h b/plugins/MacSignedAU/Air/Air.h index 32fe255c1..8ab193c5a 100755 --- a/plugins/MacSignedAU/Air/Air.h +++ b/plugins/MacSignedAU/Air/Air.h @@ -5,7 +5,7 @@ * * Created: 1/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Air/Air.r b/plugins/MacSignedAU/Air/Air.r index e8a7fa85f..2ae5c1440 100755 --- a/plugins/MacSignedAU/Air/Air.r +++ b/plugins/MacSignedAU/Air/Air.r @@ -5,7 +5,7 @@ * * Created: 1/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Air/AirVersion.h b/plugins/MacSignedAU/Air/AirVersion.h index be508e3fb..70e4de124 100755 --- a/plugins/MacSignedAU/Air/AirVersion.h +++ b/plugins/MacSignedAU/Air/AirVersion.h @@ -5,7 +5,7 @@ * * Created: 1/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Air2/Air2.cpp b/plugins/MacSignedAU/Air2/Air2.cpp index 90fdc2da2..ac3e1ddb2 100644 --- a/plugins/MacSignedAU/Air2/Air2.cpp +++ b/plugins/MacSignedAU/Air2/Air2.cpp @@ -5,7 +5,7 @@ * * Created: 7/5/21 * - * Copyright: Copyright © 2021 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacSignedAU/Air2/Air2.h b/plugins/MacSignedAU/Air2/Air2.h index af1b3efae..e0c230764 100644 --- a/plugins/MacSignedAU/Air2/Air2.h +++ b/plugins/MacSignedAU/Air2/Air2.h @@ -5,7 +5,7 @@ * * Created: 7/5/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Air2/Air2.r b/plugins/MacSignedAU/Air2/Air2.r index 7210de5fc..dca6251ce 100644 --- a/plugins/MacSignedAU/Air2/Air2.r +++ b/plugins/MacSignedAU/Air2/Air2.r @@ -5,7 +5,7 @@ * * Created: 7/5/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Air2/Air2Version.h b/plugins/MacSignedAU/Air2/Air2Version.h index b92e8f8c7..ffcc2ac4e 100644 --- a/plugins/MacSignedAU/Air2/Air2Version.h +++ b/plugins/MacSignedAU/Air2/Air2Version.h @@ -5,7 +5,7 @@ * * Created: 7/5/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Apicolypse/Apicolypse.cpp b/plugins/MacSignedAU/Apicolypse/Apicolypse.cpp index 6e6bcabef..0064637a4 100755 --- a/plugins/MacSignedAU/Apicolypse/Apicolypse.cpp +++ b/plugins/MacSignedAU/Apicolypse/Apicolypse.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Apicolypse/Apicolypse.h b/plugins/MacSignedAU/Apicolypse/Apicolypse.h index 136c5ee29..fff3a4be1 100755 --- a/plugins/MacSignedAU/Apicolypse/Apicolypse.h +++ b/plugins/MacSignedAU/Apicolypse/Apicolypse.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Apicolypse/Apicolypse.r b/plugins/MacSignedAU/Apicolypse/Apicolypse.r index 6d1c6a027..50a03d1b9 100755 --- a/plugins/MacSignedAU/Apicolypse/Apicolypse.r +++ b/plugins/MacSignedAU/Apicolypse/Apicolypse.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Apicolypse/ApicolypseVersion.h b/plugins/MacSignedAU/Apicolypse/ApicolypseVersion.h index d4091f62d..875bbfa5b 100755 --- a/plugins/MacSignedAU/Apicolypse/ApicolypseVersion.h +++ b/plugins/MacSignedAU/Apicolypse/ApicolypseVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/AtmosphereBuss/AtmosphereBuss.cpp b/plugins/MacSignedAU/AtmosphereBuss/AtmosphereBuss.cpp index a61ea5f02..295fc09c5 100755 --- a/plugins/MacSignedAU/AtmosphereBuss/AtmosphereBuss.cpp +++ b/plugins/MacSignedAU/AtmosphereBuss/AtmosphereBuss.cpp @@ -5,7 +5,7 @@ * * Created: 3/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/AtmosphereBuss/AtmosphereBuss.h b/plugins/MacSignedAU/AtmosphereBuss/AtmosphereBuss.h index f39f90abd..d82c0dec0 100755 --- a/plugins/MacSignedAU/AtmosphereBuss/AtmosphereBuss.h +++ b/plugins/MacSignedAU/AtmosphereBuss/AtmosphereBuss.h @@ -5,7 +5,7 @@ * * Created: 3/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/AtmosphereBuss/AtmosphereBuss.r b/plugins/MacSignedAU/AtmosphereBuss/AtmosphereBuss.r index c767d2c3c..582804cf1 100755 --- a/plugins/MacSignedAU/AtmosphereBuss/AtmosphereBuss.r +++ b/plugins/MacSignedAU/AtmosphereBuss/AtmosphereBuss.r @@ -5,7 +5,7 @@ * * Created: 3/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/AtmosphereBuss/AtmosphereBussVersion.h b/plugins/MacSignedAU/AtmosphereBuss/AtmosphereBussVersion.h index f02233e92..deca86061 100755 --- a/plugins/MacSignedAU/AtmosphereBuss/AtmosphereBussVersion.h +++ b/plugins/MacSignedAU/AtmosphereBuss/AtmosphereBussVersion.h @@ -5,7 +5,7 @@ * * Created: 3/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/AtmosphereChannel/AtmosphereChannel.cpp b/plugins/MacSignedAU/AtmosphereChannel/AtmosphereChannel.cpp index c8818072b..2f14bebc1 100755 --- a/plugins/MacSignedAU/AtmosphereChannel/AtmosphereChannel.cpp +++ b/plugins/MacSignedAU/AtmosphereChannel/AtmosphereChannel.cpp @@ -5,7 +5,7 @@ * * Created: 3/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/AtmosphereChannel/AtmosphereChannel.h b/plugins/MacSignedAU/AtmosphereChannel/AtmosphereChannel.h index 09ea65997..42309b3c3 100755 --- a/plugins/MacSignedAU/AtmosphereChannel/AtmosphereChannel.h +++ b/plugins/MacSignedAU/AtmosphereChannel/AtmosphereChannel.h @@ -5,7 +5,7 @@ * * Created: 3/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/AtmosphereChannel/AtmosphereChannel.r b/plugins/MacSignedAU/AtmosphereChannel/AtmosphereChannel.r index cf1d6a679..23496bc2f 100755 --- a/plugins/MacSignedAU/AtmosphereChannel/AtmosphereChannel.r +++ b/plugins/MacSignedAU/AtmosphereChannel/AtmosphereChannel.r @@ -5,7 +5,7 @@ * * Created: 3/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/AtmosphereChannel/AtmosphereChannelVersion.h b/plugins/MacSignedAU/AtmosphereChannel/AtmosphereChannelVersion.h index b2d5b4739..343fb39ad 100755 --- a/plugins/MacSignedAU/AtmosphereChannel/AtmosphereChannelVersion.h +++ b/plugins/MacSignedAU/AtmosphereChannel/AtmosphereChannelVersion.h @@ -5,7 +5,7 @@ * * Created: 3/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Aura/Aura.cpp b/plugins/MacSignedAU/Aura/Aura.cpp index 5e28a1038..772e160a9 100755 --- a/plugins/MacSignedAU/Aura/Aura.cpp +++ b/plugins/MacSignedAU/Aura/Aura.cpp @@ -5,7 +5,7 @@ * * Created: 10/7/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Aura/Aura.h b/plugins/MacSignedAU/Aura/Aura.h index 9df735780..904797017 100755 --- a/plugins/MacSignedAU/Aura/Aura.h +++ b/plugins/MacSignedAU/Aura/Aura.h @@ -5,7 +5,7 @@ * * Created: 10/7/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Aura/Aura.r b/plugins/MacSignedAU/Aura/Aura.r index 79c66a455..2f02b436d 100755 --- a/plugins/MacSignedAU/Aura/Aura.r +++ b/plugins/MacSignedAU/Aura/Aura.r @@ -5,7 +5,7 @@ * * Created: 10/7/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Aura/AuraVersion.h b/plugins/MacSignedAU/Aura/AuraVersion.h index 5307e25e8..519450d99 100755 --- a/plugins/MacSignedAU/Aura/AuraVersion.h +++ b/plugins/MacSignedAU/Aura/AuraVersion.h @@ -5,7 +5,7 @@ * * Created: 10/7/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/AutoPan/AutoPan.cpp b/plugins/MacSignedAU/AutoPan/AutoPan.cpp index 862ff7a97..4ceb5536a 100644 --- a/plugins/MacSignedAU/AutoPan/AutoPan.cpp +++ b/plugins/MacSignedAU/AutoPan/AutoPan.cpp @@ -5,7 +5,7 @@ * * Created: 3/25/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/AutoPan/AutoPan.h b/plugins/MacSignedAU/AutoPan/AutoPan.h index 8bd5d989f..ab80873d5 100644 --- a/plugins/MacSignedAU/AutoPan/AutoPan.h +++ b/plugins/MacSignedAU/AutoPan/AutoPan.h @@ -5,7 +5,7 @@ * * Created: 3/25/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/AutoPan/AutoPan.r b/plugins/MacSignedAU/AutoPan/AutoPan.r index cace0d394..53cce8ec6 100644 --- a/plugins/MacSignedAU/AutoPan/AutoPan.r +++ b/plugins/MacSignedAU/AutoPan/AutoPan.r @@ -5,7 +5,7 @@ * * Created: 3/25/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/AutoPan/AutoPanVersion.h b/plugins/MacSignedAU/AutoPan/AutoPanVersion.h index 17ecbde27..560e6212a 100644 --- a/plugins/MacSignedAU/AutoPan/AutoPanVersion.h +++ b/plugins/MacSignedAU/AutoPan/AutoPanVersion.h @@ -5,7 +5,7 @@ * * Created: 3/25/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/AverMatrix/AverMatrix.cpp b/plugins/MacSignedAU/AverMatrix/AverMatrix.cpp index 0c7b72c38..196ac87a8 100755 --- a/plugins/MacSignedAU/AverMatrix/AverMatrix.cpp +++ b/plugins/MacSignedAU/AverMatrix/AverMatrix.cpp @@ -5,7 +5,7 @@ * * Created: 6/1/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/AverMatrix/AverMatrix.h b/plugins/MacSignedAU/AverMatrix/AverMatrix.h index e2c6cd5da..549fb380b 100755 --- a/plugins/MacSignedAU/AverMatrix/AverMatrix.h +++ b/plugins/MacSignedAU/AverMatrix/AverMatrix.h @@ -5,7 +5,7 @@ * * Created: 6/1/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/AverMatrix/AverMatrix.r b/plugins/MacSignedAU/AverMatrix/AverMatrix.r index b26e0e1b4..4875f0ef4 100755 --- a/plugins/MacSignedAU/AverMatrix/AverMatrix.r +++ b/plugins/MacSignedAU/AverMatrix/AverMatrix.r @@ -5,7 +5,7 @@ * * Created: 6/1/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/AverMatrix/AverMatrixVersion.h b/plugins/MacSignedAU/AverMatrix/AverMatrixVersion.h index 0fdf77d93..9a630b0b8 100755 --- a/plugins/MacSignedAU/AverMatrix/AverMatrixVersion.h +++ b/plugins/MacSignedAU/AverMatrix/AverMatrixVersion.h @@ -5,7 +5,7 @@ * * Created: 6/1/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Average/Average.cpp b/plugins/MacSignedAU/Average/Average.cpp index f8cffc93d..4e09b2746 100755 --- a/plugins/MacSignedAU/Average/Average.cpp +++ b/plugins/MacSignedAU/Average/Average.cpp @@ -5,7 +5,7 @@ * * Created: 5/5/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Average/Average.h b/plugins/MacSignedAU/Average/Average.h index 2e8b8154f..afba05f94 100755 --- a/plugins/MacSignedAU/Average/Average.h +++ b/plugins/MacSignedAU/Average/Average.h @@ -5,7 +5,7 @@ * * Created: 5/5/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Average/Average.r b/plugins/MacSignedAU/Average/Average.r index 862d47d49..366a26e47 100755 --- a/plugins/MacSignedAU/Average/Average.r +++ b/plugins/MacSignedAU/Average/Average.r @@ -5,7 +5,7 @@ * * Created: 5/5/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Average/AverageVersion.h b/plugins/MacSignedAU/Average/AverageVersion.h index 77988b124..acf9ffcca 100755 --- a/plugins/MacSignedAU/Average/AverageVersion.h +++ b/plugins/MacSignedAU/Average/AverageVersion.h @@ -5,7 +5,7 @@ * * Created: 5/5/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Balanced/Balanced.cpp b/plugins/MacSignedAU/Balanced/Balanced.cpp index 82ef06249..142ca1ba7 100755 --- a/plugins/MacSignedAU/Balanced/Balanced.cpp +++ b/plugins/MacSignedAU/Balanced/Balanced.cpp @@ -5,7 +5,7 @@ * * Created: 6/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Balanced/Balanced.h b/plugins/MacSignedAU/Balanced/Balanced.h index 5e8436152..ed5f955c0 100755 --- a/plugins/MacSignedAU/Balanced/Balanced.h +++ b/plugins/MacSignedAU/Balanced/Balanced.h @@ -5,7 +5,7 @@ * * Created: 6/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Balanced/Balanced.r b/plugins/MacSignedAU/Balanced/Balanced.r index 134e6a150..0495d1bf9 100755 --- a/plugins/MacSignedAU/Balanced/Balanced.r +++ b/plugins/MacSignedAU/Balanced/Balanced.r @@ -5,7 +5,7 @@ * * Created: 6/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Balanced/BalancedVersion.h b/plugins/MacSignedAU/Balanced/BalancedVersion.h index 641414da7..7b8a7cb95 100755 --- a/plugins/MacSignedAU/Balanced/BalancedVersion.h +++ b/plugins/MacSignedAU/Balanced/BalancedVersion.h @@ -5,7 +5,7 @@ * * Created: 6/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BassAmp/BassAmp.cpp b/plugins/MacSignedAU/BassAmp/BassAmp.cpp index f70222680..7ebd16643 100755 --- a/plugins/MacSignedAU/BassAmp/BassAmp.cpp +++ b/plugins/MacSignedAU/BassAmp/BassAmp.cpp @@ -5,7 +5,7 @@ * * Created: 5/30/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BassAmp/BassAmp.h b/plugins/MacSignedAU/BassAmp/BassAmp.h index 05e42b1c1..ef24d9c74 100755 --- a/plugins/MacSignedAU/BassAmp/BassAmp.h +++ b/plugins/MacSignedAU/BassAmp/BassAmp.h @@ -5,7 +5,7 @@ * * Created: 5/30/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BassAmp/BassAmp.r b/plugins/MacSignedAU/BassAmp/BassAmp.r index 78405824c..922c55bfd 100755 --- a/plugins/MacSignedAU/BassAmp/BassAmp.r +++ b/plugins/MacSignedAU/BassAmp/BassAmp.r @@ -5,7 +5,7 @@ * * Created: 5/30/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BassAmp/BassAmpVersion.h b/plugins/MacSignedAU/BassAmp/BassAmpVersion.h index b69b63e28..5bbf915c1 100755 --- a/plugins/MacSignedAU/BassAmp/BassAmpVersion.h +++ b/plugins/MacSignedAU/BassAmp/BassAmpVersion.h @@ -5,7 +5,7 @@ * * Created: 5/30/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BassDrive/BassDrive.cpp b/plugins/MacSignedAU/BassDrive/BassDrive.cpp index ea9247e8c..3b5de0805 100755 --- a/plugins/MacSignedAU/BassDrive/BassDrive.cpp +++ b/plugins/MacSignedAU/BassDrive/BassDrive.cpp @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/BassDrive/BassDrive.h b/plugins/MacSignedAU/BassDrive/BassDrive.h index 22be5c673..b422bd0ac 100755 --- a/plugins/MacSignedAU/BassDrive/BassDrive.h +++ b/plugins/MacSignedAU/BassDrive/BassDrive.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/BassDrive/BassDrive.r b/plugins/MacSignedAU/BassDrive/BassDrive.r index 5aec1af5d..a41bfcc82 100755 --- a/plugins/MacSignedAU/BassDrive/BassDrive.r +++ b/plugins/MacSignedAU/BassDrive/BassDrive.r @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/BassDrive/BassDriveVersion.h b/plugins/MacSignedAU/BassDrive/BassDriveVersion.h index c1a25c711..b959232ef 100755 --- a/plugins/MacSignedAU/BassDrive/BassDriveVersion.h +++ b/plugins/MacSignedAU/BassDrive/BassDriveVersion.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/BassKit/BassKit.cpp b/plugins/MacSignedAU/BassKit/BassKit.cpp index 855e5c692..c36f46ac6 100755 --- a/plugins/MacSignedAU/BassKit/BassKit.cpp +++ b/plugins/MacSignedAU/BassKit/BassKit.cpp @@ -5,7 +5,7 @@ * * Created: 10/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BassKit/BassKit.h b/plugins/MacSignedAU/BassKit/BassKit.h index b6bffd8fb..a9419d2a9 100755 --- a/plugins/MacSignedAU/BassKit/BassKit.h +++ b/plugins/MacSignedAU/BassKit/BassKit.h @@ -5,7 +5,7 @@ * * Created: 10/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BassKit/BassKit.r b/plugins/MacSignedAU/BassKit/BassKit.r index 4dcc21cda..4bd8627ee 100755 --- a/plugins/MacSignedAU/BassKit/BassKit.r +++ b/plugins/MacSignedAU/BassKit/BassKit.r @@ -5,7 +5,7 @@ * * Created: 10/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BassKit/BassKitVersion.h b/plugins/MacSignedAU/BassKit/BassKitVersion.h index f8936b24b..4f10746de 100755 --- a/plugins/MacSignedAU/BassKit/BassKitVersion.h +++ b/plugins/MacSignedAU/BassKit/BassKitVersion.h @@ -5,7 +5,7 @@ * * Created: 10/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Baxandall/Baxandall.cpp b/plugins/MacSignedAU/Baxandall/Baxandall.cpp index d2c078726..aaee26f09 100755 --- a/plugins/MacSignedAU/Baxandall/Baxandall.cpp +++ b/plugins/MacSignedAU/Baxandall/Baxandall.cpp @@ -5,7 +5,7 @@ * * Created: 12/22/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Baxandall/Baxandall.h b/plugins/MacSignedAU/Baxandall/Baxandall.h index 0bf754baf..da7d5f040 100755 --- a/plugins/MacSignedAU/Baxandall/Baxandall.h +++ b/plugins/MacSignedAU/Baxandall/Baxandall.h @@ -5,7 +5,7 @@ * * Created: 12/22/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Baxandall/Baxandall.r b/plugins/MacSignedAU/Baxandall/Baxandall.r index 9b5ccbdb2..e2e8e7eb4 100755 --- a/plugins/MacSignedAU/Baxandall/Baxandall.r +++ b/plugins/MacSignedAU/Baxandall/Baxandall.r @@ -5,7 +5,7 @@ * * Created: 12/22/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Baxandall/BaxandallVersion.h b/plugins/MacSignedAU/Baxandall/BaxandallVersion.h index 6b0e94af9..f5339d089 100755 --- a/plugins/MacSignedAU/Baxandall/BaxandallVersion.h +++ b/plugins/MacSignedAU/Baxandall/BaxandallVersion.h @@ -5,7 +5,7 @@ * * Created: 12/22/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Baxandall2/Baxandall2.cpp b/plugins/MacSignedAU/Baxandall2/Baxandall2.cpp new file mode 100755 index 000000000..7ee11a4c7 --- /dev/null +++ b/plugins/MacSignedAU/Baxandall2/Baxandall2.cpp @@ -0,0 +1,265 @@ +/* +* File: Baxandall2.cpp +* +* Version: 1.0 +* +* Created: 9/16/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +/*============================================================================= + Baxandall2.cpp + +=============================================================================*/ +#include "Baxandall2.h" + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +AUDIOCOMPONENT_ENTRY(AUBaseFactory, Baxandall2) + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Baxandall2::Baxandall2 +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Baxandall2::Baxandall2(AudioUnit component) + : AUEffectBase(component) +{ + CreateElements(); + Globals()->UseIndexedParameters(kNumberOfParameters); + SetParameter(kParam_One, kDefaultValue_ParamOne ); + SetParameter(kParam_Two, kDefaultValue_ParamTwo ); + +#if AU_DEBUG_DISPATCHER + mDebugDispatcher = new AUDebugDispatcher (this); +#endif + +} + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Baxandall2::GetParameterValueStrings +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Baxandall2::GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings) +{ + + return kAudioUnitErr_InvalidProperty; +} + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Baxandall2::GetParameterInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Baxandall2::GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo ) +{ + ComponentResult result = noErr; + + outParameterInfo.flags = kAudioUnitParameterFlag_IsWritable + | kAudioUnitParameterFlag_IsReadable; + + if (inScope == kAudioUnitScope_Global) { + switch(inParameterID) + { + case kParam_One: + AUBase::FillInParameterName (outParameterInfo, kParameterOneName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = -24.0; + outParameterInfo.maxValue = 24.0; + outParameterInfo.defaultValue = kDefaultValue_ParamOne; + break; + case kParam_Two: + AUBase::FillInParameterName (outParameterInfo, kParameterTwoName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = -24.0; + outParameterInfo.maxValue = 24.0; + outParameterInfo.defaultValue = kDefaultValue_ParamTwo; + break; + default: + result = kAudioUnitErr_InvalidParameter; + break; + } + } else { + result = kAudioUnitErr_InvalidParameter; + } + + + + return result; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Baxandall2::GetPropertyInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Baxandall2::GetPropertyInfo (AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable) +{ + return AUEffectBase::GetPropertyInfo (inID, inScope, inElement, outDataSize, outWritable); +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Baxandall2::GetProperty +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Baxandall2::GetProperty( AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData ) +{ + return AUEffectBase::GetProperty (inID, inScope, inElement, outData); +} + +// Baxandall2::Initialize +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Baxandall2::Initialize() +{ + ComponentResult result = AUEffectBase::Initialize(); + if (result == noErr) + Reset(kAudioUnitScope_Global, 0); + return result; +} + +#pragma mark ____Baxandall2EffectKernel + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Baxandall2::Baxandall2Kernel::Reset() +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void Baxandall2::Baxandall2Kernel::Reset() +{ + for (int x = 0; x < 9; x++) { + trebleA[x] = 0.0; + trebleB[x] = 0.0; + bassA[x] = 0.0; + bassB[x] = 0.0; + } + flip = false; + fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Baxandall2::Baxandall2Kernel::Process +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void Baxandall2::Baxandall2Kernel::Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence ) +{ + UInt32 nSampleFrames = inFramesToProcess; + const Float32 *sourceP = inSourceP; + Float32 *destP = inDestP; + + double trebleGain = pow(10.0,GetParameter( kParam_One )/20.0); + double trebleFreq = (4410.0*trebleGain)/GetSampleRate(); + if (trebleFreq > 0.45) trebleFreq = 0.45; + trebleA[0] = trebleB[0] = trebleFreq; + double bassGain = pow(10.0,GetParameter( kParam_Two )/20.0); + double bassFreq = pow(10.0,-GetParameter( kParam_Two )/20.0); + bassFreq = (8820.0*bassFreq)/GetSampleRate(); + if (bassFreq > 0.45) bassFreq = 0.45; + bassA[0] = bassB[0] = bassFreq; + trebleA[1] = trebleB[1] = 0.4; + bassA[1] = bassB[1] = 0.2; + + double K = tan(M_PI * trebleA[0]); + double norm = 1.0 / (1.0 + K / trebleA[1] + K * K); + trebleB[2] = trebleA[2] = K * K * norm; + trebleB[3] = trebleA[3] = 2.0 * trebleA[2]; + trebleB[4] = trebleA[4] = trebleA[2]; + trebleB[5] = trebleA[5] = 2.0 * (K * K - 1.0) * norm; + trebleB[6] = trebleA[6] = (1.0 - K / trebleA[1] + K * K) * norm; + + K = tan(M_PI * bassA[0]); + norm = 1.0 / (1.0 + K / bassA[1] + K * K); + bassB[2] = bassA[2] = K * K * norm; + bassB[3] = bassA[3] = 2.0 * bassA[2]; + bassB[4] = bassA[4] = bassA[2]; + bassB[5] = bassA[5] = 2.0 * (K * K - 1.0) * norm; + bassB[6] = bassA[6] = (1.0 - K / bassA[1] + K * K) * norm; + + while (nSampleFrames-- > 0) { + long double inputSample = *sourceP; + if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; + + double trebleSample; + double bassSample; + if (flip) + { + trebleSample = (inputSample * trebleA[2]) + trebleA[7]; + trebleA[7] = (inputSample * trebleA[3]) - (trebleSample * trebleA[5]) + trebleA[8]; + trebleA[8] = (inputSample * trebleA[4]) - (trebleSample * trebleA[6]); + trebleSample = inputSample - trebleSample; + + bassSample = (inputSample * bassA[2]) + bassA[7]; + bassA[7] = (inputSample * bassA[3]) - (bassSample * bassA[5]) + bassA[8]; + bassA[8] = (inputSample * bassA[4]) - (bassSample * bassA[6]); + } + else + { + trebleSample = (inputSample * trebleB[2]) + trebleB[7]; + trebleB[7] = (inputSample * trebleB[3]) - (trebleSample * trebleB[5]) + trebleB[8]; + trebleB[8] = (inputSample * trebleB[4]) - (trebleSample * trebleB[6]); + trebleSample = inputSample - trebleSample; + + bassSample = (inputSample * bassB[2]) + bassB[7]; + bassB[7] = (inputSample * bassB[3]) - (bassSample * bassB[5]) + bassB[8]; + bassB[8] = (inputSample * bassB[4]) - (bassSample * bassB[6]); + } + flip = !flip; + + trebleSample *= trebleGain; + bassSample *= bassGain; + inputSample = bassSample + trebleSample; //interleaved biquad + + //begin 32 bit floating point dither + int expon; frexpf((float)inputSample, &expon); + fpd ^= fpd << 13; fpd ^= fpd >> 17; fpd ^= fpd << 5; + inputSample += ((double(fpd)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit floating point dither + + *destP = inputSample; + + sourceP += inNumChannels; destP += inNumChannels; + } +} + diff --git a/plugins/MacSignedAU/Baxandall2/Baxandall2.exp b/plugins/MacSignedAU/Baxandall2/Baxandall2.exp new file mode 100755 index 000000000..246d5d224 --- /dev/null +++ b/plugins/MacSignedAU/Baxandall2/Baxandall2.exp @@ -0,0 +1,2 @@ +_Baxandall2Entry +_Baxandall2Factory diff --git a/plugins/MacSignedAU/Baxandall2/Baxandall2.h b/plugins/MacSignedAU/Baxandall2/Baxandall2.h new file mode 100755 index 000000000..4620bdb4a --- /dev/null +++ b/plugins/MacSignedAU/Baxandall2/Baxandall2.h @@ -0,0 +1,143 @@ +/* +* File: Baxandall2.h +* +* Version: 1.0 +* +* Created: 9/16/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include "AUEffectBase.h" +#include "Baxandall2Version.h" + +#if AU_DEBUG_DISPATCHER + #include "AUDebugDispatcher.h" +#endif + + +#ifndef __Baxandall2_h__ +#define __Baxandall2_h__ + + +#pragma mark ____Baxandall2 Parameters + +// parameters +static const float kDefaultValue_ParamOne = 0.0; +static const float kDefaultValue_ParamTwo = 0.0; + +static CFStringRef kParameterOneName = CFSTR("Treble"); +static CFStringRef kParameterTwoName = CFSTR("Bass"); +//Alter the name if desired, but using the plugin name is a start + +enum { + kParam_One =0, + kParam_Two =1, + //Add your parameters here... + kNumberOfParameters=2 +}; + +#pragma mark ____Baxandall2 +class Baxandall2 : public AUEffectBase +{ +public: + Baxandall2(AudioUnit component); +#if AU_DEBUG_DISPATCHER + virtual ~Baxandall2 () { delete mDebugDispatcher; } +#endif + + virtual AUKernelBase * NewKernel() { return new Baxandall2Kernel(this); } + + virtual ComponentResult GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings); + + virtual ComponentResult GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo); + + virtual ComponentResult GetPropertyInfo(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable ); + + virtual ComponentResult GetProperty(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData); + + virtual ComponentResult Initialize(); + virtual bool SupportsTail () { return true; } + virtual Float64 GetTailTime() {return (1.0/GetSampleRate())*0.0;} //in SECONDS! gsr * a number = in samples + virtual Float64 GetLatency() {return (1.0/GetSampleRate())*0.0;} // in SECONDS! gsr * a number = in samples + + /*! @method Version */ + virtual ComponentResult Version() { return kBaxandall2Version; } + + + +protected: + class Baxandall2Kernel : public AUKernelBase // most of the real work happens here + { +public: + Baxandall2Kernel(AUEffectBase *inAudioUnit ) + : AUKernelBase(inAudioUnit) + { + } + + // *Required* overides for the process method for this effect + // processes one channel of interleaved samples + virtual void Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence); + + virtual void Reset(); + + private: + double trebleA[9]; + double trebleB[9]; + double bassA[9]; + double bassB[9]; + bool flip; + uint32_t fpd; + }; +}; + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +#endif \ No newline at end of file diff --git a/plugins/MacSignedAU/Baxandall2/Baxandall2.r b/plugins/MacSignedAU/Baxandall2/Baxandall2.r new file mode 100755 index 000000000..850e3fbb9 --- /dev/null +++ b/plugins/MacSignedAU/Baxandall2/Baxandall2.r @@ -0,0 +1,61 @@ +/* +* File: Baxandall2.r +* +* Version: 1.0 +* +* Created: 9/16/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include + +#include "Baxandall2Version.h" + +// Note that resource IDs must be spaced 2 apart for the 'STR ' name and description +#define kAudioUnitResID_Baxandall2 1000 + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Baxandall2~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#define RES_ID kAudioUnitResID_Baxandall2 +#define COMP_TYPE kAudioUnitType_Effect +#define COMP_SUBTYPE Baxandall2_COMP_SUBTYPE +#define COMP_MANUF Baxandall2_COMP_MANF + +#define VERSION kBaxandall2Version +#define NAME "Airwindows: Baxandall2" +#define DESCRIPTION "Baxandall2 AU" +#define ENTRY_POINT "Baxandall2Entry" + +#include "AUResources.r" \ No newline at end of file diff --git a/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.mode1v3 b/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.mode1v3 new file mode 100755 index 000000000..f301be9a2 --- /dev/null +++ b/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.mode1v3 @@ -0,0 +1,1358 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 8BD3CCBC148831C90062E48C + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + build + debugger-enable-breakpoints + get-info + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05AEB0720742700365D66 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 20 + 19 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 445}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 463}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {580, 269}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 269pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 274}, {580, 189}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + XCDetailModule + Proportion + 189pt + + + Proportion + 580pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 8B563EC9161B5E170067FE32 + 1CE0B1FE06471DED0097A5F4 + 8B563ECA161B5E170067FE32 + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 8BD3CCBD148831C90062E48C + /Developer/Library/Xcode/Project Templates/System Plug-in/Audio Unit Effect/Audio Unit Effect/StarterAU.xcodeproj + + WindowString + 203 321 788 504 0 0 1440 878 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {500, 218}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 223}, {500, 236}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 459pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 8BD3CCBD148831C90062E48C + 8B563ECB161B5E170067FE32 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 668 222 500 500 0 0 1440 878 + WindowToolGUID + 8BD3CCBD148831C90062E48C + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.pbxuser b/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..9ff542edc --- /dev/null +++ b/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,153 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Baxandall2 */; + codeSenseManager = 8BD3CCB9148830B20062E48C /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 292, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 252, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685053235; + PBXWorkspaceStateSaveDate = 685053235; + }; + perUserProjectItems = { + 8BF9C8E128D517AF009E96CF /* PlistBookmark */ = 8BF9C8E128D517AF009E96CF /* PlistBookmark */; + 8BF9C8E228D517AF009E96CF /* PBXTextBookmark */ = 8BF9C8E228D517AF009E96CF /* PBXTextBookmark */; + 8BF9C8E328D517AF009E96CF /* PBXTextBookmark */ = 8BF9C8E328D517AF009E96CF /* PBXTextBookmark */; + 8BF9C8E428D517AF009E96CF /* PBXBookmark */ = 8BF9C8E428D517AF009E96CF /* PBXBookmark */; + 8BF9C8E528D517AF009E96CF /* PBXTextBookmark */ = 8BF9C8E528D517AF009E96CF /* PBXTextBookmark */; + }; + sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; + userBuildSettings = { + }; + }; + 8BA05A660720730100365D66 /* Baxandall2.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1212, 4788}}"; + sepNavSelRange = "{5428, 0}"; + sepNavVisRange = "{7393, 1686}"; + sepNavWindowFrame = "{{181, 41}, {1259, 837}}"; + }; + }; + 8BA05A690720730100365D66 /* Baxandall2Version.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1056, 1080}}"; + sepNavSelRange = "{2901, 0}"; + sepNavVisRange = "{2680, 283}"; + sepNavWindowFrame = "{{15, 38}, {1259, 837}}"; + }; + }; + 8BC6025B073B072D006C4272 /* Baxandall2.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1146, 2322}}"; + sepNavSelRange = "{3191, 0}"; + sepNavVisRange = "{2808, 314}"; + sepNavWindowFrame = "{{181, 41}, {1259, 837}}"; + }; + }; + 8BD3CCB8148830B20062E48C /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8BD3CCB9148830B20062E48C /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8BF9C8E128D517AF009E96CF /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Baxandall2/Info.plist; + rLen = 0; + rLoc = 9223372036854775807; + }; + 8BF9C8E228D517AF009E96CF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Baxandall2.cpp */; + name = "Baxandall2.cpp: 111"; + rLen = 0; + rLoc = 5428; + rType = 0; + vrLen = 483; + vrLoc = 5168; + }; + 8BF9C8E328D517AF009E96CF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A690720730100365D66 /* Baxandall2Version.h */; + name = "Baxandall2Version.h: 54"; + rLen = 0; + rLoc = 2901; + rType = 0; + vrLen = 283; + vrLoc = 2680; + }; + 8BF9C8E428D517AF009E96CF /* PBXBookmark */ = { + isa = PBXBookmark; + fRef = 8BC6025B073B072D006C4272 /* Baxandall2.h */; + }; + 8BF9C8E528D517AF009E96CF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BC6025B073B072D006C4272 /* Baxandall2.h */; + name = "Baxandall2.h: 68"; + rLen = 0; + rLoc = 3191; + rType = 0; + vrLen = 314; + vrLoc = 2808; + }; + 8D01CCC60486CAD60068D4B7 /* Baxandall2 */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..75fb31e55 --- /dev/null +++ b/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1509 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8BD7274F1D46E5A5000176F0 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 288 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05A56072072A900365D66 + 089C167CFE841241C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 4 + 2 + 1 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {288, 595}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {305, 613}} + GroupTreeTableConfiguration + + MainColumn + 288 + + RubberWindowFrame + 572 200 841 654 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 305pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8BD7274A1D46E5A5000176F0 + PBXProjectModuleLabel + Baxandall2.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BD7274B1D46E5A5000176F0 + PBXProjectModuleLabel + Baxandall2.h + _historyCapacity + 0 + bookmark + 8BF9C8E528D517AF009E96CF + history + + 8BF9C8E128D517AF009E96CF + 8BF9C8E228D517AF009E96CF + 8BF9C8E328D517AF009E96CF + 8BF9C8E428D517AF009E96CF + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {531, 216}} + RubberWindowFrame + 572 200 841 654 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 216pt + + + Proportion + 392pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {531, 365}} + RubberWindowFrame + 572 200 841 654 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXBuildResultsModule + + + + + Proportion + 531pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8BF9C8E628D517AF009E96CF + 1CA23ED40692098700951B8B + 8BF9C8E728D517AF009E96CF + 8BD7274A1D46E5A5000176F0 + 8BF9C8E828D517AF009E96CF + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0pt + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 214}} + {{395, 0}, {415, 214}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 214}} + {{0, 214}, {810, 227}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 5}, {810, 441}} + PBXDebugSessionStackFrameViewKey + + DebugVariablesTableConfiguration + + Name + 120 + Value + 85 + Summary + 185 + + Frame + {{395, 0}, {415, 214}} + + + Module + PBXDebugSessionModule + Proportion + 441pt + + + Name + Debug + ServiceClasses + + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + PBXDebugProcessAndThreadModule + PBXDebugProcessViewModule + PBXDebugThreadViewModule + PBXDebugStackFrameViewModule + PBXNavigatorGroup + + TableOfContents + + 8BD727EC1D46ECF1000176F0 + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 8BD727ED1D46ECF1000176F0 + 8BD727EE1D46ECF1000176F0 + 8BD727EF1D46ECF1000176F0 + 8BD727F01D46ECF1000176F0 + 8BD727E71D46ECD9000176F0 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685053871.30147195 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + 8BF9C8E928D517AF009E96CF + /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Baxandall2/Baxandall2.xcodeproj + + WindowString + 572 200 841 654 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/project.pbxproj b/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/project.pbxproj new file mode 100755 index 000000000..bdf05bfa8 --- /dev/null +++ b/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/project.pbxproj @@ -0,0 +1,957 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 8BA05A6B0720730100365D66 /* Baxandall2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* Baxandall2.cpp */; }; + 8BA05A6E0720730100365D66 /* Baxandall2Version.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* Baxandall2Version.h */; }; + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; + 8BC6025C073B072D006C4272 /* Baxandall2.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* Baxandall2.h */; }; + 8BE68ECB28DB7B110031C62E /* CAExtAudioFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E4328DB7B110031C62E /* CAExtAudioFile.h */; }; + 8BE68ECC28DB7B110031C62E /* CACFMachPort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E4428DB7B110031C62E /* CACFMachPort.h */; }; + 8BE68ECD28DB7B110031C62E /* CABool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E4528DB7B110031C62E /* CABool.h */; }; + 8BE68ECE28DB7B110031C62E /* CAComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E4628DB7B110031C62E /* CAComponent.cpp */; }; + 8BE68ECF28DB7B110031C62E /* CADebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E4728DB7B110031C62E /* CADebugger.h */; }; + 8BE68ED028DB7B110031C62E /* CACFNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E4828DB7B110031C62E /* CACFNumber.cpp */; }; + 8BE68ED128DB7B110031C62E /* CAGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E4928DB7B110031C62E /* CAGuard.h */; }; + 8BE68ED228DB7B110031C62E /* CAAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E4A28DB7B110031C62E /* CAAtomic.h */; }; + 8BE68ED328DB7B110031C62E /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E4B28DB7B110031C62E /* CAStreamBasicDescription.h */; }; + 8BE68ED428DB7B110031C62E /* CACFObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E4C28DB7B110031C62E /* CACFObject.h */; }; + 8BE68ED528DB7B120031C62E /* CAStreamRangedDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E4D28DB7B110031C62E /* CAStreamRangedDescription.h */; }; + 8BE68ED628DB7B120031C62E /* CATokenMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E4E28DB7B110031C62E /* CATokenMap.h */; }; + 8BE68ED728DB7B120031C62E /* CAComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E4F28DB7B110031C62E /* CAComponent.h */; }; + 8BE68ED828DB7B120031C62E /* CAAudioBufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E5028DB7B110031C62E /* CAAudioBufferList.h */; }; + 8BE68ED928DB7B120031C62E /* CAAudioUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E5128DB7B110031C62E /* CAAudioUnit.h */; }; + 8BE68EDA28DB7B120031C62E /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E5228DB7B110031C62E /* CAAUParameter.h */; }; + 8BE68EDB28DB7B120031C62E /* CAException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E5328DB7B110031C62E /* CAException.h */; }; + 8BE68EDC28DB7B120031C62E /* CAAUProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E5428DB7B110031C62E /* CAAUProcessor.cpp */; }; + 8BE68EDD28DB7B120031C62E /* CAAUProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E5528DB7B110031C62E /* CAAUProcessor.h */; }; + 8BE68EDE28DB7B120031C62E /* CAProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E5628DB7B110031C62E /* CAProcess.h */; }; + 8BE68EDF28DB7B120031C62E /* CACFDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E5728DB7B110031C62E /* CACFDictionary.h */; }; + 8BE68EE028DB7B120031C62E /* CAPThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E5828DB7B110031C62E /* CAPThread.h */; }; + 8BE68EE128DB7B120031C62E /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E5928DB7B110031C62E /* CAAUParameter.cpp */; }; + 8BE68EE228DB7B120031C62E /* CAAudioTimeStamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E5A28DB7B110031C62E /* CAAudioTimeStamp.h */; }; + 8BE68EE328DB7B120031C62E /* CAFilePathUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E5B28DB7B110031C62E /* CAFilePathUtils.cpp */; }; + 8BE68EE428DB7B120031C62E /* CAAudioValueRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E5C28DB7B110031C62E /* CAAudioValueRange.h */; }; + 8BE68EE528DB7B120031C62E /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E5D28DB7B110031C62E /* CAVectorUnitTypes.h */; }; + 8BE68EE628DB7B120031C62E /* CAAudioChannelLayoutObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E5E28DB7B110031C62E /* CAAudioChannelLayoutObject.cpp */; }; + 8BE68EE728DB7B120031C62E /* CAGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E5F28DB7B110031C62E /* CAGuard.cpp */; }; + 8BE68EE828DB7B120031C62E /* CACFNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E6028DB7B110031C62E /* CACFNumber.h */; }; + 8BE68EE928DB7B120031C62E /* CACFDistributedNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E6128DB7B110031C62E /* CACFDistributedNotification.cpp */; }; + 8BE68EEA28DB7B120031C62E /* CACFString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E6228DB7B110031C62E /* CACFString.h */; }; + 8BE68EEB28DB7B120031C62E /* CAAUMIDIMapManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E6328DB7B110031C62E /* CAAUMIDIMapManager.cpp */; }; + 8BE68EEC28DB7B120031C62E /* CAComponentDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E6428DB7B110031C62E /* CAComponentDescription.cpp */; }; + 8BE68EED28DB7B120031C62E /* CAHostTimeBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E6528DB7B110031C62E /* CAHostTimeBase.h */; }; + 8BE68EEE28DB7B120031C62E /* CADebugMacros.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E6628DB7B110031C62E /* CADebugMacros.cpp */; }; + 8BE68EEF28DB7B120031C62E /* CAAudioFileFormats.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E6728DB7B110031C62E /* CAAudioFileFormats.h */; }; + 8BE68EF028DB7B120031C62E /* CAAUMIDIMapManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E6828DB7B110031C62E /* CAAUMIDIMapManager.h */; }; + 8BE68EF128DB7B120031C62E /* CACFDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E6928DB7B110031C62E /* CACFDictionary.cpp */; }; + 8BE68EF228DB7B120031C62E /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E6A28DB7B110031C62E /* CAMutex.h */; }; + 8BE68EF328DB7B120031C62E /* CACFString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E6B28DB7B110031C62E /* CACFString.cpp */; }; + 8BE68EF428DB7B120031C62E /* CASettingsStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E6C28DB7B110031C62E /* CASettingsStorage.h */; }; + 8BE68EF528DB7B120031C62E /* CADebugPrintf.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E6D28DB7B110031C62E /* CADebugPrintf.h */; }; + 8BE68EF628DB7B120031C62E /* CAXException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E6E28DB7B110031C62E /* CAXException.cpp */; }; + 8BE68EF728DB7B120031C62E /* CAAUMIDIMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E6F28DB7B110031C62E /* CAAUMIDIMap.h */; }; + 8BE68EF828DB7B120031C62E /* AUParamInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E7028DB7B110031C62E /* AUParamInfo.h */; }; + 8BE68EF928DB7B120031C62E /* CABitOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E7128DB7B110031C62E /* CABitOperations.h */; }; + 8BE68EFA28DB7B120031C62E /* CACFPreferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E7228DB7B110031C62E /* CACFPreferences.cpp */; }; + 8BE68EFB28DB7B120031C62E /* CABundleLocker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E7328DB7B110031C62E /* CABundleLocker.h */; }; + 8BE68EFC28DB7B120031C62E /* CAPropertyAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E7428DB7B110031C62E /* CAPropertyAddress.h */; }; + 8BE68EFD28DB7B120031C62E /* CAXException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E7528DB7B110031C62E /* CAXException.h */; }; + 8BE68EFE28DB7B120031C62E /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E7628DB7B110031C62E /* CAAudioChannelLayout.cpp */; }; + 8BE68EFF28DB7B120031C62E /* CAThreadSafeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E7728DB7B110031C62E /* CAThreadSafeList.h */; }; + 8BE68F0028DB7B120031C62E /* CAAudioUnitOutputCapturer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E7828DB7B110031C62E /* CAAudioUnitOutputCapturer.h */; }; + 8BE68F0128DB7B120031C62E /* AUParamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E7928DB7B110031C62E /* AUParamInfo.cpp */; }; + 8BE68F0228DB7B120031C62E /* CASharedLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E7A28DB7B110031C62E /* CASharedLibrary.cpp */; }; + 8BE68F0328DB7B120031C62E /* CAAUMIDIMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E7B28DB7B110031C62E /* CAAUMIDIMap.cpp */; }; + 8BE68F0428DB7B120031C62E /* CALogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E7C28DB7B110031C62E /* CALogMacros.h */; }; + 8BE68F0528DB7B120031C62E /* CACFMessagePort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E7D28DB7B110031C62E /* CACFMessagePort.cpp */; }; + 8BE68F0628DB7B120031C62E /* CARingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E7E28DB7B110031C62E /* CARingBuffer.h */; }; + 8BE68F0728DB7B120031C62E /* AUOutputBL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E7F28DB7B110031C62E /* AUOutputBL.cpp */; }; + 8BE68F0828DB7B120031C62E /* CABufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E8028DB7B110031C62E /* CABufferList.h */; }; + 8BE68F0928DB7B120031C62E /* CASharedLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E8128DB7B110031C62E /* CASharedLibrary.h */; }; + 8BE68F0A28DB7B120031C62E /* CACFData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E8228DB7B110031C62E /* CACFData.h */; }; + 8BE68F0B28DB7B120031C62E /* CAStreamRangedDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E8328DB7B110031C62E /* CAStreamRangedDescription.cpp */; }; + 8BE68F0C28DB7B120031C62E /* CAPThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E8428DB7B110031C62E /* CAPThread.cpp */; }; + 8BE68F0D28DB7B120031C62E /* CAAutoDisposer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E8528DB7B110031C62E /* CAAutoDisposer.h */; }; + 8BE68F0E28DB7B120031C62E /* CACFPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E8628DB7B110031C62E /* CACFPreferences.h */; }; + 8BE68F0F28DB7B120031C62E /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E8728DB7B110031C62E /* CAVectorUnit.cpp */; }; + 8BE68F1028DB7B120031C62E /* CAComponentDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E8828DB7B110031C62E /* CAComponentDescription.h */; }; + 8BE68F1128DB7B120031C62E /* CADebugMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E8928DB7B110031C62E /* CADebugMacros.h */; }; + 8BE68F1228DB7B120031C62E /* AUOutputBL.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E8A28DB7B110031C62E /* AUOutputBL.h */; }; + 8BE68F1328DB7B120031C62E /* CADebugPrintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E8B28DB7B110031C62E /* CADebugPrintf.cpp */; }; + 8BE68F1428DB7B120031C62E /* CARingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E8C28DB7B110031C62E /* CARingBuffer.cpp */; }; + 8BE68F1528DB7B120031C62E /* CACFPlugIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E8D28DB7B110031C62E /* CACFPlugIn.h */; }; + 8BE68F1628DB7B120031C62E /* CASettingsStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E8E28DB7B110031C62E /* CASettingsStorage.cpp */; }; + 8BE68F1728DB7B120031C62E /* CAMixMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E8F28DB7B110031C62E /* CAMixMap.h */; }; + 8BE68F1828DB7B120031C62E /* CACFDistributedNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E9028DB7B110031C62E /* CACFDistributedNotification.h */; }; + 8BE68F1928DB7B120031C62E /* CAFilePathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E9128DB7B110031C62E /* CAFilePathUtils.h */; }; + 8BE68F1A28DB7B120031C62E /* CATink.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E9228DB7B110031C62E /* CATink.h */; }; + 8BE68F1B28DB7B120031C62E /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E9328DB7B110031C62E /* CAStreamBasicDescription.cpp */; }; + 8BE68F1C28DB7B120031C62E /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E9428DB7B110031C62E /* CAAudioChannelLayout.h */; }; + 8BE68F1D28DB7B120031C62E /* CAProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E9528DB7B110031C62E /* CAProcess.cpp */; }; + 8BE68F1E28DB7B120031C62E /* CAHostTimeBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E9628DB7B110031C62E /* CAHostTimeBase.cpp */; }; + 8BE68F1F28DB7B120031C62E /* CAPersistence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E9728DB7B110031C62E /* CAPersistence.cpp */; }; + 8BE68F2028DB7B120031C62E /* CAAudioBufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E9828DB7B110031C62E /* CAAudioBufferList.cpp */; }; + 8BE68F2128DB7B120031C62E /* CAAudioTimeStamp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E9928DB7B110031C62E /* CAAudioTimeStamp.cpp */; }; + 8BE68F2228DB7B120031C62E /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E9A28DB7B110031C62E /* CAVectorUnit.h */; }; + 8BE68F2328DB7B120031C62E /* CAByteOrder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E9B28DB7B110031C62E /* CAByteOrder.h */; }; + 8BE68F2428DB7B120031C62E /* CACFArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E9C28DB7B110031C62E /* CACFArray.h */; }; + 8BE68F2528DB7B120031C62E /* CAAtomicStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E9D28DB7B110031C62E /* CAAtomicStack.h */; }; + 8BE68F2628DB7B120031C62E /* CAReferenceCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68E9E28DB7B110031C62E /* CAReferenceCounted.h */; }; + 8BE68F2728DB7B120031C62E /* CACFMachPort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68E9F28DB7B110031C62E /* CACFMachPort.cpp */; }; + 8BE68F2828DB7B120031C62E /* CABufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EA028DB7B110031C62E /* CABufferList.cpp */; }; + 8BE68F2928DB7B120031C62E /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EA128DB7B110031C62E /* CAMutex.cpp */; }; + 8BE68F2A28DB7B120031C62E /* CADebugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EA228DB7B110031C62E /* CADebugger.cpp */; }; + 8BE68F2B28DB7B120031C62E /* CABundleLocker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EA328DB7B110031C62E /* CABundleLocker.cpp */; }; + 8BE68F2C28DB7B120031C62E /* CAAudioFileFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EA428DB7B110031C62E /* CAAudioFileFormats.cpp */; }; + 8BE68F2D28DB7B120031C62E /* CAMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68EA528DB7B110031C62E /* CAMath.h */; }; + 8BE68F2E28DB7B120031C62E /* CACFArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EA628DB7B110031C62E /* CACFArray.cpp */; }; + 8BE68F2F28DB7B120031C62E /* CACFMessagePort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68EA728DB7B110031C62E /* CACFMessagePort.h */; }; + 8BE68F3028DB7B120031C62E /* CAAudioValueRange.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EA828DB7B110031C62E /* CAAudioValueRange.cpp */; }; + 8BE68F3128DB7B120031C62E /* CAAudioUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EA928DB7B110031C62E /* CAAudioUnit.cpp */; }; + 8BE68F3228DB7B120031C62E /* AUViewLocalizedStringKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68EAD28DB7B110031C62E /* AUViewLocalizedStringKeys.h */; }; + 8BE68F3328DB7B120031C62E /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EAF28DB7B110031C62E /* ComponentBase.cpp */; }; + 8BE68F3428DB7B120031C62E /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EB028DB7B110031C62E /* AUScopeElement.cpp */; }; + 8BE68F3528DB7B120031C62E /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68EB128DB7B110031C62E /* ComponentBase.h */; }; + 8BE68F3628DB7B120031C62E /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EB228DB7B110031C62E /* AUBase.cpp */; }; + 8BE68F3728DB7B120031C62E /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68EB328DB7B110031C62E /* AUInputElement.h */; }; + 8BE68F3828DB7B120031C62E /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68EB428DB7B110031C62E /* AUBase.h */; }; + 8BE68F3928DB7B120031C62E /* AUPlugInDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68EB528DB7B110031C62E /* AUPlugInDispatch.h */; }; + 8BE68F3A28DB7B120031C62E /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68EB628DB7B110031C62E /* AUDispatch.h */; }; + 8BE68F3B28DB7B120031C62E /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EB728DB7B110031C62E /* AUOutputElement.cpp */; }; + 8BE68F3D28DB7B120031C62E /* AUPlugInDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EB928DB7B110031C62E /* AUPlugInDispatch.cpp */; }; + 8BE68F3E28DB7B120031C62E /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68EBA28DB7B110031C62E /* AUOutputElement.h */; }; + 8BE68F3F28DB7B120031C62E /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EBB28DB7B110031C62E /* AUDispatch.cpp */; }; + 8BE68F4028DB7B120031C62E /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68EBC28DB7B110031C62E /* AUScopeElement.h */; }; + 8BE68F4128DB7B120031C62E /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EBD28DB7B110031C62E /* AUInputElement.cpp */; }; + 8BE68F4228DB7B120031C62E /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EBF28DB7B110031C62E /* AUEffectBase.cpp */; }; + 8BE68F4328DB7B120031C62E /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68EC028DB7B110031C62E /* AUEffectBase.h */; }; + 8BE68F4428DB7B120031C62E /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68EC228DB7B110031C62E /* AUTimestampGenerator.h */; }; + 8BE68F4528DB7B120031C62E /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EC328DB7B110031C62E /* AUBaseHelper.cpp */; }; + 8BE68F4628DB7B120031C62E /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68EC428DB7B110031C62E /* AUSilentTimeout.h */; }; + 8BE68F4728DB7B120031C62E /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68EC528DB7B110031C62E /* AUInputFormatConverter.h */; }; + 8BE68F4828DB7B120031C62E /* AUTimestampGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EC628DB7B110031C62E /* AUTimestampGenerator.cpp */; }; + 8BE68F4928DB7B120031C62E /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68EC728DB7B110031C62E /* AUBuffer.cpp */; }; + 8BE68F4A28DB7B120031C62E /* AUMIDIDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68EC828DB7B110031C62E /* AUMIDIDefs.h */; }; + 8BE68F4B28DB7B120031C62E /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68EC928DB7B110031C62E /* AUBuffer.h */; }; + 8BE68F4C28DB7B120031C62E /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68ECA28DB7B110031C62E /* AUBaseHelper.h */; }; + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; + 8BA05A660720730100365D66 /* Baxandall2.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Baxandall2.cpp; sourceTree = ""; }; + 8BA05A670720730100365D66 /* Baxandall2.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = Baxandall2.exp; sourceTree = ""; }; + 8BA05A680720730100365D66 /* Baxandall2.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = Baxandall2.r; sourceTree = ""; }; + 8BA05A690720730100365D66 /* Baxandall2Version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Baxandall2Version.h; sourceTree = ""; }; + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; + 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; + 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; + 8BC6025B073B072D006C4272 /* Baxandall2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Baxandall2.h; sourceTree = ""; }; + 8BE68E4328DB7B110031C62E /* CAExtAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAExtAudioFile.h; sourceTree = ""; }; + 8BE68E4428DB7B110031C62E /* CACFMachPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMachPort.h; sourceTree = ""; }; + 8BE68E4528DB7B110031C62E /* CABool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABool.h; sourceTree = ""; }; + 8BE68E4628DB7B110031C62E /* CAComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponent.cpp; sourceTree = ""; }; + 8BE68E4728DB7B110031C62E /* CADebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugger.h; sourceTree = ""; }; + 8BE68E4828DB7B110031C62E /* CACFNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFNumber.cpp; sourceTree = ""; }; + 8BE68E4928DB7B110031C62E /* CAGuard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAGuard.h; sourceTree = ""; }; + 8BE68E4A28DB7B110031C62E /* CAAtomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomic.h; sourceTree = ""; }; + 8BE68E4B28DB7B110031C62E /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BE68E4C28DB7B110031C62E /* CACFObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFObject.h; sourceTree = ""; }; + 8BE68E4D28DB7B110031C62E /* CAStreamRangedDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamRangedDescription.h; sourceTree = ""; }; + 8BE68E4E28DB7B110031C62E /* CATokenMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATokenMap.h; sourceTree = ""; }; + 8BE68E4F28DB7B110031C62E /* CAComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponent.h; sourceTree = ""; }; + 8BE68E5028DB7B110031C62E /* CAAudioBufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioBufferList.h; sourceTree = ""; }; + 8BE68E5128DB7B110031C62E /* CAAudioUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnit.h; sourceTree = ""; }; + 8BE68E5228DB7B110031C62E /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BE68E5328DB7B110031C62E /* CAException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAException.h; sourceTree = ""; }; + 8BE68E5428DB7B110031C62E /* CAAUProcessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUProcessor.cpp; sourceTree = ""; }; + 8BE68E5528DB7B110031C62E /* CAAUProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUProcessor.h; sourceTree = ""; }; + 8BE68E5628DB7B110031C62E /* CAProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAProcess.h; sourceTree = ""; }; + 8BE68E5728DB7B110031C62E /* CACFDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDictionary.h; sourceTree = ""; }; + 8BE68E5828DB7B110031C62E /* CAPThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPThread.h; sourceTree = ""; }; + 8BE68E5928DB7B110031C62E /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BE68E5A28DB7B110031C62E /* CAAudioTimeStamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioTimeStamp.h; sourceTree = ""; }; + 8BE68E5B28DB7B110031C62E /* CAFilePathUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAFilePathUtils.cpp; sourceTree = ""; }; + 8BE68E5C28DB7B110031C62E /* CAAudioValueRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioValueRange.h; sourceTree = ""; }; + 8BE68E5D28DB7B110031C62E /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8BE68E5E28DB7B110031C62E /* CAAudioChannelLayoutObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayoutObject.cpp; sourceTree = ""; }; + 8BE68E5F28DB7B110031C62E /* CAGuard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAGuard.cpp; sourceTree = ""; }; + 8BE68E6028DB7B110031C62E /* CACFNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFNumber.h; sourceTree = ""; }; + 8BE68E6128DB7B110031C62E /* CACFDistributedNotification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDistributedNotification.cpp; sourceTree = ""; }; + 8BE68E6228DB7B110031C62E /* CACFString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFString.h; sourceTree = ""; }; + 8BE68E6328DB7B110031C62E /* CAAUMIDIMapManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMapManager.cpp; sourceTree = ""; }; + 8BE68E6428DB7B110031C62E /* CAComponentDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponentDescription.cpp; sourceTree = ""; }; + 8BE68E6528DB7B110031C62E /* CAHostTimeBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAHostTimeBase.h; sourceTree = ""; }; + 8BE68E6628DB7B110031C62E /* CADebugMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugMacros.cpp; sourceTree = ""; }; + 8BE68E6728DB7B110031C62E /* CAAudioFileFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioFileFormats.h; sourceTree = ""; }; + 8BE68E6828DB7B110031C62E /* CAAUMIDIMapManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMapManager.h; sourceTree = ""; }; + 8BE68E6928DB7B110031C62E /* CACFDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDictionary.cpp; sourceTree = ""; }; + 8BE68E6A28DB7B110031C62E /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BE68E6B28DB7B110031C62E /* CACFString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFString.cpp; sourceTree = ""; }; + 8BE68E6C28DB7B110031C62E /* CASettingsStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASettingsStorage.h; sourceTree = ""; }; + 8BE68E6D28DB7B110031C62E /* CADebugPrintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugPrintf.h; sourceTree = ""; }; + 8BE68E6E28DB7B110031C62E /* CAXException.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAXException.cpp; sourceTree = ""; }; + 8BE68E6F28DB7B110031C62E /* CAAUMIDIMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMap.h; sourceTree = ""; }; + 8BE68E7028DB7B110031C62E /* AUParamInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUParamInfo.h; sourceTree = ""; }; + 8BE68E7128DB7B110031C62E /* CABitOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABitOperations.h; sourceTree = ""; }; + 8BE68E7228DB7B110031C62E /* CACFPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFPreferences.cpp; sourceTree = ""; }; + 8BE68E7328DB7B110031C62E /* CABundleLocker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABundleLocker.h; sourceTree = ""; }; + 8BE68E7428DB7B110031C62E /* CAPropertyAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPropertyAddress.h; sourceTree = ""; }; + 8BE68E7528DB7B110031C62E /* CAXException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAXException.h; sourceTree = ""; }; + 8BE68E7628DB7B110031C62E /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BE68E7728DB7B110031C62E /* CAThreadSafeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAThreadSafeList.h; sourceTree = ""; }; + 8BE68E7828DB7B110031C62E /* CAAudioUnitOutputCapturer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnitOutputCapturer.h; sourceTree = ""; }; + 8BE68E7928DB7B110031C62E /* AUParamInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUParamInfo.cpp; sourceTree = ""; }; + 8BE68E7A28DB7B110031C62E /* CASharedLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASharedLibrary.cpp; sourceTree = ""; }; + 8BE68E7B28DB7B110031C62E /* CAAUMIDIMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMap.cpp; sourceTree = ""; }; + 8BE68E7C28DB7B110031C62E /* CALogMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CALogMacros.h; sourceTree = ""; }; + 8BE68E7D28DB7B110031C62E /* CACFMessagePort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMessagePort.cpp; sourceTree = ""; }; + 8BE68E7E28DB7B110031C62E /* CARingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CARingBuffer.h; sourceTree = ""; }; + 8BE68E7F28DB7B110031C62E /* AUOutputBL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputBL.cpp; sourceTree = ""; }; + 8BE68E8028DB7B110031C62E /* CABufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABufferList.h; sourceTree = ""; }; + 8BE68E8128DB7B110031C62E /* CASharedLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASharedLibrary.h; sourceTree = ""; }; + 8BE68E8228DB7B110031C62E /* CACFData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFData.h; sourceTree = ""; }; + 8BE68E8328DB7B110031C62E /* CAStreamRangedDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamRangedDescription.cpp; sourceTree = ""; }; + 8BE68E8428DB7B110031C62E /* CAPThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPThread.cpp; sourceTree = ""; }; + 8BE68E8528DB7B110031C62E /* CAAutoDisposer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAutoDisposer.h; sourceTree = ""; }; + 8BE68E8628DB7B110031C62E /* CACFPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPreferences.h; sourceTree = ""; }; + 8BE68E8728DB7B110031C62E /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 8BE68E8828DB7B110031C62E /* CAComponentDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponentDescription.h; sourceTree = ""; }; + 8BE68E8928DB7B110031C62E /* CADebugMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugMacros.h; sourceTree = ""; }; + 8BE68E8A28DB7B110031C62E /* AUOutputBL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputBL.h; sourceTree = ""; }; + 8BE68E8B28DB7B110031C62E /* CADebugPrintf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugPrintf.cpp; sourceTree = ""; }; + 8BE68E8C28DB7B110031C62E /* CARingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CARingBuffer.cpp; sourceTree = ""; }; + 8BE68E8D28DB7B110031C62E /* CACFPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPlugIn.h; sourceTree = ""; }; + 8BE68E8E28DB7B110031C62E /* CASettingsStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASettingsStorage.cpp; sourceTree = ""; }; + 8BE68E8F28DB7B110031C62E /* CAMixMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMixMap.h; sourceTree = ""; }; + 8BE68E9028DB7B110031C62E /* CACFDistributedNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDistributedNotification.h; sourceTree = ""; }; + 8BE68E9128DB7B110031C62E /* CAFilePathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAFilePathUtils.h; sourceTree = ""; }; + 8BE68E9228DB7B110031C62E /* CATink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATink.h; sourceTree = ""; }; + 8BE68E9328DB7B110031C62E /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BE68E9428DB7B110031C62E /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BE68E9528DB7B110031C62E /* CAProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAProcess.cpp; sourceTree = ""; }; + 8BE68E9628DB7B110031C62E /* CAHostTimeBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAHostTimeBase.cpp; sourceTree = ""; }; + 8BE68E9728DB7B110031C62E /* CAPersistence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPersistence.cpp; sourceTree = ""; }; + 8BE68E9828DB7B110031C62E /* CAAudioBufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioBufferList.cpp; sourceTree = ""; }; + 8BE68E9928DB7B110031C62E /* CAAudioTimeStamp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioTimeStamp.cpp; sourceTree = ""; }; + 8BE68E9A28DB7B110031C62E /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 8BE68E9B28DB7B110031C62E /* CAByteOrder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAByteOrder.h; sourceTree = ""; }; + 8BE68E9C28DB7B110031C62E /* CACFArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFArray.h; sourceTree = ""; }; + 8BE68E9D28DB7B110031C62E /* CAAtomicStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomicStack.h; sourceTree = ""; }; + 8BE68E9E28DB7B110031C62E /* CAReferenceCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAReferenceCounted.h; sourceTree = ""; }; + 8BE68E9F28DB7B110031C62E /* CACFMachPort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMachPort.cpp; sourceTree = ""; }; + 8BE68EA028DB7B110031C62E /* CABufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABufferList.cpp; sourceTree = ""; }; + 8BE68EA128DB7B110031C62E /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BE68EA228DB7B110031C62E /* CADebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugger.cpp; sourceTree = ""; }; + 8BE68EA328DB7B110031C62E /* CABundleLocker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABundleLocker.cpp; sourceTree = ""; }; + 8BE68EA428DB7B110031C62E /* CAAudioFileFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioFileFormats.cpp; sourceTree = ""; }; + 8BE68EA528DB7B110031C62E /* CAMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMath.h; sourceTree = ""; }; + 8BE68EA628DB7B110031C62E /* CACFArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFArray.cpp; sourceTree = ""; }; + 8BE68EA728DB7B110031C62E /* CACFMessagePort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMessagePort.h; sourceTree = ""; }; + 8BE68EA828DB7B110031C62E /* CAAudioValueRange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioValueRange.cpp; sourceTree = ""; }; + 8BE68EA928DB7B110031C62E /* CAAudioUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioUnit.cpp; sourceTree = ""; }; + 8BE68EAD28DB7B110031C62E /* AUViewLocalizedStringKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUViewLocalizedStringKeys.h; sourceTree = ""; }; + 8BE68EAF28DB7B110031C62E /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BE68EB028DB7B110031C62E /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BE68EB128DB7B110031C62E /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BE68EB228DB7B110031C62E /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BE68EB328DB7B110031C62E /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BE68EB428DB7B110031C62E /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BE68EB528DB7B110031C62E /* AUPlugInDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUPlugInDispatch.h; sourceTree = ""; }; + 8BE68EB628DB7B110031C62E /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BE68EB728DB7B110031C62E /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BE68EB828DB7B110031C62E /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BE68EB928DB7B110031C62E /* AUPlugInDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUPlugInDispatch.cpp; sourceTree = ""; }; + 8BE68EBA28DB7B110031C62E /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BE68EBB28DB7B110031C62E /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BE68EBC28DB7B110031C62E /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BE68EBD28DB7B110031C62E /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BE68EBF28DB7B110031C62E /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BE68EC028DB7B110031C62E /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BE68EC228DB7B110031C62E /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BE68EC328DB7B110031C62E /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBaseHelper.cpp; sourceTree = ""; }; + 8BE68EC428DB7B110031C62E /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BE68EC528DB7B110031C62E /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BE68EC628DB7B110031C62E /* AUTimestampGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUTimestampGenerator.cpp; sourceTree = ""; }; + 8BE68EC728DB7B110031C62E /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BE68EC828DB7B110031C62E /* AUMIDIDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUMIDIDefs.h; sourceTree = ""; }; + 8BE68EC928DB7B110031C62E /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BE68ECA28DB7B110031C62E /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBaseHelper.h; sourceTree = ""; }; + 8BE68F4D28DB7BCA0031C62E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8D01CCD20486CAD60068D4B7 /* Baxandall2.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Baxandall2.component; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8D01CCCD0486CAD60068D4B7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */, + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */, + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* Baxandall2 */ = { + isa = PBXGroup; + children = ( + 08FB77ADFE841716C02AAC07 /* Source */, + 089C167CFE841241C02AAC07 /* Resources */, + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + ); + name = Baxandall2; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */, + 8BA05B01072074F900365D66 /* CoreServices.framework */, + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */, + 8BA05AFA072074E100365D66 /* AudioUnit.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + 089C167DFE841241C02AAC07 /* InfoPlist.strings */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8BE68E4128DB7B110031C62E /* CA_SDK */, + 8BA05A56072072A900365D66 /* AU Source */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 8D01CCD20486CAD60068D4B7 /* Baxandall2.component */, + ); + name = Products; + sourceTree = ""; + }; + 8BA05A56072072A900365D66 /* AU Source */ = { + isa = PBXGroup; + children = ( + 8BC6025B073B072D006C4272 /* Baxandall2.h */, + 8BA05A660720730100365D66 /* Baxandall2.cpp */, + 8BA05A670720730100365D66 /* Baxandall2.exp */, + 8BA05A680720730100365D66 /* Baxandall2.r */, + 8BA05A690720730100365D66 /* Baxandall2Version.h */, + ); + name = "AU Source"; + sourceTree = ""; + }; + 8BE68E4128DB7B110031C62E /* CA_SDK */ = { + isa = PBXGroup; + children = ( + 8BE68E4228DB7B110031C62E /* PublicUtility */, + 8BE68EAA28DB7B110031C62E /* AudioUnits */, + ); + name = CA_SDK; + path = ../../../../CA_SDK; + sourceTree = ""; + }; + 8BE68E4228DB7B110031C62E /* PublicUtility */ = { + isa = PBXGroup; + children = ( + 8BE68E4328DB7B110031C62E /* CAExtAudioFile.h */, + 8BE68E4428DB7B110031C62E /* CACFMachPort.h */, + 8BE68E4528DB7B110031C62E /* CABool.h */, + 8BE68E4628DB7B110031C62E /* CAComponent.cpp */, + 8BE68E4728DB7B110031C62E /* CADebugger.h */, + 8BE68E4828DB7B110031C62E /* CACFNumber.cpp */, + 8BE68E4928DB7B110031C62E /* CAGuard.h */, + 8BE68E4A28DB7B110031C62E /* CAAtomic.h */, + 8BE68E4B28DB7B110031C62E /* CAStreamBasicDescription.h */, + 8BE68E4C28DB7B110031C62E /* CACFObject.h */, + 8BE68E4D28DB7B110031C62E /* CAStreamRangedDescription.h */, + 8BE68E4E28DB7B110031C62E /* CATokenMap.h */, + 8BE68E4F28DB7B110031C62E /* CAComponent.h */, + 8BE68E5028DB7B110031C62E /* CAAudioBufferList.h */, + 8BE68E5128DB7B110031C62E /* CAAudioUnit.h */, + 8BE68E5228DB7B110031C62E /* CAAUParameter.h */, + 8BE68E5328DB7B110031C62E /* CAException.h */, + 8BE68E5428DB7B110031C62E /* CAAUProcessor.cpp */, + 8BE68E5528DB7B110031C62E /* CAAUProcessor.h */, + 8BE68E5628DB7B110031C62E /* CAProcess.h */, + 8BE68E5728DB7B110031C62E /* CACFDictionary.h */, + 8BE68E5828DB7B110031C62E /* CAPThread.h */, + 8BE68E5928DB7B110031C62E /* CAAUParameter.cpp */, + 8BE68E5A28DB7B110031C62E /* CAAudioTimeStamp.h */, + 8BE68E5B28DB7B110031C62E /* CAFilePathUtils.cpp */, + 8BE68E5C28DB7B110031C62E /* CAAudioValueRange.h */, + 8BE68E5D28DB7B110031C62E /* CAVectorUnitTypes.h */, + 8BE68E5E28DB7B110031C62E /* CAAudioChannelLayoutObject.cpp */, + 8BE68E5F28DB7B110031C62E /* CAGuard.cpp */, + 8BE68E6028DB7B110031C62E /* CACFNumber.h */, + 8BE68E6128DB7B110031C62E /* CACFDistributedNotification.cpp */, + 8BE68E6228DB7B110031C62E /* CACFString.h */, + 8BE68E6328DB7B110031C62E /* CAAUMIDIMapManager.cpp */, + 8BE68E6428DB7B110031C62E /* CAComponentDescription.cpp */, + 8BE68E6528DB7B110031C62E /* CAHostTimeBase.h */, + 8BE68E6628DB7B110031C62E /* CADebugMacros.cpp */, + 8BE68E6728DB7B110031C62E /* CAAudioFileFormats.h */, + 8BE68E6828DB7B110031C62E /* CAAUMIDIMapManager.h */, + 8BE68E6928DB7B110031C62E /* CACFDictionary.cpp */, + 8BE68E6A28DB7B110031C62E /* CAMutex.h */, + 8BE68E6B28DB7B110031C62E /* CACFString.cpp */, + 8BE68E6C28DB7B110031C62E /* CASettingsStorage.h */, + 8BE68E6D28DB7B110031C62E /* CADebugPrintf.h */, + 8BE68E6E28DB7B110031C62E /* CAXException.cpp */, + 8BE68E6F28DB7B110031C62E /* CAAUMIDIMap.h */, + 8BE68E7028DB7B110031C62E /* AUParamInfo.h */, + 8BE68E7128DB7B110031C62E /* CABitOperations.h */, + 8BE68E7228DB7B110031C62E /* CACFPreferences.cpp */, + 8BE68E7328DB7B110031C62E /* CABundleLocker.h */, + 8BE68E7428DB7B110031C62E /* CAPropertyAddress.h */, + 8BE68E7528DB7B110031C62E /* CAXException.h */, + 8BE68E7628DB7B110031C62E /* CAAudioChannelLayout.cpp */, + 8BE68E7728DB7B110031C62E /* CAThreadSafeList.h */, + 8BE68E7828DB7B110031C62E /* CAAudioUnitOutputCapturer.h */, + 8BE68E7928DB7B110031C62E /* AUParamInfo.cpp */, + 8BE68E7A28DB7B110031C62E /* CASharedLibrary.cpp */, + 8BE68E7B28DB7B110031C62E /* CAAUMIDIMap.cpp */, + 8BE68E7C28DB7B110031C62E /* CALogMacros.h */, + 8BE68E7D28DB7B110031C62E /* CACFMessagePort.cpp */, + 8BE68E7E28DB7B110031C62E /* CARingBuffer.h */, + 8BE68E7F28DB7B110031C62E /* AUOutputBL.cpp */, + 8BE68E8028DB7B110031C62E /* CABufferList.h */, + 8BE68E8128DB7B110031C62E /* CASharedLibrary.h */, + 8BE68E8228DB7B110031C62E /* CACFData.h */, + 8BE68E8328DB7B110031C62E /* CAStreamRangedDescription.cpp */, + 8BE68E8428DB7B110031C62E /* CAPThread.cpp */, + 8BE68E8528DB7B110031C62E /* CAAutoDisposer.h */, + 8BE68E8628DB7B110031C62E /* CACFPreferences.h */, + 8BE68E8728DB7B110031C62E /* CAVectorUnit.cpp */, + 8BE68E8828DB7B110031C62E /* CAComponentDescription.h */, + 8BE68E8928DB7B110031C62E /* CADebugMacros.h */, + 8BE68E8A28DB7B110031C62E /* AUOutputBL.h */, + 8BE68E8B28DB7B110031C62E /* CADebugPrintf.cpp */, + 8BE68E8C28DB7B110031C62E /* CARingBuffer.cpp */, + 8BE68E8D28DB7B110031C62E /* CACFPlugIn.h */, + 8BE68E8E28DB7B110031C62E /* CASettingsStorage.cpp */, + 8BE68E8F28DB7B110031C62E /* CAMixMap.h */, + 8BE68E9028DB7B110031C62E /* CACFDistributedNotification.h */, + 8BE68E9128DB7B110031C62E /* CAFilePathUtils.h */, + 8BE68E9228DB7B110031C62E /* CATink.h */, + 8BE68E9328DB7B110031C62E /* CAStreamBasicDescription.cpp */, + 8BE68E9428DB7B110031C62E /* CAAudioChannelLayout.h */, + 8BE68E9528DB7B110031C62E /* CAProcess.cpp */, + 8BE68E9628DB7B110031C62E /* CAHostTimeBase.cpp */, + 8BE68E9728DB7B110031C62E /* CAPersistence.cpp */, + 8BE68E9828DB7B110031C62E /* CAAudioBufferList.cpp */, + 8BE68E9928DB7B110031C62E /* CAAudioTimeStamp.cpp */, + 8BE68E9A28DB7B110031C62E /* CAVectorUnit.h */, + 8BE68E9B28DB7B110031C62E /* CAByteOrder.h */, + 8BE68E9C28DB7B110031C62E /* CACFArray.h */, + 8BE68E9D28DB7B110031C62E /* CAAtomicStack.h */, + 8BE68E9E28DB7B110031C62E /* CAReferenceCounted.h */, + 8BE68E9F28DB7B110031C62E /* CACFMachPort.cpp */, + 8BE68EA028DB7B110031C62E /* CABufferList.cpp */, + 8BE68EA128DB7B110031C62E /* CAMutex.cpp */, + 8BE68EA228DB7B110031C62E /* CADebugger.cpp */, + 8BE68EA328DB7B110031C62E /* CABundleLocker.cpp */, + 8BE68EA428DB7B110031C62E /* CAAudioFileFormats.cpp */, + 8BE68EA528DB7B110031C62E /* CAMath.h */, + 8BE68EA628DB7B110031C62E /* CACFArray.cpp */, + 8BE68EA728DB7B110031C62E /* CACFMessagePort.h */, + 8BE68EA828DB7B110031C62E /* CAAudioValueRange.cpp */, + 8BE68EA928DB7B110031C62E /* CAAudioUnit.cpp */, + ); + path = PublicUtility; + sourceTree = ""; + }; + 8BE68EAA28DB7B110031C62E /* AudioUnits */ = { + isa = PBXGroup; + children = ( + 8BE68EAB28DB7B110031C62E /* AUPublic */, + ); + path = AudioUnits; + sourceTree = ""; + }; + 8BE68EAB28DB7B110031C62E /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BE68EAC28DB7B110031C62E /* AUViewBase */, + 8BE68EAE28DB7B110031C62E /* AUBase */, + 8BE68EBE28DB7B110031C62E /* OtherBases */, + 8BE68EC128DB7B110031C62E /* Utility */, + ); + path = AUPublic; + sourceTree = ""; + }; + 8BE68EAC28DB7B110031C62E /* AUViewBase */ = { + isa = PBXGroup; + children = ( + 8BE68EAD28DB7B110031C62E /* AUViewLocalizedStringKeys.h */, + ); + path = AUViewBase; + sourceTree = ""; + }; + 8BE68EAE28DB7B110031C62E /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BE68EAF28DB7B110031C62E /* ComponentBase.cpp */, + 8BE68EB028DB7B110031C62E /* AUScopeElement.cpp */, + 8BE68EB128DB7B110031C62E /* ComponentBase.h */, + 8BE68EB228DB7B110031C62E /* AUBase.cpp */, + 8BE68EB328DB7B110031C62E /* AUInputElement.h */, + 8BE68EB428DB7B110031C62E /* AUBase.h */, + 8BE68EB528DB7B110031C62E /* AUPlugInDispatch.h */, + 8BE68EB628DB7B110031C62E /* AUDispatch.h */, + 8BE68EB728DB7B110031C62E /* AUOutputElement.cpp */, + 8BE68EB828DB7B110031C62E /* AUResources.r */, + 8BE68EB928DB7B110031C62E /* AUPlugInDispatch.cpp */, + 8BE68EBA28DB7B110031C62E /* AUOutputElement.h */, + 8BE68EBB28DB7B110031C62E /* AUDispatch.cpp */, + 8BE68EBC28DB7B110031C62E /* AUScopeElement.h */, + 8BE68EBD28DB7B110031C62E /* AUInputElement.cpp */, + ); + path = AUBase; + sourceTree = ""; + }; + 8BE68EBE28DB7B110031C62E /* OtherBases */ = { + isa = PBXGroup; + children = ( + 8BE68EBF28DB7B110031C62E /* AUEffectBase.cpp */, + 8BE68EC028DB7B110031C62E /* AUEffectBase.h */, + ); + path = OtherBases; + sourceTree = ""; + }; + 8BE68EC128DB7B110031C62E /* Utility */ = { + isa = PBXGroup; + children = ( + 8BE68EC228DB7B110031C62E /* AUTimestampGenerator.h */, + 8BE68EC328DB7B110031C62E /* AUBaseHelper.cpp */, + 8BE68EC428DB7B110031C62E /* AUSilentTimeout.h */, + 8BE68EC528DB7B110031C62E /* AUInputFormatConverter.h */, + 8BE68EC628DB7B110031C62E /* AUTimestampGenerator.cpp */, + 8BE68EC728DB7B110031C62E /* AUBuffer.cpp */, + 8BE68EC828DB7B110031C62E /* AUMIDIDefs.h */, + 8BE68EC928DB7B110031C62E /* AUBuffer.h */, + 8BE68ECA28DB7B110031C62E /* AUBaseHelper.h */, + ); + path = Utility; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BE68EFB28DB7B120031C62E /* CABundleLocker.h in Headers */, + 8BE68F1C28DB7B120031C62E /* CAAudioChannelLayout.h in Headers */, + 8BE68F1228DB7B120031C62E /* AUOutputBL.h in Headers */, + 8BE68EED28DB7B120031C62E /* CAHostTimeBase.h in Headers */, + 8BE68F3528DB7B120031C62E /* ComponentBase.h in Headers */, + 8BE68F2528DB7B120031C62E /* CAAtomicStack.h in Headers */, + 8BE68EE228DB7B120031C62E /* CAAudioTimeStamp.h in Headers */, + 8BE68EFF28DB7B120031C62E /* CAThreadSafeList.h in Headers */, + 8BE68EDA28DB7B120031C62E /* CAAUParameter.h in Headers */, + 8BE68F4C28DB7B120031C62E /* AUBaseHelper.h in Headers */, + 8BE68F4428DB7B120031C62E /* AUTimestampGenerator.h in Headers */, + 8BE68EF528DB7B120031C62E /* CADebugPrintf.h in Headers */, + 8BE68F2F28DB7B120031C62E /* CACFMessagePort.h in Headers */, + 8BE68EDD28DB7B120031C62E /* CAAUProcessor.h in Headers */, + 8BE68ED928DB7B120031C62E /* CAAudioUnit.h in Headers */, + 8BE68F3228DB7B120031C62E /* AUViewLocalizedStringKeys.h in Headers */, + 8BE68F1828DB7B120031C62E /* CACFDistributedNotification.h in Headers */, + 8BE68ED728DB7B120031C62E /* CAComponent.h in Headers */, + 8BE68EE528DB7B120031C62E /* CAVectorUnitTypes.h in Headers */, + 8BA05A6E0720730100365D66 /* Baxandall2Version.h in Headers */, + 8BE68F1928DB7B120031C62E /* CAFilePathUtils.h in Headers */, + 8BE68EDB28DB7B120031C62E /* CAException.h in Headers */, + 8BE68ED228DB7B110031C62E /* CAAtomic.h in Headers */, + 8BE68ED128DB7B110031C62E /* CAGuard.h in Headers */, + 8BE68F3728DB7B120031C62E /* AUInputElement.h in Headers */, + 8BE68F0E28DB7B120031C62E /* CACFPreferences.h in Headers */, + 8BE68F2328DB7B120031C62E /* CAByteOrder.h in Headers */, + 8BE68F0628DB7B120031C62E /* CARingBuffer.h in Headers */, + 8BE68ECD28DB7B110031C62E /* CABool.h in Headers */, + 8BE68EF228DB7B120031C62E /* CAMutex.h in Headers */, + 8BE68F3828DB7B120031C62E /* AUBase.h in Headers */, + 8BC6025C073B072D006C4272 /* Baxandall2.h in Headers */, + 8BE68EEA28DB7B120031C62E /* CACFString.h in Headers */, + 8BE68F0928DB7B120031C62E /* CASharedLibrary.h in Headers */, + 8BE68ED628DB7B120031C62E /* CATokenMap.h in Headers */, + 8BE68ECB28DB7B110031C62E /* CAExtAudioFile.h in Headers */, + 8BE68EE028DB7B120031C62E /* CAPThread.h in Headers */, + 8BE68EFC28DB7B120031C62E /* CAPropertyAddress.h in Headers */, + 8BE68F2628DB7B120031C62E /* CAReferenceCounted.h in Headers */, + 8BE68F4B28DB7B120031C62E /* AUBuffer.h in Headers */, + 8BE68F2D28DB7B120031C62E /* CAMath.h in Headers */, + 8BE68F0D28DB7B120031C62E /* CAAutoDisposer.h in Headers */, + 8BE68ED428DB7B110031C62E /* CACFObject.h in Headers */, + 8BE68EF428DB7B120031C62E /* CASettingsStorage.h in Headers */, + 8BE68EFD28DB7B120031C62E /* CAXException.h in Headers */, + 8BE68F1A28DB7B120031C62E /* CATink.h in Headers */, + 8BE68F4728DB7B120031C62E /* AUInputFormatConverter.h in Headers */, + 8BE68F2228DB7B120031C62E /* CAVectorUnit.h in Headers */, + 8BE68EDE28DB7B120031C62E /* CAProcess.h in Headers */, + 8BE68EE428DB7B120031C62E /* CAAudioValueRange.h in Headers */, + 8BE68EF928DB7B120031C62E /* CABitOperations.h in Headers */, + 8BE68EEF28DB7B120031C62E /* CAAudioFileFormats.h in Headers */, + 8BE68EE828DB7B120031C62E /* CACFNumber.h in Headers */, + 8BE68F0028DB7B120031C62E /* CAAudioUnitOutputCapturer.h in Headers */, + 8BE68F1128DB7B120031C62E /* CADebugMacros.h in Headers */, + 8BE68F4A28DB7B120031C62E /* AUMIDIDefs.h in Headers */, + 8BE68F0A28DB7B120031C62E /* CACFData.h in Headers */, + 8BE68ED328DB7B110031C62E /* CAStreamBasicDescription.h in Headers */, + 8BE68F3928DB7B120031C62E /* AUPlugInDispatch.h in Headers */, + 8BE68ED528DB7B120031C62E /* CAStreamRangedDescription.h in Headers */, + 8BE68F1528DB7B120031C62E /* CACFPlugIn.h in Headers */, + 8BE68ED828DB7B120031C62E /* CAAudioBufferList.h in Headers */, + 8BE68EF028DB7B120031C62E /* CAAUMIDIMapManager.h in Headers */, + 8BE68F4328DB7B120031C62E /* AUEffectBase.h in Headers */, + 8BE68EDF28DB7B120031C62E /* CACFDictionary.h in Headers */, + 8BE68F4028DB7B120031C62E /* AUScopeElement.h in Headers */, + 8BE68F1028DB7B120031C62E /* CAComponentDescription.h in Headers */, + 8BE68F4628DB7B120031C62E /* AUSilentTimeout.h in Headers */, + 8BE68F0828DB7B120031C62E /* CABufferList.h in Headers */, + 8BE68F3A28DB7B120031C62E /* AUDispatch.h in Headers */, + 8BE68F3E28DB7B120031C62E /* AUOutputElement.h in Headers */, + 8BE68F0428DB7B120031C62E /* CALogMacros.h in Headers */, + 8BE68EF828DB7B120031C62E /* AUParamInfo.h in Headers */, + 8BE68F1728DB7B120031C62E /* CAMixMap.h in Headers */, + 8BE68F2428DB7B120031C62E /* CACFArray.h in Headers */, + 8BE68ECC28DB7B110031C62E /* CACFMachPort.h in Headers */, + 8BE68EF728DB7B120031C62E /* CAAUMIDIMap.h in Headers */, + 8BE68ECF28DB7B110031C62E /* CADebugger.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Baxandall2 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Baxandall2" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCD0486CAD60068D4B7 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Baxandall2; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = Baxandall2; + productReference = 8D01CCD20486CAD60068D4B7 /* Baxandall2.component */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1340; + }; + buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Baxandall2" */; + compatibilityVersion = "Xcode 3.1"; + developmentRegion = en; + hasScannedForEncodings = 1; + knownRegions = ( + de, + ja, + Base, + en, + fr, + ); + mainGroup = 089C166AFE841209C02AAC07 /* Baxandall2 */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Baxandall2 */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BE68F0728DB7B120031C62E /* AUOutputBL.cpp in Sources */, + 8BE68F2C28DB7B120031C62E /* CAAudioFileFormats.cpp in Sources */, + 8BE68F1E28DB7B120031C62E /* CAHostTimeBase.cpp in Sources */, + 8BE68EF628DB7B120031C62E /* CAXException.cpp in Sources */, + 8BE68F2028DB7B120031C62E /* CAAudioBufferList.cpp in Sources */, + 8BE68EE328DB7B120031C62E /* CAFilePathUtils.cpp in Sources */, + 8BE68EE128DB7B120031C62E /* CAAUParameter.cpp in Sources */, + 8BE68F0328DB7B120031C62E /* CAAUMIDIMap.cpp in Sources */, + 8BE68F3028DB7B120031C62E /* CAAudioValueRange.cpp in Sources */, + 8BE68F3F28DB7B120031C62E /* AUDispatch.cpp in Sources */, + 8BE68EFA28DB7B120031C62E /* CACFPreferences.cpp in Sources */, + 8BE68F3D28DB7B120031C62E /* AUPlugInDispatch.cpp in Sources */, + 8BE68EDC28DB7B120031C62E /* CAAUProcessor.cpp in Sources */, + 8BE68EF128DB7B120031C62E /* CACFDictionary.cpp in Sources */, + 8BE68F4528DB7B120031C62E /* AUBaseHelper.cpp in Sources */, + 8BE68F2A28DB7B120031C62E /* CADebugger.cpp in Sources */, + 8BE68EFE28DB7B120031C62E /* CAAudioChannelLayout.cpp in Sources */, + 8BE68F0128DB7B120031C62E /* AUParamInfo.cpp in Sources */, + 8BE68F1F28DB7B120031C62E /* CAPersistence.cpp in Sources */, + 8BE68F1328DB7B120031C62E /* CADebugPrintf.cpp in Sources */, + 8BE68F4828DB7B120031C62E /* AUTimestampGenerator.cpp in Sources */, + 8BE68F1B28DB7B120031C62E /* CAStreamBasicDescription.cpp in Sources */, + 8BE68EEB28DB7B120031C62E /* CAAUMIDIMapManager.cpp in Sources */, + 8BE68F1628DB7B120031C62E /* CASettingsStorage.cpp in Sources */, + 8BE68F3B28DB7B120031C62E /* AUOutputElement.cpp in Sources */, + 8BE68EE728DB7B120031C62E /* CAGuard.cpp in Sources */, + 8BA05A6B0720730100365D66 /* Baxandall2.cpp in Sources */, + 8BE68F2928DB7B120031C62E /* CAMutex.cpp in Sources */, + 8BE68F4228DB7B120031C62E /* AUEffectBase.cpp in Sources */, + 8BE68F2728DB7B120031C62E /* CACFMachPort.cpp in Sources */, + 8BE68F3628DB7B120031C62E /* AUBase.cpp in Sources */, + 8BE68F0228DB7B120031C62E /* CASharedLibrary.cpp in Sources */, + 8BE68EE928DB7B120031C62E /* CACFDistributedNotification.cpp in Sources */, + 8BE68EEC28DB7B120031C62E /* CAComponentDescription.cpp in Sources */, + 8BE68EF328DB7B120031C62E /* CACFString.cpp in Sources */, + 8BE68F3328DB7B120031C62E /* ComponentBase.cpp in Sources */, + 8BE68F1428DB7B120031C62E /* CARingBuffer.cpp in Sources */, + 8BE68F3428DB7B120031C62E /* AUScopeElement.cpp in Sources */, + 8BE68F3128DB7B120031C62E /* CAAudioUnit.cpp in Sources */, + 8BE68F2E28DB7B120031C62E /* CACFArray.cpp in Sources */, + 8BE68F2B28DB7B120031C62E /* CABundleLocker.cpp in Sources */, + 8BE68F1D28DB7B120031C62E /* CAProcess.cpp in Sources */, + 8BE68F0B28DB7B120031C62E /* CAStreamRangedDescription.cpp in Sources */, + 8BE68F0C28DB7B120031C62E /* CAPThread.cpp in Sources */, + 8BE68ECE28DB7B110031C62E /* CAComponent.cpp in Sources */, + 8BE68EE628DB7B120031C62E /* CAAudioChannelLayoutObject.cpp in Sources */, + 8BE68F2128DB7B120031C62E /* CAAudioTimeStamp.cpp in Sources */, + 8BE68F2828DB7B120031C62E /* CABufferList.cpp in Sources */, + 8BE68F0528DB7B120031C62E /* CACFMessagePort.cpp in Sources */, + 8BE68F0F28DB7B120031C62E /* CAVectorUnit.cpp in Sources */, + 8BE68F4128DB7B120031C62E /* AUInputElement.cpp in Sources */, + 8BE68F4928DB7B120031C62E /* AUBuffer.cpp in Sources */, + 8BE68EEE28DB7B120031C62E /* CADebugMacros.cpp in Sources */, + 8BE68ED028DB7B110031C62E /* CACFNumber.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 8BE68F4D28DB7BCA0031C62E /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 3E4BA244089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEVELOPMENT_TEAM = 9BMAKYA76W; + EXPORTED_SYMBOLS_FILE = Baxandall2.exp; + GCC_OPTIMIZATION_LEVEL = 0; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; + PRODUCT_NAME = Baxandall2; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_STYLE = debugging; + WRAPPER_EXTENSION = component; + }; + name = Debug; + }; + 3E4BA245089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEVELOPMENT_TEAM = 9BMAKYA76W; + EXPORTED_SYMBOLS_FILE = Baxandall2.exp; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; + PRODUCT_NAME = Baxandall2; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = debugging; + WRAPPER_EXTENSION = component; + }; + name = Release; + }; + 3E4BA248089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Debug; + }; + 3E4BA249089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Baxandall2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA244089833B7007656EC /* Debug */, + 3E4BA245089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Baxandall2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA248089833B7007656EC /* Debug */, + 3E4BA249089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 000000000..992bacab5 Binary files /dev/null and b/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/xcshareddata/xcschemes/Baxandall2.xcscheme b/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/xcshareddata/xcschemes/Baxandall2.xcscheme new file mode 100644 index 000000000..9ab93a1a8 --- /dev/null +++ b/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/xcshareddata/xcschemes/Baxandall2.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 000000000..1ce3f88df --- /dev/null +++ b/plugins/MacSignedAU/Baxandall2/Baxandall2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Baxandall2.xcscheme_^#shared#^_ + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedAU/Baxandall2/Baxandall2Version.h b/plugins/MacSignedAU/Baxandall2/Baxandall2Version.h new file mode 100755 index 000000000..c87942f7f --- /dev/null +++ b/plugins/MacSignedAU/Baxandall2/Baxandall2Version.h @@ -0,0 +1,58 @@ +/* +* File: Baxandall2Version.h +* +* Version: 1.0 +* +* Created: 9/16/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#ifndef __Baxandall2Version_h__ +#define __Baxandall2Version_h__ + + +#ifdef DEBUG + #define kBaxandall2Version 0xFFFFFFFF +#else + #define kBaxandall2Version 0x00010000 +#endif + +//~~~~~~~~~~~~~~ Change!!! ~~~~~~~~~~~~~~~~~~~~~// +#define Baxandall2_COMP_MANF 'Dthr' +#define Baxandall2_COMP_SUBTYPE 'baxb' +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// + +#endif + diff --git a/plugins/MacSignedAU/Baxandall2/Info.plist b/plugins/MacSignedAU/Baxandall2/Info.plist new file mode 100755 index 000000000..5ac047dc2 --- /dev/null +++ b/plugins/MacSignedAU/Baxandall2/Info.plist @@ -0,0 +1,47 @@ + + + + + AudioComponents + + + description + ${PRODUCT_NAME:identifier} AU + factoryFunction + ${PRODUCT_NAME:identifier}Factory + manufacturer + Dthr + name + Airwindows: ${PRODUCT_NAME:identifier} + subtype + baxb + type + aufx + version + 65536 + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PROJECTNAMEASIDENTIFIER} + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + DthX + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacSignedAU/Baxandall2/en.lproj/InfoPlist.strings b/plugins/MacSignedAU/Baxandall2/en.lproj/InfoPlist.strings new file mode 100755 index 000000000..7b1004358 Binary files /dev/null and b/plugins/MacSignedAU/Baxandall2/en.lproj/InfoPlist.strings differ diff --git a/plugins/MacSignedAU/Baxandall2/version.plist b/plugins/MacSignedAU/Baxandall2/version.plist new file mode 100755 index 000000000..11edf8a1b --- /dev/null +++ b/plugins/MacSignedAU/Baxandall2/version.plist @@ -0,0 +1,16 @@ + + + + + BuildVersion + 3 + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 + ProjectName + ${EXECUTABLE_NAME} + SourceVersion + 590000 + + diff --git a/plugins/MacSignedAU/Beam/Beam.cpp b/plugins/MacSignedAU/Beam/Beam.cpp index 9021e00b5..1eb1917a1 100755 --- a/plugins/MacSignedAU/Beam/Beam.cpp +++ b/plugins/MacSignedAU/Beam/Beam.cpp @@ -5,7 +5,7 @@ * * Created: 5/30/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Beam/Beam.h b/plugins/MacSignedAU/Beam/Beam.h index 0926fe534..bc383dc6c 100755 --- a/plugins/MacSignedAU/Beam/Beam.h +++ b/plugins/MacSignedAU/Beam/Beam.h @@ -5,7 +5,7 @@ * * Created: 5/30/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Beam/Beam.r b/plugins/MacSignedAU/Beam/Beam.r index 9842dd356..7dbed9a23 100755 --- a/plugins/MacSignedAU/Beam/Beam.r +++ b/plugins/MacSignedAU/Beam/Beam.r @@ -5,7 +5,7 @@ * * Created: 5/30/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Beam/BeamVersion.h b/plugins/MacSignedAU/Beam/BeamVersion.h index 9392f4271..1c400e772 100755 --- a/plugins/MacSignedAU/Beam/BeamVersion.h +++ b/plugins/MacSignedAU/Beam/BeamVersion.h @@ -5,7 +5,7 @@ * * Created: 5/30/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BigAmp/BigAmp.cpp b/plugins/MacSignedAU/BigAmp/BigAmp.cpp index 21fd0efe7..21db142eb 100755 --- a/plugins/MacSignedAU/BigAmp/BigAmp.cpp +++ b/plugins/MacSignedAU/BigAmp/BigAmp.cpp @@ -5,7 +5,7 @@ * * Created: 3/21/22 * - * Copyright: Copyright © 2022 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacSignedAU/BigAmp/BigAmp.h b/plugins/MacSignedAU/BigAmp/BigAmp.h index 0428edbe9..a31e6b145 100755 --- a/plugins/MacSignedAU/BigAmp/BigAmp.h +++ b/plugins/MacSignedAU/BigAmp/BigAmp.h @@ -5,7 +5,7 @@ * * Created: 3/21/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BigAmp/BigAmp.r b/plugins/MacSignedAU/BigAmp/BigAmp.r index eaf5f93b1..8f2342b8c 100755 --- a/plugins/MacSignedAU/BigAmp/BigAmp.r +++ b/plugins/MacSignedAU/BigAmp/BigAmp.r @@ -5,7 +5,7 @@ * * Created: 3/21/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BigAmp/BigAmpVersion.h b/plugins/MacSignedAU/BigAmp/BigAmpVersion.h index bfd1ce344..ada357a98 100755 --- a/plugins/MacSignedAU/BigAmp/BigAmpVersion.h +++ b/plugins/MacSignedAU/BigAmp/BigAmpVersion.h @@ -5,7 +5,7 @@ * * Created: 3/21/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Biquad/Biquad.cpp b/plugins/MacSignedAU/Biquad/Biquad.cpp index 220c19a18..5100e611d 100755 --- a/plugins/MacSignedAU/Biquad/Biquad.cpp +++ b/plugins/MacSignedAU/Biquad/Biquad.cpp @@ -5,7 +5,7 @@ * * Created: 6/28/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Biquad/Biquad.h b/plugins/MacSignedAU/Biquad/Biquad.h index 11922285e..b372718ee 100755 --- a/plugins/MacSignedAU/Biquad/Biquad.h +++ b/plugins/MacSignedAU/Biquad/Biquad.h @@ -5,7 +5,7 @@ * * Created: 6/28/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Biquad/Biquad.r b/plugins/MacSignedAU/Biquad/Biquad.r index 01a1c39f8..600248055 100755 --- a/plugins/MacSignedAU/Biquad/Biquad.r +++ b/plugins/MacSignedAU/Biquad/Biquad.r @@ -5,7 +5,7 @@ * * Created: 6/28/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Biquad/BiquadVersion.h b/plugins/MacSignedAU/Biquad/BiquadVersion.h index 897d52dcf..f626d4d2f 100755 --- a/plugins/MacSignedAU/Biquad/BiquadVersion.h +++ b/plugins/MacSignedAU/Biquad/BiquadVersion.h @@ -5,7 +5,7 @@ * * Created: 6/28/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Biquad2/Biquad2.cpp b/plugins/MacSignedAU/Biquad2/Biquad2.cpp index a16d1db71..387fb772c 100755 --- a/plugins/MacSignedAU/Biquad2/Biquad2.cpp +++ b/plugins/MacSignedAU/Biquad2/Biquad2.cpp @@ -5,7 +5,7 @@ * * Created: 8/29/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Biquad2/Biquad2.h b/plugins/MacSignedAU/Biquad2/Biquad2.h index f7a63c78e..492246101 100755 --- a/plugins/MacSignedAU/Biquad2/Biquad2.h +++ b/plugins/MacSignedAU/Biquad2/Biquad2.h @@ -5,7 +5,7 @@ * * Created: 8/29/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Biquad2/Biquad2.r b/plugins/MacSignedAU/Biquad2/Biquad2.r index 9f545dd60..d2f6719fa 100755 --- a/plugins/MacSignedAU/Biquad2/Biquad2.r +++ b/plugins/MacSignedAU/Biquad2/Biquad2.r @@ -5,7 +5,7 @@ * * Created: 8/29/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Biquad2/Biquad2Version.h b/plugins/MacSignedAU/Biquad2/Biquad2Version.h index 0326ef4c5..6f967ca93 100755 --- a/plugins/MacSignedAU/Biquad2/Biquad2Version.h +++ b/plugins/MacSignedAU/Biquad2/Biquad2Version.h @@ -5,7 +5,7 @@ * * Created: 8/29/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadDouble/BiquadDouble.cpp b/plugins/MacSignedAU/BiquadDouble/BiquadDouble.cpp index 53130c65c..4e9252e1c 100755 --- a/plugins/MacSignedAU/BiquadDouble/BiquadDouble.cpp +++ b/plugins/MacSignedAU/BiquadDouble/BiquadDouble.cpp @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadDouble/BiquadDouble.h b/plugins/MacSignedAU/BiquadDouble/BiquadDouble.h index 31b0da988..1b4725351 100755 --- a/plugins/MacSignedAU/BiquadDouble/BiquadDouble.h +++ b/plugins/MacSignedAU/BiquadDouble/BiquadDouble.h @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadDouble/BiquadDouble.r b/plugins/MacSignedAU/BiquadDouble/BiquadDouble.r index 1592a8c36..7825acde0 100755 --- a/plugins/MacSignedAU/BiquadDouble/BiquadDouble.r +++ b/plugins/MacSignedAU/BiquadDouble/BiquadDouble.r @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadDouble/BiquadDoubleVersion.h b/plugins/MacSignedAU/BiquadDouble/BiquadDoubleVersion.h index 6b3b60d8e..f1fe0b2b4 100755 --- a/plugins/MacSignedAU/BiquadDouble/BiquadDoubleVersion.h +++ b/plugins/MacSignedAU/BiquadDouble/BiquadDoubleVersion.h @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadOneHalf/BiquadOneHalf.cpp b/plugins/MacSignedAU/BiquadOneHalf/BiquadOneHalf.cpp index 0fb573367..b8fbbe916 100755 --- a/plugins/MacSignedAU/BiquadOneHalf/BiquadOneHalf.cpp +++ b/plugins/MacSignedAU/BiquadOneHalf/BiquadOneHalf.cpp @@ -5,7 +5,7 @@ * * Created: 12/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadOneHalf/BiquadOneHalf.h b/plugins/MacSignedAU/BiquadOneHalf/BiquadOneHalf.h index ac9eb3197..7d86ca9b8 100755 --- a/plugins/MacSignedAU/BiquadOneHalf/BiquadOneHalf.h +++ b/plugins/MacSignedAU/BiquadOneHalf/BiquadOneHalf.h @@ -5,7 +5,7 @@ * * Created: 12/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadOneHalf/BiquadOneHalf.r b/plugins/MacSignedAU/BiquadOneHalf/BiquadOneHalf.r index 9d836d670..368b28f45 100755 --- a/plugins/MacSignedAU/BiquadOneHalf/BiquadOneHalf.r +++ b/plugins/MacSignedAU/BiquadOneHalf/BiquadOneHalf.r @@ -5,7 +5,7 @@ * * Created: 12/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadOneHalf/BiquadOneHalfVersion.h b/plugins/MacSignedAU/BiquadOneHalf/BiquadOneHalfVersion.h index 08e3c500d..855fbb5f2 100755 --- a/plugins/MacSignedAU/BiquadOneHalf/BiquadOneHalfVersion.h +++ b/plugins/MacSignedAU/BiquadOneHalf/BiquadOneHalfVersion.h @@ -5,7 +5,7 @@ * * Created: 12/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadPlus/BiquadPlus.cpp b/plugins/MacSignedAU/BiquadPlus/BiquadPlus.cpp index 630624999..0731e1492 100644 --- a/plugins/MacSignedAU/BiquadPlus/BiquadPlus.cpp +++ b/plugins/MacSignedAU/BiquadPlus/BiquadPlus.cpp @@ -5,7 +5,7 @@ * * Created: 9/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadPlus/BiquadPlus.h b/plugins/MacSignedAU/BiquadPlus/BiquadPlus.h index ba2304965..55150347c 100644 --- a/plugins/MacSignedAU/BiquadPlus/BiquadPlus.h +++ b/plugins/MacSignedAU/BiquadPlus/BiquadPlus.h @@ -5,7 +5,7 @@ * * Created: 9/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadPlus/BiquadPlus.r b/plugins/MacSignedAU/BiquadPlus/BiquadPlus.r index cd19fab4a..9a2846129 100644 --- a/plugins/MacSignedAU/BiquadPlus/BiquadPlus.r +++ b/plugins/MacSignedAU/BiquadPlus/BiquadPlus.r @@ -5,7 +5,7 @@ * * Created: 9/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadPlus/BiquadPlusVersion.h b/plugins/MacSignedAU/BiquadPlus/BiquadPlusVersion.h index 5c2865f7a..da2121f60 100644 --- a/plugins/MacSignedAU/BiquadPlus/BiquadPlusVersion.h +++ b/plugins/MacSignedAU/BiquadPlus/BiquadPlusVersion.h @@ -5,7 +5,7 @@ * * Created: 9/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadStereo/BiquadStereo.cpp b/plugins/MacSignedAU/BiquadStereo/BiquadStereo.cpp index af4e1b8a3..d4dc5a179 100755 --- a/plugins/MacSignedAU/BiquadStereo/BiquadStereo.cpp +++ b/plugins/MacSignedAU/BiquadStereo/BiquadStereo.cpp @@ -5,7 +5,7 @@ * * Created: 6/29/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadStereo/BiquadStereo.h b/plugins/MacSignedAU/BiquadStereo/BiquadStereo.h index 1aed23c4e..3d573aff3 100755 --- a/plugins/MacSignedAU/BiquadStereo/BiquadStereo.h +++ b/plugins/MacSignedAU/BiquadStereo/BiquadStereo.h @@ -5,7 +5,7 @@ * * Created: 6/29/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadStereo/BiquadStereo.r b/plugins/MacSignedAU/BiquadStereo/BiquadStereo.r index dddf9f6ed..2ee197f0c 100755 --- a/plugins/MacSignedAU/BiquadStereo/BiquadStereo.r +++ b/plugins/MacSignedAU/BiquadStereo/BiquadStereo.r @@ -5,7 +5,7 @@ * * Created: 6/29/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadStereo/BiquadStereoVersion.h b/plugins/MacSignedAU/BiquadStereo/BiquadStereoVersion.h index 568e5f3bc..525cf033a 100755 --- a/plugins/MacSignedAU/BiquadStereo/BiquadStereoVersion.h +++ b/plugins/MacSignedAU/BiquadStereo/BiquadStereoVersion.h @@ -5,7 +5,7 @@ * * Created: 6/29/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadTriple/BiquadTriple.cpp b/plugins/MacSignedAU/BiquadTriple/BiquadTriple.cpp index 745a77041..e61a63114 100755 --- a/plugins/MacSignedAU/BiquadTriple/BiquadTriple.cpp +++ b/plugins/MacSignedAU/BiquadTriple/BiquadTriple.cpp @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadTriple/BiquadTriple.h b/plugins/MacSignedAU/BiquadTriple/BiquadTriple.h index 2ba3cb6c1..edb37d4b9 100755 --- a/plugins/MacSignedAU/BiquadTriple/BiquadTriple.h +++ b/plugins/MacSignedAU/BiquadTriple/BiquadTriple.h @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadTriple/BiquadTriple.r b/plugins/MacSignedAU/BiquadTriple/BiquadTriple.r index ca0a8917c..af3b70968 100755 --- a/plugins/MacSignedAU/BiquadTriple/BiquadTriple.r +++ b/plugins/MacSignedAU/BiquadTriple/BiquadTriple.r @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BiquadTriple/BiquadTripleVersion.h b/plugins/MacSignedAU/BiquadTriple/BiquadTripleVersion.h index be49b38f4..f90630d0b 100755 --- a/plugins/MacSignedAU/BiquadTriple/BiquadTripleVersion.h +++ b/plugins/MacSignedAU/BiquadTriple/BiquadTripleVersion.h @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BitGlitter/BitGlitter.cpp b/plugins/MacSignedAU/BitGlitter/BitGlitter.cpp index 30fa00715..9607e3e6a 100755 --- a/plugins/MacSignedAU/BitGlitter/BitGlitter.cpp +++ b/plugins/MacSignedAU/BitGlitter/BitGlitter.cpp @@ -5,7 +5,7 @@ * * Created: 7/15/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacSignedAU/BitGlitter/BitGlitter.h b/plugins/MacSignedAU/BitGlitter/BitGlitter.h index b0e5763eb..2372f2982 100755 --- a/plugins/MacSignedAU/BitGlitter/BitGlitter.h +++ b/plugins/MacSignedAU/BitGlitter/BitGlitter.h @@ -5,7 +5,7 @@ * * Created: 7/15/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacSignedAU/BitGlitter/BitGlitter.r b/plugins/MacSignedAU/BitGlitter/BitGlitter.r index 1d999909e..e5179a42b 100755 --- a/plugins/MacSignedAU/BitGlitter/BitGlitter.r +++ b/plugins/MacSignedAU/BitGlitter/BitGlitter.r @@ -5,7 +5,7 @@ * * Created: 7/15/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacSignedAU/BitGlitter/BitGlitterVersion.h b/plugins/MacSignedAU/BitGlitter/BitGlitterVersion.h index de0dd3fef..88226f8ea 100755 --- a/plugins/MacSignedAU/BitGlitter/BitGlitterVersion.h +++ b/plugins/MacSignedAU/BitGlitter/BitGlitterVersion.h @@ -5,7 +5,7 @@ * * Created: 7/15/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacSignedAU/BitShiftGain/BitShiftGain.cpp b/plugins/MacSignedAU/BitShiftGain/BitShiftGain.cpp index f2b0d02b7..0142079bf 100644 --- a/plugins/MacSignedAU/BitShiftGain/BitShiftGain.cpp +++ b/plugins/MacSignedAU/BitShiftGain/BitShiftGain.cpp @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/BitShiftGain/BitShiftGain.h b/plugins/MacSignedAU/BitShiftGain/BitShiftGain.h index b574d7f41..13d468fd5 100644 --- a/plugins/MacSignedAU/BitShiftGain/BitShiftGain.h +++ b/plugins/MacSignedAU/BitShiftGain/BitShiftGain.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/BitShiftGain/BitShiftGain.r b/plugins/MacSignedAU/BitShiftGain/BitShiftGain.r index ddd6fa83a..0e9ee59ee 100644 --- a/plugins/MacSignedAU/BitShiftGain/BitShiftGain.r +++ b/plugins/MacSignedAU/BitShiftGain/BitShiftGain.r @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/BitShiftGain/BitShiftGainVersion.h b/plugins/MacSignedAU/BitShiftGain/BitShiftGainVersion.h index 4e62d961b..55d399960 100644 --- a/plugins/MacSignedAU/BitShiftGain/BitShiftGainVersion.h +++ b/plugins/MacSignedAU/BitShiftGain/BitShiftGainVersion.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Bite/Bite.cpp b/plugins/MacSignedAU/Bite/Bite.cpp index a08ba2afc..648760b26 100755 --- a/plugins/MacSignedAU/Bite/Bite.cpp +++ b/plugins/MacSignedAU/Bite/Bite.cpp @@ -5,7 +5,7 @@ * * Created: 5/20/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Bite/Bite.h b/plugins/MacSignedAU/Bite/Bite.h index 26cae348a..f7d3456dc 100755 --- a/plugins/MacSignedAU/Bite/Bite.h +++ b/plugins/MacSignedAU/Bite/Bite.h @@ -5,7 +5,7 @@ * * Created: 5/20/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Bite/Bite.r b/plugins/MacSignedAU/Bite/Bite.r index 07bd27a45..a655f2303 100755 --- a/plugins/MacSignedAU/Bite/Bite.r +++ b/plugins/MacSignedAU/Bite/Bite.r @@ -5,7 +5,7 @@ * * Created: 5/20/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Bite/BiteVersion.h b/plugins/MacSignedAU/Bite/BiteVersion.h index 415ea32a0..b111e8413 100755 --- a/plugins/MacSignedAU/Bite/BiteVersion.h +++ b/plugins/MacSignedAU/Bite/BiteVersion.h @@ -5,7 +5,7 @@ * * Created: 5/20/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BlockParty/BlockParty.cpp b/plugins/MacSignedAU/BlockParty/BlockParty.cpp index 49c74a07f..f22f5f365 100755 --- a/plugins/MacSignedAU/BlockParty/BlockParty.cpp +++ b/plugins/MacSignedAU/BlockParty/BlockParty.cpp @@ -5,7 +5,7 @@ * * Created: 2/16/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/BlockParty/BlockParty.h b/plugins/MacSignedAU/BlockParty/BlockParty.h index 4390ef6f7..c343b5f3a 100755 --- a/plugins/MacSignedAU/BlockParty/BlockParty.h +++ b/plugins/MacSignedAU/BlockParty/BlockParty.h @@ -5,7 +5,7 @@ * * Created: 2/16/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/BlockParty/BlockParty.r b/plugins/MacSignedAU/BlockParty/BlockParty.r index 1af635d3a..63d71101f 100755 --- a/plugins/MacSignedAU/BlockParty/BlockParty.r +++ b/plugins/MacSignedAU/BlockParty/BlockParty.r @@ -5,7 +5,7 @@ * * Created: 2/16/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/BlockParty/BlockPartyVersion.h b/plugins/MacSignedAU/BlockParty/BlockPartyVersion.h index ca2fe3780..45a64ab17 100755 --- a/plugins/MacSignedAU/BlockParty/BlockPartyVersion.h +++ b/plugins/MacSignedAU/BlockParty/BlockPartyVersion.h @@ -5,7 +5,7 @@ * * Created: 2/16/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/BrassRider/BrassRider.cpp b/plugins/MacSignedAU/BrassRider/BrassRider.cpp index e7e8e828f..c65ce06d8 100755 --- a/plugins/MacSignedAU/BrassRider/BrassRider.cpp +++ b/plugins/MacSignedAU/BrassRider/BrassRider.cpp @@ -5,7 +5,7 @@ * * Created: 5/15/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/BrassRider/BrassRider.h b/plugins/MacSignedAU/BrassRider/BrassRider.h index d4ff1ca84..0342b43ff 100755 --- a/plugins/MacSignedAU/BrassRider/BrassRider.h +++ b/plugins/MacSignedAU/BrassRider/BrassRider.h @@ -5,7 +5,7 @@ * * Created: 5/15/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/BrassRider/BrassRider.r b/plugins/MacSignedAU/BrassRider/BrassRider.r index ce3408048..a6ab6af4c 100755 --- a/plugins/MacSignedAU/BrassRider/BrassRider.r +++ b/plugins/MacSignedAU/BrassRider/BrassRider.r @@ -5,7 +5,7 @@ * * Created: 7/10/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/BrassRider/BrassRiderVersion.h b/plugins/MacSignedAU/BrassRider/BrassRiderVersion.h index 69a7b4d5b..a8e131fd8 100755 --- a/plugins/MacSignedAU/BrassRider/BrassRiderVersion.h +++ b/plugins/MacSignedAU/BrassRider/BrassRiderVersion.h @@ -5,7 +5,7 @@ * * Created: 7/10/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/BrightAmbience/BrightAmbience.cpp b/plugins/MacSignedAU/BrightAmbience/BrightAmbience.cpp index 06543ac63..69041e1ef 100755 --- a/plugins/MacSignedAU/BrightAmbience/BrightAmbience.cpp +++ b/plugins/MacSignedAU/BrightAmbience/BrightAmbience.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BrightAmbience/BrightAmbience.h b/plugins/MacSignedAU/BrightAmbience/BrightAmbience.h index 857b90c20..21e2ff4b7 100755 --- a/plugins/MacSignedAU/BrightAmbience/BrightAmbience.h +++ b/plugins/MacSignedAU/BrightAmbience/BrightAmbience.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BrightAmbience/BrightAmbience.r b/plugins/MacSignedAU/BrightAmbience/BrightAmbience.r index c4b788e30..dc251cab7 100755 --- a/plugins/MacSignedAU/BrightAmbience/BrightAmbience.r +++ b/plugins/MacSignedAU/BrightAmbience/BrightAmbience.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BrightAmbience/BrightAmbienceVersion.h b/plugins/MacSignedAU/BrightAmbience/BrightAmbienceVersion.h index f8ae927ce..55c85d56d 100755 --- a/plugins/MacSignedAU/BrightAmbience/BrightAmbienceVersion.h +++ b/plugins/MacSignedAU/BrightAmbience/BrightAmbienceVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BrightAmbience2/BrightAmbience2.cpp b/plugins/MacSignedAU/BrightAmbience2/BrightAmbience2.cpp index b32a5af1f..4b72c1954 100755 --- a/plugins/MacSignedAU/BrightAmbience2/BrightAmbience2.cpp +++ b/plugins/MacSignedAU/BrightAmbience2/BrightAmbience2.cpp @@ -5,7 +5,7 @@ * * Created: 8/6/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BrightAmbience2/BrightAmbience2.h b/plugins/MacSignedAU/BrightAmbience2/BrightAmbience2.h index 659edb559..a6ca277bd 100755 --- a/plugins/MacSignedAU/BrightAmbience2/BrightAmbience2.h +++ b/plugins/MacSignedAU/BrightAmbience2/BrightAmbience2.h @@ -5,7 +5,7 @@ * * Created: 8/6/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BrightAmbience2/BrightAmbience2.r b/plugins/MacSignedAU/BrightAmbience2/BrightAmbience2.r index b671f4e56..66a60f2de 100755 --- a/plugins/MacSignedAU/BrightAmbience2/BrightAmbience2.r +++ b/plugins/MacSignedAU/BrightAmbience2/BrightAmbience2.r @@ -5,7 +5,7 @@ * * Created: 8/6/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BrightAmbience2/BrightAmbience2Version.h b/plugins/MacSignedAU/BrightAmbience2/BrightAmbience2Version.h index ac22f62b6..0c94a2538 100755 --- a/plugins/MacSignedAU/BrightAmbience2/BrightAmbience2Version.h +++ b/plugins/MacSignedAU/BrightAmbience2/BrightAmbience2Version.h @@ -5,7 +5,7 @@ * * Created: 8/6/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BrightAmbience3/BrightAmbience3.cpp b/plugins/MacSignedAU/BrightAmbience3/BrightAmbience3.cpp index 2803d8c43..ef1d93912 100644 --- a/plugins/MacSignedAU/BrightAmbience3/BrightAmbience3.cpp +++ b/plugins/MacSignedAU/BrightAmbience3/BrightAmbience3.cpp @@ -5,7 +5,7 @@ * * Created: 7/12/21 * - * Copyright: Copyright © 2021 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacSignedAU/BrightAmbience3/BrightAmbience3.h b/plugins/MacSignedAU/BrightAmbience3/BrightAmbience3.h index e72eeddea..e4a924f60 100644 --- a/plugins/MacSignedAU/BrightAmbience3/BrightAmbience3.h +++ b/plugins/MacSignedAU/BrightAmbience3/BrightAmbience3.h @@ -5,7 +5,7 @@ * * Created: 7/12/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BrightAmbience3/BrightAmbience3.r b/plugins/MacSignedAU/BrightAmbience3/BrightAmbience3.r index cc100128f..05b7ab3f3 100644 --- a/plugins/MacSignedAU/BrightAmbience3/BrightAmbience3.r +++ b/plugins/MacSignedAU/BrightAmbience3/BrightAmbience3.r @@ -5,7 +5,7 @@ * * Created: 7/12/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BrightAmbience3/BrightAmbience3Version.h b/plugins/MacSignedAU/BrightAmbience3/BrightAmbience3Version.h index eadd6d38b..e438bdedb 100644 --- a/plugins/MacSignedAU/BrightAmbience3/BrightAmbience3Version.h +++ b/plugins/MacSignedAU/BrightAmbience3/BrightAmbience3Version.h @@ -5,7 +5,7 @@ * * Created: 7/12/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BuildATPDF/BuildATPDF.cpp b/plugins/MacSignedAU/BuildATPDF/BuildATPDF.cpp index b182e1527..964ae4980 100755 --- a/plugins/MacSignedAU/BuildATPDF/BuildATPDF.cpp +++ b/plugins/MacSignedAU/BuildATPDF/BuildATPDF.cpp @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BuildATPDF/BuildATPDF.h b/plugins/MacSignedAU/BuildATPDF/BuildATPDF.h index c0e49cc7e..a6509618f 100755 --- a/plugins/MacSignedAU/BuildATPDF/BuildATPDF.h +++ b/plugins/MacSignedAU/BuildATPDF/BuildATPDF.h @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BuildATPDF/BuildATPDF.r b/plugins/MacSignedAU/BuildATPDF/BuildATPDF.r index 73ae0bb9a..ae9d4956b 100755 --- a/plugins/MacSignedAU/BuildATPDF/BuildATPDF.r +++ b/plugins/MacSignedAU/BuildATPDF/BuildATPDF.r @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BuildATPDF/BuildATPDFVersion.h b/plugins/MacSignedAU/BuildATPDF/BuildATPDFVersion.h index 7520e53ec..37932b9b6 100755 --- a/plugins/MacSignedAU/BuildATPDF/BuildATPDFVersion.h +++ b/plugins/MacSignedAU/BuildATPDF/BuildATPDFVersion.h @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BussColors4/BussColors4.cpp b/plugins/MacSignedAU/BussColors4/BussColors4.cpp index e758d2446..01dac1874 100755 --- a/plugins/MacSignedAU/BussColors4/BussColors4.cpp +++ b/plugins/MacSignedAU/BussColors4/BussColors4.cpp @@ -5,7 +5,7 @@ * * Created: 5/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BussColors4/BussColors4.h b/plugins/MacSignedAU/BussColors4/BussColors4.h index 771bb1413..71747c937 100755 --- a/plugins/MacSignedAU/BussColors4/BussColors4.h +++ b/plugins/MacSignedAU/BussColors4/BussColors4.h @@ -5,7 +5,7 @@ * * Created: 5/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BussColors4/BussColors4.r b/plugins/MacSignedAU/BussColors4/BussColors4.r index ffd4e76a8..a32268916 100755 --- a/plugins/MacSignedAU/BussColors4/BussColors4.r +++ b/plugins/MacSignedAU/BussColors4/BussColors4.r @@ -5,7 +5,7 @@ * * Created: 5/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/BussColors4/BussColors4Version.h b/plugins/MacSignedAU/BussColors4/BussColors4Version.h index c9dc50628..447e4148a 100755 --- a/plugins/MacSignedAU/BussColors4/BussColors4Version.h +++ b/plugins/MacSignedAU/BussColors4/BussColors4Version.h @@ -5,7 +5,7 @@ * * Created: 5/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ButterComp/ButterComp.cpp b/plugins/MacSignedAU/ButterComp/ButterComp.cpp index 073af775d..cbdb599fc 100755 --- a/plugins/MacSignedAU/ButterComp/ButterComp.cpp +++ b/plugins/MacSignedAU/ButterComp/ButterComp.cpp @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/ButterComp/ButterComp.h b/plugins/MacSignedAU/ButterComp/ButterComp.h index 0e70cfe36..35f9c4e58 100755 --- a/plugins/MacSignedAU/ButterComp/ButterComp.h +++ b/plugins/MacSignedAU/ButterComp/ButterComp.h @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/ButterComp/ButterComp.r b/plugins/MacSignedAU/ButterComp/ButterComp.r index 694a0d49a..7ba150b56 100755 --- a/plugins/MacSignedAU/ButterComp/ButterComp.r +++ b/plugins/MacSignedAU/ButterComp/ButterComp.r @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/ButterComp/ButterCompVersion.h b/plugins/MacSignedAU/ButterComp/ButterCompVersion.h index ca2ef6564..fba3d9493 100755 --- a/plugins/MacSignedAU/ButterComp/ButterCompVersion.h +++ b/plugins/MacSignedAU/ButterComp/ButterCompVersion.h @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/ButterComp2/ButterComp2.cpp b/plugins/MacSignedAU/ButterComp2/ButterComp2.cpp index 2fe4debe1..27b52a551 100755 --- a/plugins/MacSignedAU/ButterComp2/ButterComp2.cpp +++ b/plugins/MacSignedAU/ButterComp2/ButterComp2.cpp @@ -5,7 +5,7 @@ * * Created: 9/22/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ButterComp2/ButterComp2.h b/plugins/MacSignedAU/ButterComp2/ButterComp2.h index e91bba280..fae534a76 100755 --- a/plugins/MacSignedAU/ButterComp2/ButterComp2.h +++ b/plugins/MacSignedAU/ButterComp2/ButterComp2.h @@ -5,7 +5,7 @@ * * Created: 9/22/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ButterComp2/ButterComp2.r b/plugins/MacSignedAU/ButterComp2/ButterComp2.r index 750b101e1..55ab85e5e 100755 --- a/plugins/MacSignedAU/ButterComp2/ButterComp2.r +++ b/plugins/MacSignedAU/ButterComp2/ButterComp2.r @@ -5,7 +5,7 @@ * * Created: 9/22/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ButterComp2/ButterComp2Version.h b/plugins/MacSignedAU/ButterComp2/ButterComp2Version.h index 1d58f5f24..0b900c3c5 100755 --- a/plugins/MacSignedAU/ButterComp2/ButterComp2Version.h +++ b/plugins/MacSignedAU/ButterComp2/ButterComp2Version.h @@ -5,7 +5,7 @@ * * Created: 9/22/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/C5RawBuss/C5RawBuss.cpp b/plugins/MacSignedAU/C5RawBuss/C5RawBuss.cpp index f10f244c5..04b03baa9 100755 --- a/plugins/MacSignedAU/C5RawBuss/C5RawBuss.cpp +++ b/plugins/MacSignedAU/C5RawBuss/C5RawBuss.cpp @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/C5RawBuss/C5RawBuss.h b/plugins/MacSignedAU/C5RawBuss/C5RawBuss.h index c2503f09b..16bab83b2 100755 --- a/plugins/MacSignedAU/C5RawBuss/C5RawBuss.h +++ b/plugins/MacSignedAU/C5RawBuss/C5RawBuss.h @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/C5RawBuss/C5RawBuss.r b/plugins/MacSignedAU/C5RawBuss/C5RawBuss.r index 3b7267947..256117fea 100755 --- a/plugins/MacSignedAU/C5RawBuss/C5RawBuss.r +++ b/plugins/MacSignedAU/C5RawBuss/C5RawBuss.r @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/C5RawBuss/C5RawBussVersion.h b/plugins/MacSignedAU/C5RawBuss/C5RawBussVersion.h index 992e1be29..8d16438f4 100755 --- a/plugins/MacSignedAU/C5RawBuss/C5RawBussVersion.h +++ b/plugins/MacSignedAU/C5RawBuss/C5RawBussVersion.h @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/C5RawChannel/C5RawChannel.cpp b/plugins/MacSignedAU/C5RawChannel/C5RawChannel.cpp index 50977c3e9..80b423ed6 100755 --- a/plugins/MacSignedAU/C5RawChannel/C5RawChannel.cpp +++ b/plugins/MacSignedAU/C5RawChannel/C5RawChannel.cpp @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/C5RawChannel/C5RawChannel.h b/plugins/MacSignedAU/C5RawChannel/C5RawChannel.h index 30993acef..99796e0e9 100755 --- a/plugins/MacSignedAU/C5RawChannel/C5RawChannel.h +++ b/plugins/MacSignedAU/C5RawChannel/C5RawChannel.h @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/C5RawChannel/C5RawChannel.r b/plugins/MacSignedAU/C5RawChannel/C5RawChannel.r index 6cb04e3e6..9f79fe8b6 100755 --- a/plugins/MacSignedAU/C5RawChannel/C5RawChannel.r +++ b/plugins/MacSignedAU/C5RawChannel/C5RawChannel.r @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/C5RawChannel/C5RawChannelVersion.h b/plugins/MacSignedAU/C5RawChannel/C5RawChannelVersion.h index 659f751b0..e41bb306b 100755 --- a/plugins/MacSignedAU/C5RawChannel/C5RawChannelVersion.h +++ b/plugins/MacSignedAU/C5RawChannel/C5RawChannelVersion.h @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/CStrip/CStrip.cpp b/plugins/MacSignedAU/CStrip/CStrip.cpp index 22e1ba848..0ab0226dd 100755 --- a/plugins/MacSignedAU/CStrip/CStrip.cpp +++ b/plugins/MacSignedAU/CStrip/CStrip.cpp @@ -5,7 +5,7 @@ * * Created: 1/27/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacSignedAU/CStrip/CStrip.h b/plugins/MacSignedAU/CStrip/CStrip.h index 5b8c9ad10..e6743ab2c 100755 --- a/plugins/MacSignedAU/CStrip/CStrip.h +++ b/plugins/MacSignedAU/CStrip/CStrip.h @@ -5,7 +5,7 @@ * * Created: 1/27/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacSignedAU/CStrip/CStrip.r b/plugins/MacSignedAU/CStrip/CStrip.r index 3fc0699b2..5af61dd0f 100755 --- a/plugins/MacSignedAU/CStrip/CStrip.r +++ b/plugins/MacSignedAU/CStrip/CStrip.r @@ -5,7 +5,7 @@ * * Created: 1/27/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacSignedAU/CStrip/CStripVersion.h b/plugins/MacSignedAU/CStrip/CStripVersion.h index 495bef559..7fa988efa 100755 --- a/plugins/MacSignedAU/CStrip/CStripVersion.h +++ b/plugins/MacSignedAU/CStrip/CStripVersion.h @@ -5,7 +5,7 @@ * * Created: 1/27/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacSignedAU/Cabs/Cabs.cpp b/plugins/MacSignedAU/Cabs/Cabs.cpp index 4666438e2..3e5177cb2 100755 --- a/plugins/MacSignedAU/Cabs/Cabs.cpp +++ b/plugins/MacSignedAU/Cabs/Cabs.cpp @@ -5,7 +5,7 @@ * * Created: 3/27/11 * - * Copyright: Copyright © 2011 Airwindows, All Rights Reserved + * Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/Cabs/Cabs.h b/plugins/MacSignedAU/Cabs/Cabs.h index 61d1979b3..930606697 100755 --- a/plugins/MacSignedAU/Cabs/Cabs.h +++ b/plugins/MacSignedAU/Cabs/Cabs.h @@ -5,7 +5,7 @@ * * Created: 3/27/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/Cabs/Cabs.r b/plugins/MacSignedAU/Cabs/Cabs.r index 56b834eb7..4733043cd 100755 --- a/plugins/MacSignedAU/Cabs/Cabs.r +++ b/plugins/MacSignedAU/Cabs/Cabs.r @@ -5,7 +5,7 @@ * * Created: 3/27/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/Cabs/CabsVersion.h b/plugins/MacSignedAU/Cabs/CabsVersion.h index 428e8d74b..290aaff1d 100755 --- a/plugins/MacSignedAU/Cabs/CabsVersion.h +++ b/plugins/MacSignedAU/Cabs/CabsVersion.h @@ -5,7 +5,7 @@ * * Created: 3/27/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/Calibre/Calibre.cpp b/plugins/MacSignedAU/Calibre/Calibre.cpp index a5ebd3e8b..f27f7f7c3 100755 --- a/plugins/MacSignedAU/Calibre/Calibre.cpp +++ b/plugins/MacSignedAU/Calibre/Calibre.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Calibre/Calibre.h b/plugins/MacSignedAU/Calibre/Calibre.h index c86ee0df8..acd063a2d 100755 --- a/plugins/MacSignedAU/Calibre/Calibre.h +++ b/plugins/MacSignedAU/Calibre/Calibre.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Calibre/Calibre.r b/plugins/MacSignedAU/Calibre/Calibre.r index 85b08c00e..4af51bb23 100755 --- a/plugins/MacSignedAU/Calibre/Calibre.r +++ b/plugins/MacSignedAU/Calibre/Calibre.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Calibre/CalibreVersion.h b/plugins/MacSignedAU/Calibre/CalibreVersion.h index 0d131cfcb..c2902a8c5 100755 --- a/plugins/MacSignedAU/Calibre/CalibreVersion.h +++ b/plugins/MacSignedAU/Calibre/CalibreVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Capacitor/Capacitor.cpp b/plugins/MacSignedAU/Capacitor/Capacitor.cpp index 9cfaf821e..1f7208b1e 100755 --- a/plugins/MacSignedAU/Capacitor/Capacitor.cpp +++ b/plugins/MacSignedAU/Capacitor/Capacitor.cpp @@ -5,7 +5,7 @@ * * Created: 2/1/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Capacitor/Capacitor.h b/plugins/MacSignedAU/Capacitor/Capacitor.h index 0cf166044..1fde97214 100755 --- a/plugins/MacSignedAU/Capacitor/Capacitor.h +++ b/plugins/MacSignedAU/Capacitor/Capacitor.h @@ -5,7 +5,7 @@ * * Created: 2/1/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Capacitor/Capacitor.r b/plugins/MacSignedAU/Capacitor/Capacitor.r index 8383cb3c5..4a0c23210 100755 --- a/plugins/MacSignedAU/Capacitor/Capacitor.r +++ b/plugins/MacSignedAU/Capacitor/Capacitor.r @@ -5,7 +5,7 @@ * * Created: 2/1/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Capacitor/CapacitorVersion.h b/plugins/MacSignedAU/Capacitor/CapacitorVersion.h index 311bb6b40..7b6761858 100755 --- a/plugins/MacSignedAU/Capacitor/CapacitorVersion.h +++ b/plugins/MacSignedAU/Capacitor/CapacitorVersion.h @@ -5,7 +5,7 @@ * * Created: 2/1/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Capacitor2/Capacitor2.cpp b/plugins/MacSignedAU/Capacitor2/Capacitor2.cpp index 4f53121c0..ab79914bc 100755 --- a/plugins/MacSignedAU/Capacitor2/Capacitor2.cpp +++ b/plugins/MacSignedAU/Capacitor2/Capacitor2.cpp @@ -5,7 +5,7 @@ * * Created: 7/25/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Capacitor2/Capacitor2.h b/plugins/MacSignedAU/Capacitor2/Capacitor2.h index c626e623d..56f0f9a93 100755 --- a/plugins/MacSignedAU/Capacitor2/Capacitor2.h +++ b/plugins/MacSignedAU/Capacitor2/Capacitor2.h @@ -5,7 +5,7 @@ * * Created: 7/25/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Capacitor2/Capacitor2.r b/plugins/MacSignedAU/Capacitor2/Capacitor2.r index bff6eaa9f..c08430b4b 100755 --- a/plugins/MacSignedAU/Capacitor2/Capacitor2.r +++ b/plugins/MacSignedAU/Capacitor2/Capacitor2.r @@ -5,7 +5,7 @@ * * Created: 7/25/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Capacitor2/Capacitor2Version.h b/plugins/MacSignedAU/Capacitor2/Capacitor2Version.h index 6b1ef2aa6..43cfda54f 100755 --- a/plugins/MacSignedAU/Capacitor2/Capacitor2Version.h +++ b/plugins/MacSignedAU/Capacitor2/Capacitor2Version.h @@ -5,7 +5,7 @@ * * Created: 7/25/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Chamber/Chamber.cpp b/plugins/MacSignedAU/Chamber/Chamber.cpp index e7153bd3c..ee03e785d 100644 --- a/plugins/MacSignedAU/Chamber/Chamber.cpp +++ b/plugins/MacSignedAU/Chamber/Chamber.cpp @@ -5,7 +5,7 @@ * * Created: 6/21/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Chamber/Chamber.h b/plugins/MacSignedAU/Chamber/Chamber.h index 6c9b02695..d2d610ef9 100644 --- a/plugins/MacSignedAU/Chamber/Chamber.h +++ b/plugins/MacSignedAU/Chamber/Chamber.h @@ -5,7 +5,7 @@ * * Created: 6/21/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Chamber/Chamber.r b/plugins/MacSignedAU/Chamber/Chamber.r index 9eceaf5bb..b47b8984e 100644 --- a/plugins/MacSignedAU/Chamber/Chamber.r +++ b/plugins/MacSignedAU/Chamber/Chamber.r @@ -5,7 +5,7 @@ * * Created: 6/21/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Chamber/ChamberVersion.h b/plugins/MacSignedAU/Chamber/ChamberVersion.h index ca83507e9..0141196dd 100644 --- a/plugins/MacSignedAU/Chamber/ChamberVersion.h +++ b/plugins/MacSignedAU/Chamber/ChamberVersion.h @@ -5,7 +5,7 @@ * * Created: 6/21/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Chamber2/Chamber2.cpp b/plugins/MacSignedAU/Chamber2/Chamber2.cpp index ea0037a90..276c109b8 100755 --- a/plugins/MacSignedAU/Chamber2/Chamber2.cpp +++ b/plugins/MacSignedAU/Chamber2/Chamber2.cpp @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Chamber2/Chamber2.h b/plugins/MacSignedAU/Chamber2/Chamber2.h index cc6e29c49..c6392d5e4 100755 --- a/plugins/MacSignedAU/Chamber2/Chamber2.h +++ b/plugins/MacSignedAU/Chamber2/Chamber2.h @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Chamber2/Chamber2.r b/plugins/MacSignedAU/Chamber2/Chamber2.r index 4608b4f5d..68384e53d 100755 --- a/plugins/MacSignedAU/Chamber2/Chamber2.r +++ b/plugins/MacSignedAU/Chamber2/Chamber2.r @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Chamber2/Chamber2Version.h b/plugins/MacSignedAU/Chamber2/Chamber2Version.h index b10ed703b..b990477ab 100755 --- a/plugins/MacSignedAU/Chamber2/Chamber2Version.h +++ b/plugins/MacSignedAU/Chamber2/Chamber2Version.h @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel4/Channel4.cpp b/plugins/MacSignedAU/Channel4/Channel4.cpp index d7e6945b3..6f83ae65c 100755 --- a/plugins/MacSignedAU/Channel4/Channel4.cpp +++ b/plugins/MacSignedAU/Channel4/Channel4.cpp @@ -5,7 +5,7 @@ * * Created: 12/3/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel4/Channel4.h b/plugins/MacSignedAU/Channel4/Channel4.h index f92e2672f..65b756878 100755 --- a/plugins/MacSignedAU/Channel4/Channel4.h +++ b/plugins/MacSignedAU/Channel4/Channel4.h @@ -5,7 +5,7 @@ * * Created: 12/3/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel4/Channel4.r b/plugins/MacSignedAU/Channel4/Channel4.r index 6a0ba669f..7bc7d681a 100755 --- a/plugins/MacSignedAU/Channel4/Channel4.r +++ b/plugins/MacSignedAU/Channel4/Channel4.r @@ -5,7 +5,7 @@ * * Created: 12/3/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel4/Channel4Version.h b/plugins/MacSignedAU/Channel4/Channel4Version.h index c8fe09663..28ce6bcf1 100755 --- a/plugins/MacSignedAU/Channel4/Channel4Version.h +++ b/plugins/MacSignedAU/Channel4/Channel4Version.h @@ -5,7 +5,7 @@ * * Created: 12/3/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel5/Channel5.cpp b/plugins/MacSignedAU/Channel5/Channel5.cpp index 62aab3cbd..7c03615fe 100755 --- a/plugins/MacSignedAU/Channel5/Channel5.cpp +++ b/plugins/MacSignedAU/Channel5/Channel5.cpp @@ -5,7 +5,7 @@ * * Created: 5/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel5/Channel5.h b/plugins/MacSignedAU/Channel5/Channel5.h index f104d1adc..0ee545b64 100755 --- a/plugins/MacSignedAU/Channel5/Channel5.h +++ b/plugins/MacSignedAU/Channel5/Channel5.h @@ -5,7 +5,7 @@ * * Created: 5/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel5/Channel5.r b/plugins/MacSignedAU/Channel5/Channel5.r index 81b542faf..682847fc1 100755 --- a/plugins/MacSignedAU/Channel5/Channel5.r +++ b/plugins/MacSignedAU/Channel5/Channel5.r @@ -5,7 +5,7 @@ * * Created: 5/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel5/Channel5Version.h b/plugins/MacSignedAU/Channel5/Channel5Version.h index 420676e28..20537087d 100755 --- a/plugins/MacSignedAU/Channel5/Channel5Version.h +++ b/plugins/MacSignedAU/Channel5/Channel5Version.h @@ -5,7 +5,7 @@ * * Created: 5/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel6/Channel6.cpp b/plugins/MacSignedAU/Channel6/Channel6.cpp index db2bb2765..42c98299c 100755 --- a/plugins/MacSignedAU/Channel6/Channel6.cpp +++ b/plugins/MacSignedAU/Channel6/Channel6.cpp @@ -5,7 +5,7 @@ * * Created: 7/21/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel6/Channel6.h b/plugins/MacSignedAU/Channel6/Channel6.h index 8f8cc8706..eb5152d0c 100755 --- a/plugins/MacSignedAU/Channel6/Channel6.h +++ b/plugins/MacSignedAU/Channel6/Channel6.h @@ -5,7 +5,7 @@ * * Created: 7/21/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel6/Channel6.r b/plugins/MacSignedAU/Channel6/Channel6.r index 1b3e86b02..61811ba8e 100755 --- a/plugins/MacSignedAU/Channel6/Channel6.r +++ b/plugins/MacSignedAU/Channel6/Channel6.r @@ -5,7 +5,7 @@ * * Created: 7/21/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel6/Channel6Version.h b/plugins/MacSignedAU/Channel6/Channel6Version.h index e57112771..89252b7be 100755 --- a/plugins/MacSignedAU/Channel6/Channel6Version.h +++ b/plugins/MacSignedAU/Channel6/Channel6Version.h @@ -5,7 +5,7 @@ * * Created: 7/21/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel7/Channel7.cpp b/plugins/MacSignedAU/Channel7/Channel7.cpp index ba7fd20a3..4289079c3 100755 --- a/plugins/MacSignedAU/Channel7/Channel7.cpp +++ b/plugins/MacSignedAU/Channel7/Channel7.cpp @@ -5,7 +5,7 @@ * * Created: 8/26/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Channel7/Channel7.h b/plugins/MacSignedAU/Channel7/Channel7.h index eb3b5bb64..b6fec696e 100755 --- a/plugins/MacSignedAU/Channel7/Channel7.h +++ b/plugins/MacSignedAU/Channel7/Channel7.h @@ -5,7 +5,7 @@ * * Created: 8/26/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Channel7/Channel7.r b/plugins/MacSignedAU/Channel7/Channel7.r index 269a7d158..0eb00fbbe 100755 --- a/plugins/MacSignedAU/Channel7/Channel7.r +++ b/plugins/MacSignedAU/Channel7/Channel7.r @@ -5,7 +5,7 @@ * * Created: 8/26/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Channel7/Channel7Version.h b/plugins/MacSignedAU/Channel7/Channel7Version.h index 90347bba7..c675c2696 100755 --- a/plugins/MacSignedAU/Channel7/Channel7Version.h +++ b/plugins/MacSignedAU/Channel7/Channel7Version.h @@ -5,7 +5,7 @@ * * Created: 8/26/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Channel8/Channel8.cpp b/plugins/MacSignedAU/Channel8/Channel8.cpp index 05c9112bc..7535ae9fa 100755 --- a/plugins/MacSignedAU/Channel8/Channel8.cpp +++ b/plugins/MacSignedAU/Channel8/Channel8.cpp @@ -5,7 +5,7 @@ * * Created: 8/15/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel8/Channel8.h b/plugins/MacSignedAU/Channel8/Channel8.h index c8e9ae070..2a02bd30a 100755 --- a/plugins/MacSignedAU/Channel8/Channel8.h +++ b/plugins/MacSignedAU/Channel8/Channel8.h @@ -5,7 +5,7 @@ * * Created: 8/15/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel8/Channel8.r b/plugins/MacSignedAU/Channel8/Channel8.r index 3279db1e4..cf001b807 100755 --- a/plugins/MacSignedAU/Channel8/Channel8.r +++ b/plugins/MacSignedAU/Channel8/Channel8.r @@ -5,7 +5,7 @@ * * Created: 8/15/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel8/Channel8Version.h b/plugins/MacSignedAU/Channel8/Channel8Version.h index ef01f14d1..860d383dc 100755 --- a/plugins/MacSignedAU/Channel8/Channel8Version.h +++ b/plugins/MacSignedAU/Channel8/Channel8Version.h @@ -5,7 +5,7 @@ * * Created: 8/15/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel9/Channel9.cpp b/plugins/MacSignedAU/Channel9/Channel9.cpp index 7f96ef1ff..ff1b799e4 100755 --- a/plugins/MacSignedAU/Channel9/Channel9.cpp +++ b/plugins/MacSignedAU/Channel9/Channel9.cpp @@ -5,7 +5,7 @@ * * Created: 1/4/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel9/Channel9.h b/plugins/MacSignedAU/Channel9/Channel9.h index 5fa4a8f25..8fc37a0cd 100755 --- a/plugins/MacSignedAU/Channel9/Channel9.h +++ b/plugins/MacSignedAU/Channel9/Channel9.h @@ -5,7 +5,7 @@ * * Created: 1/4/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel9/Channel9.r b/plugins/MacSignedAU/Channel9/Channel9.r index c9d6ce038..6ab663787 100755 --- a/plugins/MacSignedAU/Channel9/Channel9.r +++ b/plugins/MacSignedAU/Channel9/Channel9.r @@ -5,7 +5,7 @@ * * Created: 1/4/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Channel9/Channel9Version.h b/plugins/MacSignedAU/Channel9/Channel9Version.h index a0583d429..2edc1ff95 100755 --- a/plugins/MacSignedAU/Channel9/Channel9Version.h +++ b/plugins/MacSignedAU/Channel9/Channel9Version.h @@ -5,7 +5,7 @@ * * Created: 1/4/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Chorus/Chorus.cpp b/plugins/MacSignedAU/Chorus/Chorus.cpp index aa7744062..f2493d12a 100755 --- a/plugins/MacSignedAU/Chorus/Chorus.cpp +++ b/plugins/MacSignedAU/Chorus/Chorus.cpp @@ -5,7 +5,7 @@ * * Created: 2/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Chorus/Chorus.h b/plugins/MacSignedAU/Chorus/Chorus.h index 07762c345..7aa1c9f5f 100755 --- a/plugins/MacSignedAU/Chorus/Chorus.h +++ b/plugins/MacSignedAU/Chorus/Chorus.h @@ -5,7 +5,7 @@ * * Created: 2/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Chorus/Chorus.r b/plugins/MacSignedAU/Chorus/Chorus.r index 706113c7c..42a473867 100755 --- a/plugins/MacSignedAU/Chorus/Chorus.r +++ b/plugins/MacSignedAU/Chorus/Chorus.r @@ -5,7 +5,7 @@ * * Created: 2/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Chorus/ChorusVersion.h b/plugins/MacSignedAU/Chorus/ChorusVersion.h index c5bb96070..bfdda3855 100755 --- a/plugins/MacSignedAU/Chorus/ChorusVersion.h +++ b/plugins/MacSignedAU/Chorus/ChorusVersion.h @@ -5,7 +5,7 @@ * * Created: 2/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ChorusEnsemble/ChorusEnsemble.cpp b/plugins/MacSignedAU/ChorusEnsemble/ChorusEnsemble.cpp index f53c7af0c..196aef7f1 100755 --- a/plugins/MacSignedAU/ChorusEnsemble/ChorusEnsemble.cpp +++ b/plugins/MacSignedAU/ChorusEnsemble/ChorusEnsemble.cpp @@ -5,7 +5,7 @@ * * Created: 2/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ChorusEnsemble/ChorusEnsemble.h b/plugins/MacSignedAU/ChorusEnsemble/ChorusEnsemble.h index 3e2117519..0b615ad62 100755 --- a/plugins/MacSignedAU/ChorusEnsemble/ChorusEnsemble.h +++ b/plugins/MacSignedAU/ChorusEnsemble/ChorusEnsemble.h @@ -5,7 +5,7 @@ * * Created: 2/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ChorusEnsemble/ChorusEnsemble.r b/plugins/MacSignedAU/ChorusEnsemble/ChorusEnsemble.r index 6783a31ba..65cac4d6b 100755 --- a/plugins/MacSignedAU/ChorusEnsemble/ChorusEnsemble.r +++ b/plugins/MacSignedAU/ChorusEnsemble/ChorusEnsemble.r @@ -5,7 +5,7 @@ * * Created: 2/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ChorusEnsemble/ChorusEnsembleVersion.h b/plugins/MacSignedAU/ChorusEnsemble/ChorusEnsembleVersion.h index e71ae4c22..cc38c1ffa 100755 --- a/plugins/MacSignedAU/ChorusEnsemble/ChorusEnsembleVersion.h +++ b/plugins/MacSignedAU/ChorusEnsemble/ChorusEnsembleVersion.h @@ -5,7 +5,7 @@ * * Created: 2/12/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ChromeOxide/ChromeOxide.cpp b/plugins/MacSignedAU/ChromeOxide/ChromeOxide.cpp index b8bff8c79..ce75128e5 100755 --- a/plugins/MacSignedAU/ChromeOxide/ChromeOxide.cpp +++ b/plugins/MacSignedAU/ChromeOxide/ChromeOxide.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ChromeOxide/ChromeOxide.h b/plugins/MacSignedAU/ChromeOxide/ChromeOxide.h index 64680138c..baae9ccd0 100755 --- a/plugins/MacSignedAU/ChromeOxide/ChromeOxide.h +++ b/plugins/MacSignedAU/ChromeOxide/ChromeOxide.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ChromeOxide/ChromeOxide.r b/plugins/MacSignedAU/ChromeOxide/ChromeOxide.r index 8e8ba0614..fd36f30d3 100755 --- a/plugins/MacSignedAU/ChromeOxide/ChromeOxide.r +++ b/plugins/MacSignedAU/ChromeOxide/ChromeOxide.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ChromeOxide/ChromeOxideVersion.h b/plugins/MacSignedAU/ChromeOxide/ChromeOxideVersion.h index 77288308c..63bd8e11f 100755 --- a/plugins/MacSignedAU/ChromeOxide/ChromeOxideVersion.h +++ b/plugins/MacSignedAU/ChromeOxide/ChromeOxideVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Cider/Cider.cpp b/plugins/MacSignedAU/Cider/Cider.cpp index e74a43485..993e6559e 100755 --- a/plugins/MacSignedAU/Cider/Cider.cpp +++ b/plugins/MacSignedAU/Cider/Cider.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Cider/Cider.h b/plugins/MacSignedAU/Cider/Cider.h index 9fb4b5e0b..341d1018c 100755 --- a/plugins/MacSignedAU/Cider/Cider.h +++ b/plugins/MacSignedAU/Cider/Cider.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Cider/Cider.r b/plugins/MacSignedAU/Cider/Cider.r index 29dbd9d24..28b6fb084 100755 --- a/plugins/MacSignedAU/Cider/Cider.r +++ b/plugins/MacSignedAU/Cider/Cider.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Cider/CiderVersion.h b/plugins/MacSignedAU/Cider/CiderVersion.h index be0ef3b28..0d65c109b 100755 --- a/plugins/MacSignedAU/Cider/CiderVersion.h +++ b/plugins/MacSignedAU/Cider/CiderVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ClipOnly/ClipOnly.cpp b/plugins/MacSignedAU/ClipOnly/ClipOnly.cpp index 7950aeb89..197c5c877 100755 --- a/plugins/MacSignedAU/ClipOnly/ClipOnly.cpp +++ b/plugins/MacSignedAU/ClipOnly/ClipOnly.cpp @@ -5,7 +5,7 @@ * * Created: 9/12/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/ClipOnly/ClipOnly.h b/plugins/MacSignedAU/ClipOnly/ClipOnly.h index 79dfeef58..4b6ccc0d2 100755 --- a/plugins/MacSignedAU/ClipOnly/ClipOnly.h +++ b/plugins/MacSignedAU/ClipOnly/ClipOnly.h @@ -5,7 +5,7 @@ * * Created: 9/12/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/ClipOnly/ClipOnly.r b/plugins/MacSignedAU/ClipOnly/ClipOnly.r index ab26c3b07..a524c31c4 100755 --- a/plugins/MacSignedAU/ClipOnly/ClipOnly.r +++ b/plugins/MacSignedAU/ClipOnly/ClipOnly.r @@ -5,7 +5,7 @@ * * Created: 9/12/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/ClipOnly/ClipOnlyVersion.h b/plugins/MacSignedAU/ClipOnly/ClipOnlyVersion.h index f5a14f5d9..8a900a39b 100755 --- a/plugins/MacSignedAU/ClipOnly/ClipOnlyVersion.h +++ b/plugins/MacSignedAU/ClipOnly/ClipOnlyVersion.h @@ -5,7 +5,7 @@ * * Created: 9/12/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/ClipOnly2/ClipOnly2.cpp b/plugins/MacSignedAU/ClipOnly2/ClipOnly2.cpp index f7a5246b9..cdba9e215 100644 --- a/plugins/MacSignedAU/ClipOnly2/ClipOnly2.cpp +++ b/plugins/MacSignedAU/ClipOnly2/ClipOnly2.cpp @@ -5,7 +5,7 @@ * * Created: 10/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ClipOnly2/ClipOnly2.h b/plugins/MacSignedAU/ClipOnly2/ClipOnly2.h index d64b8d994..bacce3e1c 100644 --- a/plugins/MacSignedAU/ClipOnly2/ClipOnly2.h +++ b/plugins/MacSignedAU/ClipOnly2/ClipOnly2.h @@ -5,7 +5,7 @@ * * Created: 10/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ClipOnly2/ClipOnly2.r b/plugins/MacSignedAU/ClipOnly2/ClipOnly2.r index 52e4bc702..008157a7c 100644 --- a/plugins/MacSignedAU/ClipOnly2/ClipOnly2.r +++ b/plugins/MacSignedAU/ClipOnly2/ClipOnly2.r @@ -5,7 +5,7 @@ * * Created: 10/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ClipOnly2/ClipOnly2Version.h b/plugins/MacSignedAU/ClipOnly2/ClipOnly2Version.h index e02d927a1..37825bc23 100644 --- a/plugins/MacSignedAU/ClipOnly2/ClipOnly2Version.h +++ b/plugins/MacSignedAU/ClipOnly2/ClipOnly2Version.h @@ -5,7 +5,7 @@ * * Created: 10/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ClipSoftly/ClipSoftly.cpp b/plugins/MacSignedAU/ClipSoftly/ClipSoftly.cpp index 50648b5dc..8f425e351 100755 --- a/plugins/MacSignedAU/ClipSoftly/ClipSoftly.cpp +++ b/plugins/MacSignedAU/ClipSoftly/ClipSoftly.cpp @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ClipSoftly/ClipSoftly.h b/plugins/MacSignedAU/ClipSoftly/ClipSoftly.h index 55cb91e1a..c1f8b442e 100755 --- a/plugins/MacSignedAU/ClipSoftly/ClipSoftly.h +++ b/plugins/MacSignedAU/ClipSoftly/ClipSoftly.h @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ClipSoftly/ClipSoftly.r b/plugins/MacSignedAU/ClipSoftly/ClipSoftly.r index 5e5c2dd14..82679502b 100755 --- a/plugins/MacSignedAU/ClipSoftly/ClipSoftly.r +++ b/plugins/MacSignedAU/ClipSoftly/ClipSoftly.r @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ClipSoftly/ClipSoftlyVersion.h b/plugins/MacSignedAU/ClipSoftly/ClipSoftlyVersion.h index 21714b9aa..e1521ae22 100755 --- a/plugins/MacSignedAU/ClipSoftly/ClipSoftlyVersion.h +++ b/plugins/MacSignedAU/ClipSoftly/ClipSoftlyVersion.h @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Coils/Coils.cpp b/plugins/MacSignedAU/Coils/Coils.cpp index 802f9f5df..49fa47a63 100755 --- a/plugins/MacSignedAU/Coils/Coils.cpp +++ b/plugins/MacSignedAU/Coils/Coils.cpp @@ -5,7 +5,7 @@ * * Created: 12/14/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Coils/Coils.h b/plugins/MacSignedAU/Coils/Coils.h index 9d8c46a00..822e31e5b 100755 --- a/plugins/MacSignedAU/Coils/Coils.h +++ b/plugins/MacSignedAU/Coils/Coils.h @@ -5,7 +5,7 @@ * * Created: 12/14/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Coils/Coils.r b/plugins/MacSignedAU/Coils/Coils.r index 41edb2e89..e9d4e6268 100755 --- a/plugins/MacSignedAU/Coils/Coils.r +++ b/plugins/MacSignedAU/Coils/Coils.r @@ -5,7 +5,7 @@ * * Created: 12/14/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Coils/CoilsVersion.h b/plugins/MacSignedAU/Coils/CoilsVersion.h index 8b0bd9872..ea58e0b7c 100755 --- a/plugins/MacSignedAU/Coils/CoilsVersion.h +++ b/plugins/MacSignedAU/Coils/CoilsVersion.h @@ -5,7 +5,7 @@ * * Created: 12/14/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Coils2/Coils2.cpp b/plugins/MacSignedAU/Coils2/Coils2.cpp index 7de0270d7..0fb6f7010 100644 --- a/plugins/MacSignedAU/Coils2/Coils2.cpp +++ b/plugins/MacSignedAU/Coils2/Coils2.cpp @@ -5,7 +5,7 @@ * * Created: 4/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Coils2/Coils2.h b/plugins/MacSignedAU/Coils2/Coils2.h index c7088c199..9a0c5046f 100644 --- a/plugins/MacSignedAU/Coils2/Coils2.h +++ b/plugins/MacSignedAU/Coils2/Coils2.h @@ -5,7 +5,7 @@ * * Created: 4/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Coils2/Coils2.r b/plugins/MacSignedAU/Coils2/Coils2.r index cf798b678..093e18ee4 100644 --- a/plugins/MacSignedAU/Coils2/Coils2.r +++ b/plugins/MacSignedAU/Coils2/Coils2.r @@ -5,7 +5,7 @@ * * Created: 4/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Coils2/Coils2Version.h b/plugins/MacSignedAU/Coils2/Coils2Version.h index d772c3888..dfce9c0af 100644 --- a/plugins/MacSignedAU/Coils2/Coils2Version.h +++ b/plugins/MacSignedAU/Coils2/Coils2Version.h @@ -5,7 +5,7 @@ * * Created: 4/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Cojones/Cojones.cpp b/plugins/MacSignedAU/Cojones/Cojones.cpp index a7bf389d1..2f274c0ce 100755 --- a/plugins/MacSignedAU/Cojones/Cojones.cpp +++ b/plugins/MacSignedAU/Cojones/Cojones.cpp @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Cojones/Cojones.h b/plugins/MacSignedAU/Cojones/Cojones.h index 6424da7fa..6f5e443df 100755 --- a/plugins/MacSignedAU/Cojones/Cojones.h +++ b/plugins/MacSignedAU/Cojones/Cojones.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Cojones/Cojones.r b/plugins/MacSignedAU/Cojones/Cojones.r index ccde4459c..2c29845b2 100755 --- a/plugins/MacSignedAU/Cojones/Cojones.r +++ b/plugins/MacSignedAU/Cojones/Cojones.r @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Cojones/CojonesVersion.h b/plugins/MacSignedAU/Cojones/CojonesVersion.h index 6fa1a16ca..14106d2d0 100755 --- a/plugins/MacSignedAU/Cojones/CojonesVersion.h +++ b/plugins/MacSignedAU/Cojones/CojonesVersion.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Compresaturator/Compresaturator.cpp b/plugins/MacSignedAU/Compresaturator/Compresaturator.cpp index 706aa13df..014054e8c 100755 --- a/plugins/MacSignedAU/Compresaturator/Compresaturator.cpp +++ b/plugins/MacSignedAU/Compresaturator/Compresaturator.cpp @@ -5,7 +5,7 @@ * * Created: 11/30/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Compresaturator/Compresaturator.h b/plugins/MacSignedAU/Compresaturator/Compresaturator.h index 039702fa9..3622e93a2 100755 --- a/plugins/MacSignedAU/Compresaturator/Compresaturator.h +++ b/plugins/MacSignedAU/Compresaturator/Compresaturator.h @@ -5,7 +5,7 @@ * * Created: 11/30/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Compresaturator/Compresaturator.r b/plugins/MacSignedAU/Compresaturator/Compresaturator.r index 243509d1a..1e9a93124 100755 --- a/plugins/MacSignedAU/Compresaturator/Compresaturator.r +++ b/plugins/MacSignedAU/Compresaturator/Compresaturator.r @@ -5,7 +5,7 @@ * * Created: 11/30/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Compresaturator/CompresaturatorVersion.h b/plugins/MacSignedAU/Compresaturator/CompresaturatorVersion.h index 942418f5e..913bc3244 100755 --- a/plugins/MacSignedAU/Compresaturator/CompresaturatorVersion.h +++ b/plugins/MacSignedAU/Compresaturator/CompresaturatorVersion.h @@ -5,7 +5,7 @@ * * Created: 11/30/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console4Buss/Console4Buss.cpp b/plugins/MacSignedAU/Console4Buss/Console4Buss.cpp index f96285d7d..db207ef99 100755 --- a/plugins/MacSignedAU/Console4Buss/Console4Buss.cpp +++ b/plugins/MacSignedAU/Console4Buss/Console4Buss.cpp @@ -5,7 +5,7 @@ * * Created: 6/14/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Console4Buss/Console4Buss.h b/plugins/MacSignedAU/Console4Buss/Console4Buss.h index 9001f3adb..fd6c588df 100755 --- a/plugins/MacSignedAU/Console4Buss/Console4Buss.h +++ b/plugins/MacSignedAU/Console4Buss/Console4Buss.h @@ -5,7 +5,7 @@ * * Created: 6/14/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Console4Buss/Console4Buss.r b/plugins/MacSignedAU/Console4Buss/Console4Buss.r index b5e2528cd..852777f88 100755 --- a/plugins/MacSignedAU/Console4Buss/Console4Buss.r +++ b/plugins/MacSignedAU/Console4Buss/Console4Buss.r @@ -5,7 +5,7 @@ * * Created: 6/14/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Console4Buss/Console4BussVersion.h b/plugins/MacSignedAU/Console4Buss/Console4BussVersion.h index e72f818f9..94e00d31e 100755 --- a/plugins/MacSignedAU/Console4Buss/Console4BussVersion.h +++ b/plugins/MacSignedAU/Console4Buss/Console4BussVersion.h @@ -5,7 +5,7 @@ * * Created: 6/14/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Console4Channel/Console4Channel.cpp b/plugins/MacSignedAU/Console4Channel/Console4Channel.cpp index 1c0954779..a51a77f47 100755 --- a/plugins/MacSignedAU/Console4Channel/Console4Channel.cpp +++ b/plugins/MacSignedAU/Console4Channel/Console4Channel.cpp @@ -5,7 +5,7 @@ * * Created: 6/14/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Console4Channel/Console4Channel.h b/plugins/MacSignedAU/Console4Channel/Console4Channel.h index 12023fc07..50dd382c2 100755 --- a/plugins/MacSignedAU/Console4Channel/Console4Channel.h +++ b/plugins/MacSignedAU/Console4Channel/Console4Channel.h @@ -5,7 +5,7 @@ * * Created: 6/14/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Console4Channel/Console4Channel.r b/plugins/MacSignedAU/Console4Channel/Console4Channel.r index 8f389c490..2df824d13 100755 --- a/plugins/MacSignedAU/Console4Channel/Console4Channel.r +++ b/plugins/MacSignedAU/Console4Channel/Console4Channel.r @@ -5,7 +5,7 @@ * * Created: 6/14/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Console4Channel/Console4ChannelVersion.h b/plugins/MacSignedAU/Console4Channel/Console4ChannelVersion.h index 1fc105cd0..548077775 100755 --- a/plugins/MacSignedAU/Console4Channel/Console4ChannelVersion.h +++ b/plugins/MacSignedAU/Console4Channel/Console4ChannelVersion.h @@ -5,7 +5,7 @@ * * Created: 6/14/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Console5Buss/Console5Buss.cpp b/plugins/MacSignedAU/Console5Buss/Console5Buss.cpp index 1ed4ec04e..220be3ac8 100755 --- a/plugins/MacSignedAU/Console5Buss/Console5Buss.cpp +++ b/plugins/MacSignedAU/Console5Buss/Console5Buss.cpp @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console5Buss/Console5Buss.h b/plugins/MacSignedAU/Console5Buss/Console5Buss.h index 205b48254..d38ebb720 100755 --- a/plugins/MacSignedAU/Console5Buss/Console5Buss.h +++ b/plugins/MacSignedAU/Console5Buss/Console5Buss.h @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console5Buss/Console5Buss.r b/plugins/MacSignedAU/Console5Buss/Console5Buss.r index c2491ea66..55b6536f2 100755 --- a/plugins/MacSignedAU/Console5Buss/Console5Buss.r +++ b/plugins/MacSignedAU/Console5Buss/Console5Buss.r @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console5Buss/Console5BussVersion.h b/plugins/MacSignedAU/Console5Buss/Console5BussVersion.h index ab40bd18b..2767f2dd5 100755 --- a/plugins/MacSignedAU/Console5Buss/Console5BussVersion.h +++ b/plugins/MacSignedAU/Console5Buss/Console5BussVersion.h @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console5Channel/Console5Channel.cpp b/plugins/MacSignedAU/Console5Channel/Console5Channel.cpp index 0ff78f7f6..29b88f7b0 100755 --- a/plugins/MacSignedAU/Console5Channel/Console5Channel.cpp +++ b/plugins/MacSignedAU/Console5Channel/Console5Channel.cpp @@ -5,7 +5,7 @@ * * Created: 11/23/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console5Channel/Console5Channel.h b/plugins/MacSignedAU/Console5Channel/Console5Channel.h index ae782b070..faad9d934 100755 --- a/plugins/MacSignedAU/Console5Channel/Console5Channel.h +++ b/plugins/MacSignedAU/Console5Channel/Console5Channel.h @@ -5,7 +5,7 @@ * * Created: 11/23/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console5Channel/Console5Channel.r b/plugins/MacSignedAU/Console5Channel/Console5Channel.r index b3f20f43e..4bbfb6ea0 100755 --- a/plugins/MacSignedAU/Console5Channel/Console5Channel.r +++ b/plugins/MacSignedAU/Console5Channel/Console5Channel.r @@ -5,7 +5,7 @@ * * Created: 11/23/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console5Channel/Console5ChannelVersion.h b/plugins/MacSignedAU/Console5Channel/Console5ChannelVersion.h index 588d32da7..715ca0e78 100755 --- a/plugins/MacSignedAU/Console5Channel/Console5ChannelVersion.h +++ b/plugins/MacSignedAU/Console5Channel/Console5ChannelVersion.h @@ -5,7 +5,7 @@ * * Created: 11/23/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console5DarkCh/Console5DarkCh.cpp b/plugins/MacSignedAU/Console5DarkCh/Console5DarkCh.cpp index d9bf6ffe2..fab872107 100755 --- a/plugins/MacSignedAU/Console5DarkCh/Console5DarkCh.cpp +++ b/plugins/MacSignedAU/Console5DarkCh/Console5DarkCh.cpp @@ -5,7 +5,7 @@ * * Created: 1/5/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console5DarkCh/Console5DarkCh.h b/plugins/MacSignedAU/Console5DarkCh/Console5DarkCh.h index 2148c8784..711c629df 100755 --- a/plugins/MacSignedAU/Console5DarkCh/Console5DarkCh.h +++ b/plugins/MacSignedAU/Console5DarkCh/Console5DarkCh.h @@ -5,7 +5,7 @@ * * Created: 1/5/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console5DarkCh/Console5DarkCh.r b/plugins/MacSignedAU/Console5DarkCh/Console5DarkCh.r index 309a1c643..a39968f97 100755 --- a/plugins/MacSignedAU/Console5DarkCh/Console5DarkCh.r +++ b/plugins/MacSignedAU/Console5DarkCh/Console5DarkCh.r @@ -5,7 +5,7 @@ * * Created: 1/5/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console5DarkCh/Console5DarkChVersion.h b/plugins/MacSignedAU/Console5DarkCh/Console5DarkChVersion.h index 66cb906f3..02858baf2 100755 --- a/plugins/MacSignedAU/Console5DarkCh/Console5DarkChVersion.h +++ b/plugins/MacSignedAU/Console5DarkCh/Console5DarkChVersion.h @@ -5,7 +5,7 @@ * * Created: 1/5/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console6Buss/Console6Buss.cpp b/plugins/MacSignedAU/Console6Buss/Console6Buss.cpp index dc23c6a85..4af9442fa 100755 --- a/plugins/MacSignedAU/Console6Buss/Console6Buss.cpp +++ b/plugins/MacSignedAU/Console6Buss/Console6Buss.cpp @@ -5,7 +5,7 @@ * * Created: 5/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Console6Buss/Console6Buss.h b/plugins/MacSignedAU/Console6Buss/Console6Buss.h index 787c0bc5a..ff15ccfc5 100755 --- a/plugins/MacSignedAU/Console6Buss/Console6Buss.h +++ b/plugins/MacSignedAU/Console6Buss/Console6Buss.h @@ -5,7 +5,7 @@ * * Created: 5/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Console6Buss/Console6Buss.r b/plugins/MacSignedAU/Console6Buss/Console6Buss.r index 4347a77b1..1b728485e 100755 --- a/plugins/MacSignedAU/Console6Buss/Console6Buss.r +++ b/plugins/MacSignedAU/Console6Buss/Console6Buss.r @@ -5,7 +5,7 @@ * * Created: 5/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Console6Buss/Console6BussVersion.h b/plugins/MacSignedAU/Console6Buss/Console6BussVersion.h index 175e46307..8abc6bcd5 100755 --- a/plugins/MacSignedAU/Console6Buss/Console6BussVersion.h +++ b/plugins/MacSignedAU/Console6Buss/Console6BussVersion.h @@ -5,7 +5,7 @@ * * Created: 5/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Console6Channel/Console6Channel.cpp b/plugins/MacSignedAU/Console6Channel/Console6Channel.cpp index 8db77975f..4931fb43e 100755 --- a/plugins/MacSignedAU/Console6Channel/Console6Channel.cpp +++ b/plugins/MacSignedAU/Console6Channel/Console6Channel.cpp @@ -5,7 +5,7 @@ * * Created: 5/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Console6Channel/Console6Channel.h b/plugins/MacSignedAU/Console6Channel/Console6Channel.h index 7a434e35c..4928de8c1 100755 --- a/plugins/MacSignedAU/Console6Channel/Console6Channel.h +++ b/plugins/MacSignedAU/Console6Channel/Console6Channel.h @@ -5,7 +5,7 @@ * * Created: 5/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Console6Channel/Console6Channel.r b/plugins/MacSignedAU/Console6Channel/Console6Channel.r index c943ef0fc..5ee26dc8d 100755 --- a/plugins/MacSignedAU/Console6Channel/Console6Channel.r +++ b/plugins/MacSignedAU/Console6Channel/Console6Channel.r @@ -5,7 +5,7 @@ * * Created: 5/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Console6Channel/Console6ChannelVersion.h b/plugins/MacSignedAU/Console6Channel/Console6ChannelVersion.h index 1ddf26eb2..391dc0d2a 100755 --- a/plugins/MacSignedAU/Console6Channel/Console6ChannelVersion.h +++ b/plugins/MacSignedAU/Console6Channel/Console6ChannelVersion.h @@ -5,7 +5,7 @@ * * Created: 5/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Console7Buss/Console7Buss.cpp b/plugins/MacSignedAU/Console7Buss/Console7Buss.cpp index 2b5a416ff..0e410367b 100755 --- a/plugins/MacSignedAU/Console7Buss/Console7Buss.cpp +++ b/plugins/MacSignedAU/Console7Buss/Console7Buss.cpp @@ -5,7 +5,7 @@ * * Created: 11/28/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console7Buss/Console7Buss.h b/plugins/MacSignedAU/Console7Buss/Console7Buss.h index 56289c529..3c3c200a9 100755 --- a/plugins/MacSignedAU/Console7Buss/Console7Buss.h +++ b/plugins/MacSignedAU/Console7Buss/Console7Buss.h @@ -5,7 +5,7 @@ * * Created: 11/28/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console7Buss/Console7Buss.r b/plugins/MacSignedAU/Console7Buss/Console7Buss.r index 9ac50a734..7d1ae1e20 100755 --- a/plugins/MacSignedAU/Console7Buss/Console7Buss.r +++ b/plugins/MacSignedAU/Console7Buss/Console7Buss.r @@ -5,7 +5,7 @@ * * Created: 11/28/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console7Buss/Console7BussVersion.h b/plugins/MacSignedAU/Console7Buss/Console7BussVersion.h index 7f6093ae2..df3678343 100755 --- a/plugins/MacSignedAU/Console7Buss/Console7BussVersion.h +++ b/plugins/MacSignedAU/Console7Buss/Console7BussVersion.h @@ -5,7 +5,7 @@ * * Created: 11/28/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console7Cascade/Console7Cascade.cpp b/plugins/MacSignedAU/Console7Cascade/Console7Cascade.cpp index 1af1cf6a7..6037c39d4 100755 --- a/plugins/MacSignedAU/Console7Cascade/Console7Cascade.cpp +++ b/plugins/MacSignedAU/Console7Cascade/Console7Cascade.cpp @@ -5,7 +5,7 @@ * * Created: 12/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console7Cascade/Console7Cascade.h b/plugins/MacSignedAU/Console7Cascade/Console7Cascade.h index 8376a30f3..90593e8c6 100755 --- a/plugins/MacSignedAU/Console7Cascade/Console7Cascade.h +++ b/plugins/MacSignedAU/Console7Cascade/Console7Cascade.h @@ -5,7 +5,7 @@ * * Created: 12/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console7Cascade/Console7Cascade.r b/plugins/MacSignedAU/Console7Cascade/Console7Cascade.r index af28684c5..86da0d923 100755 --- a/plugins/MacSignedAU/Console7Cascade/Console7Cascade.r +++ b/plugins/MacSignedAU/Console7Cascade/Console7Cascade.r @@ -5,7 +5,7 @@ * * Created: 12/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console7Cascade/Console7CascadeVersion.h b/plugins/MacSignedAU/Console7Cascade/Console7CascadeVersion.h index 939307596..0f9c80625 100755 --- a/plugins/MacSignedAU/Console7Cascade/Console7CascadeVersion.h +++ b/plugins/MacSignedAU/Console7Cascade/Console7CascadeVersion.h @@ -5,7 +5,7 @@ * * Created: 12/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console7Channel/Console7Channel.cpp b/plugins/MacSignedAU/Console7Channel/Console7Channel.cpp index 3f3f6877a..25a1a09c0 100755 --- a/plugins/MacSignedAU/Console7Channel/Console7Channel.cpp +++ b/plugins/MacSignedAU/Console7Channel/Console7Channel.cpp @@ -5,7 +5,7 @@ * * Created: 11/28/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console7Channel/Console7Channel.h b/plugins/MacSignedAU/Console7Channel/Console7Channel.h index 8366db4f1..f5a44c09e 100755 --- a/plugins/MacSignedAU/Console7Channel/Console7Channel.h +++ b/plugins/MacSignedAU/Console7Channel/Console7Channel.h @@ -5,7 +5,7 @@ * * Created: 11/28/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console7Channel/Console7Channel.r b/plugins/MacSignedAU/Console7Channel/Console7Channel.r index 1fc17e2a1..93205a155 100755 --- a/plugins/MacSignedAU/Console7Channel/Console7Channel.r +++ b/plugins/MacSignedAU/Console7Channel/Console7Channel.r @@ -5,7 +5,7 @@ * * Created: 11/28/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console7Channel/Console7ChannelVersion.h b/plugins/MacSignedAU/Console7Channel/Console7ChannelVersion.h index c86ae5ec4..bee53c82c 100755 --- a/plugins/MacSignedAU/Console7Channel/Console7ChannelVersion.h +++ b/plugins/MacSignedAU/Console7Channel/Console7ChannelVersion.h @@ -5,7 +5,7 @@ * * Created: 11/28/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console7Crunch/Console7Crunch.cpp b/plugins/MacSignedAU/Console7Crunch/Console7Crunch.cpp index b00cf2123..bfe1bc92c 100644 --- a/plugins/MacSignedAU/Console7Crunch/Console7Crunch.cpp +++ b/plugins/MacSignedAU/Console7Crunch/Console7Crunch.cpp @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console7Crunch/Console7Crunch.h b/plugins/MacSignedAU/Console7Crunch/Console7Crunch.h index e3f0fc6da..d6be389ce 100644 --- a/plugins/MacSignedAU/Console7Crunch/Console7Crunch.h +++ b/plugins/MacSignedAU/Console7Crunch/Console7Crunch.h @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console7Crunch/Console7Crunch.r b/plugins/MacSignedAU/Console7Crunch/Console7Crunch.r index c220dcf6a..3fef24be8 100644 --- a/plugins/MacSignedAU/Console7Crunch/Console7Crunch.r +++ b/plugins/MacSignedAU/Console7Crunch/Console7Crunch.r @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console7Crunch/Console7CrunchVersion.h b/plugins/MacSignedAU/Console7Crunch/Console7CrunchVersion.h index 97fff4c66..007f66fed 100644 --- a/plugins/MacSignedAU/Console7Crunch/Console7CrunchVersion.h +++ b/plugins/MacSignedAU/Console7Crunch/Console7CrunchVersion.h @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8BussHype/Console8BussHype.cpp b/plugins/MacSignedAU/Console8BussHype/Console8BussHype.cpp index f5519ce35..d78aff224 100755 --- a/plugins/MacSignedAU/Console8BussHype/Console8BussHype.cpp +++ b/plugins/MacSignedAU/Console8BussHype/Console8BussHype.cpp @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -153,26 +153,6 @@ void Console8BussHype::Console8BussHypeKernel::Reset() iirA = 0.0; iirB = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) soft[x] = 0.0; - if (GetSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / GetSampleRate(); - fix[fix_reso] = 0.5; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= GetSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; } @@ -195,7 +175,27 @@ void Console8BussHype::Console8BussHypeKernel::Process( const Float32 *inSourc if (fabs(iirA)<1.18e-37) iirA = 0.0; if (fabs(iirB)<1.18e-37) iirB = 0.0; //catch denormals early and only check once per buffer - + if (GetSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / GetSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (nSampleFrames-- > 0) { double inputSample = *sourceP; if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; diff --git a/plugins/MacSignedAU/Console8BussHype/Console8BussHype.h b/plugins/MacSignedAU/Console8BussHype/Console8BussHype.h index 16314d3df..42eead7af 100755 --- a/plugins/MacSignedAU/Console8BussHype/Console8BussHype.h +++ b/plugins/MacSignedAU/Console8BussHype/Console8BussHype.h @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8BussHype/Console8BussHype.r b/plugins/MacSignedAU/Console8BussHype/Console8BussHype.r index cbc174b72..4687aa3d0 100755 --- a/plugins/MacSignedAU/Console8BussHype/Console8BussHype.r +++ b/plugins/MacSignedAU/Console8BussHype/Console8BussHype.r @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8BussHype/Console8BussHype.xcodeproj/project.pbxproj b/plugins/MacSignedAU/Console8BussHype/Console8BussHype.xcodeproj/project.pbxproj index 4b09748a2..a73873061 100755 --- a/plugins/MacSignedAU/Console8BussHype/Console8BussHype.xcodeproj/project.pbxproj +++ b/plugins/MacSignedAU/Console8BussHype/Console8BussHype.xcodeproj/project.pbxproj @@ -789,8 +789,10 @@ ARCHS = "$(ARCHS_STANDARD)"; CLANG_ENABLE_OBJC_WEAK = YES; CODE_SIGN_IDENTITY = "Developer ID Application"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; CODE_SIGN_STYLE = Manual; DEVELOPMENT_TEAM = 9BMAKYA76W; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = Console8BussHype.exp; GCC_OPTIMIZATION_LEVEL = 0; GENERATE_PKGINFO_FILE = YES; @@ -815,8 +817,10 @@ ARCHS = "$(ARCHS_STANDARD)"; CLANG_ENABLE_OBJC_WEAK = YES; CODE_SIGN_IDENTITY = "Developer ID Application"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; CODE_SIGN_STYLE = Manual; DEVELOPMENT_TEAM = 9BMAKYA76W; + "DEVELOPMENT_TEAM[sdk=macosx*]" = 9BMAKYA76W; EXPORTED_SYMBOLS_FILE = Console8BussHype.exp; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GENERATE_PKGINFO_FILE = YES; diff --git a/plugins/MacSignedAU/Console8BussHype/Console8BussHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Console8BussHype/Console8BussHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 11a0faf08..03702b8d4 100644 Binary files a/plugins/MacSignedAU/Console8BussHype/Console8BussHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedAU/Console8BussHype/Console8BussHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Console8BussHype/Console8BussHypeVersion.h b/plugins/MacSignedAU/Console8BussHype/Console8BussHypeVersion.h index e16144752..04a7baf63 100755 --- a/plugins/MacSignedAU/Console8BussHype/Console8BussHypeVersion.h +++ b/plugins/MacSignedAU/Console8BussHype/Console8BussHypeVersion.h @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8BussIn/Console8BussIn.cpp b/plugins/MacSignedAU/Console8BussIn/Console8BussIn.cpp index cdf5b0726..5bb09c33f 100755 --- a/plugins/MacSignedAU/Console8BussIn/Console8BussIn.cpp +++ b/plugins/MacSignedAU/Console8BussIn/Console8BussIn.cpp @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -153,26 +153,6 @@ void Console8BussIn::Console8BussInKernel::Reset() iirA = 0.0; iirB = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) soft[x] = 0.0; - if (GetSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / GetSampleRate(); - fix[fix_reso] = 0.5; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= GetSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; } @@ -195,7 +175,27 @@ void Console8BussIn::Console8BussInKernel::Process( const Float32 *inSourceP, if (fabs(iirA)<1.18e-37) iirA = 0.0; if (fabs(iirB)<1.18e-37) iirB = 0.0; //catch denormals early and only check once per buffer - + if (GetSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / GetSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (nSampleFrames-- > 0) { double inputSample = *sourceP; if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; diff --git a/plugins/MacSignedAU/Console8BussIn/Console8BussIn.h b/plugins/MacSignedAU/Console8BussIn/Console8BussIn.h index 105c7cff8..3ce2983d6 100755 --- a/plugins/MacSignedAU/Console8BussIn/Console8BussIn.h +++ b/plugins/MacSignedAU/Console8BussIn/Console8BussIn.h @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8BussIn/Console8BussIn.r b/plugins/MacSignedAU/Console8BussIn/Console8BussIn.r index 5864bc045..e7e9e4193 100755 --- a/plugins/MacSignedAU/Console8BussIn/Console8BussIn.r +++ b/plugins/MacSignedAU/Console8BussIn/Console8BussIn.r @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8BussIn/Console8BussIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Console8BussIn/Console8BussIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index cf8022d03..b02661cab 100644 Binary files a/plugins/MacSignedAU/Console8BussIn/Console8BussIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedAU/Console8BussIn/Console8BussIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Console8BussIn/Console8BussInVersion.h b/plugins/MacSignedAU/Console8BussIn/Console8BussInVersion.h index 7671a0e6a..1882e047c 100755 --- a/plugins/MacSignedAU/Console8BussIn/Console8BussInVersion.h +++ b/plugins/MacSignedAU/Console8BussIn/Console8BussInVersion.h @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8BussOut/Console8BussOut.cpp b/plugins/MacSignedAU/Console8BussOut/Console8BussOut.cpp index 2101a7f94..f7c290141 100755 --- a/plugins/MacSignedAU/Console8BussOut/Console8BussOut.cpp +++ b/plugins/MacSignedAU/Console8BussOut/Console8BussOut.cpp @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -160,27 +160,10 @@ void Console8BussOut::Console8BussOutKernel::Reset() { inTrimA = 0.5; inTrimB = 0.5; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; - if (GetSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / GetSampleRate(); - fix[fix_reso] = 0.52110856; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter lastSample = 0.0; wasPosClip = false; wasNegClip = false; for (int x = 0; x < 17; x++) intermediate[x] = 0.0; - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= GetSampleRate(); - spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 - if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; //ADClip2 fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; } @@ -201,7 +184,24 @@ void Console8BussOut::Console8BussOutKernel::Process( const Float32 *inSourceP //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclip and ADClip in case we need intense loudness bursts on transients. //24 bit is 8388608.0, 16 bit is 32768.0 - + if (GetSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / GetSampleRate(); + fix[fix_reso] = 0.52110856; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; //ADClip2 + while (nSampleFrames-- > 0) { double inputSample = *sourceP; if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; diff --git a/plugins/MacSignedAU/Console8BussOut/Console8BussOut.h b/plugins/MacSignedAU/Console8BussOut/Console8BussOut.h index 07fcb30eb..701c81cb3 100755 --- a/plugins/MacSignedAU/Console8BussOut/Console8BussOut.h +++ b/plugins/MacSignedAU/Console8BussOut/Console8BussOut.h @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8BussOut/Console8BussOut.r b/plugins/MacSignedAU/Console8BussOut/Console8BussOut.r index 750cdfe39..1ce3d22cf 100755 --- a/plugins/MacSignedAU/Console8BussOut/Console8BussOut.r +++ b/plugins/MacSignedAU/Console8BussOut/Console8BussOut.r @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8BussOut/Console8BussOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Console8BussOut/Console8BussOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 8e22a12fb..c25bad5b4 100644 Binary files a/plugins/MacSignedAU/Console8BussOut/Console8BussOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedAU/Console8BussOut/Console8BussOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Console8BussOut/Console8BussOutVersion.h b/plugins/MacSignedAU/Console8BussOut/Console8BussOutVersion.h index 1b569b723..4500fe944 100755 --- a/plugins/MacSignedAU/Console8BussOut/Console8BussOutVersion.h +++ b/plugins/MacSignedAU/Console8BussOut/Console8BussOutVersion.h @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHype.cpp b/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHype.cpp index 87612e914..27cb397b2 100755 --- a/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHype.cpp +++ b/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHype.cpp @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -153,25 +153,6 @@ void Console8ChannelHype::Console8ChannelHypeKernel::Reset() iirA = 0.0; iirB = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) soft[x] = 0.0; - if (GetSampleRate() > 49000.0) hsr = true; else hsr = false; - fix[fix_freq] = 24000.0 / GetSampleRate(); - fix[fix_reso] = 0.76352112; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= GetSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; } @@ -194,7 +175,26 @@ void Console8ChannelHype::Console8ChannelHypeKernel::Process( const Float32 *i if (fabs(iirA)<1.18e-37) iirA = 0.0; if (fabs(iirB)<1.18e-37) iirB = 0.0; //catch denormals early and only check once per buffer - + if (GetSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / GetSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (nSampleFrames-- > 0) { double inputSample = *sourceP; if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; @@ -245,4 +245,4 @@ void Console8ChannelHype::Console8ChannelHypeKernel::Process( const Float32 *i sourceP += inNumChannels; destP += inNumChannels; } -} \ No newline at end of file +} diff --git a/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHype.h b/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHype.h index 29ef7f85b..c6d9df915 100755 --- a/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHype.h +++ b/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHype.h @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHype.r b/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHype.r index 01cbc9fa1..a0641c269 100755 --- a/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHype.r +++ b/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHype.r @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index d5ee8bbd5..573d37d73 100644 Binary files a/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHypeVersion.h b/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHypeVersion.h index edbe76a74..b30fc1606 100755 --- a/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHypeVersion.h +++ b/plugins/MacSignedAU/Console8ChannelHype/Console8ChannelHypeVersion.h @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelIn.cpp b/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelIn.cpp index 1a933e74e..270d0ada1 100755 --- a/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelIn.cpp +++ b/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelIn.cpp @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -153,25 +153,6 @@ void Console8ChannelIn::Console8ChannelInKernel::Reset() iirA = 0.0; iirB = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) soft[x] = 0.0; - if (GetSampleRate() > 49000.0) hsr = true; else hsr = false; - fix[fix_freq] = 24000.0 / GetSampleRate(); - fix[fix_reso] = 0.76352112; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= GetSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; } @@ -194,7 +175,26 @@ void Console8ChannelIn::Console8ChannelInKernel::Process( const Float32 *inSou if (fabs(iirA)<1.18e-37) iirA = 0.0; if (fabs(iirB)<1.18e-37) iirB = 0.0; //catch denormals early and only check once per buffer - + if (GetSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / GetSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (nSampleFrames-- > 0) { double inputSample = *sourceP; if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; @@ -245,4 +245,4 @@ void Console8ChannelIn::Console8ChannelInKernel::Process( const Float32 *inSou sourceP += inNumChannels; destP += inNumChannels; } -} \ No newline at end of file +} diff --git a/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelIn.h b/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelIn.h index c40431ca7..4e62f8b35 100755 --- a/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelIn.h +++ b/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelIn.h @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelIn.r b/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelIn.r index 903c82de5..5f1816e1a 100755 --- a/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelIn.r +++ b/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelIn.r @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 1a5e32837..5099e08ac 100644 Binary files a/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelInVersion.h b/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelInVersion.h index 467baa833..9114a5b19 100755 --- a/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelInVersion.h +++ b/plugins/MacSignedAU/Console8ChannelIn/Console8ChannelInVersion.h @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOut.cpp b/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOut.cpp index 50b88757f..54f752cac 100755 --- a/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOut.cpp +++ b/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOut.cpp @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -160,17 +160,6 @@ void Console8ChannelOut::Console8ChannelOutKernel::Reset() { inTrimA = 0.5; inTrimB = 0.5; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; - if (GetSampleRate() > 49000.0) hsr = true; else hsr = false; - fix[fix_freq] = 24000.0 / GetSampleRate(); - fix[fix_reso] = 3.51333709; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; } @@ -190,7 +179,18 @@ void Console8ChannelOut::Console8ChannelOutKernel::Process( const Float32 *inS inTrimA = inTrimB; inTrimB = GetParameter( kParam_One )*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. - + if (GetSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / GetSampleRate(); + fix[fix_reso] = 3.51333709; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + while (nSampleFrames-- > 0) { double inputSample = *sourceP; if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; @@ -225,4 +225,4 @@ void Console8ChannelOut::Console8ChannelOutKernel::Process( const Float32 *inS sourceP += inNumChannels; destP += inNumChannels; } -} \ No newline at end of file +} diff --git a/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOut.h b/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOut.h index 3fa70fd2f..647e95a90 100755 --- a/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOut.h +++ b/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOut.h @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOut.r b/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOut.r index bb9c549c2..d16dc8579 100755 --- a/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOut.r +++ b/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOut.r @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 2cb63b644..b8b6f1496 100644 Binary files a/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOutVersion.h b/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOutVersion.h index 84be42de8..cf0ae476d 100755 --- a/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOutVersion.h +++ b/plugins/MacSignedAU/Console8ChannelOut/Console8ChannelOutVersion.h @@ -5,7 +5,7 @@ * * Created: 6/10/22 * -* Copyright: Copyright � 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8SubHype/Console8SubHype.cpp b/plugins/MacSignedAU/Console8SubHype/Console8SubHype.cpp index c60caf41b..9073ec821 100755 --- a/plugins/MacSignedAU/Console8SubHype/Console8SubHype.cpp +++ b/plugins/MacSignedAU/Console8SubHype/Console8SubHype.cpp @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -154,26 +154,6 @@ void Console8SubHype::Console8SubHypeKernel::Reset() for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) soft[x] = 0.0; fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; - if (GetSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / GetSampleRate(); - fix[fix_reso] = 0.59435114; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= GetSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -195,7 +175,27 @@ void Console8SubHype::Console8SubHypeKernel::Process( const Float32 *inSourceP if (fabs(iirA)<1.18e-37) iirA = 0.0; if (fabs(iirB)<1.18e-37) iirB = 0.0; //catch denormals early and only check once per buffer - + if (GetSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / GetSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (nSampleFrames-- > 0) { double inputSample = *sourceP; if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; diff --git a/plugins/MacSignedAU/Console8SubHype/Console8SubHype.h b/plugins/MacSignedAU/Console8SubHype/Console8SubHype.h index 5a7ff9266..fd66e3598 100755 --- a/plugins/MacSignedAU/Console8SubHype/Console8SubHype.h +++ b/plugins/MacSignedAU/Console8SubHype/Console8SubHype.h @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8SubHype/Console8SubHype.r b/plugins/MacSignedAU/Console8SubHype/Console8SubHype.r index f136c7da0..3447cc4f5 100755 --- a/plugins/MacSignedAU/Console8SubHype/Console8SubHype.r +++ b/plugins/MacSignedAU/Console8SubHype/Console8SubHype.r @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8SubHype/Console8SubHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Console8SubHype/Console8SubHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 4d1e559ed..dbcbee5c9 100644 Binary files a/plugins/MacSignedAU/Console8SubHype/Console8SubHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedAU/Console8SubHype/Console8SubHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Console8SubHype/Console8SubHypeVersion.h b/plugins/MacSignedAU/Console8SubHype/Console8SubHypeVersion.h index 7fd2683bd..d6b103d97 100755 --- a/plugins/MacSignedAU/Console8SubHype/Console8SubHypeVersion.h +++ b/plugins/MacSignedAU/Console8SubHype/Console8SubHypeVersion.h @@ -5,7 +5,7 @@ * * Created: 6/23/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8SubIn/Console8SubIn.cpp b/plugins/MacSignedAU/Console8SubIn/Console8SubIn.cpp index baf5d916b..7ccf05d93 100755 --- a/plugins/MacSignedAU/Console8SubIn/Console8SubIn.cpp +++ b/plugins/MacSignedAU/Console8SubIn/Console8SubIn.cpp @@ -5,7 +5,7 @@ * * Created: 6/8/22 * - * Copyright: Copyright © 2022 Airwindows, All Rights Reserved + * 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, installation, modification @@ -154,26 +154,6 @@ void Console8SubIn::Console8SubInKernel::Reset() for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) soft[x] = 0.0; fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; - if (GetSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / GetSampleRate(); - fix[fix_reso] = 0.59435114; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= GetSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -195,7 +175,27 @@ void Console8SubIn::Console8SubInKernel::Process( const Float32 *inSourceP, if (fabs(iirA)<1.18e-37) iirA = 0.0; if (fabs(iirB)<1.18e-37) iirB = 0.0; //catch denormals early and only check once per buffer - + if (GetSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / GetSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (nSampleFrames-- > 0) { double inputSample = *sourceP; if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; diff --git a/plugins/MacSignedAU/Console8SubIn/Console8SubIn.h b/plugins/MacSignedAU/Console8SubIn/Console8SubIn.h index 4c64cbefe..276524b85 100755 --- a/plugins/MacSignedAU/Console8SubIn/Console8SubIn.h +++ b/plugins/MacSignedAU/Console8SubIn/Console8SubIn.h @@ -5,7 +5,7 @@ * * Created: 6/8/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8SubIn/Console8SubIn.r b/plugins/MacSignedAU/Console8SubIn/Console8SubIn.r index 30df1825b..b8c0bb3e2 100755 --- a/plugins/MacSignedAU/Console8SubIn/Console8SubIn.r +++ b/plugins/MacSignedAU/Console8SubIn/Console8SubIn.r @@ -5,7 +5,7 @@ * * Created: 6/8/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8SubIn/Console8SubIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Console8SubIn/Console8SubIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 971f36f5b..cfcf06292 100644 Binary files a/plugins/MacSignedAU/Console8SubIn/Console8SubIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedAU/Console8SubIn/Console8SubIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Console8SubIn/Console8SubInVersion.h b/plugins/MacSignedAU/Console8SubIn/Console8SubInVersion.h index 7b3314654..d4852176f 100755 --- a/plugins/MacSignedAU/Console8SubIn/Console8SubInVersion.h +++ b/plugins/MacSignedAU/Console8SubIn/Console8SubInVersion.h @@ -5,7 +5,7 @@ * * Created: 6/8/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8SubOut/Console8SubOut.cpp b/plugins/MacSignedAU/Console8SubOut/Console8SubOut.cpp index 531e013fc..25c8d45f9 100755 --- a/plugins/MacSignedAU/Console8SubOut/Console8SubOut.cpp +++ b/plugins/MacSignedAU/Console8SubOut/Console8SubOut.cpp @@ -5,7 +5,7 @@ * * Created: 6/8/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -161,18 +161,6 @@ void Console8SubOut::Console8SubOutKernel::Reset() inTrimA = 0.5; inTrimB = 0.5; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; - if (GetSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / GetSampleRate(); - fix[fix_reso] = 1.20361562; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -191,7 +179,19 @@ void Console8SubOut::Console8SubOutKernel::Process( const Float32 *inSourceP, inTrimA = inTrimB; inTrimB = GetParameter( kParam_One )*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. - + if (GetSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / GetSampleRate(); + fix[fix_reso] = 1.20361562; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + while (nSampleFrames-- > 0) { double inputSample = *sourceP; if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; @@ -226,4 +226,4 @@ void Console8SubOut::Console8SubOutKernel::Process( const Float32 *inSourceP, sourceP += inNumChannels; destP += inNumChannels; } -} \ No newline at end of file +} diff --git a/plugins/MacSignedAU/Console8SubOut/Console8SubOut.h b/plugins/MacSignedAU/Console8SubOut/Console8SubOut.h index 9fc3e6ec5..e9a95ca11 100755 --- a/plugins/MacSignedAU/Console8SubOut/Console8SubOut.h +++ b/plugins/MacSignedAU/Console8SubOut/Console8SubOut.h @@ -5,7 +5,7 @@ * * Created: 6/8/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8SubOut/Console8SubOut.r b/plugins/MacSignedAU/Console8SubOut/Console8SubOut.r index bf83dab0e..83e114b15 100755 --- a/plugins/MacSignedAU/Console8SubOut/Console8SubOut.r +++ b/plugins/MacSignedAU/Console8SubOut/Console8SubOut.r @@ -5,7 +5,7 @@ * * Created: 6/8/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Console8SubOut/Console8SubOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Console8SubOut/Console8SubOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 0201162f8..ec234be81 100644 Binary files a/plugins/MacSignedAU/Console8SubOut/Console8SubOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedAU/Console8SubOut/Console8SubOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Console8SubOut/Console8SubOutVersion.h b/plugins/MacSignedAU/Console8SubOut/Console8SubOutVersion.h index 6c24b24aa..fa789b63c 100755 --- a/plugins/MacSignedAU/Console8SubOut/Console8SubOutVersion.h +++ b/plugins/MacSignedAU/Console8SubOut/Console8SubOutVersion.h @@ -5,7 +5,7 @@ * * Created: 6/8/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/CrunchyGrooveWear/CrunchyGrooveWear.cpp b/plugins/MacSignedAU/CrunchyGrooveWear/CrunchyGrooveWear.cpp index e97c1281d..ce859c457 100755 --- a/plugins/MacSignedAU/CrunchyGrooveWear/CrunchyGrooveWear.cpp +++ b/plugins/MacSignedAU/CrunchyGrooveWear/CrunchyGrooveWear.cpp @@ -5,7 +5,7 @@ * * Created: 3/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/CrunchyGrooveWear/CrunchyGrooveWear.h b/plugins/MacSignedAU/CrunchyGrooveWear/CrunchyGrooveWear.h index 2bb17c358..d2dcd0cfd 100755 --- a/plugins/MacSignedAU/CrunchyGrooveWear/CrunchyGrooveWear.h +++ b/plugins/MacSignedAU/CrunchyGrooveWear/CrunchyGrooveWear.h @@ -5,7 +5,7 @@ * * Created: 3/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/CrunchyGrooveWear/CrunchyGrooveWear.r b/plugins/MacSignedAU/CrunchyGrooveWear/CrunchyGrooveWear.r index 0c04a297b..401cd2648 100755 --- a/plugins/MacSignedAU/CrunchyGrooveWear/CrunchyGrooveWear.r +++ b/plugins/MacSignedAU/CrunchyGrooveWear/CrunchyGrooveWear.r @@ -5,7 +5,7 @@ * * Created: 3/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/CrunchyGrooveWear/CrunchyGrooveWearVersion.h b/plugins/MacSignedAU/CrunchyGrooveWear/CrunchyGrooveWearVersion.h index 1539a89b2..434f40297 100755 --- a/plugins/MacSignedAU/CrunchyGrooveWear/CrunchyGrooveWearVersion.h +++ b/plugins/MacSignedAU/CrunchyGrooveWear/CrunchyGrooveWearVersion.h @@ -5,7 +5,7 @@ * * Created: 3/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Crystal/Crystal.cpp b/plugins/MacSignedAU/Crystal/Crystal.cpp index c7fe06fd5..7625df924 100755 --- a/plugins/MacSignedAU/Crystal/Crystal.cpp +++ b/plugins/MacSignedAU/Crystal/Crystal.cpp @@ -5,7 +5,7 @@ * * Created: 12/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Crystal/Crystal.h b/plugins/MacSignedAU/Crystal/Crystal.h index 201f0d31f..8ef1d4d1b 100755 --- a/plugins/MacSignedAU/Crystal/Crystal.h +++ b/plugins/MacSignedAU/Crystal/Crystal.h @@ -5,7 +5,7 @@ * * Created: 12/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Crystal/Crystal.r b/plugins/MacSignedAU/Crystal/Crystal.r index 775687fd4..b0e7e51e5 100755 --- a/plugins/MacSignedAU/Crystal/Crystal.r +++ b/plugins/MacSignedAU/Crystal/Crystal.r @@ -5,7 +5,7 @@ * * Created: 12/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Crystal/CrystalVersion.h b/plugins/MacSignedAU/Crystal/CrystalVersion.h index 249faf41e..40a5ec52c 100755 --- a/plugins/MacSignedAU/Crystal/CrystalVersion.h +++ b/plugins/MacSignedAU/Crystal/CrystalVersion.h @@ -5,7 +5,7 @@ * * Created: 12/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DCVoltage/DCVoltage.cpp b/plugins/MacSignedAU/DCVoltage/DCVoltage.cpp index 27c25b22a..9bb8e3d65 100755 --- a/plugins/MacSignedAU/DCVoltage/DCVoltage.cpp +++ b/plugins/MacSignedAU/DCVoltage/DCVoltage.cpp @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DCVoltage/DCVoltage.h b/plugins/MacSignedAU/DCVoltage/DCVoltage.h index 71d279a38..f81e0e5cf 100755 --- a/plugins/MacSignedAU/DCVoltage/DCVoltage.h +++ b/plugins/MacSignedAU/DCVoltage/DCVoltage.h @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DCVoltage/DCVoltage.r b/plugins/MacSignedAU/DCVoltage/DCVoltage.r index ec3e79cd8..84ce1226a 100755 --- a/plugins/MacSignedAU/DCVoltage/DCVoltage.r +++ b/plugins/MacSignedAU/DCVoltage/DCVoltage.r @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DCVoltage/DCVoltageVersion.h b/plugins/MacSignedAU/DCVoltage/DCVoltageVersion.h index 83cb6064f..60e4d7399 100755 --- a/plugins/MacSignedAU/DCVoltage/DCVoltageVersion.h +++ b/plugins/MacSignedAU/DCVoltage/DCVoltageVersion.h @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Dark/Dark.cpp b/plugins/MacSignedAU/Dark/Dark.cpp index ecd7152ba..467835bf0 100755 --- a/plugins/MacSignedAU/Dark/Dark.cpp +++ b/plugins/MacSignedAU/Dark/Dark.cpp @@ -5,7 +5,7 @@ * * Created: 5/25/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Dark/Dark.h b/plugins/MacSignedAU/Dark/Dark.h index acb68d954..0c161c025 100755 --- a/plugins/MacSignedAU/Dark/Dark.h +++ b/plugins/MacSignedAU/Dark/Dark.h @@ -5,7 +5,7 @@ * * Created: 5/25/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Dark/Dark.r b/plugins/MacSignedAU/Dark/Dark.r index a5cb363d9..083b9b173 100755 --- a/plugins/MacSignedAU/Dark/Dark.r +++ b/plugins/MacSignedAU/Dark/Dark.r @@ -5,7 +5,7 @@ * * Created: 5/25/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Dark/DarkVersion.h b/plugins/MacSignedAU/Dark/DarkVersion.h index 21aa84d91..94fb70ed2 100755 --- a/plugins/MacSignedAU/Dark/DarkVersion.h +++ b/plugins/MacSignedAU/Dark/DarkVersion.h @@ -5,7 +5,7 @@ * * Created: 5/25/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DarkNoise/DarkNoise.cpp b/plugins/MacSignedAU/DarkNoise/DarkNoise.cpp index 6bea60093..c0422283d 100755 --- a/plugins/MacSignedAU/DarkNoise/DarkNoise.cpp +++ b/plugins/MacSignedAU/DarkNoise/DarkNoise.cpp @@ -5,7 +5,7 @@ * * Created: 11/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DarkNoise/DarkNoise.h b/plugins/MacSignedAU/DarkNoise/DarkNoise.h index c1dddffa0..38368518d 100755 --- a/plugins/MacSignedAU/DarkNoise/DarkNoise.h +++ b/plugins/MacSignedAU/DarkNoise/DarkNoise.h @@ -5,7 +5,7 @@ * * Created: 11/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DarkNoise/DarkNoise.r b/plugins/MacSignedAU/DarkNoise/DarkNoise.r index b5545ed37..626141a22 100755 --- a/plugins/MacSignedAU/DarkNoise/DarkNoise.r +++ b/plugins/MacSignedAU/DarkNoise/DarkNoise.r @@ -5,7 +5,7 @@ * * Created: 11/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DarkNoise/DarkNoiseVersion.h b/plugins/MacSignedAU/DarkNoise/DarkNoiseVersion.h index 596451b4f..11bde412b 100755 --- a/plugins/MacSignedAU/DarkNoise/DarkNoiseVersion.h +++ b/plugins/MacSignedAU/DarkNoise/DarkNoiseVersion.h @@ -5,7 +5,7 @@ * * Created: 11/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DeBess/DeBess.cpp b/plugins/MacSignedAU/DeBess/DeBess.cpp index 3fdc4a999..689a74afb 100755 --- a/plugins/MacSignedAU/DeBess/DeBess.cpp +++ b/plugins/MacSignedAU/DeBess/DeBess.cpp @@ -5,7 +5,7 @@ * * Created: 9/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/DeBess/DeBess.h b/plugins/MacSignedAU/DeBess/DeBess.h index feeba336d..b3ed31df8 100755 --- a/plugins/MacSignedAU/DeBess/DeBess.h +++ b/plugins/MacSignedAU/DeBess/DeBess.h @@ -5,7 +5,7 @@ * * Created: 9/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/DeBess/DeBess.r b/plugins/MacSignedAU/DeBess/DeBess.r index 0e0e7fcbc..9eef7b032 100755 --- a/plugins/MacSignedAU/DeBess/DeBess.r +++ b/plugins/MacSignedAU/DeBess/DeBess.r @@ -5,7 +5,7 @@ * * Created: 9/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/DeBess/DeBessVersion.h b/plugins/MacSignedAU/DeBess/DeBessVersion.h index 738006dad..bea82e3c7 100755 --- a/plugins/MacSignedAU/DeBess/DeBessVersion.h +++ b/plugins/MacSignedAU/DeBess/DeBessVersion.h @@ -5,7 +5,7 @@ * * Created: 9/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/DeEss/DeEss.cpp b/plugins/MacSignedAU/DeEss/DeEss.cpp index 0d80ff985..c24c7bfac 100755 --- a/plugins/MacSignedAU/DeEss/DeEss.cpp +++ b/plugins/MacSignedAU/DeEss/DeEss.cpp @@ -5,7 +5,7 @@ * * Created: 9/28/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DeEss/DeEss.h b/plugins/MacSignedAU/DeEss/DeEss.h index 72067f434..bfe298bf6 100755 --- a/plugins/MacSignedAU/DeEss/DeEss.h +++ b/plugins/MacSignedAU/DeEss/DeEss.h @@ -5,7 +5,7 @@ * * Created: 9/28/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DeEss/DeEss.r b/plugins/MacSignedAU/DeEss/DeEss.r index e67794294..3751090ad 100755 --- a/plugins/MacSignedAU/DeEss/DeEss.r +++ b/plugins/MacSignedAU/DeEss/DeEss.r @@ -5,7 +5,7 @@ * * Created: 9/28/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DeEss/DeEssVersion.h b/plugins/MacSignedAU/DeEss/DeEssVersion.h index 5732f6170..f70da0bfa 100755 --- a/plugins/MacSignedAU/DeEss/DeEssVersion.h +++ b/plugins/MacSignedAU/DeEss/DeEssVersion.h @@ -5,7 +5,7 @@ * * Created: 9/28/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DeHiss/DeHiss.cpp b/plugins/MacSignedAU/DeHiss/DeHiss.cpp index de943ec83..e4adffc68 100755 --- a/plugins/MacSignedAU/DeHiss/DeHiss.cpp +++ b/plugins/MacSignedAU/DeHiss/DeHiss.cpp @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/DeHiss/DeHiss.h b/plugins/MacSignedAU/DeHiss/DeHiss.h index 5f94e594d..ffb7ce1e5 100755 --- a/plugins/MacSignedAU/DeHiss/DeHiss.h +++ b/plugins/MacSignedAU/DeHiss/DeHiss.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/DeHiss/DeHiss.r b/plugins/MacSignedAU/DeHiss/DeHiss.r index caf7daf68..987e3241e 100755 --- a/plugins/MacSignedAU/DeHiss/DeHiss.r +++ b/plugins/MacSignedAU/DeHiss/DeHiss.r @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/DeHiss/DeHissVersion.h b/plugins/MacSignedAU/DeHiss/DeHissVersion.h index d9743f5e1..507f0c7da 100755 --- a/plugins/MacSignedAU/DeHiss/DeHissVersion.h +++ b/plugins/MacSignedAU/DeHiss/DeHissVersion.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/DeRez/DeRez.cpp b/plugins/MacSignedAU/DeRez/DeRez.cpp index 62e6744de..622e97e73 100755 --- a/plugins/MacSignedAU/DeRez/DeRez.cpp +++ b/plugins/MacSignedAU/DeRez/DeRez.cpp @@ -5,7 +5,7 @@ * * Created: 10/4/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacSignedAU/DeRez/DeRez.h b/plugins/MacSignedAU/DeRez/DeRez.h index c5ba1de6c..f1db52932 100755 --- a/plugins/MacSignedAU/DeRez/DeRez.h +++ b/plugins/MacSignedAU/DeRez/DeRez.h @@ -5,7 +5,7 @@ * * Created: 10/4/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacSignedAU/DeRez/DeRez.r b/plugins/MacSignedAU/DeRez/DeRez.r index 2fc1ef135..8dd34ff76 100755 --- a/plugins/MacSignedAU/DeRez/DeRez.r +++ b/plugins/MacSignedAU/DeRez/DeRez.r @@ -5,7 +5,7 @@ * * Created: 10/4/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacSignedAU/DeRez/DeRezVersion.h b/plugins/MacSignedAU/DeRez/DeRezVersion.h index bbe0f29f4..cbfd5bd3c 100755 --- a/plugins/MacSignedAU/DeRez/DeRezVersion.h +++ b/plugins/MacSignedAU/DeRez/DeRezVersion.h @@ -5,7 +5,7 @@ * * Created: 10/4/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacSignedAU/DeRez2/DeRez2.cpp b/plugins/MacSignedAU/DeRez2/DeRez2.cpp index b0f253147..e41cbc4f1 100755 --- a/plugins/MacSignedAU/DeRez2/DeRez2.cpp +++ b/plugins/MacSignedAU/DeRez2/DeRez2.cpp @@ -5,7 +5,7 @@ * * Created: 6/10/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/DeRez2/DeRez2.h b/plugins/MacSignedAU/DeRez2/DeRez2.h index 749feecd3..0f935f8a8 100755 --- a/plugins/MacSignedAU/DeRez2/DeRez2.h +++ b/plugins/MacSignedAU/DeRez2/DeRez2.h @@ -5,7 +5,7 @@ * * Created: 6/10/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/DeRez2/DeRez2.r b/plugins/MacSignedAU/DeRez2/DeRez2.r index 3d89b081a..ab5ddab05 100755 --- a/plugins/MacSignedAU/DeRez2/DeRez2.r +++ b/plugins/MacSignedAU/DeRez2/DeRez2.r @@ -5,7 +5,7 @@ * * Created: 6/10/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/DeRez2/DeRez2Version.h b/plugins/MacSignedAU/DeRez2/DeRez2Version.h index 01431e341..7e1b6cf9b 100755 --- a/plugins/MacSignedAU/DeRez2/DeRez2Version.h +++ b/plugins/MacSignedAU/DeRez2/DeRez2Version.h @@ -5,7 +5,7 @@ * * Created: 6/10/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Deckwrecka/Deckwrecka.cpp b/plugins/MacSignedAU/Deckwrecka/Deckwrecka.cpp index fd311246b..dec1c6b24 100755 --- a/plugins/MacSignedAU/Deckwrecka/Deckwrecka.cpp +++ b/plugins/MacSignedAU/Deckwrecka/Deckwrecka.cpp @@ -5,7 +5,7 @@ * * Created: 10/23/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacSignedAU/Deckwrecka/Deckwrecka.h b/plugins/MacSignedAU/Deckwrecka/Deckwrecka.h index 0dc8e0909..22f74079c 100755 --- a/plugins/MacSignedAU/Deckwrecka/Deckwrecka.h +++ b/plugins/MacSignedAU/Deckwrecka/Deckwrecka.h @@ -5,7 +5,7 @@ * * Created: 10/23/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacSignedAU/Deckwrecka/Deckwrecka.r b/plugins/MacSignedAU/Deckwrecka/Deckwrecka.r index 273a4c02d..f0064db0d 100755 --- a/plugins/MacSignedAU/Deckwrecka/Deckwrecka.r +++ b/plugins/MacSignedAU/Deckwrecka/Deckwrecka.r @@ -5,7 +5,7 @@ * * Created: 10/23/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacSignedAU/Deckwrecka/DeckwreckaVersion.h b/plugins/MacSignedAU/Deckwrecka/DeckwreckaVersion.h index 6c78ffd23..4cb69cf38 100755 --- a/plugins/MacSignedAU/Deckwrecka/DeckwreckaVersion.h +++ b/plugins/MacSignedAU/Deckwrecka/DeckwreckaVersion.h @@ -5,7 +5,7 @@ * * Created: 10/23/13 * -* Copyright: Copyright © 2013 Airwindows, All Rights Reserved +* 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 your use, installation, modification diff --git a/plugins/MacSignedAU/Density/Density.cpp b/plugins/MacSignedAU/Density/Density.cpp index b62f4327c..fe2b19cef 100755 --- a/plugins/MacSignedAU/Density/Density.cpp +++ b/plugins/MacSignedAU/Density/Density.cpp @@ -5,7 +5,7 @@ * * Created: 1/24/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Density/Density.h b/plugins/MacSignedAU/Density/Density.h index 918c607df..e503016bb 100755 --- a/plugins/MacSignedAU/Density/Density.h +++ b/plugins/MacSignedAU/Density/Density.h @@ -5,7 +5,7 @@ * * Created: 1/24/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Density/Density.r b/plugins/MacSignedAU/Density/Density.r index 7c27f9fb6..219c237f6 100755 --- a/plugins/MacSignedAU/Density/Density.r +++ b/plugins/MacSignedAU/Density/Density.r @@ -5,7 +5,7 @@ * * Created: 1/24/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Density/DensityVersion.h b/plugins/MacSignedAU/Density/DensityVersion.h index 82310b47f..0ab1d1cdc 100755 --- a/plugins/MacSignedAU/Density/DensityVersion.h +++ b/plugins/MacSignedAU/Density/DensityVersion.h @@ -5,7 +5,7 @@ * * Created: 1/24/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Density2/Density2.cpp b/plugins/MacSignedAU/Density2/Density2.cpp index a511efb4c..c291de5c0 100755 --- a/plugins/MacSignedAU/Density2/Density2.cpp +++ b/plugins/MacSignedAU/Density2/Density2.cpp @@ -5,7 +5,7 @@ * * Created: 2/8/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Density2/Density2.h b/plugins/MacSignedAU/Density2/Density2.h index 37da2b82b..bee72b8ec 100755 --- a/plugins/MacSignedAU/Density2/Density2.h +++ b/plugins/MacSignedAU/Density2/Density2.h @@ -5,7 +5,7 @@ * * Created: 2/8/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Density2/Density2.r b/plugins/MacSignedAU/Density2/Density2.r index 3ea651b80..dfc4c855e 100755 --- a/plugins/MacSignedAU/Density2/Density2.r +++ b/plugins/MacSignedAU/Density2/Density2.r @@ -5,7 +5,7 @@ * * Created: 2/8/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Density2/Density2Version.h b/plugins/MacSignedAU/Density2/Density2Version.h index 5367e66c2..c28204b5d 100755 --- a/plugins/MacSignedAU/Density2/Density2Version.h +++ b/plugins/MacSignedAU/Density2/Density2Version.h @@ -5,7 +5,7 @@ * * Created: 2/8/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Desk/Desk.cpp b/plugins/MacSignedAU/Desk/Desk.cpp index a38a4e019..96b5934c2 100755 --- a/plugins/MacSignedAU/Desk/Desk.cpp +++ b/plugins/MacSignedAU/Desk/Desk.cpp @@ -5,7 +5,7 @@ * * Created: 9/27/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Desk/Desk.h b/plugins/MacSignedAU/Desk/Desk.h index 29f4bec76..8d41cde6f 100755 --- a/plugins/MacSignedAU/Desk/Desk.h +++ b/plugins/MacSignedAU/Desk/Desk.h @@ -5,7 +5,7 @@ * * Created: 9/27/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Desk/Desk.r b/plugins/MacSignedAU/Desk/Desk.r index 1abe18896..2d73a93b8 100755 --- a/plugins/MacSignedAU/Desk/Desk.r +++ b/plugins/MacSignedAU/Desk/Desk.r @@ -5,7 +5,7 @@ * * Created: 9/27/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Desk/DeskVersion.h b/plugins/MacSignedAU/Desk/DeskVersion.h index c3662558a..ea70e1000 100755 --- a/plugins/MacSignedAU/Desk/DeskVersion.h +++ b/plugins/MacSignedAU/Desk/DeskVersion.h @@ -5,7 +5,7 @@ * * Created: 9/27/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Desk4/Desk4.cpp b/plugins/MacSignedAU/Desk4/Desk4.cpp index 794ed1c4a..e1d7ea443 100755 --- a/plugins/MacSignedAU/Desk4/Desk4.cpp +++ b/plugins/MacSignedAU/Desk4/Desk4.cpp @@ -5,7 +5,7 @@ * * Created: 7/18/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Desk4/Desk4.h b/plugins/MacSignedAU/Desk4/Desk4.h index 7d51187c6..4eb6d524c 100755 --- a/plugins/MacSignedAU/Desk4/Desk4.h +++ b/plugins/MacSignedAU/Desk4/Desk4.h @@ -5,7 +5,7 @@ * * Created: 7/18/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Desk4/Desk4.r b/plugins/MacSignedAU/Desk4/Desk4.r index b8468e3c2..34b0c2de2 100755 --- a/plugins/MacSignedAU/Desk4/Desk4.r +++ b/plugins/MacSignedAU/Desk4/Desk4.r @@ -5,7 +5,7 @@ * * Created: 7/18/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Desk4/Desk4Version.h b/plugins/MacSignedAU/Desk4/Desk4Version.h index 05359c523..25e9c0bc8 100755 --- a/plugins/MacSignedAU/Desk4/Desk4Version.h +++ b/plugins/MacSignedAU/Desk4/Desk4Version.h @@ -5,7 +5,7 @@ * * Created: 7/18/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DigitalBlack/DigitalBlack.cpp b/plugins/MacSignedAU/DigitalBlack/DigitalBlack.cpp index ae0233ca9..5360912b5 100755 --- a/plugins/MacSignedAU/DigitalBlack/DigitalBlack.cpp +++ b/plugins/MacSignedAU/DigitalBlack/DigitalBlack.cpp @@ -5,7 +5,7 @@ * * Created: 2/19/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DigitalBlack/DigitalBlack.h b/plugins/MacSignedAU/DigitalBlack/DigitalBlack.h index 0df354389..0df5a0662 100755 --- a/plugins/MacSignedAU/DigitalBlack/DigitalBlack.h +++ b/plugins/MacSignedAU/DigitalBlack/DigitalBlack.h @@ -5,7 +5,7 @@ * * Created: 2/19/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DigitalBlack/DigitalBlack.r b/plugins/MacSignedAU/DigitalBlack/DigitalBlack.r index 60f8b74b6..98884a8ce 100755 --- a/plugins/MacSignedAU/DigitalBlack/DigitalBlack.r +++ b/plugins/MacSignedAU/DigitalBlack/DigitalBlack.r @@ -5,7 +5,7 @@ * * Created: 2/19/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DigitalBlack/DigitalBlackVersion.h b/plugins/MacSignedAU/DigitalBlack/DigitalBlackVersion.h index 02cc102ec..3845d4696 100755 --- a/plugins/MacSignedAU/DigitalBlack/DigitalBlackVersion.h +++ b/plugins/MacSignedAU/DigitalBlack/DigitalBlackVersion.h @@ -5,7 +5,7 @@ * * Created: 2/19/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Dirt/Dirt.cpp b/plugins/MacSignedAU/Dirt/Dirt.cpp index aa07db2c9..4e4888422 100644 --- a/plugins/MacSignedAU/Dirt/Dirt.cpp +++ b/plugins/MacSignedAU/Dirt/Dirt.cpp @@ -5,7 +5,7 @@ * * Created: 1/30/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Dirt/Dirt.h b/plugins/MacSignedAU/Dirt/Dirt.h index 85a41f8d1..ec013113d 100644 --- a/plugins/MacSignedAU/Dirt/Dirt.h +++ b/plugins/MacSignedAU/Dirt/Dirt.h @@ -5,7 +5,7 @@ * * Created: 1/30/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Dirt/Dirt.r b/plugins/MacSignedAU/Dirt/Dirt.r index 2c3c206d9..68e35230b 100644 --- a/plugins/MacSignedAU/Dirt/Dirt.r +++ b/plugins/MacSignedAU/Dirt/Dirt.r @@ -5,7 +5,7 @@ * * Created: 1/30/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Dirt/DirtVersion.h b/plugins/MacSignedAU/Dirt/DirtVersion.h index 299e668af..d4064485e 100644 --- a/plugins/MacSignedAU/Dirt/DirtVersion.h +++ b/plugins/MacSignedAU/Dirt/DirtVersion.h @@ -5,7 +5,7 @@ * * Created: 1/30/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Distance/Distance.cpp b/plugins/MacSignedAU/Distance/Distance.cpp index 24cd83721..bc0893b39 100755 --- a/plugins/MacSignedAU/Distance/Distance.cpp +++ b/plugins/MacSignedAU/Distance/Distance.cpp @@ -5,7 +5,7 @@ * * Created: 1/23/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Distance/Distance.h b/plugins/MacSignedAU/Distance/Distance.h index 56c329877..38bedc7c1 100755 --- a/plugins/MacSignedAU/Distance/Distance.h +++ b/plugins/MacSignedAU/Distance/Distance.h @@ -5,7 +5,7 @@ * * Created: 1/23/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Distance/Distance.r b/plugins/MacSignedAU/Distance/Distance.r index d0a53b48d..fe74fa494 100755 --- a/plugins/MacSignedAU/Distance/Distance.r +++ b/plugins/MacSignedAU/Distance/Distance.r @@ -5,7 +5,7 @@ * * Created: 1/23/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Distance/DistanceVersion.h b/plugins/MacSignedAU/Distance/DistanceVersion.h index 593af890a..a06fc2ec5 100755 --- a/plugins/MacSignedAU/Distance/DistanceVersion.h +++ b/plugins/MacSignedAU/Distance/DistanceVersion.h @@ -5,7 +5,7 @@ * * Created: 1/23/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Distance2/Distance2.cpp b/plugins/MacSignedAU/Distance2/Distance2.cpp index 21cc15d46..65877f2ef 100755 --- a/plugins/MacSignedAU/Distance2/Distance2.cpp +++ b/plugins/MacSignedAU/Distance2/Distance2.cpp @@ -5,7 +5,7 @@ * * Created: 5/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Distance2/Distance2.h b/plugins/MacSignedAU/Distance2/Distance2.h index a630e52d4..302c30134 100755 --- a/plugins/MacSignedAU/Distance2/Distance2.h +++ b/plugins/MacSignedAU/Distance2/Distance2.h @@ -5,7 +5,7 @@ * * Created: 5/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Distance2/Distance2.r b/plugins/MacSignedAU/Distance2/Distance2.r index 03db76f0b..2d133f658 100755 --- a/plugins/MacSignedAU/Distance2/Distance2.r +++ b/plugins/MacSignedAU/Distance2/Distance2.r @@ -5,7 +5,7 @@ * * Created: 5/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Distance2/Distance2Version.h b/plugins/MacSignedAU/Distance2/Distance2Version.h index a7e81375a..7eb298783 100755 --- a/plugins/MacSignedAU/Distance2/Distance2Version.h +++ b/plugins/MacSignedAU/Distance2/Distance2Version.h @@ -5,7 +5,7 @@ * * Created: 5/10/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Distance2/Ditherbox/Ditherbox.cpp b/plugins/MacSignedAU/Distance2/Ditherbox/Ditherbox.cpp index 5157a663a..342cc6375 100755 --- a/plugins/MacSignedAU/Distance2/Ditherbox/Ditherbox.cpp +++ b/plugins/MacSignedAU/Distance2/Ditherbox/Ditherbox.cpp @@ -5,7 +5,7 @@ * * Created: 1/1/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacSignedAU/Distance2/Ditherbox/Ditherbox.h b/plugins/MacSignedAU/Distance2/Ditherbox/Ditherbox.h index 8833e7316..255cba762 100755 --- a/plugins/MacSignedAU/Distance2/Ditherbox/Ditherbox.h +++ b/plugins/MacSignedAU/Distance2/Ditherbox/Ditherbox.h @@ -5,7 +5,7 @@ * * Created: 1/1/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacSignedAU/Distance2/Ditherbox/Ditherbox.r b/plugins/MacSignedAU/Distance2/Ditherbox/Ditherbox.r index 96587729e..3f581a373 100755 --- a/plugins/MacSignedAU/Distance2/Ditherbox/Ditherbox.r +++ b/plugins/MacSignedAU/Distance2/Ditherbox/Ditherbox.r @@ -5,7 +5,7 @@ * * Created: 1/1/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacSignedAU/Distance2/Ditherbox/DitherboxVersion.h b/plugins/MacSignedAU/Distance2/Ditherbox/DitherboxVersion.h index d31037353..e4b3a1e09 100755 --- a/plugins/MacSignedAU/Distance2/Ditherbox/DitherboxVersion.h +++ b/plugins/MacSignedAU/Distance2/Ditherbox/DitherboxVersion.h @@ -5,7 +5,7 @@ * * Created: 1/1/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacSignedAU/Distortion/Distortion.cpp b/plugins/MacSignedAU/Distortion/Distortion.cpp index 475d7fbef..4164c4639 100755 --- a/plugins/MacSignedAU/Distortion/Distortion.cpp +++ b/plugins/MacSignedAU/Distortion/Distortion.cpp @@ -5,7 +5,7 @@ * * Created: 4/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Distortion/Distortion.h b/plugins/MacSignedAU/Distortion/Distortion.h index 49dd4b003..9b5e03724 100755 --- a/plugins/MacSignedAU/Distortion/Distortion.h +++ b/plugins/MacSignedAU/Distortion/Distortion.h @@ -5,7 +5,7 @@ * * Created: 4/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Distortion/Distortion.r b/plugins/MacSignedAU/Distortion/Distortion.r index 3311142ed..61bf5361c 100755 --- a/plugins/MacSignedAU/Distortion/Distortion.r +++ b/plugins/MacSignedAU/Distortion/Distortion.r @@ -5,7 +5,7 @@ * * Created: 4/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Distortion/DistortionVersion.h b/plugins/MacSignedAU/Distortion/DistortionVersion.h index fb89b54be..f45840274 100755 --- a/plugins/MacSignedAU/Distortion/DistortionVersion.h +++ b/plugins/MacSignedAU/Distortion/DistortionVersion.h @@ -5,7 +5,7 @@ * * Created: 4/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DitherFloat/DitherFloat.cpp b/plugins/MacSignedAU/DitherFloat/DitherFloat.cpp index 821c27e95..071c4632a 100755 --- a/plugins/MacSignedAU/DitherFloat/DitherFloat.cpp +++ b/plugins/MacSignedAU/DitherFloat/DitherFloat.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/DitherFloat/DitherFloat.h b/plugins/MacSignedAU/DitherFloat/DitherFloat.h index f692eff86..fd23e2986 100755 --- a/plugins/MacSignedAU/DitherFloat/DitherFloat.h +++ b/plugins/MacSignedAU/DitherFloat/DitherFloat.h @@ -5,7 +5,7 @@ * * Created: 1/11/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/DitherFloat/DitherFloat.r b/plugins/MacSignedAU/DitherFloat/DitherFloat.r index 89170e0f5..798bba847 100755 --- a/plugins/MacSignedAU/DitherFloat/DitherFloat.r +++ b/plugins/MacSignedAU/DitherFloat/DitherFloat.r @@ -5,7 +5,7 @@ * * Created: 1/11/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/DitherFloat/DitherFloatVersion.h b/plugins/MacSignedAU/DitherFloat/DitherFloatVersion.h index b9f4b9be3..fb5ea71a3 100755 --- a/plugins/MacSignedAU/DitherFloat/DitherFloatVersion.h +++ b/plugins/MacSignedAU/DitherFloat/DitherFloatVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/DitherMeDiskers/DitherMeDiskers.cpp b/plugins/MacSignedAU/DitherMeDiskers/DitherMeDiskers.cpp index 75c3be4a7..15e82cee7 100755 --- a/plugins/MacSignedAU/DitherMeDiskers/DitherMeDiskers.cpp +++ b/plugins/MacSignedAU/DitherMeDiskers/DitherMeDiskers.cpp @@ -5,7 +5,7 @@ * * Created: 12/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DitherMeDiskers/DitherMeDiskers.h b/plugins/MacSignedAU/DitherMeDiskers/DitherMeDiskers.h index 61b1d97ab..2600ffcb8 100755 --- a/plugins/MacSignedAU/DitherMeDiskers/DitherMeDiskers.h +++ b/plugins/MacSignedAU/DitherMeDiskers/DitherMeDiskers.h @@ -5,7 +5,7 @@ * * Created: 12/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DitherMeDiskers/DitherMeDiskers.r b/plugins/MacSignedAU/DitherMeDiskers/DitherMeDiskers.r index 74138473b..890561514 100755 --- a/plugins/MacSignedAU/DitherMeDiskers/DitherMeDiskers.r +++ b/plugins/MacSignedAU/DitherMeDiskers/DitherMeDiskers.r @@ -5,7 +5,7 @@ * * Created: 12/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DitherMeDiskers/DitherMeDiskersVersion.h b/plugins/MacSignedAU/DitherMeDiskers/DitherMeDiskersVersion.h index 530de3ed7..cebdd7958 100755 --- a/plugins/MacSignedAU/DitherMeDiskers/DitherMeDiskersVersion.h +++ b/plugins/MacSignedAU/DitherMeDiskers/DitherMeDiskersVersion.h @@ -5,7 +5,7 @@ * * Created: 12/4/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DitherMeTimbers/DitherMeTimbers.cpp b/plugins/MacSignedAU/DitherMeTimbers/DitherMeTimbers.cpp index 4d85284b0..b705012db 100755 --- a/plugins/MacSignedAU/DitherMeTimbers/DitherMeTimbers.cpp +++ b/plugins/MacSignedAU/DitherMeTimbers/DitherMeTimbers.cpp @@ -5,7 +5,7 @@ * * Created: 12/3/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DitherMeTimbers/DitherMeTimbers.h b/plugins/MacSignedAU/DitherMeTimbers/DitherMeTimbers.h index d14202f49..51378d179 100755 --- a/plugins/MacSignedAU/DitherMeTimbers/DitherMeTimbers.h +++ b/plugins/MacSignedAU/DitherMeTimbers/DitherMeTimbers.h @@ -5,7 +5,7 @@ * * Created: 12/3/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DitherMeTimbers/DitherMeTimbers.r b/plugins/MacSignedAU/DitherMeTimbers/DitherMeTimbers.r index 66daa1b7d..7acf10799 100755 --- a/plugins/MacSignedAU/DitherMeTimbers/DitherMeTimbers.r +++ b/plugins/MacSignedAU/DitherMeTimbers/DitherMeTimbers.r @@ -5,7 +5,7 @@ * * Created: 12/3/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DitherMeTimbers/DitherMeTimbersVersion.h b/plugins/MacSignedAU/DitherMeTimbers/DitherMeTimbersVersion.h index 0e45321a2..bcff28172 100755 --- a/plugins/MacSignedAU/DitherMeTimbers/DitherMeTimbersVersion.h +++ b/plugins/MacSignedAU/DitherMeTimbers/DitherMeTimbersVersion.h @@ -5,7 +5,7 @@ * * Created: 12/3/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Ditherbox/Ditherbox.cpp b/plugins/MacSignedAU/Ditherbox/Ditherbox.cpp index 4f96e9133..18338deef 100755 --- a/plugins/MacSignedAU/Ditherbox/Ditherbox.cpp +++ b/plugins/MacSignedAU/Ditherbox/Ditherbox.cpp @@ -5,7 +5,7 @@ * * Created: 1/1/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacSignedAU/Ditherbox/Ditherbox.h b/plugins/MacSignedAU/Ditherbox/Ditherbox.h index 933231ade..0b2402bbc 100755 --- a/plugins/MacSignedAU/Ditherbox/Ditherbox.h +++ b/plugins/MacSignedAU/Ditherbox/Ditherbox.h @@ -5,7 +5,7 @@ * * Created: 1/1/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacSignedAU/Ditherbox/Ditherbox.r b/plugins/MacSignedAU/Ditherbox/Ditherbox.r index 96587729e..3f581a373 100755 --- a/plugins/MacSignedAU/Ditherbox/Ditherbox.r +++ b/plugins/MacSignedAU/Ditherbox/Ditherbox.r @@ -5,7 +5,7 @@ * * Created: 1/1/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacSignedAU/Ditherbox/DitherboxVersion.h b/plugins/MacSignedAU/Ditherbox/DitherboxVersion.h index d31037353..e4b3a1e09 100755 --- a/plugins/MacSignedAU/Ditherbox/DitherboxVersion.h +++ b/plugins/MacSignedAU/Ditherbox/DitherboxVersion.h @@ -5,7 +5,7 @@ * * Created: 1/1/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacSignedAU/DoublePaul/DoublePaul.cpp b/plugins/MacSignedAU/DoublePaul/DoublePaul.cpp index d7a803c34..d5cd8c286 100755 --- a/plugins/MacSignedAU/DoublePaul/DoublePaul.cpp +++ b/plugins/MacSignedAU/DoublePaul/DoublePaul.cpp @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DoublePaul/DoublePaul.h b/plugins/MacSignedAU/DoublePaul/DoublePaul.h index cbb470a77..d3428f5c4 100755 --- a/plugins/MacSignedAU/DoublePaul/DoublePaul.h +++ b/plugins/MacSignedAU/DoublePaul/DoublePaul.h @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DoublePaul/DoublePaul.r b/plugins/MacSignedAU/DoublePaul/DoublePaul.r index 84ee8d2ce..5dc87f734 100755 --- a/plugins/MacSignedAU/DoublePaul/DoublePaul.r +++ b/plugins/MacSignedAU/DoublePaul/DoublePaul.r @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DoublePaul/DoublePaulVersion.h b/plugins/MacSignedAU/DoublePaul/DoublePaulVersion.h index 4b9e0d205..cb6d90dbb 100755 --- a/plugins/MacSignedAU/DoublePaul/DoublePaulVersion.h +++ b/plugins/MacSignedAU/DoublePaul/DoublePaulVersion.h @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Doublelay/Doublelay.cpp b/plugins/MacSignedAU/Doublelay/Doublelay.cpp index a24e5d174..4386062d6 100755 --- a/plugins/MacSignedAU/Doublelay/Doublelay.cpp +++ b/plugins/MacSignedAU/Doublelay/Doublelay.cpp @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Doublelay/Doublelay.h b/plugins/MacSignedAU/Doublelay/Doublelay.h index 0e5dd6cd7..efb186f08 100755 --- a/plugins/MacSignedAU/Doublelay/Doublelay.h +++ b/plugins/MacSignedAU/Doublelay/Doublelay.h @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Doublelay/Doublelay.r b/plugins/MacSignedAU/Doublelay/Doublelay.r index 6fca11498..c6564956a 100755 --- a/plugins/MacSignedAU/Doublelay/Doublelay.r +++ b/plugins/MacSignedAU/Doublelay/Doublelay.r @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Doublelay/DoublelayVersion.h b/plugins/MacSignedAU/Doublelay/DoublelayVersion.h index 6f70b1f9d..58be3132f 100755 --- a/plugins/MacSignedAU/Doublelay/DoublelayVersion.h +++ b/plugins/MacSignedAU/Doublelay/DoublelayVersion.h @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Drive/Drive.cpp b/plugins/MacSignedAU/Drive/Drive.cpp index f452b38a1..d0b65fdfd 100755 --- a/plugins/MacSignedAU/Drive/Drive.cpp +++ b/plugins/MacSignedAU/Drive/Drive.cpp @@ -5,7 +5,7 @@ * * Created: 1/7/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Drive/Drive.h b/plugins/MacSignedAU/Drive/Drive.h index 3dda14bde..0a859bccb 100755 --- a/plugins/MacSignedAU/Drive/Drive.h +++ b/plugins/MacSignedAU/Drive/Drive.h @@ -5,7 +5,7 @@ * * Created: 1/7/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Drive/Drive.r b/plugins/MacSignedAU/Drive/Drive.r index 604af9229..3ea3ae2e6 100755 --- a/plugins/MacSignedAU/Drive/Drive.r +++ b/plugins/MacSignedAU/Drive/Drive.r @@ -5,7 +5,7 @@ * * Created: 1/7/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Drive/DriveVersion.h b/plugins/MacSignedAU/Drive/DriveVersion.h index 0964787d3..c6de18cca 100755 --- a/plugins/MacSignedAU/Drive/DriveVersion.h +++ b/plugins/MacSignedAU/Drive/DriveVersion.h @@ -5,7 +5,7 @@ * * Created: 1/7/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DrumSlam/DrumSlam.cpp b/plugins/MacSignedAU/DrumSlam/DrumSlam.cpp index 865019ce3..0d3ab860c 100755 --- a/plugins/MacSignedAU/DrumSlam/DrumSlam.cpp +++ b/plugins/MacSignedAU/DrumSlam/DrumSlam.cpp @@ -5,7 +5,7 @@ * * Created: 3/12/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacSignedAU/DrumSlam/DrumSlam.h b/plugins/MacSignedAU/DrumSlam/DrumSlam.h index 70b9ce804..65b14cd2c 100755 --- a/plugins/MacSignedAU/DrumSlam/DrumSlam.h +++ b/plugins/MacSignedAU/DrumSlam/DrumSlam.h @@ -5,7 +5,7 @@ * * Created: 3/12/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacSignedAU/DrumSlam/DrumSlam.r b/plugins/MacSignedAU/DrumSlam/DrumSlam.r index 0da74c5a0..627317201 100755 --- a/plugins/MacSignedAU/DrumSlam/DrumSlam.r +++ b/plugins/MacSignedAU/DrumSlam/DrumSlam.r @@ -5,7 +5,7 @@ * * Created: 3/12/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacSignedAU/DrumSlam/DrumSlamVersion.h b/plugins/MacSignedAU/DrumSlam/DrumSlamVersion.h index c1c9819a0..9ce59775c 100755 --- a/plugins/MacSignedAU/DrumSlam/DrumSlamVersion.h +++ b/plugins/MacSignedAU/DrumSlam/DrumSlamVersion.h @@ -5,7 +5,7 @@ * * Created: 3/12/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacSignedAU/DubCenter/DubCenter.cpp b/plugins/MacSignedAU/DubCenter/DubCenter.cpp index 61ecfc0fc..ffe614631 100755 --- a/plugins/MacSignedAU/DubCenter/DubCenter.cpp +++ b/plugins/MacSignedAU/DubCenter/DubCenter.cpp @@ -5,7 +5,7 @@ * * Created: 10/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DubCenter/DubCenter.h b/plugins/MacSignedAU/DubCenter/DubCenter.h index 2fdc597f6..4fb8af000 100755 --- a/plugins/MacSignedAU/DubCenter/DubCenter.h +++ b/plugins/MacSignedAU/DubCenter/DubCenter.h @@ -5,7 +5,7 @@ * * Created: 10/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DubCenter/DubCenter.r b/plugins/MacSignedAU/DubCenter/DubCenter.r index a73ee970d..51571ea62 100755 --- a/plugins/MacSignedAU/DubCenter/DubCenter.r +++ b/plugins/MacSignedAU/DubCenter/DubCenter.r @@ -5,7 +5,7 @@ * * Created: 10/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DubCenter/DubCenterVersion.h b/plugins/MacSignedAU/DubCenter/DubCenterVersion.h index 3525efb35..4b1e27a9e 100755 --- a/plugins/MacSignedAU/DubCenter/DubCenterVersion.h +++ b/plugins/MacSignedAU/DubCenter/DubCenterVersion.h @@ -5,7 +5,7 @@ * * Created: 10/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DubSub/DubSub.cpp b/plugins/MacSignedAU/DubSub/DubSub.cpp index 1fe13aeb4..4211d7ee8 100755 --- a/plugins/MacSignedAU/DubSub/DubSub.cpp +++ b/plugins/MacSignedAU/DubSub/DubSub.cpp @@ -5,7 +5,7 @@ * * Created: 1/25/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacSignedAU/DubSub/DubSub.h b/plugins/MacSignedAU/DubSub/DubSub.h index 6cdbcc2f5..a96eeb99c 100755 --- a/plugins/MacSignedAU/DubSub/DubSub.h +++ b/plugins/MacSignedAU/DubSub/DubSub.h @@ -5,7 +5,7 @@ * * Created: 1/25/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacSignedAU/DubSub/DubSub.r b/plugins/MacSignedAU/DubSub/DubSub.r index da8cdf03e..15b00f4fa 100755 --- a/plugins/MacSignedAU/DubSub/DubSub.r +++ b/plugins/MacSignedAU/DubSub/DubSub.r @@ -5,7 +5,7 @@ * * Created: 1/25/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacSignedAU/DubSub/DubSubVersion.h b/plugins/MacSignedAU/DubSub/DubSubVersion.h index ca5187ead..3938fc2bb 100755 --- a/plugins/MacSignedAU/DubSub/DubSubVersion.h +++ b/plugins/MacSignedAU/DubSub/DubSubVersion.h @@ -5,7 +5,7 @@ * * Created: 1/25/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacSignedAU/Dubly/Dubly.cpp b/plugins/MacSignedAU/Dubly/Dubly.cpp index 3d03ce2f7..d99241997 100755 --- a/plugins/MacSignedAU/Dubly/Dubly.cpp +++ b/plugins/MacSignedAU/Dubly/Dubly.cpp @@ -5,7 +5,7 @@ * * Created: 8/18/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Dubly/Dubly.h b/plugins/MacSignedAU/Dubly/Dubly.h index 67e3d1c45..b6a5de07c 100755 --- a/plugins/MacSignedAU/Dubly/Dubly.h +++ b/plugins/MacSignedAU/Dubly/Dubly.h @@ -5,7 +5,7 @@ * * Created: 8/18/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Dubly/Dubly.r b/plugins/MacSignedAU/Dubly/Dubly.r index a7a66ef31..5fb6e0415 100755 --- a/plugins/MacSignedAU/Dubly/Dubly.r +++ b/plugins/MacSignedAU/Dubly/Dubly.r @@ -5,7 +5,7 @@ * * Created: 8/18/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Dubly/DublyVersion.h b/plugins/MacSignedAU/Dubly/DublyVersion.h index f6bc7ebd4..9138808e0 100755 --- a/plugins/MacSignedAU/Dubly/DublyVersion.h +++ b/plugins/MacSignedAU/Dubly/DublyVersion.h @@ -5,7 +5,7 @@ * * Created: 8/18/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DustBunny/DustBunny.cpp b/plugins/MacSignedAU/DustBunny/DustBunny.cpp index b2c69c0df..7adc4f6b9 100755 --- a/plugins/MacSignedAU/DustBunny/DustBunny.cpp +++ b/plugins/MacSignedAU/DustBunny/DustBunny.cpp @@ -5,7 +5,7 @@ * * Created: 9/25/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/DustBunny/DustBunny.h b/plugins/MacSignedAU/DustBunny/DustBunny.h index 25658bcb3..0975155e7 100755 --- a/plugins/MacSignedAU/DustBunny/DustBunny.h +++ b/plugins/MacSignedAU/DustBunny/DustBunny.h @@ -5,7 +5,7 @@ * * Created: 9/25/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/DustBunny/DustBunny.r b/plugins/MacSignedAU/DustBunny/DustBunny.r index c9f5364b0..85c243e3c 100755 --- a/plugins/MacSignedAU/DustBunny/DustBunny.r +++ b/plugins/MacSignedAU/DustBunny/DustBunny.r @@ -5,7 +5,7 @@ * * Created: 9/25/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/DustBunny/DustBunnyVersion.h b/plugins/MacSignedAU/DustBunny/DustBunnyVersion.h index f51bf9db7..79129a8f8 100755 --- a/plugins/MacSignedAU/DustBunny/DustBunnyVersion.h +++ b/plugins/MacSignedAU/DustBunny/DustBunnyVersion.h @@ -5,7 +5,7 @@ * * Created: 9/25/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Dynamics/Dynamics.cpp b/plugins/MacSignedAU/Dynamics/Dynamics.cpp index 34ef7fb00..5c4c070be 100755 --- a/plugins/MacSignedAU/Dynamics/Dynamics.cpp +++ b/plugins/MacSignedAU/Dynamics/Dynamics.cpp @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Dynamics/Dynamics.h b/plugins/MacSignedAU/Dynamics/Dynamics.h index 3775706de..26a37e5c1 100755 --- a/plugins/MacSignedAU/Dynamics/Dynamics.h +++ b/plugins/MacSignedAU/Dynamics/Dynamics.h @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Dynamics/Dynamics.r b/plugins/MacSignedAU/Dynamics/Dynamics.r index 7a0288385..090842792 100755 --- a/plugins/MacSignedAU/Dynamics/Dynamics.r +++ b/plugins/MacSignedAU/Dynamics/Dynamics.r @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Dynamics/DynamicsVersion.h b/plugins/MacSignedAU/Dynamics/DynamicsVersion.h index 9b6418df3..aa63654ce 100755 --- a/plugins/MacSignedAU/Dynamics/DynamicsVersion.h +++ b/plugins/MacSignedAU/Dynamics/DynamicsVersion.h @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DynamicsMono/DynamicsMono.cpp b/plugins/MacSignedAU/DynamicsMono/DynamicsMono.cpp index 1fb31e965..61b9a4de8 100755 --- a/plugins/MacSignedAU/DynamicsMono/DynamicsMono.cpp +++ b/plugins/MacSignedAU/DynamicsMono/DynamicsMono.cpp @@ -5,7 +5,7 @@ * * Created: 8/20/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DynamicsMono/DynamicsMono.h b/plugins/MacSignedAU/DynamicsMono/DynamicsMono.h index c57968b86..a2cc142d4 100755 --- a/plugins/MacSignedAU/DynamicsMono/DynamicsMono.h +++ b/plugins/MacSignedAU/DynamicsMono/DynamicsMono.h @@ -5,7 +5,7 @@ * * Created: 8/20/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DynamicsMono/DynamicsMono.r b/plugins/MacSignedAU/DynamicsMono/DynamicsMono.r index 308f1f58c..2e4ebfe48 100755 --- a/plugins/MacSignedAU/DynamicsMono/DynamicsMono.r +++ b/plugins/MacSignedAU/DynamicsMono/DynamicsMono.r @@ -5,7 +5,7 @@ * * Created: 8/20/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/DynamicsMono/DynamicsMonoVersion.h b/plugins/MacSignedAU/DynamicsMono/DynamicsMonoVersion.h index 3bbbe54c1..91e8d6194 100755 --- a/plugins/MacSignedAU/DynamicsMono/DynamicsMonoVersion.h +++ b/plugins/MacSignedAU/DynamicsMono/DynamicsMonoVersion.h @@ -5,7 +5,7 @@ * * Created: 8/20/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Dyno/Dyno.cpp b/plugins/MacSignedAU/Dyno/Dyno.cpp index 4e216b6f2..1f575c98a 100755 --- a/plugins/MacSignedAU/Dyno/Dyno.cpp +++ b/plugins/MacSignedAU/Dyno/Dyno.cpp @@ -5,7 +5,7 @@ * * Created: 7/15/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Dyno/Dyno.h b/plugins/MacSignedAU/Dyno/Dyno.h index e7cd896ee..ef35f653c 100755 --- a/plugins/MacSignedAU/Dyno/Dyno.h +++ b/plugins/MacSignedAU/Dyno/Dyno.h @@ -5,7 +5,7 @@ * * Created: 7/15/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Dyno/Dyno.r b/plugins/MacSignedAU/Dyno/Dyno.r index 9d5c22779..26ea282bc 100755 --- a/plugins/MacSignedAU/Dyno/Dyno.r +++ b/plugins/MacSignedAU/Dyno/Dyno.r @@ -5,7 +5,7 @@ * * Created: 7/15/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Dyno/DynoVersion.h b/plugins/MacSignedAU/Dyno/DynoVersion.h index f95777603..36d23e8cb 100755 --- a/plugins/MacSignedAU/Dyno/DynoVersion.h +++ b/plugins/MacSignedAU/Dyno/DynoVersion.h @@ -5,7 +5,7 @@ * * Created: 7/15/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/EQ/EQ.cpp b/plugins/MacSignedAU/EQ/EQ.cpp index ff12a7646..2576af65f 100755 --- a/plugins/MacSignedAU/EQ/EQ.cpp +++ b/plugins/MacSignedAU/EQ/EQ.cpp @@ -5,7 +5,7 @@ * * Created: 10/26/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacSignedAU/EQ/EQ.h b/plugins/MacSignedAU/EQ/EQ.h index 5b9043fd0..36cac480d 100755 --- a/plugins/MacSignedAU/EQ/EQ.h +++ b/plugins/MacSignedAU/EQ/EQ.h @@ -5,7 +5,7 @@ * * Created: 10/26/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacSignedAU/EQ/EQ.r b/plugins/MacSignedAU/EQ/EQ.r index cb59da592..a7d3c75a4 100755 --- a/plugins/MacSignedAU/EQ/EQ.r +++ b/plugins/MacSignedAU/EQ/EQ.r @@ -5,7 +5,7 @@ * * Created: 10/26/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacSignedAU/EQ/EQVersion.h b/plugins/MacSignedAU/EQ/EQVersion.h index d0b9784a0..950b0dbaa 100755 --- a/plugins/MacSignedAU/EQ/EQVersion.h +++ b/plugins/MacSignedAU/EQ/EQVersion.h @@ -5,7 +5,7 @@ * * Created: 10/26/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacSignedAU/EdIsDim/EdIsDim.cpp b/plugins/MacSignedAU/EdIsDim/EdIsDim.cpp index a0a30e771..6b88c9b0f 100755 --- a/plugins/MacSignedAU/EdIsDim/EdIsDim.cpp +++ b/plugins/MacSignedAU/EdIsDim/EdIsDim.cpp @@ -5,7 +5,7 @@ * * Created: 5/21/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/EdIsDim/EdIsDim.h b/plugins/MacSignedAU/EdIsDim/EdIsDim.h index 4eb106785..c3bfb26c3 100755 --- a/plugins/MacSignedAU/EdIsDim/EdIsDim.h +++ b/plugins/MacSignedAU/EdIsDim/EdIsDim.h @@ -5,7 +5,7 @@ * * Created: 5/21/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/EdIsDim/EdIsDim.r b/plugins/MacSignedAU/EdIsDim/EdIsDim.r index a4fa527de..254a07466 100755 --- a/plugins/MacSignedAU/EdIsDim/EdIsDim.r +++ b/plugins/MacSignedAU/EdIsDim/EdIsDim.r @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/EdIsDim/EdIsDimVersion.h b/plugins/MacSignedAU/EdIsDim/EdIsDimVersion.h index cf02511f8..075803856 100755 --- a/plugins/MacSignedAU/EdIsDim/EdIsDimVersion.h +++ b/plugins/MacSignedAU/EdIsDim/EdIsDimVersion.h @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/Edge/Edge.cpp b/plugins/MacSignedAU/Edge/Edge.cpp index d3fb918ee..c7e33400d 100644 --- a/plugins/MacSignedAU/Edge/Edge.cpp +++ b/plugins/MacSignedAU/Edge/Edge.cpp @@ -5,7 +5,7 @@ * * Created: 1/30/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Edge/Edge.h b/plugins/MacSignedAU/Edge/Edge.h index b57d5668a..93dda7bff 100644 --- a/plugins/MacSignedAU/Edge/Edge.h +++ b/plugins/MacSignedAU/Edge/Edge.h @@ -5,7 +5,7 @@ * * Created: 1/30/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Edge/Edge.r b/plugins/MacSignedAU/Edge/Edge.r index 079a50710..215f11987 100644 --- a/plugins/MacSignedAU/Edge/Edge.r +++ b/plugins/MacSignedAU/Edge/Edge.r @@ -5,7 +5,7 @@ * * Created: 1/30/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Edge/EdgeVersion.h b/plugins/MacSignedAU/Edge/EdgeVersion.h index fab067243..2534ae574 100644 --- a/plugins/MacSignedAU/Edge/EdgeVersion.h +++ b/plugins/MacSignedAU/Edge/EdgeVersion.h @@ -5,7 +5,7 @@ * * Created: 1/30/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Elation/Elation.cpp b/plugins/MacSignedAU/Elation/Elation.cpp index 3c3e60dc4..23454478a 100755 --- a/plugins/MacSignedAU/Elation/Elation.cpp +++ b/plugins/MacSignedAU/Elation/Elation.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Elation/Elation.h b/plugins/MacSignedAU/Elation/Elation.h index 42ac1cfc2..d7da37ba4 100755 --- a/plugins/MacSignedAU/Elation/Elation.h +++ b/plugins/MacSignedAU/Elation/Elation.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Elation/Elation.r b/plugins/MacSignedAU/Elation/Elation.r index ee9ff38dc..183f53232 100755 --- a/plugins/MacSignedAU/Elation/Elation.r +++ b/plugins/MacSignedAU/Elation/Elation.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Elation/ElationVersion.h b/plugins/MacSignedAU/Elation/ElationVersion.h index b3e05eaba..5a1096bec 100755 --- a/plugins/MacSignedAU/Elation/ElationVersion.h +++ b/plugins/MacSignedAU/Elation/ElationVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ElectroHat/ElectroHat.cpp b/plugins/MacSignedAU/ElectroHat/ElectroHat.cpp index 424e2f0c2..4b2ebf669 100755 --- a/plugins/MacSignedAU/ElectroHat/ElectroHat.cpp +++ b/plugins/MacSignedAU/ElectroHat/ElectroHat.cpp @@ -5,7 +5,7 @@ * * Created: 9/15/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ElectroHat/ElectroHat.h b/plugins/MacSignedAU/ElectroHat/ElectroHat.h index d98a91cbc..5f52bce8c 100755 --- a/plugins/MacSignedAU/ElectroHat/ElectroHat.h +++ b/plugins/MacSignedAU/ElectroHat/ElectroHat.h @@ -5,7 +5,7 @@ * * Created: 9/15/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ElectroHat/ElectroHat.r b/plugins/MacSignedAU/ElectroHat/ElectroHat.r index 5b79c7493..571f91b8a 100755 --- a/plugins/MacSignedAU/ElectroHat/ElectroHat.r +++ b/plugins/MacSignedAU/ElectroHat/ElectroHat.r @@ -5,7 +5,7 @@ * * Created: 9/15/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ElectroHat/ElectroHatVersion.h b/plugins/MacSignedAU/ElectroHat/ElectroHatVersion.h index c7612084c..ba7870117 100755 --- a/plugins/MacSignedAU/ElectroHat/ElectroHatVersion.h +++ b/plugins/MacSignedAU/ElectroHat/ElectroHatVersion.h @@ -5,7 +5,7 @@ * * Created: 9/15/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Energy/Energy.cpp b/plugins/MacSignedAU/Energy/Energy.cpp index 79eea1009..4d507e6be 100755 --- a/plugins/MacSignedAU/Energy/Energy.cpp +++ b/plugins/MacSignedAU/Energy/Energy.cpp @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Energy/Energy.h b/plugins/MacSignedAU/Energy/Energy.h index 7eeaf7691..8366c1391 100755 --- a/plugins/MacSignedAU/Energy/Energy.h +++ b/plugins/MacSignedAU/Energy/Energy.h @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Energy/Energy.r b/plugins/MacSignedAU/Energy/Energy.r index 92f5ee5a8..0e480cc1b 100755 --- a/plugins/MacSignedAU/Energy/Energy.r +++ b/plugins/MacSignedAU/Energy/Energy.r @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Energy/EnergyVersion.h b/plugins/MacSignedAU/Energy/EnergyVersion.h index 3c07b6609..638c22e1d 100755 --- a/plugins/MacSignedAU/Energy/EnergyVersion.h +++ b/plugins/MacSignedAU/Energy/EnergyVersion.h @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Energy2/Energy2.cpp b/plugins/MacSignedAU/Energy2/Energy2.cpp index e5b731289..0a79b132e 100644 --- a/plugins/MacSignedAU/Energy2/Energy2.cpp +++ b/plugins/MacSignedAU/Energy2/Energy2.cpp @@ -5,7 +5,7 @@ * * Created: 6/28/21 * - * Copyright: Copyright © 2021 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacSignedAU/Energy2/Energy2.h b/plugins/MacSignedAU/Energy2/Energy2.h index 7266577b1..faeed131c 100644 --- a/plugins/MacSignedAU/Energy2/Energy2.h +++ b/plugins/MacSignedAU/Energy2/Energy2.h @@ -5,7 +5,7 @@ * * Created: 6/28/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Energy2/Energy2.r b/plugins/MacSignedAU/Energy2/Energy2.r index 4bbb5189a..d2feb59c1 100644 --- a/plugins/MacSignedAU/Energy2/Energy2.r +++ b/plugins/MacSignedAU/Energy2/Energy2.r @@ -5,7 +5,7 @@ * * Created: 6/28/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Energy2/Energy2Version.h b/plugins/MacSignedAU/Energy2/Energy2Version.h index 69238ef01..552fd00c0 100644 --- a/plugins/MacSignedAU/Energy2/Energy2Version.h +++ b/plugins/MacSignedAU/Energy2/Energy2Version.h @@ -5,7 +5,7 @@ * * Created: 6/28/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Ensemble/Ensemble.cpp b/plugins/MacSignedAU/Ensemble/Ensemble.cpp index 31801c6f9..2f2e3c282 100755 --- a/plugins/MacSignedAU/Ensemble/Ensemble.cpp +++ b/plugins/MacSignedAU/Ensemble/Ensemble.cpp @@ -5,7 +5,7 @@ * * Created: 2/14/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Ensemble/Ensemble.h b/plugins/MacSignedAU/Ensemble/Ensemble.h index 08ce6ec37..2cfe8258c 100755 --- a/plugins/MacSignedAU/Ensemble/Ensemble.h +++ b/plugins/MacSignedAU/Ensemble/Ensemble.h @@ -5,7 +5,7 @@ * * Created: 2/14/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Ensemble/Ensemble.r b/plugins/MacSignedAU/Ensemble/Ensemble.r index 2ff107ec8..5405b36d3 100755 --- a/plugins/MacSignedAU/Ensemble/Ensemble.r +++ b/plugins/MacSignedAU/Ensemble/Ensemble.r @@ -5,7 +5,7 @@ * * Created: 2/14/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Ensemble/EnsembleVersion.h b/plugins/MacSignedAU/Ensemble/EnsembleVersion.h index e2d9d1751..d2c5b336b 100755 --- a/plugins/MacSignedAU/Ensemble/EnsembleVersion.h +++ b/plugins/MacSignedAU/Ensemble/EnsembleVersion.h @@ -5,7 +5,7 @@ * * Created: 2/14/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/EveryTrim/EveryTrim.cpp b/plugins/MacSignedAU/EveryTrim/EveryTrim.cpp index 330d4dc68..71a882003 100755 --- a/plugins/MacSignedAU/EveryTrim/EveryTrim.cpp +++ b/plugins/MacSignedAU/EveryTrim/EveryTrim.cpp @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/EveryTrim/EveryTrim.h b/plugins/MacSignedAU/EveryTrim/EveryTrim.h index 3aaa10b3c..9b21bc805 100755 --- a/plugins/MacSignedAU/EveryTrim/EveryTrim.h +++ b/plugins/MacSignedAU/EveryTrim/EveryTrim.h @@ -5,7 +5,7 @@ * * Created: 5/21/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/EveryTrim/EveryTrim.r b/plugins/MacSignedAU/EveryTrim/EveryTrim.r index 60b8625db..4ae640989 100755 --- a/plugins/MacSignedAU/EveryTrim/EveryTrim.r +++ b/plugins/MacSignedAU/EveryTrim/EveryTrim.r @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/EveryTrim/EveryTrimVersion.h b/plugins/MacSignedAU/EveryTrim/EveryTrimVersion.h index e208778bf..e578a74d5 100755 --- a/plugins/MacSignedAU/EveryTrim/EveryTrimVersion.h +++ b/plugins/MacSignedAU/EveryTrim/EveryTrimVersion.h @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/Exciter/Exciter.cpp b/plugins/MacSignedAU/Exciter/Exciter.cpp index 920927af1..4c362acf8 100755 --- a/plugins/MacSignedAU/Exciter/Exciter.cpp +++ b/plugins/MacSignedAU/Exciter/Exciter.cpp @@ -5,7 +5,7 @@ * * Created: 9/6/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Exciter/Exciter.h b/plugins/MacSignedAU/Exciter/Exciter.h index 9365e4852..5330ea0a5 100755 --- a/plugins/MacSignedAU/Exciter/Exciter.h +++ b/plugins/MacSignedAU/Exciter/Exciter.h @@ -5,7 +5,7 @@ * * Created: 9/6/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Exciter/Exciter.r b/plugins/MacSignedAU/Exciter/Exciter.r index 4f0d9986c..708616f48 100755 --- a/plugins/MacSignedAU/Exciter/Exciter.r +++ b/plugins/MacSignedAU/Exciter/Exciter.r @@ -5,7 +5,7 @@ * * Created: 9/6/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Exciter/ExciterVersion.h b/plugins/MacSignedAU/Exciter/ExciterVersion.h index 3763b76e2..2a340462e 100755 --- a/plugins/MacSignedAU/Exciter/ExciterVersion.h +++ b/plugins/MacSignedAU/Exciter/ExciterVersion.h @@ -5,7 +5,7 @@ * * Created: 9/6/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Facet/Facet.cpp b/plugins/MacSignedAU/Facet/Facet.cpp index e8aea03d5..6dc82c125 100755 --- a/plugins/MacSignedAU/Facet/Facet.cpp +++ b/plugins/MacSignedAU/Facet/Facet.cpp @@ -5,7 +5,7 @@ * * Created: 10/8/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Facet/Facet.h b/plugins/MacSignedAU/Facet/Facet.h index 57a9ca678..44615fdb9 100755 --- a/plugins/MacSignedAU/Facet/Facet.h +++ b/plugins/MacSignedAU/Facet/Facet.h @@ -5,7 +5,7 @@ * * Created: 10/8/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Facet/Facet.r b/plugins/MacSignedAU/Facet/Facet.r index 44e984d7d..87f865c17 100755 --- a/plugins/MacSignedAU/Facet/Facet.r +++ b/plugins/MacSignedAU/Facet/Facet.r @@ -5,7 +5,7 @@ * * Created: 10/8/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Facet/FacetVersion.h b/plugins/MacSignedAU/Facet/FacetVersion.h index 73bbb2102..53e7610f7 100755 --- a/plugins/MacSignedAU/Facet/FacetVersion.h +++ b/plugins/MacSignedAU/Facet/FacetVersion.h @@ -5,7 +5,7 @@ * * Created: 10/8/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/FathomFive/FathomFive.cpp b/plugins/MacSignedAU/FathomFive/FathomFive.cpp index c762b39ea..363cc3788 100755 --- a/plugins/MacSignedAU/FathomFive/FathomFive.cpp +++ b/plugins/MacSignedAU/FathomFive/FathomFive.cpp @@ -5,7 +5,7 @@ * * Created: 10/19/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/FathomFive/FathomFive.h b/plugins/MacSignedAU/FathomFive/FathomFive.h index ccb24a676..06b66aaf3 100755 --- a/plugins/MacSignedAU/FathomFive/FathomFive.h +++ b/plugins/MacSignedAU/FathomFive/FathomFive.h @@ -5,7 +5,7 @@ * * Created: 10/19/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/FathomFive/FathomFive.r b/plugins/MacSignedAU/FathomFive/FathomFive.r index e362bf5b3..cd96da943 100755 --- a/plugins/MacSignedAU/FathomFive/FathomFive.r +++ b/plugins/MacSignedAU/FathomFive/FathomFive.r @@ -5,7 +5,7 @@ * * Created: 10/19/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/FathomFive/FathomFiveVersion.h b/plugins/MacSignedAU/FathomFive/FathomFiveVersion.h index d73d4b655..a4d24f3d7 100755 --- a/plugins/MacSignedAU/FathomFive/FathomFiveVersion.h +++ b/plugins/MacSignedAU/FathomFive/FathomFiveVersion.h @@ -5,7 +5,7 @@ * * Created: 10/19/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/FireAmp/FireAmp.cpp b/plugins/MacSignedAU/FireAmp/FireAmp.cpp index 61745da18..3a3eeb638 100755 --- a/plugins/MacSignedAU/FireAmp/FireAmp.cpp +++ b/plugins/MacSignedAU/FireAmp/FireAmp.cpp @@ -5,7 +5,7 @@ * * Created: 3/28/22 * - * Copyright: Copyright © 2022 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacSignedAU/FireAmp/FireAmp.h b/plugins/MacSignedAU/FireAmp/FireAmp.h index a8cb58a75..0608918c7 100755 --- a/plugins/MacSignedAU/FireAmp/FireAmp.h +++ b/plugins/MacSignedAU/FireAmp/FireAmp.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/FireAmp/FireAmp.r b/plugins/MacSignedAU/FireAmp/FireAmp.r index 81ed4a683..6282da18c 100755 --- a/plugins/MacSignedAU/FireAmp/FireAmp.r +++ b/plugins/MacSignedAU/FireAmp/FireAmp.r @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/FireAmp/FireAmpVersion.h b/plugins/MacSignedAU/FireAmp/FireAmpVersion.h index 9b2c1c63f..c3d368d74 100755 --- a/plugins/MacSignedAU/FireAmp/FireAmpVersion.h +++ b/plugins/MacSignedAU/FireAmp/FireAmpVersion.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Flipity/Flipity.cpp b/plugins/MacSignedAU/Flipity/Flipity.cpp index 0f8546dfb..a6dbdbfee 100755 --- a/plugins/MacSignedAU/Flipity/Flipity.cpp +++ b/plugins/MacSignedAU/Flipity/Flipity.cpp @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Flipity/Flipity.h b/plugins/MacSignedAU/Flipity/Flipity.h index c4e72bd2f..2f87092f6 100755 --- a/plugins/MacSignedAU/Flipity/Flipity.h +++ b/plugins/MacSignedAU/Flipity/Flipity.h @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Flipity/Flipity.r b/plugins/MacSignedAU/Flipity/Flipity.r index f51fbf3e9..3ec1b7081 100755 --- a/plugins/MacSignedAU/Flipity/Flipity.r +++ b/plugins/MacSignedAU/Flipity/Flipity.r @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Flipity/FlipityVersion.h b/plugins/MacSignedAU/Flipity/FlipityVersion.h index 6f5a86910..dcd4d9867 100755 --- a/plugins/MacSignedAU/Flipity/FlipityVersion.h +++ b/plugins/MacSignedAU/Flipity/FlipityVersion.h @@ -5,7 +5,7 @@ * * Created: 8/26/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Floor/Floor.cpp b/plugins/MacSignedAU/Floor/Floor.cpp index 23847659e..afd2627e5 100755 --- a/plugins/MacSignedAU/Floor/Floor.cpp +++ b/plugins/MacSignedAU/Floor/Floor.cpp @@ -5,7 +5,7 @@ * * Created: 12/8/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Floor/Floor.h b/plugins/MacSignedAU/Floor/Floor.h index 0389f291c..3f405d7a7 100755 --- a/plugins/MacSignedAU/Floor/Floor.h +++ b/plugins/MacSignedAU/Floor/Floor.h @@ -5,7 +5,7 @@ * * Created: 12/8/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Floor/Floor.r b/plugins/MacSignedAU/Floor/Floor.r index a56b34d13..998e725e8 100755 --- a/plugins/MacSignedAU/Floor/Floor.r +++ b/plugins/MacSignedAU/Floor/Floor.r @@ -5,7 +5,7 @@ * * Created: 12/8/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Floor/FloorVersion.h b/plugins/MacSignedAU/Floor/FloorVersion.h index 3ed351494..63a05d1e3 100755 --- a/plugins/MacSignedAU/Floor/FloorVersion.h +++ b/plugins/MacSignedAU/Floor/FloorVersion.h @@ -5,7 +5,7 @@ * * Created: 12/8/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Flutter/Flutter.cpp b/plugins/MacSignedAU/Flutter/Flutter.cpp new file mode 100755 index 000000000..78e539c15 --- /dev/null +++ b/plugins/MacSignedAU/Flutter/Flutter.cpp @@ -0,0 +1,249 @@ +/* +* File: Flutter.cpp +* +* Version: 1.0 +* +* Created: 9/15/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +/*============================================================================= + Flutter.cpp + +=============================================================================*/ +#include "Flutter.h" + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +AUDIOCOMPONENT_ENTRY(AUBaseFactory, Flutter) + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Flutter::Flutter +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Flutter::Flutter(AudioUnit component) + : AUEffectBase(component) +{ + CreateElements(); + Globals()->UseIndexedParameters(kNumberOfParameters); + SetParameter(kParam_One, kDefaultValue_ParamOne ); + +#if AU_DEBUG_DISPATCHER + mDebugDispatcher = new AUDebugDispatcher (this); +#endif + +} + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Flutter::GetParameterValueStrings +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Flutter::GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings) +{ + + return kAudioUnitErr_InvalidProperty; +} + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Flutter::GetParameterInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Flutter::GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo ) +{ + ComponentResult result = noErr; + + outParameterInfo.flags = kAudioUnitParameterFlag_IsWritable + | kAudioUnitParameterFlag_IsReadable; + + if (inScope == kAudioUnitScope_Global) { + switch(inParameterID) + { + case kParam_One: + AUBase::FillInParameterName (outParameterInfo, kParameterOneName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamOne; + break; + default: + result = kAudioUnitErr_InvalidParameter; + break; + } + } else { + result = kAudioUnitErr_InvalidParameter; + } + + + + return result; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Flutter::GetPropertyInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Flutter::GetPropertyInfo (AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable) +{ + return AUEffectBase::GetPropertyInfo (inID, inScope, inElement, outDataSize, outWritable); +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// state that plugin supports only stereo-in/stereo-out processing +UInt32 Flutter::SupportedNumChannels(const AUChannelInfo ** outInfo) +{ + if (outInfo != NULL) + { + static AUChannelInfo info; + info.inChannels = 2; + info.outChannels = 2; + *outInfo = &info; + } + + return 1; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Flutter::GetProperty +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Flutter::GetProperty( AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData ) +{ + return AUEffectBase::GetProperty (inID, inScope, inElement, outData); +} + +// Flutter::Initialize +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Flutter::Initialize() +{ + ComponentResult result = AUEffectBase::Initialize(); + if (result == noErr) + Reset(kAudioUnitScope_Global, 0); + return result; +} + +#pragma mark ____FlutterEffectKernel + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Flutter::FlutterKernel::Reset() +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Flutter::Reset(AudioUnitScope inScope, AudioUnitElement inElement) +{ + for (int temp = 0; temp < 1001; temp++) {dL[temp] = 0.0;dR[temp] = 0.0;} + gcount = 0; + sweep = M_PI; + rateof = 0.5; + nextmax = 0.5; + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + return noErr; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Flutter::ProcessBufferLists +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +OSStatus Flutter::ProcessBufferLists(AudioUnitRenderActionFlags & ioActionFlags, + const AudioBufferList & inBuffer, + AudioBufferList & outBuffer, + UInt32 inFramesToProcess) +{ + Float32 * inputL = (Float32*)(inBuffer.mBuffers[0].mData); + Float32 * inputR = (Float32*)(inBuffer.mBuffers[1].mData); + Float32 * outputL = (Float32*)(outBuffer.mBuffers[0].mData); + Float32 * outputR = (Float32*)(outBuffer.mBuffers[1].mData); + UInt32 nSampleFrames = inFramesToProcess; + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + + double depth = pow(GetParameter( kParam_One ),2)*overallscale*70; + double fluttertrim = (0.0024*pow(GetParameter( kParam_One ),2))/overallscale; + + while (nSampleFrames-- > 0) { + double inputSampleL = *inputL; + double inputSampleR = *inputR; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + if (gcount < 0 || gcount > 999) gcount = 999; + dL[gcount] = inputSampleL; dR[gcount] = inputSampleR; + int count = gcount; + double offset = depth + (depth * pow(rateof,2) * sin(sweep)); + count += (int)floor(offset); + + inputSampleL = (dL[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleL += (dL[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + inputSampleR = (dR[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleR += (dR[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + + rateof = (rateof * (1.0-fluttertrim)) + (nextmax * fluttertrim); + sweep += rateof * fluttertrim; + if (sweep >= (M_PI*2.0)) {sweep -= M_PI; nextmax = 0.24 + (fpdL / (double)UINT32_MAX * 0.74);} + //apply to input signal only when flutter is present, interpolate samples + gcount--; + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *outputL = inputSampleL; + *outputR = inputSampleR; + //direct stereo out + + inputL += 1; + inputR += 1; + outputL += 1; + outputR += 1; + } + return noErr; +} + diff --git a/plugins/MacSignedAU/Flutter/Flutter.exp b/plugins/MacSignedAU/Flutter/Flutter.exp new file mode 100755 index 000000000..0df716c2d --- /dev/null +++ b/plugins/MacSignedAU/Flutter/Flutter.exp @@ -0,0 +1,2 @@ +_FlutterEntry +_FlutterFactory diff --git a/plugins/MacSignedAU/Flutter/Flutter.h b/plugins/MacSignedAU/Flutter/Flutter.h new file mode 100755 index 000000000..f719f98eb --- /dev/null +++ b/plugins/MacSignedAU/Flutter/Flutter.h @@ -0,0 +1,125 @@ +/* +* File: Flutter.h +* +* Version: 1.0 +* +* Created: 9/15/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include "AUEffectBase.h" +#include "FlutterVersion.h" + +#if AU_DEBUG_DISPATCHER + #include "AUDebugDispatcher.h" +#endif + + +#ifndef __Flutter_h__ +#define __Flutter_h__ + + +#pragma mark ____Flutter Parameters + +// parameters +static const float kDefaultValue_ParamOne = 0.0; + +static CFStringRef kParameterOneName = CFSTR("Flutter"); +//Alter the name if desired, but using the plugin name is a start + +enum { + kParam_One =0, + //Add your parameters here... + kNumberOfParameters=1 +}; + +#pragma mark ____Flutter +class Flutter : public AUEffectBase +{ +public: + Flutter(AudioUnit component); +#if AU_DEBUG_DISPATCHER + virtual ~Flutter () { delete mDebugDispatcher; } +#endif + + virtual ComponentResult Reset(AudioUnitScope inScope, AudioUnitElement inElement); + + virtual OSStatus ProcessBufferLists(AudioUnitRenderActionFlags & ioActionFlags, + const AudioBufferList & inBuffer, AudioBufferList & outBuffer, + UInt32 inFramesToProcess); + virtual UInt32 SupportedNumChannels(const AUChannelInfo ** outInfo); + + virtual ComponentResult GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings); + + virtual ComponentResult GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo); + + virtual ComponentResult GetPropertyInfo(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable ); + + virtual ComponentResult GetProperty(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData); + + virtual ComponentResult Initialize(); + virtual bool SupportsTail () { return true; } + virtual Float64 GetTailTime() {return (1.0/GetSampleRate())*0.0;} //in SECONDS! gsr * a number = in samples + virtual Float64 GetLatency() {return (1.0/GetSampleRate())*0.0;} // in SECONDS! gsr * a number = in samples + + /*! @method Version */ + virtual ComponentResult Version() { return kFlutterVersion; } + + private: + double dL[1002]; + double dR[1002]; + int gcount; + double rateof; + double sweep; + double nextmax; + uint32_t fpdL; + uint32_t fpdR; +}; + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +#endif \ No newline at end of file diff --git a/plugins/MacSignedAU/Flutter/Flutter.r b/plugins/MacSignedAU/Flutter/Flutter.r new file mode 100755 index 000000000..f80aa4847 --- /dev/null +++ b/plugins/MacSignedAU/Flutter/Flutter.r @@ -0,0 +1,61 @@ +/* +* File: Flutter.r +* +* Version: 1.0 +* +* Created: 9/15/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include + +#include "FlutterVersion.h" + +// Note that resource IDs must be spaced 2 apart for the 'STR ' name and description +#define kAudioUnitResID_Flutter 1000 + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Flutter~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#define RES_ID kAudioUnitResID_Flutter +#define COMP_TYPE kAudioUnitType_Effect +#define COMP_SUBTYPE Flutter_COMP_SUBTYPE +#define COMP_MANUF Flutter_COMP_MANF + +#define VERSION kFlutterVersion +#define NAME "Airwindows: Flutter" +#define DESCRIPTION "Flutter AU" +#define ENTRY_POINT "FlutterEntry" + +#include "AUResources.r" \ No newline at end of file diff --git a/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/christopherjohnson.mode1v3 b/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/christopherjohnson.mode1v3 new file mode 100755 index 000000000..61450416d --- /dev/null +++ b/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/christopherjohnson.mode1v3 @@ -0,0 +1,1359 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 8BD3CCBC148831C90062E48C + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + build + debugger-enable-breakpoints + get-info + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 299 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05A7D072073D200365D66 + 8BA05A7E072073D200365D66 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 6 + 5 + 4 + 1 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {299, 445}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {316, 463}} + GroupTreeTableConfiguration + + MainColumn + 299 + + RubberWindowFrame + 18 337 788 504 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 316pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {467, 0}} + RubberWindowFrame + 18 337 788 504 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 5}, {467, 458}} + RubberWindowFrame + 18 337 788 504 0 0 1440 878 + + Module + XCDetailModule + Proportion + 458pt + + + Proportion + 467pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 8BDD47AA1A48BB8900FB2F61 + 1CE0B1FE06471DED0097A5F4 + 8BDD47AB1A48BB8900FB2F61 + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 8BD3CCBD148831C90062E48C + /Developer/Library/Xcode/Project Templates/System Plug-in/Audio Unit Effect/Audio Unit Effect with Cocoa View/StarterAU.xcodeproj + + WindowString + 18 337 788 504 0 0 1440 878 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {500, 218}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 223}, {500, 236}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 459pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 8BD3CCBD148831C90062E48C + 8BDD47AC1A48BB8900FB2F61 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 668 222 500 500 0 0 1440 878 + WindowToolGUID + 8BD3CCBD148831C90062E48C + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/christopherjohnson.pbxuser b/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..70c5ef5ae --- /dev/null +++ b/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,131 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Flutter */; + codeSenseManager = 8BD3CCB9148830B20062E48C /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 364, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 188, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685049322; + PBXWorkspaceStateSaveDate = 685049322; + }; + perUserProjectItems = { + 8B1438E128D50F6B00B806F8 /* PBXTextBookmark */ = 8B1438E128D50F6B00B806F8 /* PBXTextBookmark */; + 8B1438E228D50F6B00B806F8 /* PBXTextBookmark */ = 8B1438E228D50F6B00B806F8 /* PBXTextBookmark */; + }; + sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; + userBuildSettings = { + }; + }; + 8B1438E128D50F6B00B806F8 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Flutter.cpp */; + name = "Flutter.cpp: 211"; + rLen = 848; + rLoc = 9109; + rType = 0; + vrLen = 224; + vrLoc = 9109; + }; + 8B1438E228D50F6B00B806F8 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Flutter.cpp */; + name = "Flutter.cpp: 211"; + rLen = 848; + rLoc = 9109; + rType = 0; + vrLen = 224; + vrLoc = 9109; + }; + 8BA05A660720730100365D66 /* Flutter.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1029, 4536}}"; + sepNavSelRange = "{9109, 848}"; + sepNavVisRange = "{9109, 224}"; + sepNavWindowFrame = "{{25, 39}, {943, 823}}"; + }; + }; + 8BA05A690720730100365D66 /* FlutterVersion.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1056, 1062}}"; + sepNavSelRange = "{2881, 0}"; + sepNavVisRange = "{747, 2196}"; + sepNavWindowFrame = "{{15, 38}, {896, 840}}"; + }; + }; + 8BA05A7F072073D200365D66 /* AUBase.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {516, 23430}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 1336}"; + }; + }; + 8BC6025B073B072D006C4272 /* Flutter.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1146, 2250}}"; + sepNavSelRange = "{4768, 99}"; + sepNavVisRange = "{3589, 1409}"; + sepNavWindowFrame = "{{15, 38}, {896, 840}}"; + }; + }; + 8BD3CCB8148830B20062E48C /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8BD3CCB9148830B20062E48C /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8D01CCC60486CAD60068D4B7 /* Flutter */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..97937b19f --- /dev/null +++ b/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1484 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8B9B253A28D3753C00D611E2 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 185 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05A56072072A900365D66 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 4 + 2 + 1 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {185, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {202, 446}} + GroupTreeTableConfiguration + + MainColumn + 185 + + RubberWindowFrame + 35 349 810 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 202pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8B9B253528D3753C00D611E2 + PBXProjectModuleLabel + Flutter.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B9B253628D3753C00D611E2 + PBXProjectModuleLabel + Flutter.cpp + _historyCapacity + 0 + bookmark + 8B1438E228D50F6B00B806F8 + history + + 8B1438E128D50F6B00B806F8 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {603, 132}} + RubberWindowFrame + 35 349 810 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 132pt + + + Proportion + 309pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + RubberWindowFrame + 35 349 810 487 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {603, 414}} + + Module + PBXBuildResultsModule + + + + + Proportion + 603pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8B1438E328D50F6B00B806F8 + 1CA23ED40692098700951B8B + 8B1438E428D50F6B00B806F8 + 8B9B253528D3753C00D611E2 + 8B1438E528D50F6B00B806F8 + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685051755.85360205 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + 8B1438E628D50F6B00B806F8 + /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Flutter/Flutter.xcodeproj + + WindowString + 35 349 810 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/project.pbxproj b/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/project.pbxproj new file mode 100755 index 000000000..ce456579c --- /dev/null +++ b/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/project.pbxproj @@ -0,0 +1,957 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 8BA05A6B0720730100365D66 /* Flutter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* Flutter.cpp */; }; + 8BA05A6E0720730100365D66 /* FlutterVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* FlutterVersion.h */; }; + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; + 8BC6025C073B072D006C4272 /* Flutter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* Flutter.h */; }; + 8BE68FD828DB7C2D0031C62E /* CAExtAudioFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F5028DB7C2D0031C62E /* CAExtAudioFile.h */; }; + 8BE68FD928DB7C2D0031C62E /* CACFMachPort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F5128DB7C2D0031C62E /* CACFMachPort.h */; }; + 8BE68FDA28DB7C2D0031C62E /* CABool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F5228DB7C2D0031C62E /* CABool.h */; }; + 8BE68FDB28DB7C2D0031C62E /* CAComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F5328DB7C2D0031C62E /* CAComponent.cpp */; }; + 8BE68FDC28DB7C2D0031C62E /* CADebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F5428DB7C2D0031C62E /* CADebugger.h */; }; + 8BE68FDD28DB7C2D0031C62E /* CACFNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F5528DB7C2D0031C62E /* CACFNumber.cpp */; }; + 8BE68FDE28DB7C2D0031C62E /* CAGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F5628DB7C2D0031C62E /* CAGuard.h */; }; + 8BE68FDF28DB7C2D0031C62E /* CAAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F5728DB7C2D0031C62E /* CAAtomic.h */; }; + 8BE68FE028DB7C2D0031C62E /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F5828DB7C2D0031C62E /* CAStreamBasicDescription.h */; }; + 8BE68FE128DB7C2D0031C62E /* CACFObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F5928DB7C2D0031C62E /* CACFObject.h */; }; + 8BE68FE228DB7C2D0031C62E /* CAStreamRangedDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F5A28DB7C2D0031C62E /* CAStreamRangedDescription.h */; }; + 8BE68FE328DB7C2D0031C62E /* CATokenMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F5B28DB7C2D0031C62E /* CATokenMap.h */; }; + 8BE68FE428DB7C2D0031C62E /* CAComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F5C28DB7C2D0031C62E /* CAComponent.h */; }; + 8BE68FE528DB7C2D0031C62E /* CAAudioBufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F5D28DB7C2D0031C62E /* CAAudioBufferList.h */; }; + 8BE68FE628DB7C2D0031C62E /* CAAudioUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F5E28DB7C2D0031C62E /* CAAudioUnit.h */; }; + 8BE68FE728DB7C2D0031C62E /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F5F28DB7C2D0031C62E /* CAAUParameter.h */; }; + 8BE68FE828DB7C2D0031C62E /* CAException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F6028DB7C2D0031C62E /* CAException.h */; }; + 8BE68FE928DB7C2D0031C62E /* CAAUProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F6128DB7C2D0031C62E /* CAAUProcessor.cpp */; }; + 8BE68FEA28DB7C2D0031C62E /* CAAUProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F6228DB7C2D0031C62E /* CAAUProcessor.h */; }; + 8BE68FEB28DB7C2D0031C62E /* CAProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F6328DB7C2D0031C62E /* CAProcess.h */; }; + 8BE68FEC28DB7C2D0031C62E /* CACFDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F6428DB7C2D0031C62E /* CACFDictionary.h */; }; + 8BE68FED28DB7C2D0031C62E /* CAPThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F6528DB7C2D0031C62E /* CAPThread.h */; }; + 8BE68FEE28DB7C2D0031C62E /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F6628DB7C2D0031C62E /* CAAUParameter.cpp */; }; + 8BE68FEF28DB7C2D0031C62E /* CAAudioTimeStamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F6728DB7C2D0031C62E /* CAAudioTimeStamp.h */; }; + 8BE68FF028DB7C2D0031C62E /* CAFilePathUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F6828DB7C2D0031C62E /* CAFilePathUtils.cpp */; }; + 8BE68FF128DB7C2D0031C62E /* CAAudioValueRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F6928DB7C2D0031C62E /* CAAudioValueRange.h */; }; + 8BE68FF228DB7C2D0031C62E /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F6A28DB7C2D0031C62E /* CAVectorUnitTypes.h */; }; + 8BE68FF328DB7C2D0031C62E /* CAAudioChannelLayoutObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F6B28DB7C2D0031C62E /* CAAudioChannelLayoutObject.cpp */; }; + 8BE68FF428DB7C2D0031C62E /* CAGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F6C28DB7C2D0031C62E /* CAGuard.cpp */; }; + 8BE68FF528DB7C2D0031C62E /* CACFNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F6D28DB7C2D0031C62E /* CACFNumber.h */; }; + 8BE68FF628DB7C2D0031C62E /* CACFDistributedNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F6E28DB7C2D0031C62E /* CACFDistributedNotification.cpp */; }; + 8BE68FF728DB7C2D0031C62E /* CACFString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F6F28DB7C2D0031C62E /* CACFString.h */; }; + 8BE68FF828DB7C2D0031C62E /* CAAUMIDIMapManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F7028DB7C2D0031C62E /* CAAUMIDIMapManager.cpp */; }; + 8BE68FF928DB7C2D0031C62E /* CAComponentDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F7128DB7C2D0031C62E /* CAComponentDescription.cpp */; }; + 8BE68FFA28DB7C2D0031C62E /* CAHostTimeBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F7228DB7C2D0031C62E /* CAHostTimeBase.h */; }; + 8BE68FFB28DB7C2D0031C62E /* CADebugMacros.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F7328DB7C2D0031C62E /* CADebugMacros.cpp */; }; + 8BE68FFC28DB7C2D0031C62E /* CAAudioFileFormats.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F7428DB7C2D0031C62E /* CAAudioFileFormats.h */; }; + 8BE68FFD28DB7C2D0031C62E /* CAAUMIDIMapManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F7528DB7C2D0031C62E /* CAAUMIDIMapManager.h */; }; + 8BE68FFE28DB7C2D0031C62E /* CACFDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F7628DB7C2D0031C62E /* CACFDictionary.cpp */; }; + 8BE68FFF28DB7C2D0031C62E /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F7728DB7C2D0031C62E /* CAMutex.h */; }; + 8BE6900028DB7C2D0031C62E /* CACFString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F7828DB7C2D0031C62E /* CACFString.cpp */; }; + 8BE6900128DB7C2D0031C62E /* CASettingsStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F7928DB7C2D0031C62E /* CASettingsStorage.h */; }; + 8BE6900228DB7C2D0031C62E /* CADebugPrintf.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F7A28DB7C2D0031C62E /* CADebugPrintf.h */; }; + 8BE6900328DB7C2D0031C62E /* CAXException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F7B28DB7C2D0031C62E /* CAXException.cpp */; }; + 8BE6900428DB7C2D0031C62E /* CAAUMIDIMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F7C28DB7C2D0031C62E /* CAAUMIDIMap.h */; }; + 8BE6900528DB7C2D0031C62E /* AUParamInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F7D28DB7C2D0031C62E /* AUParamInfo.h */; }; + 8BE6900628DB7C2D0031C62E /* CABitOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F7E28DB7C2D0031C62E /* CABitOperations.h */; }; + 8BE6900728DB7C2D0031C62E /* CACFPreferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F7F28DB7C2D0031C62E /* CACFPreferences.cpp */; }; + 8BE6900828DB7C2D0031C62E /* CABundleLocker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F8028DB7C2D0031C62E /* CABundleLocker.h */; }; + 8BE6900928DB7C2D0031C62E /* CAPropertyAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F8128DB7C2D0031C62E /* CAPropertyAddress.h */; }; + 8BE6900A28DB7C2D0031C62E /* CAXException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F8228DB7C2D0031C62E /* CAXException.h */; }; + 8BE6900B28DB7C2D0031C62E /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F8328DB7C2D0031C62E /* CAAudioChannelLayout.cpp */; }; + 8BE6900C28DB7C2D0031C62E /* CAThreadSafeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F8428DB7C2D0031C62E /* CAThreadSafeList.h */; }; + 8BE6900D28DB7C2D0031C62E /* CAAudioUnitOutputCapturer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F8528DB7C2D0031C62E /* CAAudioUnitOutputCapturer.h */; }; + 8BE6900E28DB7C2D0031C62E /* AUParamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F8628DB7C2D0031C62E /* AUParamInfo.cpp */; }; + 8BE6900F28DB7C2D0031C62E /* CASharedLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F8728DB7C2D0031C62E /* CASharedLibrary.cpp */; }; + 8BE6901028DB7C2D0031C62E /* CAAUMIDIMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F8828DB7C2D0031C62E /* CAAUMIDIMap.cpp */; }; + 8BE6901128DB7C2D0031C62E /* CALogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F8928DB7C2D0031C62E /* CALogMacros.h */; }; + 8BE6901228DB7C2D0031C62E /* CACFMessagePort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F8A28DB7C2D0031C62E /* CACFMessagePort.cpp */; }; + 8BE6901328DB7C2D0031C62E /* CARingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F8B28DB7C2D0031C62E /* CARingBuffer.h */; }; + 8BE6901428DB7C2D0031C62E /* AUOutputBL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F8C28DB7C2D0031C62E /* AUOutputBL.cpp */; }; + 8BE6901528DB7C2D0031C62E /* CABufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F8D28DB7C2D0031C62E /* CABufferList.h */; }; + 8BE6901628DB7C2D0031C62E /* CASharedLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F8E28DB7C2D0031C62E /* CASharedLibrary.h */; }; + 8BE6901728DB7C2D0031C62E /* CACFData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F8F28DB7C2D0031C62E /* CACFData.h */; }; + 8BE6901828DB7C2D0031C62E /* CAStreamRangedDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F9028DB7C2D0031C62E /* CAStreamRangedDescription.cpp */; }; + 8BE6901928DB7C2D0031C62E /* CAPThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F9128DB7C2D0031C62E /* CAPThread.cpp */; }; + 8BE6901A28DB7C2D0031C62E /* CAAutoDisposer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F9228DB7C2D0031C62E /* CAAutoDisposer.h */; }; + 8BE6901B28DB7C2D0031C62E /* CACFPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F9328DB7C2D0031C62E /* CACFPreferences.h */; }; + 8BE6901C28DB7C2D0031C62E /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F9428DB7C2D0031C62E /* CAVectorUnit.cpp */; }; + 8BE6901D28DB7C2D0031C62E /* CAComponentDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F9528DB7C2D0031C62E /* CAComponentDescription.h */; }; + 8BE6901E28DB7C2D0031C62E /* CADebugMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F9628DB7C2D0031C62E /* CADebugMacros.h */; }; + 8BE6901F28DB7C2D0031C62E /* AUOutputBL.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F9728DB7C2D0031C62E /* AUOutputBL.h */; }; + 8BE6902028DB7C2D0031C62E /* CADebugPrintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F9828DB7C2D0031C62E /* CADebugPrintf.cpp */; }; + 8BE6902128DB7C2D0031C62E /* CARingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F9928DB7C2D0031C62E /* CARingBuffer.cpp */; }; + 8BE6902228DB7C2D0031C62E /* CACFPlugIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F9A28DB7C2D0031C62E /* CACFPlugIn.h */; }; + 8BE6902328DB7C2D0031C62E /* CASettingsStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68F9B28DB7C2D0031C62E /* CASettingsStorage.cpp */; }; + 8BE6902428DB7C2D0031C62E /* CAMixMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F9C28DB7C2D0031C62E /* CAMixMap.h */; }; + 8BE6902528DB7C2D0031C62E /* CACFDistributedNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F9D28DB7C2D0031C62E /* CACFDistributedNotification.h */; }; + 8BE6902628DB7C2D0031C62E /* CAFilePathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F9E28DB7C2D0031C62E /* CAFilePathUtils.h */; }; + 8BE6902728DB7C2D0031C62E /* CATink.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68F9F28DB7C2D0031C62E /* CATink.h */; }; + 8BE6902828DB7C2D0031C62E /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FA028DB7C2D0031C62E /* CAStreamBasicDescription.cpp */; }; + 8BE6902928DB7C2D0031C62E /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FA128DB7C2D0031C62E /* CAAudioChannelLayout.h */; }; + 8BE6902A28DB7C2D0031C62E /* CAProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FA228DB7C2D0031C62E /* CAProcess.cpp */; }; + 8BE6902B28DB7C2D0031C62E /* CAHostTimeBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FA328DB7C2D0031C62E /* CAHostTimeBase.cpp */; }; + 8BE6902C28DB7C2D0031C62E /* CAPersistence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FA428DB7C2D0031C62E /* CAPersistence.cpp */; }; + 8BE6902D28DB7C2D0031C62E /* CAAudioBufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FA528DB7C2D0031C62E /* CAAudioBufferList.cpp */; }; + 8BE6902E28DB7C2D0031C62E /* CAAudioTimeStamp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FA628DB7C2D0031C62E /* CAAudioTimeStamp.cpp */; }; + 8BE6902F28DB7C2D0031C62E /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FA728DB7C2D0031C62E /* CAVectorUnit.h */; }; + 8BE6903028DB7C2D0031C62E /* CAByteOrder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FA828DB7C2D0031C62E /* CAByteOrder.h */; }; + 8BE6903128DB7C2D0031C62E /* CACFArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FA928DB7C2D0031C62E /* CACFArray.h */; }; + 8BE6903228DB7C2D0031C62E /* CAAtomicStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FAA28DB7C2D0031C62E /* CAAtomicStack.h */; }; + 8BE6903328DB7C2D0031C62E /* CAReferenceCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FAB28DB7C2D0031C62E /* CAReferenceCounted.h */; }; + 8BE6903428DB7C2D0031C62E /* CACFMachPort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FAC28DB7C2D0031C62E /* CACFMachPort.cpp */; }; + 8BE6903528DB7C2D0031C62E /* CABufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FAD28DB7C2D0031C62E /* CABufferList.cpp */; }; + 8BE6903628DB7C2D0031C62E /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FAE28DB7C2D0031C62E /* CAMutex.cpp */; }; + 8BE6903728DB7C2D0031C62E /* CADebugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FAF28DB7C2D0031C62E /* CADebugger.cpp */; }; + 8BE6903828DB7C2D0031C62E /* CABundleLocker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FB028DB7C2D0031C62E /* CABundleLocker.cpp */; }; + 8BE6903928DB7C2D0031C62E /* CAAudioFileFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FB128DB7C2D0031C62E /* CAAudioFileFormats.cpp */; }; + 8BE6903A28DB7C2D0031C62E /* CAMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FB228DB7C2D0031C62E /* CAMath.h */; }; + 8BE6903B28DB7C2D0031C62E /* CACFArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FB328DB7C2D0031C62E /* CACFArray.cpp */; }; + 8BE6903C28DB7C2D0031C62E /* CACFMessagePort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FB428DB7C2D0031C62E /* CACFMessagePort.h */; }; + 8BE6903D28DB7C2D0031C62E /* CAAudioValueRange.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FB528DB7C2D0031C62E /* CAAudioValueRange.cpp */; }; + 8BE6903E28DB7C2D0031C62E /* CAAudioUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FB628DB7C2D0031C62E /* CAAudioUnit.cpp */; }; + 8BE6903F28DB7C2D0031C62E /* AUViewLocalizedStringKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FBA28DB7C2D0031C62E /* AUViewLocalizedStringKeys.h */; }; + 8BE6904028DB7C2D0031C62E /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FBC28DB7C2D0031C62E /* ComponentBase.cpp */; }; + 8BE6904128DB7C2D0031C62E /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FBD28DB7C2D0031C62E /* AUScopeElement.cpp */; }; + 8BE6904228DB7C2D0031C62E /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FBE28DB7C2D0031C62E /* ComponentBase.h */; }; + 8BE6904328DB7C2D0031C62E /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FBF28DB7C2D0031C62E /* AUBase.cpp */; }; + 8BE6904428DB7C2D0031C62E /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FC028DB7C2D0031C62E /* AUInputElement.h */; }; + 8BE6904528DB7C2D0031C62E /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FC128DB7C2D0031C62E /* AUBase.h */; }; + 8BE6904628DB7C2D0031C62E /* AUPlugInDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FC228DB7C2D0031C62E /* AUPlugInDispatch.h */; }; + 8BE6904728DB7C2D0031C62E /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FC328DB7C2D0031C62E /* AUDispatch.h */; }; + 8BE6904828DB7C2D0031C62E /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FC428DB7C2D0031C62E /* AUOutputElement.cpp */; }; + 8BE6904A28DB7C2D0031C62E /* AUPlugInDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FC628DB7C2D0031C62E /* AUPlugInDispatch.cpp */; }; + 8BE6904B28DB7C2D0031C62E /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FC728DB7C2D0031C62E /* AUOutputElement.h */; }; + 8BE6904C28DB7C2D0031C62E /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FC828DB7C2D0031C62E /* AUDispatch.cpp */; }; + 8BE6904D28DB7C2D0031C62E /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FC928DB7C2D0031C62E /* AUScopeElement.h */; }; + 8BE6904E28DB7C2D0031C62E /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FCA28DB7C2D0031C62E /* AUInputElement.cpp */; }; + 8BE6904F28DB7C2D0031C62E /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FCC28DB7C2D0031C62E /* AUEffectBase.cpp */; }; + 8BE6905028DB7C2D0031C62E /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FCD28DB7C2D0031C62E /* AUEffectBase.h */; }; + 8BE6905128DB7C2D0031C62E /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FCF28DB7C2D0031C62E /* AUTimestampGenerator.h */; }; + 8BE6905228DB7C2D0031C62E /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FD028DB7C2D0031C62E /* AUBaseHelper.cpp */; }; + 8BE6905328DB7C2D0031C62E /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FD128DB7C2D0031C62E /* AUSilentTimeout.h */; }; + 8BE6905428DB7C2D0031C62E /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FD228DB7C2D0031C62E /* AUInputFormatConverter.h */; }; + 8BE6905528DB7C2D0031C62E /* AUTimestampGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FD328DB7C2D0031C62E /* AUTimestampGenerator.cpp */; }; + 8BE6905628DB7C2D0031C62E /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE68FD428DB7C2D0031C62E /* AUBuffer.cpp */; }; + 8BE6905728DB7C2D0031C62E /* AUMIDIDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FD528DB7C2D0031C62E /* AUMIDIDefs.h */; }; + 8BE6905828DB7C2D0031C62E /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FD628DB7C2D0031C62E /* AUBuffer.h */; }; + 8BE6905928DB7C2D0031C62E /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE68FD728DB7C2D0031C62E /* AUBaseHelper.h */; }; + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; + 8BA05A660720730100365D66 /* Flutter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Flutter.cpp; sourceTree = ""; }; + 8BA05A670720730100365D66 /* Flutter.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = Flutter.exp; sourceTree = ""; }; + 8BA05A680720730100365D66 /* Flutter.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = Flutter.r; sourceTree = ""; }; + 8BA05A690720730100365D66 /* FlutterVersion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FlutterVersion.h; sourceTree = ""; }; + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; + 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; + 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; + 8BC6025B073B072D006C4272 /* Flutter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Flutter.h; sourceTree = ""; }; + 8BE68F5028DB7C2D0031C62E /* CAExtAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAExtAudioFile.h; sourceTree = ""; }; + 8BE68F5128DB7C2D0031C62E /* CACFMachPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMachPort.h; sourceTree = ""; }; + 8BE68F5228DB7C2D0031C62E /* CABool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABool.h; sourceTree = ""; }; + 8BE68F5328DB7C2D0031C62E /* CAComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponent.cpp; sourceTree = ""; }; + 8BE68F5428DB7C2D0031C62E /* CADebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugger.h; sourceTree = ""; }; + 8BE68F5528DB7C2D0031C62E /* CACFNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFNumber.cpp; sourceTree = ""; }; + 8BE68F5628DB7C2D0031C62E /* CAGuard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAGuard.h; sourceTree = ""; }; + 8BE68F5728DB7C2D0031C62E /* CAAtomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomic.h; sourceTree = ""; }; + 8BE68F5828DB7C2D0031C62E /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BE68F5928DB7C2D0031C62E /* CACFObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFObject.h; sourceTree = ""; }; + 8BE68F5A28DB7C2D0031C62E /* CAStreamRangedDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamRangedDescription.h; sourceTree = ""; }; + 8BE68F5B28DB7C2D0031C62E /* CATokenMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATokenMap.h; sourceTree = ""; }; + 8BE68F5C28DB7C2D0031C62E /* CAComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponent.h; sourceTree = ""; }; + 8BE68F5D28DB7C2D0031C62E /* CAAudioBufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioBufferList.h; sourceTree = ""; }; + 8BE68F5E28DB7C2D0031C62E /* CAAudioUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnit.h; sourceTree = ""; }; + 8BE68F5F28DB7C2D0031C62E /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BE68F6028DB7C2D0031C62E /* CAException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAException.h; sourceTree = ""; }; + 8BE68F6128DB7C2D0031C62E /* CAAUProcessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUProcessor.cpp; sourceTree = ""; }; + 8BE68F6228DB7C2D0031C62E /* CAAUProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUProcessor.h; sourceTree = ""; }; + 8BE68F6328DB7C2D0031C62E /* CAProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAProcess.h; sourceTree = ""; }; + 8BE68F6428DB7C2D0031C62E /* CACFDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDictionary.h; sourceTree = ""; }; + 8BE68F6528DB7C2D0031C62E /* CAPThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPThread.h; sourceTree = ""; }; + 8BE68F6628DB7C2D0031C62E /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BE68F6728DB7C2D0031C62E /* CAAudioTimeStamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioTimeStamp.h; sourceTree = ""; }; + 8BE68F6828DB7C2D0031C62E /* CAFilePathUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAFilePathUtils.cpp; sourceTree = ""; }; + 8BE68F6928DB7C2D0031C62E /* CAAudioValueRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioValueRange.h; sourceTree = ""; }; + 8BE68F6A28DB7C2D0031C62E /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8BE68F6B28DB7C2D0031C62E /* CAAudioChannelLayoutObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayoutObject.cpp; sourceTree = ""; }; + 8BE68F6C28DB7C2D0031C62E /* CAGuard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAGuard.cpp; sourceTree = ""; }; + 8BE68F6D28DB7C2D0031C62E /* CACFNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFNumber.h; sourceTree = ""; }; + 8BE68F6E28DB7C2D0031C62E /* CACFDistributedNotification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDistributedNotification.cpp; sourceTree = ""; }; + 8BE68F6F28DB7C2D0031C62E /* CACFString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFString.h; sourceTree = ""; }; + 8BE68F7028DB7C2D0031C62E /* CAAUMIDIMapManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMapManager.cpp; sourceTree = ""; }; + 8BE68F7128DB7C2D0031C62E /* CAComponentDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponentDescription.cpp; sourceTree = ""; }; + 8BE68F7228DB7C2D0031C62E /* CAHostTimeBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAHostTimeBase.h; sourceTree = ""; }; + 8BE68F7328DB7C2D0031C62E /* CADebugMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugMacros.cpp; sourceTree = ""; }; + 8BE68F7428DB7C2D0031C62E /* CAAudioFileFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioFileFormats.h; sourceTree = ""; }; + 8BE68F7528DB7C2D0031C62E /* CAAUMIDIMapManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMapManager.h; sourceTree = ""; }; + 8BE68F7628DB7C2D0031C62E /* CACFDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDictionary.cpp; sourceTree = ""; }; + 8BE68F7728DB7C2D0031C62E /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BE68F7828DB7C2D0031C62E /* CACFString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFString.cpp; sourceTree = ""; }; + 8BE68F7928DB7C2D0031C62E /* CASettingsStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASettingsStorage.h; sourceTree = ""; }; + 8BE68F7A28DB7C2D0031C62E /* CADebugPrintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugPrintf.h; sourceTree = ""; }; + 8BE68F7B28DB7C2D0031C62E /* CAXException.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAXException.cpp; sourceTree = ""; }; + 8BE68F7C28DB7C2D0031C62E /* CAAUMIDIMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMap.h; sourceTree = ""; }; + 8BE68F7D28DB7C2D0031C62E /* AUParamInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUParamInfo.h; sourceTree = ""; }; + 8BE68F7E28DB7C2D0031C62E /* CABitOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABitOperations.h; sourceTree = ""; }; + 8BE68F7F28DB7C2D0031C62E /* CACFPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFPreferences.cpp; sourceTree = ""; }; + 8BE68F8028DB7C2D0031C62E /* CABundleLocker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABundleLocker.h; sourceTree = ""; }; + 8BE68F8128DB7C2D0031C62E /* CAPropertyAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPropertyAddress.h; sourceTree = ""; }; + 8BE68F8228DB7C2D0031C62E /* CAXException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAXException.h; sourceTree = ""; }; + 8BE68F8328DB7C2D0031C62E /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BE68F8428DB7C2D0031C62E /* CAThreadSafeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAThreadSafeList.h; sourceTree = ""; }; + 8BE68F8528DB7C2D0031C62E /* CAAudioUnitOutputCapturer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnitOutputCapturer.h; sourceTree = ""; }; + 8BE68F8628DB7C2D0031C62E /* AUParamInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUParamInfo.cpp; sourceTree = ""; }; + 8BE68F8728DB7C2D0031C62E /* CASharedLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASharedLibrary.cpp; sourceTree = ""; }; + 8BE68F8828DB7C2D0031C62E /* CAAUMIDIMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMap.cpp; sourceTree = ""; }; + 8BE68F8928DB7C2D0031C62E /* CALogMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CALogMacros.h; sourceTree = ""; }; + 8BE68F8A28DB7C2D0031C62E /* CACFMessagePort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMessagePort.cpp; sourceTree = ""; }; + 8BE68F8B28DB7C2D0031C62E /* CARingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CARingBuffer.h; sourceTree = ""; }; + 8BE68F8C28DB7C2D0031C62E /* AUOutputBL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputBL.cpp; sourceTree = ""; }; + 8BE68F8D28DB7C2D0031C62E /* CABufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABufferList.h; sourceTree = ""; }; + 8BE68F8E28DB7C2D0031C62E /* CASharedLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASharedLibrary.h; sourceTree = ""; }; + 8BE68F8F28DB7C2D0031C62E /* CACFData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFData.h; sourceTree = ""; }; + 8BE68F9028DB7C2D0031C62E /* CAStreamRangedDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamRangedDescription.cpp; sourceTree = ""; }; + 8BE68F9128DB7C2D0031C62E /* CAPThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPThread.cpp; sourceTree = ""; }; + 8BE68F9228DB7C2D0031C62E /* CAAutoDisposer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAutoDisposer.h; sourceTree = ""; }; + 8BE68F9328DB7C2D0031C62E /* CACFPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPreferences.h; sourceTree = ""; }; + 8BE68F9428DB7C2D0031C62E /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 8BE68F9528DB7C2D0031C62E /* CAComponentDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponentDescription.h; sourceTree = ""; }; + 8BE68F9628DB7C2D0031C62E /* CADebugMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugMacros.h; sourceTree = ""; }; + 8BE68F9728DB7C2D0031C62E /* AUOutputBL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputBL.h; sourceTree = ""; }; + 8BE68F9828DB7C2D0031C62E /* CADebugPrintf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugPrintf.cpp; sourceTree = ""; }; + 8BE68F9928DB7C2D0031C62E /* CARingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CARingBuffer.cpp; sourceTree = ""; }; + 8BE68F9A28DB7C2D0031C62E /* CACFPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPlugIn.h; sourceTree = ""; }; + 8BE68F9B28DB7C2D0031C62E /* CASettingsStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASettingsStorage.cpp; sourceTree = ""; }; + 8BE68F9C28DB7C2D0031C62E /* CAMixMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMixMap.h; sourceTree = ""; }; + 8BE68F9D28DB7C2D0031C62E /* CACFDistributedNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDistributedNotification.h; sourceTree = ""; }; + 8BE68F9E28DB7C2D0031C62E /* CAFilePathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAFilePathUtils.h; sourceTree = ""; }; + 8BE68F9F28DB7C2D0031C62E /* CATink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATink.h; sourceTree = ""; }; + 8BE68FA028DB7C2D0031C62E /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BE68FA128DB7C2D0031C62E /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BE68FA228DB7C2D0031C62E /* CAProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAProcess.cpp; sourceTree = ""; }; + 8BE68FA328DB7C2D0031C62E /* CAHostTimeBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAHostTimeBase.cpp; sourceTree = ""; }; + 8BE68FA428DB7C2D0031C62E /* CAPersistence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPersistence.cpp; sourceTree = ""; }; + 8BE68FA528DB7C2D0031C62E /* CAAudioBufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioBufferList.cpp; sourceTree = ""; }; + 8BE68FA628DB7C2D0031C62E /* CAAudioTimeStamp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioTimeStamp.cpp; sourceTree = ""; }; + 8BE68FA728DB7C2D0031C62E /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 8BE68FA828DB7C2D0031C62E /* CAByteOrder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAByteOrder.h; sourceTree = ""; }; + 8BE68FA928DB7C2D0031C62E /* CACFArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFArray.h; sourceTree = ""; }; + 8BE68FAA28DB7C2D0031C62E /* CAAtomicStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomicStack.h; sourceTree = ""; }; + 8BE68FAB28DB7C2D0031C62E /* CAReferenceCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAReferenceCounted.h; sourceTree = ""; }; + 8BE68FAC28DB7C2D0031C62E /* CACFMachPort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMachPort.cpp; sourceTree = ""; }; + 8BE68FAD28DB7C2D0031C62E /* CABufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABufferList.cpp; sourceTree = ""; }; + 8BE68FAE28DB7C2D0031C62E /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BE68FAF28DB7C2D0031C62E /* CADebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugger.cpp; sourceTree = ""; }; + 8BE68FB028DB7C2D0031C62E /* CABundleLocker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABundleLocker.cpp; sourceTree = ""; }; + 8BE68FB128DB7C2D0031C62E /* CAAudioFileFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioFileFormats.cpp; sourceTree = ""; }; + 8BE68FB228DB7C2D0031C62E /* CAMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMath.h; sourceTree = ""; }; + 8BE68FB328DB7C2D0031C62E /* CACFArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFArray.cpp; sourceTree = ""; }; + 8BE68FB428DB7C2D0031C62E /* CACFMessagePort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMessagePort.h; sourceTree = ""; }; + 8BE68FB528DB7C2D0031C62E /* CAAudioValueRange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioValueRange.cpp; sourceTree = ""; }; + 8BE68FB628DB7C2D0031C62E /* CAAudioUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioUnit.cpp; sourceTree = ""; }; + 8BE68FBA28DB7C2D0031C62E /* AUViewLocalizedStringKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUViewLocalizedStringKeys.h; sourceTree = ""; }; + 8BE68FBC28DB7C2D0031C62E /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BE68FBD28DB7C2D0031C62E /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BE68FBE28DB7C2D0031C62E /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BE68FBF28DB7C2D0031C62E /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BE68FC028DB7C2D0031C62E /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BE68FC128DB7C2D0031C62E /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BE68FC228DB7C2D0031C62E /* AUPlugInDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUPlugInDispatch.h; sourceTree = ""; }; + 8BE68FC328DB7C2D0031C62E /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BE68FC428DB7C2D0031C62E /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BE68FC528DB7C2D0031C62E /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BE68FC628DB7C2D0031C62E /* AUPlugInDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUPlugInDispatch.cpp; sourceTree = ""; }; + 8BE68FC728DB7C2D0031C62E /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BE68FC828DB7C2D0031C62E /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BE68FC928DB7C2D0031C62E /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BE68FCA28DB7C2D0031C62E /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BE68FCC28DB7C2D0031C62E /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BE68FCD28DB7C2D0031C62E /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BE68FCF28DB7C2D0031C62E /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BE68FD028DB7C2D0031C62E /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBaseHelper.cpp; sourceTree = ""; }; + 8BE68FD128DB7C2D0031C62E /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BE68FD228DB7C2D0031C62E /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BE68FD328DB7C2D0031C62E /* AUTimestampGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUTimestampGenerator.cpp; sourceTree = ""; }; + 8BE68FD428DB7C2D0031C62E /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BE68FD528DB7C2D0031C62E /* AUMIDIDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUMIDIDefs.h; sourceTree = ""; }; + 8BE68FD628DB7C2D0031C62E /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BE68FD728DB7C2D0031C62E /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBaseHelper.h; sourceTree = ""; }; + 8BE6905A28DB7CDA0031C62E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8D01CCD20486CAD60068D4B7 /* Flutter.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Flutter.component; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8D01CCCD0486CAD60068D4B7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */, + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */, + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* Flutter */ = { + isa = PBXGroup; + children = ( + 08FB77ADFE841716C02AAC07 /* Source */, + 089C167CFE841241C02AAC07 /* Resources */, + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + ); + name = Flutter; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */, + 8BA05B01072074F900365D66 /* CoreServices.framework */, + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */, + 8BA05AFA072074E100365D66 /* AudioUnit.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + 089C167DFE841241C02AAC07 /* InfoPlist.strings */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8BE68F4E28DB7C2D0031C62E /* CA_SDK */, + 8BA05A56072072A900365D66 /* AU Source */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 8D01CCD20486CAD60068D4B7 /* Flutter.component */, + ); + name = Products; + sourceTree = ""; + }; + 8BA05A56072072A900365D66 /* AU Source */ = { + isa = PBXGroup; + children = ( + 8BC6025B073B072D006C4272 /* Flutter.h */, + 8BA05A660720730100365D66 /* Flutter.cpp */, + 8BA05A670720730100365D66 /* Flutter.exp */, + 8BA05A680720730100365D66 /* Flutter.r */, + 8BA05A690720730100365D66 /* FlutterVersion.h */, + ); + name = "AU Source"; + sourceTree = ""; + }; + 8BE68F4E28DB7C2D0031C62E /* CA_SDK */ = { + isa = PBXGroup; + children = ( + 8BE68F4F28DB7C2D0031C62E /* PublicUtility */, + 8BE68FB728DB7C2D0031C62E /* AudioUnits */, + ); + name = CA_SDK; + path = ../../../../CA_SDK; + sourceTree = ""; + }; + 8BE68F4F28DB7C2D0031C62E /* PublicUtility */ = { + isa = PBXGroup; + children = ( + 8BE68F5028DB7C2D0031C62E /* CAExtAudioFile.h */, + 8BE68F5128DB7C2D0031C62E /* CACFMachPort.h */, + 8BE68F5228DB7C2D0031C62E /* CABool.h */, + 8BE68F5328DB7C2D0031C62E /* CAComponent.cpp */, + 8BE68F5428DB7C2D0031C62E /* CADebugger.h */, + 8BE68F5528DB7C2D0031C62E /* CACFNumber.cpp */, + 8BE68F5628DB7C2D0031C62E /* CAGuard.h */, + 8BE68F5728DB7C2D0031C62E /* CAAtomic.h */, + 8BE68F5828DB7C2D0031C62E /* CAStreamBasicDescription.h */, + 8BE68F5928DB7C2D0031C62E /* CACFObject.h */, + 8BE68F5A28DB7C2D0031C62E /* CAStreamRangedDescription.h */, + 8BE68F5B28DB7C2D0031C62E /* CATokenMap.h */, + 8BE68F5C28DB7C2D0031C62E /* CAComponent.h */, + 8BE68F5D28DB7C2D0031C62E /* CAAudioBufferList.h */, + 8BE68F5E28DB7C2D0031C62E /* CAAudioUnit.h */, + 8BE68F5F28DB7C2D0031C62E /* CAAUParameter.h */, + 8BE68F6028DB7C2D0031C62E /* CAException.h */, + 8BE68F6128DB7C2D0031C62E /* CAAUProcessor.cpp */, + 8BE68F6228DB7C2D0031C62E /* CAAUProcessor.h */, + 8BE68F6328DB7C2D0031C62E /* CAProcess.h */, + 8BE68F6428DB7C2D0031C62E /* CACFDictionary.h */, + 8BE68F6528DB7C2D0031C62E /* CAPThread.h */, + 8BE68F6628DB7C2D0031C62E /* CAAUParameter.cpp */, + 8BE68F6728DB7C2D0031C62E /* CAAudioTimeStamp.h */, + 8BE68F6828DB7C2D0031C62E /* CAFilePathUtils.cpp */, + 8BE68F6928DB7C2D0031C62E /* CAAudioValueRange.h */, + 8BE68F6A28DB7C2D0031C62E /* CAVectorUnitTypes.h */, + 8BE68F6B28DB7C2D0031C62E /* CAAudioChannelLayoutObject.cpp */, + 8BE68F6C28DB7C2D0031C62E /* CAGuard.cpp */, + 8BE68F6D28DB7C2D0031C62E /* CACFNumber.h */, + 8BE68F6E28DB7C2D0031C62E /* CACFDistributedNotification.cpp */, + 8BE68F6F28DB7C2D0031C62E /* CACFString.h */, + 8BE68F7028DB7C2D0031C62E /* CAAUMIDIMapManager.cpp */, + 8BE68F7128DB7C2D0031C62E /* CAComponentDescription.cpp */, + 8BE68F7228DB7C2D0031C62E /* CAHostTimeBase.h */, + 8BE68F7328DB7C2D0031C62E /* CADebugMacros.cpp */, + 8BE68F7428DB7C2D0031C62E /* CAAudioFileFormats.h */, + 8BE68F7528DB7C2D0031C62E /* CAAUMIDIMapManager.h */, + 8BE68F7628DB7C2D0031C62E /* CACFDictionary.cpp */, + 8BE68F7728DB7C2D0031C62E /* CAMutex.h */, + 8BE68F7828DB7C2D0031C62E /* CACFString.cpp */, + 8BE68F7928DB7C2D0031C62E /* CASettingsStorage.h */, + 8BE68F7A28DB7C2D0031C62E /* CADebugPrintf.h */, + 8BE68F7B28DB7C2D0031C62E /* CAXException.cpp */, + 8BE68F7C28DB7C2D0031C62E /* CAAUMIDIMap.h */, + 8BE68F7D28DB7C2D0031C62E /* AUParamInfo.h */, + 8BE68F7E28DB7C2D0031C62E /* CABitOperations.h */, + 8BE68F7F28DB7C2D0031C62E /* CACFPreferences.cpp */, + 8BE68F8028DB7C2D0031C62E /* CABundleLocker.h */, + 8BE68F8128DB7C2D0031C62E /* CAPropertyAddress.h */, + 8BE68F8228DB7C2D0031C62E /* CAXException.h */, + 8BE68F8328DB7C2D0031C62E /* CAAudioChannelLayout.cpp */, + 8BE68F8428DB7C2D0031C62E /* CAThreadSafeList.h */, + 8BE68F8528DB7C2D0031C62E /* CAAudioUnitOutputCapturer.h */, + 8BE68F8628DB7C2D0031C62E /* AUParamInfo.cpp */, + 8BE68F8728DB7C2D0031C62E /* CASharedLibrary.cpp */, + 8BE68F8828DB7C2D0031C62E /* CAAUMIDIMap.cpp */, + 8BE68F8928DB7C2D0031C62E /* CALogMacros.h */, + 8BE68F8A28DB7C2D0031C62E /* CACFMessagePort.cpp */, + 8BE68F8B28DB7C2D0031C62E /* CARingBuffer.h */, + 8BE68F8C28DB7C2D0031C62E /* AUOutputBL.cpp */, + 8BE68F8D28DB7C2D0031C62E /* CABufferList.h */, + 8BE68F8E28DB7C2D0031C62E /* CASharedLibrary.h */, + 8BE68F8F28DB7C2D0031C62E /* CACFData.h */, + 8BE68F9028DB7C2D0031C62E /* CAStreamRangedDescription.cpp */, + 8BE68F9128DB7C2D0031C62E /* CAPThread.cpp */, + 8BE68F9228DB7C2D0031C62E /* CAAutoDisposer.h */, + 8BE68F9328DB7C2D0031C62E /* CACFPreferences.h */, + 8BE68F9428DB7C2D0031C62E /* CAVectorUnit.cpp */, + 8BE68F9528DB7C2D0031C62E /* CAComponentDescription.h */, + 8BE68F9628DB7C2D0031C62E /* CADebugMacros.h */, + 8BE68F9728DB7C2D0031C62E /* AUOutputBL.h */, + 8BE68F9828DB7C2D0031C62E /* CADebugPrintf.cpp */, + 8BE68F9928DB7C2D0031C62E /* CARingBuffer.cpp */, + 8BE68F9A28DB7C2D0031C62E /* CACFPlugIn.h */, + 8BE68F9B28DB7C2D0031C62E /* CASettingsStorage.cpp */, + 8BE68F9C28DB7C2D0031C62E /* CAMixMap.h */, + 8BE68F9D28DB7C2D0031C62E /* CACFDistributedNotification.h */, + 8BE68F9E28DB7C2D0031C62E /* CAFilePathUtils.h */, + 8BE68F9F28DB7C2D0031C62E /* CATink.h */, + 8BE68FA028DB7C2D0031C62E /* CAStreamBasicDescription.cpp */, + 8BE68FA128DB7C2D0031C62E /* CAAudioChannelLayout.h */, + 8BE68FA228DB7C2D0031C62E /* CAProcess.cpp */, + 8BE68FA328DB7C2D0031C62E /* CAHostTimeBase.cpp */, + 8BE68FA428DB7C2D0031C62E /* CAPersistence.cpp */, + 8BE68FA528DB7C2D0031C62E /* CAAudioBufferList.cpp */, + 8BE68FA628DB7C2D0031C62E /* CAAudioTimeStamp.cpp */, + 8BE68FA728DB7C2D0031C62E /* CAVectorUnit.h */, + 8BE68FA828DB7C2D0031C62E /* CAByteOrder.h */, + 8BE68FA928DB7C2D0031C62E /* CACFArray.h */, + 8BE68FAA28DB7C2D0031C62E /* CAAtomicStack.h */, + 8BE68FAB28DB7C2D0031C62E /* CAReferenceCounted.h */, + 8BE68FAC28DB7C2D0031C62E /* CACFMachPort.cpp */, + 8BE68FAD28DB7C2D0031C62E /* CABufferList.cpp */, + 8BE68FAE28DB7C2D0031C62E /* CAMutex.cpp */, + 8BE68FAF28DB7C2D0031C62E /* CADebugger.cpp */, + 8BE68FB028DB7C2D0031C62E /* CABundleLocker.cpp */, + 8BE68FB128DB7C2D0031C62E /* CAAudioFileFormats.cpp */, + 8BE68FB228DB7C2D0031C62E /* CAMath.h */, + 8BE68FB328DB7C2D0031C62E /* CACFArray.cpp */, + 8BE68FB428DB7C2D0031C62E /* CACFMessagePort.h */, + 8BE68FB528DB7C2D0031C62E /* CAAudioValueRange.cpp */, + 8BE68FB628DB7C2D0031C62E /* CAAudioUnit.cpp */, + ); + path = PublicUtility; + sourceTree = ""; + }; + 8BE68FB728DB7C2D0031C62E /* AudioUnits */ = { + isa = PBXGroup; + children = ( + 8BE68FB828DB7C2D0031C62E /* AUPublic */, + ); + path = AudioUnits; + sourceTree = ""; + }; + 8BE68FB828DB7C2D0031C62E /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BE68FB928DB7C2D0031C62E /* AUViewBase */, + 8BE68FBB28DB7C2D0031C62E /* AUBase */, + 8BE68FCB28DB7C2D0031C62E /* OtherBases */, + 8BE68FCE28DB7C2D0031C62E /* Utility */, + ); + path = AUPublic; + sourceTree = ""; + }; + 8BE68FB928DB7C2D0031C62E /* AUViewBase */ = { + isa = PBXGroup; + children = ( + 8BE68FBA28DB7C2D0031C62E /* AUViewLocalizedStringKeys.h */, + ); + path = AUViewBase; + sourceTree = ""; + }; + 8BE68FBB28DB7C2D0031C62E /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BE68FBC28DB7C2D0031C62E /* ComponentBase.cpp */, + 8BE68FBD28DB7C2D0031C62E /* AUScopeElement.cpp */, + 8BE68FBE28DB7C2D0031C62E /* ComponentBase.h */, + 8BE68FBF28DB7C2D0031C62E /* AUBase.cpp */, + 8BE68FC028DB7C2D0031C62E /* AUInputElement.h */, + 8BE68FC128DB7C2D0031C62E /* AUBase.h */, + 8BE68FC228DB7C2D0031C62E /* AUPlugInDispatch.h */, + 8BE68FC328DB7C2D0031C62E /* AUDispatch.h */, + 8BE68FC428DB7C2D0031C62E /* AUOutputElement.cpp */, + 8BE68FC528DB7C2D0031C62E /* AUResources.r */, + 8BE68FC628DB7C2D0031C62E /* AUPlugInDispatch.cpp */, + 8BE68FC728DB7C2D0031C62E /* AUOutputElement.h */, + 8BE68FC828DB7C2D0031C62E /* AUDispatch.cpp */, + 8BE68FC928DB7C2D0031C62E /* AUScopeElement.h */, + 8BE68FCA28DB7C2D0031C62E /* AUInputElement.cpp */, + ); + path = AUBase; + sourceTree = ""; + }; + 8BE68FCB28DB7C2D0031C62E /* OtherBases */ = { + isa = PBXGroup; + children = ( + 8BE68FCC28DB7C2D0031C62E /* AUEffectBase.cpp */, + 8BE68FCD28DB7C2D0031C62E /* AUEffectBase.h */, + ); + path = OtherBases; + sourceTree = ""; + }; + 8BE68FCE28DB7C2D0031C62E /* Utility */ = { + isa = PBXGroup; + children = ( + 8BE68FCF28DB7C2D0031C62E /* AUTimestampGenerator.h */, + 8BE68FD028DB7C2D0031C62E /* AUBaseHelper.cpp */, + 8BE68FD128DB7C2D0031C62E /* AUSilentTimeout.h */, + 8BE68FD228DB7C2D0031C62E /* AUInputFormatConverter.h */, + 8BE68FD328DB7C2D0031C62E /* AUTimestampGenerator.cpp */, + 8BE68FD428DB7C2D0031C62E /* AUBuffer.cpp */, + 8BE68FD528DB7C2D0031C62E /* AUMIDIDefs.h */, + 8BE68FD628DB7C2D0031C62E /* AUBuffer.h */, + 8BE68FD728DB7C2D0031C62E /* AUBaseHelper.h */, + ); + path = Utility; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BE6900828DB7C2D0031C62E /* CABundleLocker.h in Headers */, + 8BE6902928DB7C2D0031C62E /* CAAudioChannelLayout.h in Headers */, + 8BE6901F28DB7C2D0031C62E /* AUOutputBL.h in Headers */, + 8BE68FFA28DB7C2D0031C62E /* CAHostTimeBase.h in Headers */, + 8BE6904228DB7C2D0031C62E /* ComponentBase.h in Headers */, + 8BE6903228DB7C2D0031C62E /* CAAtomicStack.h in Headers */, + 8BE68FEF28DB7C2D0031C62E /* CAAudioTimeStamp.h in Headers */, + 8BE6900C28DB7C2D0031C62E /* CAThreadSafeList.h in Headers */, + 8BE68FE728DB7C2D0031C62E /* CAAUParameter.h in Headers */, + 8BE6905928DB7C2D0031C62E /* AUBaseHelper.h in Headers */, + 8BE6905128DB7C2D0031C62E /* AUTimestampGenerator.h in Headers */, + 8BE6900228DB7C2D0031C62E /* CADebugPrintf.h in Headers */, + 8BE6903C28DB7C2D0031C62E /* CACFMessagePort.h in Headers */, + 8BE68FEA28DB7C2D0031C62E /* CAAUProcessor.h in Headers */, + 8BE68FE628DB7C2D0031C62E /* CAAudioUnit.h in Headers */, + 8BE6903F28DB7C2D0031C62E /* AUViewLocalizedStringKeys.h in Headers */, + 8BE6902528DB7C2D0031C62E /* CACFDistributedNotification.h in Headers */, + 8BE68FE428DB7C2D0031C62E /* CAComponent.h in Headers */, + 8BE68FF228DB7C2D0031C62E /* CAVectorUnitTypes.h in Headers */, + 8BA05A6E0720730100365D66 /* FlutterVersion.h in Headers */, + 8BE6902628DB7C2D0031C62E /* CAFilePathUtils.h in Headers */, + 8BE68FE828DB7C2D0031C62E /* CAException.h in Headers */, + 8BE68FDF28DB7C2D0031C62E /* CAAtomic.h in Headers */, + 8BE68FDE28DB7C2D0031C62E /* CAGuard.h in Headers */, + 8BE6904428DB7C2D0031C62E /* AUInputElement.h in Headers */, + 8BE6901B28DB7C2D0031C62E /* CACFPreferences.h in Headers */, + 8BE6903028DB7C2D0031C62E /* CAByteOrder.h in Headers */, + 8BE6901328DB7C2D0031C62E /* CARingBuffer.h in Headers */, + 8BE68FDA28DB7C2D0031C62E /* CABool.h in Headers */, + 8BE68FFF28DB7C2D0031C62E /* CAMutex.h in Headers */, + 8BE6904528DB7C2D0031C62E /* AUBase.h in Headers */, + 8BC6025C073B072D006C4272 /* Flutter.h in Headers */, + 8BE68FF728DB7C2D0031C62E /* CACFString.h in Headers */, + 8BE6901628DB7C2D0031C62E /* CASharedLibrary.h in Headers */, + 8BE68FE328DB7C2D0031C62E /* CATokenMap.h in Headers */, + 8BE68FD828DB7C2D0031C62E /* CAExtAudioFile.h in Headers */, + 8BE68FED28DB7C2D0031C62E /* CAPThread.h in Headers */, + 8BE6900928DB7C2D0031C62E /* CAPropertyAddress.h in Headers */, + 8BE6903328DB7C2D0031C62E /* CAReferenceCounted.h in Headers */, + 8BE6905828DB7C2D0031C62E /* AUBuffer.h in Headers */, + 8BE6903A28DB7C2D0031C62E /* CAMath.h in Headers */, + 8BE6901A28DB7C2D0031C62E /* CAAutoDisposer.h in Headers */, + 8BE68FE128DB7C2D0031C62E /* CACFObject.h in Headers */, + 8BE6900128DB7C2D0031C62E /* CASettingsStorage.h in Headers */, + 8BE6900A28DB7C2D0031C62E /* CAXException.h in Headers */, + 8BE6902728DB7C2D0031C62E /* CATink.h in Headers */, + 8BE6905428DB7C2D0031C62E /* AUInputFormatConverter.h in Headers */, + 8BE6902F28DB7C2D0031C62E /* CAVectorUnit.h in Headers */, + 8BE68FEB28DB7C2D0031C62E /* CAProcess.h in Headers */, + 8BE68FF128DB7C2D0031C62E /* CAAudioValueRange.h in Headers */, + 8BE6900628DB7C2D0031C62E /* CABitOperations.h in Headers */, + 8BE68FFC28DB7C2D0031C62E /* CAAudioFileFormats.h in Headers */, + 8BE68FF528DB7C2D0031C62E /* CACFNumber.h in Headers */, + 8BE6900D28DB7C2D0031C62E /* CAAudioUnitOutputCapturer.h in Headers */, + 8BE6901E28DB7C2D0031C62E /* CADebugMacros.h in Headers */, + 8BE6905728DB7C2D0031C62E /* AUMIDIDefs.h in Headers */, + 8BE6901728DB7C2D0031C62E /* CACFData.h in Headers */, + 8BE68FE028DB7C2D0031C62E /* CAStreamBasicDescription.h in Headers */, + 8BE6904628DB7C2D0031C62E /* AUPlugInDispatch.h in Headers */, + 8BE68FE228DB7C2D0031C62E /* CAStreamRangedDescription.h in Headers */, + 8BE6902228DB7C2D0031C62E /* CACFPlugIn.h in Headers */, + 8BE68FE528DB7C2D0031C62E /* CAAudioBufferList.h in Headers */, + 8BE68FFD28DB7C2D0031C62E /* CAAUMIDIMapManager.h in Headers */, + 8BE6905028DB7C2D0031C62E /* AUEffectBase.h in Headers */, + 8BE68FEC28DB7C2D0031C62E /* CACFDictionary.h in Headers */, + 8BE6904D28DB7C2D0031C62E /* AUScopeElement.h in Headers */, + 8BE6901D28DB7C2D0031C62E /* CAComponentDescription.h in Headers */, + 8BE6905328DB7C2D0031C62E /* AUSilentTimeout.h in Headers */, + 8BE6901528DB7C2D0031C62E /* CABufferList.h in Headers */, + 8BE6904728DB7C2D0031C62E /* AUDispatch.h in Headers */, + 8BE6904B28DB7C2D0031C62E /* AUOutputElement.h in Headers */, + 8BE6901128DB7C2D0031C62E /* CALogMacros.h in Headers */, + 8BE6900528DB7C2D0031C62E /* AUParamInfo.h in Headers */, + 8BE6902428DB7C2D0031C62E /* CAMixMap.h in Headers */, + 8BE6903128DB7C2D0031C62E /* CACFArray.h in Headers */, + 8BE68FD928DB7C2D0031C62E /* CACFMachPort.h in Headers */, + 8BE6900428DB7C2D0031C62E /* CAAUMIDIMap.h in Headers */, + 8BE68FDC28DB7C2D0031C62E /* CADebugger.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Flutter */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Flutter" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCD0486CAD60068D4B7 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Flutter; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = Flutter; + productReference = 8D01CCD20486CAD60068D4B7 /* Flutter.component */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1340; + }; + buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Flutter" */; + compatibilityVersion = "Xcode 3.1"; + developmentRegion = en; + hasScannedForEncodings = 1; + knownRegions = ( + ja, + Base, + en, + de, + fr, + ); + mainGroup = 089C166AFE841209C02AAC07 /* Flutter */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Flutter */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BE6901428DB7C2D0031C62E /* AUOutputBL.cpp in Sources */, + 8BE6903928DB7C2D0031C62E /* CAAudioFileFormats.cpp in Sources */, + 8BE6902B28DB7C2D0031C62E /* CAHostTimeBase.cpp in Sources */, + 8BE6900328DB7C2D0031C62E /* CAXException.cpp in Sources */, + 8BE6902D28DB7C2D0031C62E /* CAAudioBufferList.cpp in Sources */, + 8BE68FF028DB7C2D0031C62E /* CAFilePathUtils.cpp in Sources */, + 8BE68FEE28DB7C2D0031C62E /* CAAUParameter.cpp in Sources */, + 8BE6901028DB7C2D0031C62E /* CAAUMIDIMap.cpp in Sources */, + 8BE6903D28DB7C2D0031C62E /* CAAudioValueRange.cpp in Sources */, + 8BE6904C28DB7C2D0031C62E /* AUDispatch.cpp in Sources */, + 8BE6900728DB7C2D0031C62E /* CACFPreferences.cpp in Sources */, + 8BE6904A28DB7C2D0031C62E /* AUPlugInDispatch.cpp in Sources */, + 8BE68FE928DB7C2D0031C62E /* CAAUProcessor.cpp in Sources */, + 8BE68FFE28DB7C2D0031C62E /* CACFDictionary.cpp in Sources */, + 8BE6905228DB7C2D0031C62E /* AUBaseHelper.cpp in Sources */, + 8BE6903728DB7C2D0031C62E /* CADebugger.cpp in Sources */, + 8BE6900B28DB7C2D0031C62E /* CAAudioChannelLayout.cpp in Sources */, + 8BE6900E28DB7C2D0031C62E /* AUParamInfo.cpp in Sources */, + 8BE6902C28DB7C2D0031C62E /* CAPersistence.cpp in Sources */, + 8BE6902028DB7C2D0031C62E /* CADebugPrintf.cpp in Sources */, + 8BE6905528DB7C2D0031C62E /* AUTimestampGenerator.cpp in Sources */, + 8BE6902828DB7C2D0031C62E /* CAStreamBasicDescription.cpp in Sources */, + 8BE68FF828DB7C2D0031C62E /* CAAUMIDIMapManager.cpp in Sources */, + 8BE6902328DB7C2D0031C62E /* CASettingsStorage.cpp in Sources */, + 8BE6904828DB7C2D0031C62E /* AUOutputElement.cpp in Sources */, + 8BE68FF428DB7C2D0031C62E /* CAGuard.cpp in Sources */, + 8BA05A6B0720730100365D66 /* Flutter.cpp in Sources */, + 8BE6903628DB7C2D0031C62E /* CAMutex.cpp in Sources */, + 8BE6904F28DB7C2D0031C62E /* AUEffectBase.cpp in Sources */, + 8BE6903428DB7C2D0031C62E /* CACFMachPort.cpp in Sources */, + 8BE6904328DB7C2D0031C62E /* AUBase.cpp in Sources */, + 8BE6900F28DB7C2D0031C62E /* CASharedLibrary.cpp in Sources */, + 8BE68FF628DB7C2D0031C62E /* CACFDistributedNotification.cpp in Sources */, + 8BE68FF928DB7C2D0031C62E /* CAComponentDescription.cpp in Sources */, + 8BE6900028DB7C2D0031C62E /* CACFString.cpp in Sources */, + 8BE6904028DB7C2D0031C62E /* ComponentBase.cpp in Sources */, + 8BE6902128DB7C2D0031C62E /* CARingBuffer.cpp in Sources */, + 8BE6904128DB7C2D0031C62E /* AUScopeElement.cpp in Sources */, + 8BE6903E28DB7C2D0031C62E /* CAAudioUnit.cpp in Sources */, + 8BE6903B28DB7C2D0031C62E /* CACFArray.cpp in Sources */, + 8BE6903828DB7C2D0031C62E /* CABundleLocker.cpp in Sources */, + 8BE6902A28DB7C2D0031C62E /* CAProcess.cpp in Sources */, + 8BE6901828DB7C2D0031C62E /* CAStreamRangedDescription.cpp in Sources */, + 8BE6901928DB7C2D0031C62E /* CAPThread.cpp in Sources */, + 8BE68FDB28DB7C2D0031C62E /* CAComponent.cpp in Sources */, + 8BE68FF328DB7C2D0031C62E /* CAAudioChannelLayoutObject.cpp in Sources */, + 8BE6902E28DB7C2D0031C62E /* CAAudioTimeStamp.cpp in Sources */, + 8BE6903528DB7C2D0031C62E /* CABufferList.cpp in Sources */, + 8BE6901228DB7C2D0031C62E /* CACFMessagePort.cpp in Sources */, + 8BE6901C28DB7C2D0031C62E /* CAVectorUnit.cpp in Sources */, + 8BE6904E28DB7C2D0031C62E /* AUInputElement.cpp in Sources */, + 8BE6905628DB7C2D0031C62E /* AUBuffer.cpp in Sources */, + 8BE68FFB28DB7C2D0031C62E /* CADebugMacros.cpp in Sources */, + 8BE68FDD28DB7C2D0031C62E /* CACFNumber.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 8BE6905A28DB7CDA0031C62E /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 3E4BA244089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEVELOPMENT_TEAM = 9BMAKYA76W; + EXPORTED_SYMBOLS_FILE = Flutter.exp; + GCC_OPTIMIZATION_LEVEL = 0; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; + PRODUCT_NAME = Flutter; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_STYLE = debugging; + WRAPPER_EXTENSION = component; + }; + name = Debug; + }; + 3E4BA245089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEVELOPMENT_TEAM = 9BMAKYA76W; + EXPORTED_SYMBOLS_FILE = Flutter.exp; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; + PRODUCT_NAME = Flutter; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = debugging; + WRAPPER_EXTENSION = component; + }; + name = Release; + }; + 3E4BA248089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Debug; + }; + 3E4BA249089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Flutter" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA244089833B7007656EC /* Debug */, + 3E4BA245089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Flutter" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA248089833B7007656EC /* Debug */, + 3E4BA249089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 000000000..600c2d88b Binary files /dev/null and b/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/xcshareddata/xcschemes/Flutter.xcscheme b/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/xcshareddata/xcschemes/Flutter.xcscheme new file mode 100644 index 000000000..5b1082159 --- /dev/null +++ b/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/xcshareddata/xcschemes/Flutter.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 000000000..e686f06d4 --- /dev/null +++ b/plugins/MacSignedAU/Flutter/Flutter.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Flutter.xcscheme_^#shared#^_ + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedAU/Flutter/FlutterVersion.h b/plugins/MacSignedAU/Flutter/FlutterVersion.h new file mode 100755 index 000000000..ecd26c5a3 --- /dev/null +++ b/plugins/MacSignedAU/Flutter/FlutterVersion.h @@ -0,0 +1,58 @@ +/* +* File: FlutterVersion.h +* +* Version: 1.0 +* +* Created: 9/15/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#ifndef __FlutterVersion_h__ +#define __FlutterVersion_h__ + + +#ifdef DEBUG + #define kFlutterVersion 0xFFFFFFFF +#else + #define kFlutterVersion 0x00010000 +#endif + +//~~~~~~~~~~~~~~ Change!!! ~~~~~~~~~~~~~~~~~~~~~// +#define Flutter_COMP_MANF 'Dthr' +#define Flutter_COMP_SUBTYPE 'flut' +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// + +#endif + diff --git a/plugins/MacSignedAU/Flutter/Info.plist b/plugins/MacSignedAU/Flutter/Info.plist new file mode 100755 index 000000000..db56b6f71 --- /dev/null +++ b/plugins/MacSignedAU/Flutter/Info.plist @@ -0,0 +1,47 @@ + + + + + AudioComponents + + + description + ${PRODUCT_NAME:identifier} AU + factoryFunction + ${PRODUCT_NAME:identifier}Factory + manufacturer + Dthr + name + Airwindows: ${PRODUCT_NAME:identifier} + subtype + flut + type + aufx + version + 65536 + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PROJECTNAMEASIDENTIFIER} + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacSignedAU/Flutter/StarterAU_Prefix.pch b/plugins/MacSignedAU/Flutter/StarterAU_Prefix.pch new file mode 100755 index 000000000..c03b5f684 --- /dev/null +++ b/plugins/MacSignedAU/Flutter/StarterAU_Prefix.pch @@ -0,0 +1,5 @@ +// +// Prefix header for all source files of the '«PROJECTNAMEASIDENTIFIER»' target in the '«PROJECTNAMEASIDENTIFIER»' project. +// + +#include diff --git a/plugins/MacSignedAU/Flutter/en.lproj/InfoPlist.strings b/plugins/MacSignedAU/Flutter/en.lproj/InfoPlist.strings new file mode 100755 index 000000000..df3df4cb1 Binary files /dev/null and b/plugins/MacSignedAU/Flutter/en.lproj/InfoPlist.strings differ diff --git a/plugins/MacSignedAU/Flutter/version.plist b/plugins/MacSignedAU/Flutter/version.plist new file mode 100755 index 000000000..11edf8a1b --- /dev/null +++ b/plugins/MacSignedAU/Flutter/version.plist @@ -0,0 +1,16 @@ + + + + + BuildVersion + 3 + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 + ProjectName + ${EXECUTABLE_NAME} + SourceVersion + 590000 + + diff --git a/plugins/MacSignedAU/Focus/Focus.cpp b/plugins/MacSignedAU/Focus/Focus.cpp index 464d1f9ee..8dc37bf89 100755 --- a/plugins/MacSignedAU/Focus/Focus.cpp +++ b/plugins/MacSignedAU/Focus/Focus.cpp @@ -5,7 +5,7 @@ * * Created: 12/8/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Focus/Focus.h b/plugins/MacSignedAU/Focus/Focus.h index c24d74933..3f35d2473 100755 --- a/plugins/MacSignedAU/Focus/Focus.h +++ b/plugins/MacSignedAU/Focus/Focus.h @@ -5,7 +5,7 @@ * * Created: 12/8/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Focus/Focus.r b/plugins/MacSignedAU/Focus/Focus.r index 312850cd7..9238909b2 100755 --- a/plugins/MacSignedAU/Focus/Focus.r +++ b/plugins/MacSignedAU/Focus/Focus.r @@ -5,7 +5,7 @@ * * Created: 12/8/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Focus/FocusVersion.h b/plugins/MacSignedAU/Focus/FocusVersion.h index 4c4ca0cff..65b05c80e 100755 --- a/plugins/MacSignedAU/Focus/FocusVersion.h +++ b/plugins/MacSignedAU/Focus/FocusVersion.h @@ -5,7 +5,7 @@ * * Created: 12/8/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Fracture/Fracture.cpp b/plugins/MacSignedAU/Fracture/Fracture.cpp index 803fc50f7..d25edda9e 100755 --- a/plugins/MacSignedAU/Fracture/Fracture.cpp +++ b/plugins/MacSignedAU/Fracture/Fracture.cpp @@ -5,7 +5,7 @@ * * Created: 12/12/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacSignedAU/Fracture/Fracture.h b/plugins/MacSignedAU/Fracture/Fracture.h index b96b6f39f..e11f9bd1f 100755 --- a/plugins/MacSignedAU/Fracture/Fracture.h +++ b/plugins/MacSignedAU/Fracture/Fracture.h @@ -5,7 +5,7 @@ * * Created: 12/12/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacSignedAU/Fracture/Fracture.r b/plugins/MacSignedAU/Fracture/Fracture.r index ce63fb810..ec7bfb3a0 100755 --- a/plugins/MacSignedAU/Fracture/Fracture.r +++ b/plugins/MacSignedAU/Fracture/Fracture.r @@ -5,7 +5,7 @@ * * Created: 12/12/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacSignedAU/Fracture/FractureVersion.h b/plugins/MacSignedAU/Fracture/FractureVersion.h index 46084d82c..c4a39a74a 100755 --- a/plugins/MacSignedAU/Fracture/FractureVersion.h +++ b/plugins/MacSignedAU/Fracture/FractureVersion.h @@ -5,7 +5,7 @@ * * Created: 12/12/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacSignedAU/FromTape/FromTape.cpp b/plugins/MacSignedAU/FromTape/FromTape.cpp index c2845e573..49b28435a 100755 --- a/plugins/MacSignedAU/FromTape/FromTape.cpp +++ b/plugins/MacSignedAU/FromTape/FromTape.cpp @@ -5,7 +5,7 @@ * * Created: 7/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/FromTape/FromTape.h b/plugins/MacSignedAU/FromTape/FromTape.h index 926d70017..f3dff9975 100755 --- a/plugins/MacSignedAU/FromTape/FromTape.h +++ b/plugins/MacSignedAU/FromTape/FromTape.h @@ -5,7 +5,7 @@ * * Created: 7/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/FromTape/FromTape.r b/plugins/MacSignedAU/FromTape/FromTape.r index 8b2b863d1..3a765b8c4 100755 --- a/plugins/MacSignedAU/FromTape/FromTape.r +++ b/plugins/MacSignedAU/FromTape/FromTape.r @@ -5,7 +5,7 @@ * * Created: 7/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/FromTape/FromTapeVersion.h b/plugins/MacSignedAU/FromTape/FromTapeVersion.h index ce350a9f1..f00f3e486 100755 --- a/plugins/MacSignedAU/FromTape/FromTapeVersion.h +++ b/plugins/MacSignedAU/FromTape/FromTapeVersion.h @@ -5,7 +5,7 @@ * * Created: 7/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Galactic/Galactic.cpp b/plugins/MacSignedAU/Galactic/Galactic.cpp index 42df3ef60..466fe562e 100644 --- a/plugins/MacSignedAU/Galactic/Galactic.cpp +++ b/plugins/MacSignedAU/Galactic/Galactic.cpp @@ -5,7 +5,7 @@ * * Created: 3/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Galactic/Galactic.h b/plugins/MacSignedAU/Galactic/Galactic.h index 44d229cd4..1ffa72ce7 100644 --- a/plugins/MacSignedAU/Galactic/Galactic.h +++ b/plugins/MacSignedAU/Galactic/Galactic.h @@ -5,7 +5,7 @@ * * Created: 3/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Galactic/Galactic.r b/plugins/MacSignedAU/Galactic/Galactic.r index 7642f7c59..967004a37 100644 --- a/plugins/MacSignedAU/Galactic/Galactic.r +++ b/plugins/MacSignedAU/Galactic/Galactic.r @@ -5,7 +5,7 @@ * * Created: 3/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Galactic/GalacticVersion.h b/plugins/MacSignedAU/Galactic/GalacticVersion.h index ea6e840ae..37d07176f 100644 --- a/plugins/MacSignedAU/Galactic/GalacticVersion.h +++ b/plugins/MacSignedAU/Galactic/GalacticVersion.h @@ -5,7 +5,7 @@ * * Created: 3/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Gatelinked/Gatelinked.cpp b/plugins/MacSignedAU/Gatelinked/Gatelinked.cpp index c83980f51..657346e07 100755 --- a/plugins/MacSignedAU/Gatelinked/Gatelinked.cpp +++ b/plugins/MacSignedAU/Gatelinked/Gatelinked.cpp @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Gatelinked/Gatelinked.h b/plugins/MacSignedAU/Gatelinked/Gatelinked.h index 86e230ccd..e1d262d6a 100755 --- a/plugins/MacSignedAU/Gatelinked/Gatelinked.h +++ b/plugins/MacSignedAU/Gatelinked/Gatelinked.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Gatelinked/Gatelinked.r b/plugins/MacSignedAU/Gatelinked/Gatelinked.r index 28868e15d..73ee07677 100755 --- a/plugins/MacSignedAU/Gatelinked/Gatelinked.r +++ b/plugins/MacSignedAU/Gatelinked/Gatelinked.r @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Gatelinked/GatelinkedVersion.h b/plugins/MacSignedAU/Gatelinked/GatelinkedVersion.h index a6a287a68..e8364afa4 100755 --- a/plugins/MacSignedAU/Gatelinked/GatelinkedVersion.h +++ b/plugins/MacSignedAU/Gatelinked/GatelinkedVersion.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Gatelope/Gatelope.cpp b/plugins/MacSignedAU/Gatelope/Gatelope.cpp index 4d5cefb1f..b52b6a74f 100755 --- a/plugins/MacSignedAU/Gatelope/Gatelope.cpp +++ b/plugins/MacSignedAU/Gatelope/Gatelope.cpp @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Gatelope/Gatelope.h b/plugins/MacSignedAU/Gatelope/Gatelope.h index 34d3f3d10..9260d1ec4 100755 --- a/plugins/MacSignedAU/Gatelope/Gatelope.h +++ b/plugins/MacSignedAU/Gatelope/Gatelope.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Gatelope/Gatelope.r b/plugins/MacSignedAU/Gatelope/Gatelope.r index 7283edb38..70c21c785 100755 --- a/plugins/MacSignedAU/Gatelope/Gatelope.r +++ b/plugins/MacSignedAU/Gatelope/Gatelope.r @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Gatelope/GatelopeVersion.h b/plugins/MacSignedAU/Gatelope/GatelopeVersion.h index b39cd666f..ae52c3e87 100755 --- a/plugins/MacSignedAU/Gatelope/GatelopeVersion.h +++ b/plugins/MacSignedAU/Gatelope/GatelopeVersion.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/GlitchShifter/GlitchShifter.cpp b/plugins/MacSignedAU/GlitchShifter/GlitchShifter.cpp index 2d5e4db38..f88a5ce46 100755 --- a/plugins/MacSignedAU/GlitchShifter/GlitchShifter.cpp +++ b/plugins/MacSignedAU/GlitchShifter/GlitchShifter.cpp @@ -5,7 +5,7 @@ * * Created: 2/19/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/GlitchShifter/GlitchShifter.h b/plugins/MacSignedAU/GlitchShifter/GlitchShifter.h index 2e610364c..d5ad804a4 100755 --- a/plugins/MacSignedAU/GlitchShifter/GlitchShifter.h +++ b/plugins/MacSignedAU/GlitchShifter/GlitchShifter.h @@ -5,7 +5,7 @@ * * Created: 2/19/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/GlitchShifter/GlitchShifter.r b/plugins/MacSignedAU/GlitchShifter/GlitchShifter.r index 654fc8e76..0360a9a5c 100755 --- a/plugins/MacSignedAU/GlitchShifter/GlitchShifter.r +++ b/plugins/MacSignedAU/GlitchShifter/GlitchShifter.r @@ -5,7 +5,7 @@ * * Created: 2/19/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/GlitchShifter/GlitchShifterVersion.h b/plugins/MacSignedAU/GlitchShifter/GlitchShifterVersion.h index 4adaaf280..99533e1c8 100755 --- a/plugins/MacSignedAU/GlitchShifter/GlitchShifterVersion.h +++ b/plugins/MacSignedAU/GlitchShifter/GlitchShifterVersion.h @@ -5,7 +5,7 @@ * * Created: 2/19/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Golem/Golem.cpp b/plugins/MacSignedAU/Golem/Golem.cpp index a136ff816..7f960c6ba 100755 --- a/plugins/MacSignedAU/Golem/Golem.cpp +++ b/plugins/MacSignedAU/Golem/Golem.cpp @@ -5,7 +5,7 @@ * * Created: 10/17/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacSignedAU/Golem/Golem.h b/plugins/MacSignedAU/Golem/Golem.h index 8de93792b..8251c06ad 100755 --- a/plugins/MacSignedAU/Golem/Golem.h +++ b/plugins/MacSignedAU/Golem/Golem.h @@ -5,7 +5,7 @@ * * Created: 10/17/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacSignedAU/Golem/Golem.r b/plugins/MacSignedAU/Golem/Golem.r index 1cecab9ed..c21f8c469 100755 --- a/plugins/MacSignedAU/Golem/Golem.r +++ b/plugins/MacSignedAU/Golem/Golem.r @@ -5,7 +5,7 @@ * * Created: 10/17/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacSignedAU/Golem/GolemVersion.h b/plugins/MacSignedAU/Golem/GolemVersion.h index 935a428c0..8468e0aa6 100755 --- a/plugins/MacSignedAU/Golem/GolemVersion.h +++ b/plugins/MacSignedAU/Golem/GolemVersion.h @@ -5,7 +5,7 @@ * * Created: 10/17/09 * -* Copyright: Copyright © 2009 Airwindows, All Rights Reserved +* Copyright: Copyright © 2009 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, installation, modification diff --git a/plugins/MacSignedAU/GrindAmp/GrindAmp.cpp b/plugins/MacSignedAU/GrindAmp/GrindAmp.cpp index 1b8b91f31..5e9eddbd9 100755 --- a/plugins/MacSignedAU/GrindAmp/GrindAmp.cpp +++ b/plugins/MacSignedAU/GrindAmp/GrindAmp.cpp @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/GrindAmp/GrindAmp.h b/plugins/MacSignedAU/GrindAmp/GrindAmp.h index d0acfb816..d0bff27e0 100755 --- a/plugins/MacSignedAU/GrindAmp/GrindAmp.h +++ b/plugins/MacSignedAU/GrindAmp/GrindAmp.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/GrindAmp/GrindAmp.r b/plugins/MacSignedAU/GrindAmp/GrindAmp.r index 3864e0318..0040d25ba 100755 --- a/plugins/MacSignedAU/GrindAmp/GrindAmp.r +++ b/plugins/MacSignedAU/GrindAmp/GrindAmp.r @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/GrindAmp/GrindAmpVersion.h b/plugins/MacSignedAU/GrindAmp/GrindAmpVersion.h index 9eaedd542..f4eb6366f 100755 --- a/plugins/MacSignedAU/GrindAmp/GrindAmpVersion.h +++ b/plugins/MacSignedAU/GrindAmp/GrindAmpVersion.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Gringer/Gringer.cpp b/plugins/MacSignedAU/Gringer/Gringer.cpp index 0aa834a3f..6c8877a1a 100755 --- a/plugins/MacSignedAU/Gringer/Gringer.cpp +++ b/plugins/MacSignedAU/Gringer/Gringer.cpp @@ -5,7 +5,7 @@ * * Created: 10/1/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Gringer/Gringer.h b/plugins/MacSignedAU/Gringer/Gringer.h index 82eca4178..055cc877c 100755 --- a/plugins/MacSignedAU/Gringer/Gringer.h +++ b/plugins/MacSignedAU/Gringer/Gringer.h @@ -5,7 +5,7 @@ * * Created: 10/1/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Gringer/Gringer.r b/plugins/MacSignedAU/Gringer/Gringer.r index 7b66c3e0e..16686537b 100755 --- a/plugins/MacSignedAU/Gringer/Gringer.r +++ b/plugins/MacSignedAU/Gringer/Gringer.r @@ -5,7 +5,7 @@ * * Created: 10/1/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Gringer/GringerVersion.h b/plugins/MacSignedAU/Gringer/GringerVersion.h index b6b21f2c9..db53dfd68 100755 --- a/plugins/MacSignedAU/Gringer/GringerVersion.h +++ b/plugins/MacSignedAU/Gringer/GringerVersion.h @@ -5,7 +5,7 @@ * * Created: 10/1/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/GrooveWear/GrooveWear.cpp b/plugins/MacSignedAU/GrooveWear/GrooveWear.cpp index f0e0b843c..80dae6e6e 100755 --- a/plugins/MacSignedAU/GrooveWear/GrooveWear.cpp +++ b/plugins/MacSignedAU/GrooveWear/GrooveWear.cpp @@ -5,7 +5,7 @@ * * Created: 1/18/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/GrooveWear/GrooveWear.h b/plugins/MacSignedAU/GrooveWear/GrooveWear.h index 315b8c765..bacec41c5 100755 --- a/plugins/MacSignedAU/GrooveWear/GrooveWear.h +++ b/plugins/MacSignedAU/GrooveWear/GrooveWear.h @@ -5,7 +5,7 @@ * * Created: 1/18/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/GrooveWear/GrooveWear.r b/plugins/MacSignedAU/GrooveWear/GrooveWear.r index ec5497ea2..35f85231a 100644 --- a/plugins/MacSignedAU/GrooveWear/GrooveWear.r +++ b/plugins/MacSignedAU/GrooveWear/GrooveWear.r @@ -5,7 +5,7 @@ * * Created: 1/18/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/GrooveWear/GrooveWearVersion.h b/plugins/MacSignedAU/GrooveWear/GrooveWearVersion.h index 2c68b014a..d1a86a787 100644 --- a/plugins/MacSignedAU/GrooveWear/GrooveWearVersion.h +++ b/plugins/MacSignedAU/GrooveWear/GrooveWearVersion.h @@ -5,7 +5,7 @@ * * Created: 1/18/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/GuitarConditioner/GuitarConditioner.cpp b/plugins/MacSignedAU/GuitarConditioner/GuitarConditioner.cpp index 543f836e7..e18606212 100755 --- a/plugins/MacSignedAU/GuitarConditioner/GuitarConditioner.cpp +++ b/plugins/MacSignedAU/GuitarConditioner/GuitarConditioner.cpp @@ -5,7 +5,7 @@ * * Created: 8/18/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/GuitarConditioner/GuitarConditioner.h b/plugins/MacSignedAU/GuitarConditioner/GuitarConditioner.h index 461f7db1d..e203de7c9 100755 --- a/plugins/MacSignedAU/GuitarConditioner/GuitarConditioner.h +++ b/plugins/MacSignedAU/GuitarConditioner/GuitarConditioner.h @@ -5,7 +5,7 @@ * * Created: 8/18/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/GuitarConditioner/GuitarConditioner.r b/plugins/MacSignedAU/GuitarConditioner/GuitarConditioner.r index bffdf14d7..ddde3081c 100755 --- a/plugins/MacSignedAU/GuitarConditioner/GuitarConditioner.r +++ b/plugins/MacSignedAU/GuitarConditioner/GuitarConditioner.r @@ -5,7 +5,7 @@ * * Created: 8/18/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/GuitarConditioner/GuitarConditionerVersion.h b/plugins/MacSignedAU/GuitarConditioner/GuitarConditionerVersion.h index 16bdc31a4..e588cfeac 100755 --- a/plugins/MacSignedAU/GuitarConditioner/GuitarConditionerVersion.h +++ b/plugins/MacSignedAU/GuitarConditioner/GuitarConditionerVersion.h @@ -5,7 +5,7 @@ * * Created: 8/18/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/HardVacuum/HardVacuum.cpp b/plugins/MacSignedAU/HardVacuum/HardVacuum.cpp index 181244a60..a9cab89c9 100755 --- a/plugins/MacSignedAU/HardVacuum/HardVacuum.cpp +++ b/plugins/MacSignedAU/HardVacuum/HardVacuum.cpp @@ -5,7 +5,7 @@ * * Created: 10/7/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/HardVacuum/HardVacuum.h b/plugins/MacSignedAU/HardVacuum/HardVacuum.h index 42a1ffe04..f7cfd9042 100755 --- a/plugins/MacSignedAU/HardVacuum/HardVacuum.h +++ b/plugins/MacSignedAU/HardVacuum/HardVacuum.h @@ -5,7 +5,7 @@ * * Created: 10/7/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/HardVacuum/HardVacuum.r b/plugins/MacSignedAU/HardVacuum/HardVacuum.r index 4cb4e1a00..bee737425 100755 --- a/plugins/MacSignedAU/HardVacuum/HardVacuum.r +++ b/plugins/MacSignedAU/HardVacuum/HardVacuum.r @@ -5,7 +5,7 @@ * * Created: 10/7/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/HardVacuum/HardVacuumVersion.h b/plugins/MacSignedAU/HardVacuum/HardVacuumVersion.h index b067af307..6ec92b75c 100755 --- a/plugins/MacSignedAU/HardVacuum/HardVacuumVersion.h +++ b/plugins/MacSignedAU/HardVacuum/HardVacuumVersion.h @@ -5,7 +5,7 @@ * * Created: 10/7/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/HermeTrim/HermeTrim.cpp b/plugins/MacSignedAU/HermeTrim/HermeTrim.cpp index 48b17fc8f..6dd4c8caa 100755 --- a/plugins/MacSignedAU/HermeTrim/HermeTrim.cpp +++ b/plugins/MacSignedAU/HermeTrim/HermeTrim.cpp @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/HermeTrim/HermeTrim.h b/plugins/MacSignedAU/HermeTrim/HermeTrim.h index da24fea06..787afb487 100755 --- a/plugins/MacSignedAU/HermeTrim/HermeTrim.h +++ b/plugins/MacSignedAU/HermeTrim/HermeTrim.h @@ -5,7 +5,7 @@ * * Created: 5/21/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/HermeTrim/HermeTrim.r b/plugins/MacSignedAU/HermeTrim/HermeTrim.r index 4d71991b8..c45e7f38d 100755 --- a/plugins/MacSignedAU/HermeTrim/HermeTrim.r +++ b/plugins/MacSignedAU/HermeTrim/HermeTrim.r @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/HermeTrim/HermeTrimVersion.h b/plugins/MacSignedAU/HermeTrim/HermeTrimVersion.h index 2f798cb9e..bb060b8b2 100755 --- a/plugins/MacSignedAU/HermeTrim/HermeTrimVersion.h +++ b/plugins/MacSignedAU/HermeTrim/HermeTrimVersion.h @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/Hermepass/Hermepass.cpp b/plugins/MacSignedAU/Hermepass/Hermepass.cpp index a83215dbf..13cd77e06 100755 --- a/plugins/MacSignedAU/Hermepass/Hermepass.cpp +++ b/plugins/MacSignedAU/Hermepass/Hermepass.cpp @@ -5,7 +5,7 @@ * * Created: 3/15/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Hermepass/Hermepass.h b/plugins/MacSignedAU/Hermepass/Hermepass.h index 56b4c4a5f..9ff153de2 100755 --- a/plugins/MacSignedAU/Hermepass/Hermepass.h +++ b/plugins/MacSignedAU/Hermepass/Hermepass.h @@ -5,7 +5,7 @@ * * Created: 3/15/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Hermepass/Hermepass.r b/plugins/MacSignedAU/Hermepass/Hermepass.r index a132a7652..99fdf7501 100755 --- a/plugins/MacSignedAU/Hermepass/Hermepass.r +++ b/plugins/MacSignedAU/Hermepass/Hermepass.r @@ -5,7 +5,7 @@ * * Created: 3/15/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Hermepass/HermepassVersion.h b/plugins/MacSignedAU/Hermepass/HermepassVersion.h index 5e5b578c5..dbd89e115 100755 --- a/plugins/MacSignedAU/Hermepass/HermepassVersion.h +++ b/plugins/MacSignedAU/Hermepass/HermepassVersion.h @@ -5,7 +5,7 @@ * * Created: 3/15/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/HighGlossDither/HighGlossDither.cpp b/plugins/MacSignedAU/HighGlossDither/HighGlossDither.cpp index c1f9feec1..a199c4ffe 100755 --- a/plugins/MacSignedAU/HighGlossDither/HighGlossDither.cpp +++ b/plugins/MacSignedAU/HighGlossDither/HighGlossDither.cpp @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright � 2016 Airwindows, All Rights Reserved +* Copyright: Copyright � 2016 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, installation, modification diff --git a/plugins/MacSignedAU/HighGlossDither/HighGlossDither.h b/plugins/MacSignedAU/HighGlossDither/HighGlossDither.h index 14b58f47d..01f01442c 100755 --- a/plugins/MacSignedAU/HighGlossDither/HighGlossDither.h +++ b/plugins/MacSignedAU/HighGlossDither/HighGlossDither.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/HighGlossDither/HighGlossDither.r b/plugins/MacSignedAU/HighGlossDither/HighGlossDither.r index d7c051cae..f6168aa25 100755 --- a/plugins/MacSignedAU/HighGlossDither/HighGlossDither.r +++ b/plugins/MacSignedAU/HighGlossDither/HighGlossDither.r @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/HighGlossDither/HighGlossDitherVersion.h b/plugins/MacSignedAU/HighGlossDither/HighGlossDitherVersion.h index 2498560db..5fafdf2bc 100755 --- a/plugins/MacSignedAU/HighGlossDither/HighGlossDitherVersion.h +++ b/plugins/MacSignedAU/HighGlossDither/HighGlossDitherVersion.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/HighImpact/HighImpact.cpp b/plugins/MacSignedAU/HighImpact/HighImpact.cpp index 1239c2492..4ad3eefad 100755 --- a/plugins/MacSignedAU/HighImpact/HighImpact.cpp +++ b/plugins/MacSignedAU/HighImpact/HighImpact.cpp @@ -5,7 +5,7 @@ * * Created: 3/1/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/HighImpact/HighImpact.h b/plugins/MacSignedAU/HighImpact/HighImpact.h index 2f1b19370..73ad88680 100755 --- a/plugins/MacSignedAU/HighImpact/HighImpact.h +++ b/plugins/MacSignedAU/HighImpact/HighImpact.h @@ -5,7 +5,7 @@ * * Created: 3/1/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/HighImpact/HighImpact.r b/plugins/MacSignedAU/HighImpact/HighImpact.r index a82386b82..e8496e59a 100755 --- a/plugins/MacSignedAU/HighImpact/HighImpact.r +++ b/plugins/MacSignedAU/HighImpact/HighImpact.r @@ -5,7 +5,7 @@ * * Created: 3/1/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/HighImpact/HighImpactVersion.h b/plugins/MacSignedAU/HighImpact/HighImpactVersion.h index e0b585301..f4ef56e6b 100755 --- a/plugins/MacSignedAU/HighImpact/HighImpactVersion.h +++ b/plugins/MacSignedAU/HighImpact/HighImpactVersion.h @@ -5,7 +5,7 @@ * * Created: 3/1/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Highpass/Highpass.cpp b/plugins/MacSignedAU/Highpass/Highpass.cpp index 853a46008..87baeacb9 100755 --- a/plugins/MacSignedAU/Highpass/Highpass.cpp +++ b/plugins/MacSignedAU/Highpass/Highpass.cpp @@ -5,7 +5,7 @@ * * Created: 1/31/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Highpass/Highpass.h b/plugins/MacSignedAU/Highpass/Highpass.h index 87591e997..1f891e34b 100755 --- a/plugins/MacSignedAU/Highpass/Highpass.h +++ b/plugins/MacSignedAU/Highpass/Highpass.h @@ -5,7 +5,7 @@ * * Created: 1/31/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Highpass/Highpass.r b/plugins/MacSignedAU/Highpass/Highpass.r index e9723a061..bdf8ba736 100755 --- a/plugins/MacSignedAU/Highpass/Highpass.r +++ b/plugins/MacSignedAU/Highpass/Highpass.r @@ -5,7 +5,7 @@ * * Created: 1/31/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Highpass/HighpassVersion.h b/plugins/MacSignedAU/Highpass/HighpassVersion.h index 7dcfed4bd..734a37434 100755 --- a/plugins/MacSignedAU/Highpass/HighpassVersion.h +++ b/plugins/MacSignedAU/Highpass/HighpassVersion.h @@ -5,7 +5,7 @@ * * Created: 1/31/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Highpass2/Highpass2.cpp b/plugins/MacSignedAU/Highpass2/Highpass2.cpp index 826ca857c..61e5ea816 100755 --- a/plugins/MacSignedAU/Highpass2/Highpass2.cpp +++ b/plugins/MacSignedAU/Highpass2/Highpass2.cpp @@ -5,7 +5,7 @@ * * Created: 3/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Highpass2/Highpass2.h b/plugins/MacSignedAU/Highpass2/Highpass2.h index fcdeede69..aed709a5b 100755 --- a/plugins/MacSignedAU/Highpass2/Highpass2.h +++ b/plugins/MacSignedAU/Highpass2/Highpass2.h @@ -5,7 +5,7 @@ * * Created: 3/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Highpass2/Highpass2.r b/plugins/MacSignedAU/Highpass2/Highpass2.r index 99b8c4ad2..eb65a1cc6 100755 --- a/plugins/MacSignedAU/Highpass2/Highpass2.r +++ b/plugins/MacSignedAU/Highpass2/Highpass2.r @@ -5,7 +5,7 @@ * * Created: 3/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Highpass2/Highpass2Version.h b/plugins/MacSignedAU/Highpass2/Highpass2Version.h index b6e840f6f..fb3468679 100755 --- a/plugins/MacSignedAU/Highpass2/Highpass2Version.h +++ b/plugins/MacSignedAU/Highpass2/Highpass2Version.h @@ -5,7 +5,7 @@ * * Created: 3/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Holt/Holt.cpp b/plugins/MacSignedAU/Holt/Holt.cpp index 9abcf1390..b2f772ad7 100755 --- a/plugins/MacSignedAU/Holt/Holt.cpp +++ b/plugins/MacSignedAU/Holt/Holt.cpp @@ -5,7 +5,7 @@ * * Created: 2/4/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Holt/Holt.h b/plugins/MacSignedAU/Holt/Holt.h index 11ffa2d1f..244e11153 100755 --- a/plugins/MacSignedAU/Holt/Holt.h +++ b/plugins/MacSignedAU/Holt/Holt.h @@ -5,7 +5,7 @@ * * Created: 2/4/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Holt/Holt.r b/plugins/MacSignedAU/Holt/Holt.r index 9a4a55e9a..753ea7401 100755 --- a/plugins/MacSignedAU/Holt/Holt.r +++ b/plugins/MacSignedAU/Holt/Holt.r @@ -5,7 +5,7 @@ * * Created: 2/4/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Holt/HoltVersion.h b/plugins/MacSignedAU/Holt/HoltVersion.h index f0d7f7955..e49ed50ed 100755 --- a/plugins/MacSignedAU/Holt/HoltVersion.h +++ b/plugins/MacSignedAU/Holt/HoltVersion.h @@ -5,7 +5,7 @@ * * Created: 2/4/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Holt2/Holt2.cpp b/plugins/MacSignedAU/Holt2/Holt2.cpp new file mode 100755 index 000000000..28700cee4 --- /dev/null +++ b/plugins/MacSignedAU/Holt2/Holt2.cpp @@ -0,0 +1,355 @@ +/* +* File: Holt2.cpp +* +* Version: 1.0 +* +* Created: 9/19/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +/*============================================================================= + Holt2.cpp + +=============================================================================*/ +#include "Holt2.h" + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +AUDIOCOMPONENT_ENTRY(AUBaseFactory, Holt2) + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Holt2::Holt2 +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Holt2::Holt2(AudioUnit component) + : AUEffectBase(component) +{ + CreateElements(); + Globals()->UseIndexedParameters(kNumberOfParameters); + SetParameter(kParam_One, kDefaultValue_ParamOne ); + SetParameter(kParam_Two, kDefaultValue_ParamTwo ); + SetParameter(kParam_Three, kDefaultValue_ParamThree ); + SetParameter(kParam_Four, kDefaultValue_ParamFour ); + SetParameter(kParam_Five, kDefaultValue_ParamFive ); + +#if AU_DEBUG_DISPATCHER + mDebugDispatcher = new AUDebugDispatcher (this); +#endif + +} + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Holt2::GetParameterValueStrings +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Holt2::GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings) +{ + + return kAudioUnitErr_InvalidProperty; +} + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Holt2::GetParameterInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Holt2::GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo ) +{ + ComponentResult result = noErr; + + outParameterInfo.flags = kAudioUnitParameterFlag_IsWritable + | kAudioUnitParameterFlag_IsReadable; + + if (inScope == kAudioUnitScope_Global) { + switch(inParameterID) + { + case kParam_One: + AUBase::FillInParameterName (outParameterInfo, kParameterOneName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamOne; + break; + case kParam_Two: + AUBase::FillInParameterName (outParameterInfo, kParameterTwoName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamTwo; + break; + case kParam_Three: + AUBase::FillInParameterName (outParameterInfo, kParameterThreeName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 8.0; + outParameterInfo.defaultValue = kDefaultValue_ParamThree; + break; + case kParam_Four: + AUBase::FillInParameterName (outParameterInfo, kParameterFourName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamFour; + break; + case kParam_Five: + AUBase::FillInParameterName (outParameterInfo, kParameterFiveName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamFive; + break; + default: + result = kAudioUnitErr_InvalidParameter; + break; + } + } else { + result = kAudioUnitErr_InvalidParameter; + } + + + + return result; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Holt2::GetPropertyInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Holt2::GetPropertyInfo (AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable) +{ + return AUEffectBase::GetPropertyInfo (inID, inScope, inElement, outDataSize, outWritable); +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Holt2::GetProperty +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Holt2::GetProperty( AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData ) +{ + return AUEffectBase::GetProperty (inID, inScope, inElement, outData); +} + +// Holt2::Initialize +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Holt2::Initialize() +{ + ComponentResult result = AUEffectBase::Initialize(); + if (result == noErr) + Reset(kAudioUnitScope_Global, 0); + return result; +} + +#pragma mark ____Holt2EffectKernel + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Holt2::Holt2Kernel::Reset() +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void Holt2::Holt2Kernel::Reset() +{ + previousSampleA = 0.0; + previousTrendA = 0.0; + previousSampleB = 0.0; + previousTrendB = 0.0; + previousSampleC = 0.0; + previousTrendC = 0.0; + previousSampleD = 0.0; + previousTrendD = 0.0; + previousSampleE = 0.0; + previousTrendE = 0.0; + previousSampleF = 0.0; + previousTrendF = 0.0; + previousSampleG = 0.0; + previousTrendG = 0.0; + previousSampleH = 0.0; + previousTrendH = 0.0; + fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Holt2::Holt2Kernel::Process +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void Holt2::Holt2Kernel::Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence ) +{ + UInt32 nSampleFrames = inFramesToProcess; + const Float32 *sourceP = inSourceP; + Float32 *destP = inDestP; + long double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + + Float64 alpha = pow(GetParameter( kParam_One ),4)+0.00001; + if (alpha > 1.0) alpha = 1.0; + Float64 resControl = (GetParameter( kParam_Two )*0.15)+0.12; + Float64 beta = (alpha * pow(resControl,2)); + //0.27 max resonance for full stages on white noise keeping below 0dB + //0.12 min resonance for not losing all the level as we go down + //as we remove the 'avoid zero' +0.00001 on beta, our subsonic stability improves + + alpha += ((1.0-beta)*pow(GetParameter( kParam_One ),3)); //correct for droop in frequency + if (alpha > 1.0) alpha = 1.0; + + double trend; + double forecast; //defining these here because we're copying the routine eight times + + Float64 aWet = 0.0; + Float64 bWet = 0.0; + Float64 cWet = 0.0; + Float64 dWet = 0.0; + Float64 eWet = 0.0; + Float64 fWet = 0.0; + Float64 gWet = 0.0; + Float64 hWet = GetParameter( kParam_Three ); + //eight-stage wet/dry control using progressive stages that bypass when not engaged + if (hWet < 1.0) {aWet = hWet; hWet = 0.0;} + else if (hWet < 2.0) {bWet = hWet - 1.0; aWet = 1.0; hWet = 0.0;} + else if (hWet < 3.0) {cWet = hWet - 2.0; bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 4.0) {dWet = hWet - 3.0; cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 5.0) {eWet = hWet - 4.0; dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 6.0) {fWet = hWet - 5.0; eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 7.0) {gWet = hWet - 6.0; fWet = eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else {hWet -= 7.0; gWet = fWet = eWet = dWet = cWet = bWet = aWet = 1.0;} + //this is one way to make a little set of dry/wet stages that are successively added to the + //output as the control is turned up. Each one independently goes from 0-1 and stays at 1 + //beyond that point: this is a way to progressively add a 'black box' sound processing + //which lets you fall through to simpler processing at lower settings. + + Float64 gain = GetParameter( kParam_Four ); + Float64 wet = GetParameter( kParam_Five ); + + while (nSampleFrames-- > 0) { + long double inputSample = *sourceP; + if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; + double drySample = inputSample; + + if (aWet > 0.0) { + trend = (beta * (inputSample - previousSampleA) + ((0.999-beta) * previousTrendA)); + forecast = previousSampleA + previousTrendA; + inputSample = (alpha * inputSample) + ((0.999-alpha) * forecast); + previousSampleA = inputSample; previousTrendA = trend; + inputSample = (inputSample * aWet) + (drySample * (1.0-aWet)); + } + + if (bWet > 0.0) { + trend = (beta * (inputSample - previousSampleB) + ((0.999-beta) * previousTrendB)); + forecast = previousSampleB + previousTrendB; + inputSample = (alpha * inputSample) + ((0.999-alpha) * forecast); + previousSampleB = inputSample; previousTrendB = trend; + inputSample = (inputSample * bWet) + (previousSampleA * (1.0-bWet)); + } + + if (cWet > 0.0) { + trend = (beta * (inputSample - previousSampleC) + ((0.999-beta) * previousTrendC)); + forecast = previousSampleC + previousTrendC; + inputSample = (alpha * inputSample) + ((0.999-alpha) * forecast); + previousSampleC = inputSample; previousTrendC = trend; + inputSample = (inputSample * cWet) + (previousSampleB * (1.0-cWet)); + } + + if (dWet > 0.0) { + trend = (beta * (inputSample - previousSampleD) + ((0.999-beta) * previousTrendD)); + forecast = previousSampleD + previousTrendD; + inputSample = (alpha * inputSample) + ((0.999-alpha) * forecast); + previousSampleD = inputSample; previousTrendD = trend; + inputSample = (inputSample * dWet) + (previousSampleC * (1.0-dWet)); + } + + if (eWet > 0.0) { + trend = (beta * (inputSample - previousSampleE) + ((0.999-beta) * previousTrendE)); + forecast = previousSampleE + previousTrendE; + inputSample = (alpha * inputSample) + ((0.999-alpha) * forecast); + previousSampleE = inputSample; previousTrendE = trend; + inputSample = (inputSample * eWet) + (previousSampleD * (1.0-eWet)); + } + + if (fWet > 0.0) { + trend = (beta * (inputSample - previousSampleF) + ((0.999-beta) * previousTrendF)); + forecast = previousSampleF + previousTrendF; + inputSample = (alpha * inputSample) + ((0.999-alpha) * forecast); + previousSampleF = inputSample; previousTrendF = trend; + inputSample = (inputSample * fWet) + (previousSampleE * (1.0-fWet)); + } + + if (gWet > 0.0) { + trend = (beta * (inputSample - previousSampleG) + ((0.999-beta) * previousTrendG)); + forecast = previousSampleG + previousTrendG; + inputSample = (alpha * inputSample) + ((0.999-alpha) * forecast); + previousSampleG = inputSample; previousTrendG = trend; + inputSample = (inputSample * gWet) + (previousSampleF * (1.0-gWet)); + } + + if (hWet > 0.0) { + trend = (beta * (inputSample - previousSampleH) + ((0.999-beta) * previousTrendH)); + forecast = previousSampleH + previousTrendH; + inputSample = (alpha * inputSample) + ((0.999-alpha) * forecast); + previousSampleH = inputSample; previousTrendH = trend; + inputSample = (inputSample * hWet) + (previousSampleG * (1.0-hWet)); + } + + if (gain < 1.0) { + inputSample *= gain; + } + + if (wet < 1.0) { + inputSample = (inputSample*wet)+(drySample*(1.0-wet)); + } + + //begin 32 bit floating point dither + int expon; frexpf((float)inputSample, &expon); + fpd ^= fpd << 13; fpd ^= fpd >> 17; fpd ^= fpd << 5; + inputSample += ((double(fpd)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit floating point dither + + *destP = inputSample; + + sourceP += inNumChannels; destP += inNumChannels; + } +} + diff --git a/plugins/MacSignedAU/Holt2/Holt2.exp b/plugins/MacSignedAU/Holt2/Holt2.exp new file mode 100755 index 000000000..2aab5d2be --- /dev/null +++ b/plugins/MacSignedAU/Holt2/Holt2.exp @@ -0,0 +1,2 @@ +_Holt2Entry +_Holt2Factory diff --git a/plugins/MacSignedAU/Holt2/Holt2.h b/plugins/MacSignedAU/Holt2/Holt2.h new file mode 100755 index 000000000..8a3f73c49 --- /dev/null +++ b/plugins/MacSignedAU/Holt2/Holt2.h @@ -0,0 +1,163 @@ +/* +* File: Holt2.h +* +* Version: 1.0 +* +* Created: 9/19/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include "AUEffectBase.h" +#include "Holt2Version.h" + +#if AU_DEBUG_DISPATCHER + #include "AUDebugDispatcher.h" +#endif + + +#ifndef __Holt2_h__ +#define __Holt2_h__ + + +#pragma mark ____Holt2 Parameters + +// parameters +static const float kDefaultValue_ParamOne = 1.0; +static const float kDefaultValue_ParamTwo = 0.5; +static const float kDefaultValue_ParamThree = 1.0; +static const float kDefaultValue_ParamFour = 1.0; +static const float kDefaultValue_ParamFive = 1.0; + +static CFStringRef kParameterOneName = CFSTR("Frequency"); +static CFStringRef kParameterTwoName = CFSTR("Resonance"); +static CFStringRef kParameterThreeName = CFSTR("Poles"); +static CFStringRef kParameterFourName = CFSTR("Output"); +static CFStringRef kParameterFiveName = CFSTR("Dry/Wet"); +//Alter the name if desired, but using the plugin name is a start + +enum { + kParam_One =0, + kParam_Two =1, + kParam_Three =2, + kParam_Four =3, + kParam_Five =4, + //Add your parameters here... + kNumberOfParameters=5 +}; + +#pragma mark ____Holt2 +class Holt2 : public AUEffectBase +{ +public: + Holt2(AudioUnit component); +#if AU_DEBUG_DISPATCHER + virtual ~Holt2 () { delete mDebugDispatcher; } +#endif + + virtual AUKernelBase * NewKernel() { return new Holt2Kernel(this); } + + virtual ComponentResult GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings); + + virtual ComponentResult GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo); + + virtual ComponentResult GetPropertyInfo(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable ); + + virtual ComponentResult GetProperty(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData); + + virtual ComponentResult Initialize(); + virtual bool SupportsTail () { return true; } + virtual Float64 GetTailTime() {return (1.0/GetSampleRate())*0.0;} //in SECONDS! gsr * a number = in samples + virtual Float64 GetLatency() {return (1.0/GetSampleRate())*0.0;} // in SECONDS! gsr * a number = in samples + + /*! @method Version */ + virtual ComponentResult Version() { return kHolt2Version; } + + + +protected: + class Holt2Kernel : public AUKernelBase // most of the real work happens here + { +public: + Holt2Kernel(AUEffectBase *inAudioUnit ) + : AUKernelBase(inAudioUnit) + { + } + + // *Required* overides for the process method for this effect + // processes one channel of interleaved samples + virtual void Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence); + + virtual void Reset(); + + private: + double previousSampleA; + double previousTrendA; + double previousSampleB; + double previousTrendB; + double previousSampleC; + double previousTrendC; + double previousSampleD; + double previousTrendD; + double previousSampleE; + double previousTrendE; + double previousSampleF; + double previousTrendF; + double previousSampleG; + double previousTrendG; + double previousSampleH; + double previousTrendH; + uint32_t fpd; + }; +}; + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +#endif \ No newline at end of file diff --git a/plugins/MacSignedAU/Holt2/Holt2.r b/plugins/MacSignedAU/Holt2/Holt2.r new file mode 100755 index 000000000..819fb0374 --- /dev/null +++ b/plugins/MacSignedAU/Holt2/Holt2.r @@ -0,0 +1,61 @@ +/* +* File: Holt2.r +* +* Version: 1.0 +* +* Created: 9/19/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include + +#include "Holt2Version.h" + +// Note that resource IDs must be spaced 2 apart for the 'STR ' name and description +#define kAudioUnitResID_Holt2 1000 + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Holt2~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#define RES_ID kAudioUnitResID_Holt2 +#define COMP_TYPE kAudioUnitType_Effect +#define COMP_SUBTYPE Holt2_COMP_SUBTYPE +#define COMP_MANUF Holt2_COMP_MANF + +#define VERSION kHolt2Version +#define NAME "Airwindows: Holt2" +#define DESCRIPTION "Holt2 AU" +#define ENTRY_POINT "Holt2Entry" + +#include "AUResources.r" \ No newline at end of file diff --git a/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/christopherjohnson.mode1v3 b/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/christopherjohnson.mode1v3 new file mode 100755 index 000000000..f301be9a2 --- /dev/null +++ b/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/christopherjohnson.mode1v3 @@ -0,0 +1,1358 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 8BD3CCBC148831C90062E48C + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + build + debugger-enable-breakpoints + get-info + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05AEB0720742700365D66 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 20 + 19 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 445}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 463}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {580, 269}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 269pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 274}, {580, 189}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + XCDetailModule + Proportion + 189pt + + + Proportion + 580pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 8B563EC9161B5E170067FE32 + 1CE0B1FE06471DED0097A5F4 + 8B563ECA161B5E170067FE32 + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 8BD3CCBD148831C90062E48C + /Developer/Library/Xcode/Project Templates/System Plug-in/Audio Unit Effect/Audio Unit Effect/StarterAU.xcodeproj + + WindowString + 203 321 788 504 0 0 1440 878 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {500, 218}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 223}, {500, 236}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 459pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 8BD3CCBD148831C90062E48C + 8B563ECB161B5E170067FE32 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 668 222 500 500 0 0 1440 878 + WindowToolGUID + 8BD3CCBD148831C90062E48C + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/christopherjohnson.pbxuser b/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..5bf338443 --- /dev/null +++ b/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,147 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Holt2 */; + codeSenseManager = 8BD3CCB9148830B20062E48C /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 292, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 252, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685286464; + PBXWorkspaceStateSaveDate = 685286464; + }; + perUserProjectItems = { + 8B0942AB28D88CA700166A02 /* PlistBookmark */ = 8B0942AB28D88CA700166A02 /* PlistBookmark */; + 8B0943B628D8A3B800166A02 /* PBXTextBookmark */ = 8B0943B628D8A3B800166A02 /* PBXTextBookmark */; + 8B0943FE28D8BE0300166A02 /* PBXTextBookmark */ = 8B0943FE28D8BE0300166A02 /* PBXTextBookmark */; + 8B0943FF28D8BE0300166A02 /* PBXTextBookmark */ = 8B0943FF28D8BE0300166A02 /* PBXTextBookmark */; + }; + sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; + userBuildSettings = { + }; + }; + 8B0942AB28D88CA700166A02 /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/Holt2/Info.plist; + rLen = 0; + rLoc = 9223372036854775808; + }; + 8B0943B628D8A3B800166A02 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A690720730100365D66 /* Holt2Version.h */; + name = "Holt2Version.h: 54"; + rLen = 0; + rLoc = 2866; + rType = 0; + vrLen = 269; + vrLoc = 2651; + }; + 8B0943FE28D8BE0300166A02 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Holt2.cpp */; + name = "Holt2.cpp: 329"; + rLen = 0; + rLoc = 15269; + rType = 0; + vrLen = 723; + vrLoc = 10401; + }; + 8B0943FF28D8BE0300166A02 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Holt2.cpp */; + name = "Holt2.cpp: 342"; + rLen = 0; + rLoc = 15269; + rType = 0; + vrLen = 332; + vrLoc = 10516; + }; + 8BA05A660720730100365D66 /* Holt2.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {849, 6534}}"; + sepNavSelRange = "{15269, 0}"; + sepNavVisRange = "{10516, 332}"; + sepNavWindowFrame = "{{10, 45}, {833, 833}}"; + }; + }; + 8BA05A690720730100365D66 /* Holt2Version.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1056, 1206}}"; + sepNavSelRange = "{2866, 0}"; + sepNavVisRange = "{2651, 269}"; + }; + }; + 8BC6025B073B072D006C4272 /* Holt2.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1146, 2934}}"; + sepNavSelRange = "{5722, 204}"; + sepNavVisRange = "{5081, 970}"; + sepNavWindowFrame = "{{4, 43}, {915, 835}}"; + }; + }; + 8BD3CCB8148830B20062E48C /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8BD3CCB9148830B20062E48C /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8D01CCC60486CAD60068D4B7 /* Holt2 */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..229529973 --- /dev/null +++ b/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1507 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8BD7274F1D46E5A5000176F0 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 841 + 841 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 288 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05A56072072A900365D66 + 089C167CFE841241C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 4 + 2 + 1 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {288, 595}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {305, 613}} + GroupTreeTableConfiguration + + MainColumn + 288 + + RubberWindowFrame + 65 206 841 654 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 305pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8BD7274A1D46E5A5000176F0 + PBXProjectModuleLabel + Holt2.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BD7274B1D46E5A5000176F0 + PBXProjectModuleLabel + Holt2.cpp + _historyCapacity + 0 + bookmark + 8B0943FF28D8BE0300166A02 + history + + 8B0942AB28D88CA700166A02 + 8B0943B628D8A3B800166A02 + 8B0943FE28D8BE0300166A02 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {531, 216}} + RubberWindowFrame + 65 206 841 654 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 216pt + + + Proportion + 392pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {531, 365}} + RubberWindowFrame + 65 206 841 654 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {531, 339}} + + Module + PBXBuildResultsModule + + + + + Proportion + 531pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8B09440028D8BE0300166A02 + 1CA23ED40692098700951B8B + 8B09440128D8BE0300166A02 + 8BD7274A1D46E5A5000176F0 + 8B09440228D8BE0300166A02 + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0pt + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 214}} + {{395, 0}, {415, 214}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 214}} + {{0, 214}, {810, 227}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 5}, {810, 441}} + PBXDebugSessionStackFrameViewKey + + DebugVariablesTableConfiguration + + Name + 120 + Value + 85 + Summary + 185 + + Frame + {{395, 0}, {415, 214}} + + + Module + PBXDebugSessionModule + Proportion + 441pt + + + Name + Debug + ServiceClasses + + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + PBXDebugProcessAndThreadModule + PBXDebugProcessViewModule + PBXDebugThreadViewModule + PBXDebugStackFrameViewModule + PBXNavigatorGroup + + TableOfContents + + 8BD727EC1D46ECF1000176F0 + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 8BD727ED1D46ECF1000176F0 + 8BD727EE1D46ECF1000176F0 + 8BD727EF1D46ECF1000176F0 + 8BD727F01D46ECF1000176F0 + 8BD727E71D46ECD9000176F0 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685293059.61375999 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Holt2/Holt2.xcodeproj + + WindowString + 65 206 841 654 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/project.pbxproj b/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/project.pbxproj new file mode 100755 index 000000000..eb6eb4b6f --- /dev/null +++ b/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/project.pbxproj @@ -0,0 +1,957 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 8BA05A6B0720730100365D66 /* Holt2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* Holt2.cpp */; }; + 8BA05A6E0720730100365D66 /* Holt2Version.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* Holt2Version.h */; }; + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; + 8BC6025C073B072D006C4272 /* Holt2.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* Holt2.h */; }; + 8BE690E528DB7D190031C62E /* CAExtAudioFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6905D28DB7D180031C62E /* CAExtAudioFile.h */; }; + 8BE690E628DB7D190031C62E /* CACFMachPort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6905E28DB7D180031C62E /* CACFMachPort.h */; }; + 8BE690E728DB7D190031C62E /* CABool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6905F28DB7D180031C62E /* CABool.h */; }; + 8BE690E828DB7D190031C62E /* CAComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6906028DB7D180031C62E /* CAComponent.cpp */; }; + 8BE690E928DB7D190031C62E /* CADebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6906128DB7D180031C62E /* CADebugger.h */; }; + 8BE690EA28DB7D190031C62E /* CACFNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6906228DB7D180031C62E /* CACFNumber.cpp */; }; + 8BE690EB28DB7D190031C62E /* CAGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6906328DB7D180031C62E /* CAGuard.h */; }; + 8BE690EC28DB7D190031C62E /* CAAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6906428DB7D180031C62E /* CAAtomic.h */; }; + 8BE690ED28DB7D190031C62E /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6906528DB7D180031C62E /* CAStreamBasicDescription.h */; }; + 8BE690EE28DB7D190031C62E /* CACFObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6906628DB7D180031C62E /* CACFObject.h */; }; + 8BE690EF28DB7D190031C62E /* CAStreamRangedDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6906728DB7D180031C62E /* CAStreamRangedDescription.h */; }; + 8BE690F028DB7D190031C62E /* CATokenMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6906828DB7D180031C62E /* CATokenMap.h */; }; + 8BE690F128DB7D190031C62E /* CAComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6906928DB7D180031C62E /* CAComponent.h */; }; + 8BE690F228DB7D190031C62E /* CAAudioBufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6906A28DB7D180031C62E /* CAAudioBufferList.h */; }; + 8BE690F328DB7D190031C62E /* CAAudioUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6906B28DB7D180031C62E /* CAAudioUnit.h */; }; + 8BE690F428DB7D190031C62E /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6906C28DB7D180031C62E /* CAAUParameter.h */; }; + 8BE690F528DB7D190031C62E /* CAException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6906D28DB7D180031C62E /* CAException.h */; }; + 8BE690F628DB7D190031C62E /* CAAUProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6906E28DB7D180031C62E /* CAAUProcessor.cpp */; }; + 8BE690F728DB7D190031C62E /* CAAUProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6906F28DB7D180031C62E /* CAAUProcessor.h */; }; + 8BE690F828DB7D190031C62E /* CAProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6907028DB7D180031C62E /* CAProcess.h */; }; + 8BE690F928DB7D190031C62E /* CACFDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6907128DB7D180031C62E /* CACFDictionary.h */; }; + 8BE690FA28DB7D190031C62E /* CAPThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6907228DB7D180031C62E /* CAPThread.h */; }; + 8BE690FB28DB7D190031C62E /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6907328DB7D180031C62E /* CAAUParameter.cpp */; }; + 8BE690FC28DB7D190031C62E /* CAAudioTimeStamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6907428DB7D180031C62E /* CAAudioTimeStamp.h */; }; + 8BE690FD28DB7D190031C62E /* CAFilePathUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6907528DB7D180031C62E /* CAFilePathUtils.cpp */; }; + 8BE690FE28DB7D190031C62E /* CAAudioValueRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6907628DB7D180031C62E /* CAAudioValueRange.h */; }; + 8BE690FF28DB7D190031C62E /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6907728DB7D180031C62E /* CAVectorUnitTypes.h */; }; + 8BE6910028DB7D190031C62E /* CAAudioChannelLayoutObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6907828DB7D180031C62E /* CAAudioChannelLayoutObject.cpp */; }; + 8BE6910128DB7D190031C62E /* CAGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6907928DB7D180031C62E /* CAGuard.cpp */; }; + 8BE6910228DB7D190031C62E /* CACFNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6907A28DB7D180031C62E /* CACFNumber.h */; }; + 8BE6910328DB7D190031C62E /* CACFDistributedNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6907B28DB7D180031C62E /* CACFDistributedNotification.cpp */; }; + 8BE6910428DB7D190031C62E /* CACFString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6907C28DB7D180031C62E /* CACFString.h */; }; + 8BE6910528DB7D190031C62E /* CAAUMIDIMapManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6907D28DB7D180031C62E /* CAAUMIDIMapManager.cpp */; }; + 8BE6910628DB7D190031C62E /* CAComponentDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6907E28DB7D180031C62E /* CAComponentDescription.cpp */; }; + 8BE6910728DB7D190031C62E /* CAHostTimeBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6907F28DB7D180031C62E /* CAHostTimeBase.h */; }; + 8BE6910828DB7D190031C62E /* CADebugMacros.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6908028DB7D180031C62E /* CADebugMacros.cpp */; }; + 8BE6910928DB7D190031C62E /* CAAudioFileFormats.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6908128DB7D180031C62E /* CAAudioFileFormats.h */; }; + 8BE6910A28DB7D190031C62E /* CAAUMIDIMapManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6908228DB7D180031C62E /* CAAUMIDIMapManager.h */; }; + 8BE6910B28DB7D190031C62E /* CACFDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6908328DB7D180031C62E /* CACFDictionary.cpp */; }; + 8BE6910C28DB7D190031C62E /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6908428DB7D180031C62E /* CAMutex.h */; }; + 8BE6910D28DB7D190031C62E /* CACFString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6908528DB7D180031C62E /* CACFString.cpp */; }; + 8BE6910E28DB7D190031C62E /* CASettingsStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6908628DB7D180031C62E /* CASettingsStorage.h */; }; + 8BE6910F28DB7D190031C62E /* CADebugPrintf.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6908728DB7D180031C62E /* CADebugPrintf.h */; }; + 8BE6911028DB7D190031C62E /* CAXException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6908828DB7D180031C62E /* CAXException.cpp */; }; + 8BE6911128DB7D190031C62E /* CAAUMIDIMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6908928DB7D180031C62E /* CAAUMIDIMap.h */; }; + 8BE6911228DB7D190031C62E /* AUParamInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6908A28DB7D180031C62E /* AUParamInfo.h */; }; + 8BE6911328DB7D190031C62E /* CABitOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6908B28DB7D180031C62E /* CABitOperations.h */; }; + 8BE6911428DB7D190031C62E /* CACFPreferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6908C28DB7D180031C62E /* CACFPreferences.cpp */; }; + 8BE6911528DB7D190031C62E /* CABundleLocker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6908D28DB7D180031C62E /* CABundleLocker.h */; }; + 8BE6911628DB7D190031C62E /* CAPropertyAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6908E28DB7D180031C62E /* CAPropertyAddress.h */; }; + 8BE6911728DB7D190031C62E /* CAXException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6908F28DB7D180031C62E /* CAXException.h */; }; + 8BE6911828DB7D190031C62E /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6909028DB7D180031C62E /* CAAudioChannelLayout.cpp */; }; + 8BE6911928DB7D190031C62E /* CAThreadSafeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6909128DB7D180031C62E /* CAThreadSafeList.h */; }; + 8BE6911A28DB7D190031C62E /* CAAudioUnitOutputCapturer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6909228DB7D180031C62E /* CAAudioUnitOutputCapturer.h */; }; + 8BE6911B28DB7D190031C62E /* AUParamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6909328DB7D180031C62E /* AUParamInfo.cpp */; }; + 8BE6911C28DB7D190031C62E /* CASharedLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6909428DB7D180031C62E /* CASharedLibrary.cpp */; }; + 8BE6911D28DB7D190031C62E /* CAAUMIDIMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6909528DB7D180031C62E /* CAAUMIDIMap.cpp */; }; + 8BE6911E28DB7D190031C62E /* CALogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6909628DB7D180031C62E /* CALogMacros.h */; }; + 8BE6911F28DB7D190031C62E /* CACFMessagePort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6909728DB7D180031C62E /* CACFMessagePort.cpp */; }; + 8BE6912028DB7D190031C62E /* CARingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6909828DB7D180031C62E /* CARingBuffer.h */; }; + 8BE6912128DB7D190031C62E /* AUOutputBL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6909928DB7D180031C62E /* AUOutputBL.cpp */; }; + 8BE6912228DB7D190031C62E /* CABufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6909A28DB7D180031C62E /* CABufferList.h */; }; + 8BE6912328DB7D190031C62E /* CASharedLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6909B28DB7D180031C62E /* CASharedLibrary.h */; }; + 8BE6912428DB7D190031C62E /* CACFData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6909C28DB7D180031C62E /* CACFData.h */; }; + 8BE6912528DB7D190031C62E /* CAStreamRangedDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6909D28DB7D180031C62E /* CAStreamRangedDescription.cpp */; }; + 8BE6912628DB7D190031C62E /* CAPThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6909E28DB7D180031C62E /* CAPThread.cpp */; }; + 8BE6912728DB7D190031C62E /* CAAutoDisposer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6909F28DB7D180031C62E /* CAAutoDisposer.h */; }; + 8BE6912828DB7D190031C62E /* CACFPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690A028DB7D180031C62E /* CACFPreferences.h */; }; + 8BE6912928DB7D190031C62E /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690A128DB7D180031C62E /* CAVectorUnit.cpp */; }; + 8BE6912A28DB7D190031C62E /* CAComponentDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690A228DB7D180031C62E /* CAComponentDescription.h */; }; + 8BE6912B28DB7D190031C62E /* CADebugMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690A328DB7D180031C62E /* CADebugMacros.h */; }; + 8BE6912C28DB7D190031C62E /* AUOutputBL.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690A428DB7D180031C62E /* AUOutputBL.h */; }; + 8BE6912D28DB7D190031C62E /* CADebugPrintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690A528DB7D180031C62E /* CADebugPrintf.cpp */; }; + 8BE6912E28DB7D190031C62E /* CARingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690A628DB7D180031C62E /* CARingBuffer.cpp */; }; + 8BE6912F28DB7D190031C62E /* CACFPlugIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690A728DB7D180031C62E /* CACFPlugIn.h */; }; + 8BE6913028DB7D190031C62E /* CASettingsStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690A828DB7D180031C62E /* CASettingsStorage.cpp */; }; + 8BE6913128DB7D190031C62E /* CAMixMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690A928DB7D180031C62E /* CAMixMap.h */; }; + 8BE6913228DB7D190031C62E /* CACFDistributedNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690AA28DB7D180031C62E /* CACFDistributedNotification.h */; }; + 8BE6913328DB7D190031C62E /* CAFilePathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690AB28DB7D180031C62E /* CAFilePathUtils.h */; }; + 8BE6913428DB7D190031C62E /* CATink.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690AC28DB7D180031C62E /* CATink.h */; }; + 8BE6913528DB7D190031C62E /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690AD28DB7D180031C62E /* CAStreamBasicDescription.cpp */; }; + 8BE6913628DB7D190031C62E /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690AE28DB7D180031C62E /* CAAudioChannelLayout.h */; }; + 8BE6913728DB7D190031C62E /* CAProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690AF28DB7D180031C62E /* CAProcess.cpp */; }; + 8BE6913828DB7D190031C62E /* CAHostTimeBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690B028DB7D180031C62E /* CAHostTimeBase.cpp */; }; + 8BE6913928DB7D190031C62E /* CAPersistence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690B128DB7D180031C62E /* CAPersistence.cpp */; }; + 8BE6913A28DB7D190031C62E /* CAAudioBufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690B228DB7D180031C62E /* CAAudioBufferList.cpp */; }; + 8BE6913B28DB7D190031C62E /* CAAudioTimeStamp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690B328DB7D180031C62E /* CAAudioTimeStamp.cpp */; }; + 8BE6913C28DB7D190031C62E /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690B428DB7D180031C62E /* CAVectorUnit.h */; }; + 8BE6913D28DB7D190031C62E /* CAByteOrder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690B528DB7D180031C62E /* CAByteOrder.h */; }; + 8BE6913E28DB7D190031C62E /* CACFArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690B628DB7D180031C62E /* CACFArray.h */; }; + 8BE6913F28DB7D190031C62E /* CAAtomicStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690B728DB7D180031C62E /* CAAtomicStack.h */; }; + 8BE6914028DB7D190031C62E /* CAReferenceCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690B828DB7D180031C62E /* CAReferenceCounted.h */; }; + 8BE6914128DB7D190031C62E /* CACFMachPort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690B928DB7D180031C62E /* CACFMachPort.cpp */; }; + 8BE6914228DB7D190031C62E /* CABufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690BA28DB7D180031C62E /* CABufferList.cpp */; }; + 8BE6914328DB7D190031C62E /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690BB28DB7D180031C62E /* CAMutex.cpp */; }; + 8BE6914428DB7D190031C62E /* CADebugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690BC28DB7D180031C62E /* CADebugger.cpp */; }; + 8BE6914528DB7D190031C62E /* CABundleLocker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690BD28DB7D180031C62E /* CABundleLocker.cpp */; }; + 8BE6914628DB7D190031C62E /* CAAudioFileFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690BE28DB7D180031C62E /* CAAudioFileFormats.cpp */; }; + 8BE6914728DB7D190031C62E /* CAMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690BF28DB7D180031C62E /* CAMath.h */; }; + 8BE6914828DB7D190031C62E /* CACFArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690C028DB7D180031C62E /* CACFArray.cpp */; }; + 8BE6914928DB7D190031C62E /* CACFMessagePort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690C128DB7D180031C62E /* CACFMessagePort.h */; }; + 8BE6914A28DB7D190031C62E /* CAAudioValueRange.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690C228DB7D180031C62E /* CAAudioValueRange.cpp */; }; + 8BE6914B28DB7D190031C62E /* CAAudioUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690C328DB7D180031C62E /* CAAudioUnit.cpp */; }; + 8BE6914C28DB7D190031C62E /* AUViewLocalizedStringKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690C728DB7D180031C62E /* AUViewLocalizedStringKeys.h */; }; + 8BE6914D28DB7D190031C62E /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690C928DB7D180031C62E /* ComponentBase.cpp */; }; + 8BE6914E28DB7D190031C62E /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690CA28DB7D180031C62E /* AUScopeElement.cpp */; }; + 8BE6914F28DB7D190031C62E /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690CB28DB7D180031C62E /* ComponentBase.h */; }; + 8BE6915028DB7D190031C62E /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690CC28DB7D180031C62E /* AUBase.cpp */; }; + 8BE6915128DB7D190031C62E /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690CD28DB7D180031C62E /* AUInputElement.h */; }; + 8BE6915228DB7D190031C62E /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690CE28DB7D180031C62E /* AUBase.h */; }; + 8BE6915328DB7D190031C62E /* AUPlugInDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690CF28DB7D180031C62E /* AUPlugInDispatch.h */; }; + 8BE6915428DB7D190031C62E /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690D028DB7D180031C62E /* AUDispatch.h */; }; + 8BE6915528DB7D190031C62E /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690D128DB7D180031C62E /* AUOutputElement.cpp */; }; + 8BE6915728DB7D190031C62E /* AUPlugInDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690D328DB7D180031C62E /* AUPlugInDispatch.cpp */; }; + 8BE6915828DB7D190031C62E /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690D428DB7D180031C62E /* AUOutputElement.h */; }; + 8BE6915928DB7D190031C62E /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690D528DB7D180031C62E /* AUDispatch.cpp */; }; + 8BE6915A28DB7D190031C62E /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690D628DB7D180031C62E /* AUScopeElement.h */; }; + 8BE6915B28DB7D190031C62E /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690D728DB7D180031C62E /* AUInputElement.cpp */; }; + 8BE6915C28DB7D190031C62E /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690D928DB7D180031C62E /* AUEffectBase.cpp */; }; + 8BE6915D28DB7D190031C62E /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690DA28DB7D180031C62E /* AUEffectBase.h */; }; + 8BE6915E28DB7D190031C62E /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690DC28DB7D180031C62E /* AUTimestampGenerator.h */; }; + 8BE6915F28DB7D190031C62E /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690DD28DB7D180031C62E /* AUBaseHelper.cpp */; }; + 8BE6916028DB7D190031C62E /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690DE28DB7D180031C62E /* AUSilentTimeout.h */; }; + 8BE6916128DB7D190031C62E /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690DF28DB7D180031C62E /* AUInputFormatConverter.h */; }; + 8BE6916228DB7D190031C62E /* AUTimestampGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690E028DB7D180031C62E /* AUTimestampGenerator.cpp */; }; + 8BE6916328DB7D190031C62E /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE690E128DB7D180031C62E /* AUBuffer.cpp */; }; + 8BE6916428DB7D190031C62E /* AUMIDIDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690E228DB7D180031C62E /* AUMIDIDefs.h */; }; + 8BE6916528DB7D190031C62E /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690E328DB7D180031C62E /* AUBuffer.h */; }; + 8BE6916628DB7D190031C62E /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE690E428DB7D180031C62E /* AUBaseHelper.h */; }; + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; + 8BA05A660720730100365D66 /* Holt2.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Holt2.cpp; sourceTree = ""; }; + 8BA05A670720730100365D66 /* Holt2.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = Holt2.exp; sourceTree = ""; }; + 8BA05A680720730100365D66 /* Holt2.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = Holt2.r; sourceTree = ""; }; + 8BA05A690720730100365D66 /* Holt2Version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Holt2Version.h; sourceTree = ""; }; + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; + 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; + 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; + 8BC6025B073B072D006C4272 /* Holt2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Holt2.h; sourceTree = ""; }; + 8BE6905D28DB7D180031C62E /* CAExtAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAExtAudioFile.h; sourceTree = ""; }; + 8BE6905E28DB7D180031C62E /* CACFMachPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMachPort.h; sourceTree = ""; }; + 8BE6905F28DB7D180031C62E /* CABool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABool.h; sourceTree = ""; }; + 8BE6906028DB7D180031C62E /* CAComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponent.cpp; sourceTree = ""; }; + 8BE6906128DB7D180031C62E /* CADebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugger.h; sourceTree = ""; }; + 8BE6906228DB7D180031C62E /* CACFNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFNumber.cpp; sourceTree = ""; }; + 8BE6906328DB7D180031C62E /* CAGuard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAGuard.h; sourceTree = ""; }; + 8BE6906428DB7D180031C62E /* CAAtomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomic.h; sourceTree = ""; }; + 8BE6906528DB7D180031C62E /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BE6906628DB7D180031C62E /* CACFObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFObject.h; sourceTree = ""; }; + 8BE6906728DB7D180031C62E /* CAStreamRangedDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamRangedDescription.h; sourceTree = ""; }; + 8BE6906828DB7D180031C62E /* CATokenMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATokenMap.h; sourceTree = ""; }; + 8BE6906928DB7D180031C62E /* CAComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponent.h; sourceTree = ""; }; + 8BE6906A28DB7D180031C62E /* CAAudioBufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioBufferList.h; sourceTree = ""; }; + 8BE6906B28DB7D180031C62E /* CAAudioUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnit.h; sourceTree = ""; }; + 8BE6906C28DB7D180031C62E /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BE6906D28DB7D180031C62E /* CAException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAException.h; sourceTree = ""; }; + 8BE6906E28DB7D180031C62E /* CAAUProcessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUProcessor.cpp; sourceTree = ""; }; + 8BE6906F28DB7D180031C62E /* CAAUProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUProcessor.h; sourceTree = ""; }; + 8BE6907028DB7D180031C62E /* CAProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAProcess.h; sourceTree = ""; }; + 8BE6907128DB7D180031C62E /* CACFDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDictionary.h; sourceTree = ""; }; + 8BE6907228DB7D180031C62E /* CAPThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPThread.h; sourceTree = ""; }; + 8BE6907328DB7D180031C62E /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BE6907428DB7D180031C62E /* CAAudioTimeStamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioTimeStamp.h; sourceTree = ""; }; + 8BE6907528DB7D180031C62E /* CAFilePathUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAFilePathUtils.cpp; sourceTree = ""; }; + 8BE6907628DB7D180031C62E /* CAAudioValueRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioValueRange.h; sourceTree = ""; }; + 8BE6907728DB7D180031C62E /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8BE6907828DB7D180031C62E /* CAAudioChannelLayoutObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayoutObject.cpp; sourceTree = ""; }; + 8BE6907928DB7D180031C62E /* CAGuard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAGuard.cpp; sourceTree = ""; }; + 8BE6907A28DB7D180031C62E /* CACFNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFNumber.h; sourceTree = ""; }; + 8BE6907B28DB7D180031C62E /* CACFDistributedNotification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDistributedNotification.cpp; sourceTree = ""; }; + 8BE6907C28DB7D180031C62E /* CACFString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFString.h; sourceTree = ""; }; + 8BE6907D28DB7D180031C62E /* CAAUMIDIMapManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMapManager.cpp; sourceTree = ""; }; + 8BE6907E28DB7D180031C62E /* CAComponentDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponentDescription.cpp; sourceTree = ""; }; + 8BE6907F28DB7D180031C62E /* CAHostTimeBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAHostTimeBase.h; sourceTree = ""; }; + 8BE6908028DB7D180031C62E /* CADebugMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugMacros.cpp; sourceTree = ""; }; + 8BE6908128DB7D180031C62E /* CAAudioFileFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioFileFormats.h; sourceTree = ""; }; + 8BE6908228DB7D180031C62E /* CAAUMIDIMapManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMapManager.h; sourceTree = ""; }; + 8BE6908328DB7D180031C62E /* CACFDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDictionary.cpp; sourceTree = ""; }; + 8BE6908428DB7D180031C62E /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BE6908528DB7D180031C62E /* CACFString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFString.cpp; sourceTree = ""; }; + 8BE6908628DB7D180031C62E /* CASettingsStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASettingsStorage.h; sourceTree = ""; }; + 8BE6908728DB7D180031C62E /* CADebugPrintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugPrintf.h; sourceTree = ""; }; + 8BE6908828DB7D180031C62E /* CAXException.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAXException.cpp; sourceTree = ""; }; + 8BE6908928DB7D180031C62E /* CAAUMIDIMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMap.h; sourceTree = ""; }; + 8BE6908A28DB7D180031C62E /* AUParamInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUParamInfo.h; sourceTree = ""; }; + 8BE6908B28DB7D180031C62E /* CABitOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABitOperations.h; sourceTree = ""; }; + 8BE6908C28DB7D180031C62E /* CACFPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFPreferences.cpp; sourceTree = ""; }; + 8BE6908D28DB7D180031C62E /* CABundleLocker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABundleLocker.h; sourceTree = ""; }; + 8BE6908E28DB7D180031C62E /* CAPropertyAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPropertyAddress.h; sourceTree = ""; }; + 8BE6908F28DB7D180031C62E /* CAXException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAXException.h; sourceTree = ""; }; + 8BE6909028DB7D180031C62E /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BE6909128DB7D180031C62E /* CAThreadSafeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAThreadSafeList.h; sourceTree = ""; }; + 8BE6909228DB7D180031C62E /* CAAudioUnitOutputCapturer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnitOutputCapturer.h; sourceTree = ""; }; + 8BE6909328DB7D180031C62E /* AUParamInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUParamInfo.cpp; sourceTree = ""; }; + 8BE6909428DB7D180031C62E /* CASharedLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASharedLibrary.cpp; sourceTree = ""; }; + 8BE6909528DB7D180031C62E /* CAAUMIDIMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMap.cpp; sourceTree = ""; }; + 8BE6909628DB7D180031C62E /* CALogMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CALogMacros.h; sourceTree = ""; }; + 8BE6909728DB7D180031C62E /* CACFMessagePort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMessagePort.cpp; sourceTree = ""; }; + 8BE6909828DB7D180031C62E /* CARingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CARingBuffer.h; sourceTree = ""; }; + 8BE6909928DB7D180031C62E /* AUOutputBL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputBL.cpp; sourceTree = ""; }; + 8BE6909A28DB7D180031C62E /* CABufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABufferList.h; sourceTree = ""; }; + 8BE6909B28DB7D180031C62E /* CASharedLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASharedLibrary.h; sourceTree = ""; }; + 8BE6909C28DB7D180031C62E /* CACFData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFData.h; sourceTree = ""; }; + 8BE6909D28DB7D180031C62E /* CAStreamRangedDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamRangedDescription.cpp; sourceTree = ""; }; + 8BE6909E28DB7D180031C62E /* CAPThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPThread.cpp; sourceTree = ""; }; + 8BE6909F28DB7D180031C62E /* CAAutoDisposer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAutoDisposer.h; sourceTree = ""; }; + 8BE690A028DB7D180031C62E /* CACFPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPreferences.h; sourceTree = ""; }; + 8BE690A128DB7D180031C62E /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 8BE690A228DB7D180031C62E /* CAComponentDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponentDescription.h; sourceTree = ""; }; + 8BE690A328DB7D180031C62E /* CADebugMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugMacros.h; sourceTree = ""; }; + 8BE690A428DB7D180031C62E /* AUOutputBL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputBL.h; sourceTree = ""; }; + 8BE690A528DB7D180031C62E /* CADebugPrintf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugPrintf.cpp; sourceTree = ""; }; + 8BE690A628DB7D180031C62E /* CARingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CARingBuffer.cpp; sourceTree = ""; }; + 8BE690A728DB7D180031C62E /* CACFPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPlugIn.h; sourceTree = ""; }; + 8BE690A828DB7D180031C62E /* CASettingsStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASettingsStorage.cpp; sourceTree = ""; }; + 8BE690A928DB7D180031C62E /* CAMixMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMixMap.h; sourceTree = ""; }; + 8BE690AA28DB7D180031C62E /* CACFDistributedNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDistributedNotification.h; sourceTree = ""; }; + 8BE690AB28DB7D180031C62E /* CAFilePathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAFilePathUtils.h; sourceTree = ""; }; + 8BE690AC28DB7D180031C62E /* CATink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATink.h; sourceTree = ""; }; + 8BE690AD28DB7D180031C62E /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BE690AE28DB7D180031C62E /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BE690AF28DB7D180031C62E /* CAProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAProcess.cpp; sourceTree = ""; }; + 8BE690B028DB7D180031C62E /* CAHostTimeBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAHostTimeBase.cpp; sourceTree = ""; }; + 8BE690B128DB7D180031C62E /* CAPersistence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPersistence.cpp; sourceTree = ""; }; + 8BE690B228DB7D180031C62E /* CAAudioBufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioBufferList.cpp; sourceTree = ""; }; + 8BE690B328DB7D180031C62E /* CAAudioTimeStamp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioTimeStamp.cpp; sourceTree = ""; }; + 8BE690B428DB7D180031C62E /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 8BE690B528DB7D180031C62E /* CAByteOrder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAByteOrder.h; sourceTree = ""; }; + 8BE690B628DB7D180031C62E /* CACFArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFArray.h; sourceTree = ""; }; + 8BE690B728DB7D180031C62E /* CAAtomicStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomicStack.h; sourceTree = ""; }; + 8BE690B828DB7D180031C62E /* CAReferenceCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAReferenceCounted.h; sourceTree = ""; }; + 8BE690B928DB7D180031C62E /* CACFMachPort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMachPort.cpp; sourceTree = ""; }; + 8BE690BA28DB7D180031C62E /* CABufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABufferList.cpp; sourceTree = ""; }; + 8BE690BB28DB7D180031C62E /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BE690BC28DB7D180031C62E /* CADebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugger.cpp; sourceTree = ""; }; + 8BE690BD28DB7D180031C62E /* CABundleLocker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABundleLocker.cpp; sourceTree = ""; }; + 8BE690BE28DB7D180031C62E /* CAAudioFileFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioFileFormats.cpp; sourceTree = ""; }; + 8BE690BF28DB7D180031C62E /* CAMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMath.h; sourceTree = ""; }; + 8BE690C028DB7D180031C62E /* CACFArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFArray.cpp; sourceTree = ""; }; + 8BE690C128DB7D180031C62E /* CACFMessagePort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMessagePort.h; sourceTree = ""; }; + 8BE690C228DB7D180031C62E /* CAAudioValueRange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioValueRange.cpp; sourceTree = ""; }; + 8BE690C328DB7D180031C62E /* CAAudioUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioUnit.cpp; sourceTree = ""; }; + 8BE690C728DB7D180031C62E /* AUViewLocalizedStringKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUViewLocalizedStringKeys.h; sourceTree = ""; }; + 8BE690C928DB7D180031C62E /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BE690CA28DB7D180031C62E /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BE690CB28DB7D180031C62E /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BE690CC28DB7D180031C62E /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BE690CD28DB7D180031C62E /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BE690CE28DB7D180031C62E /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BE690CF28DB7D180031C62E /* AUPlugInDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUPlugInDispatch.h; sourceTree = ""; }; + 8BE690D028DB7D180031C62E /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BE690D128DB7D180031C62E /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BE690D228DB7D180031C62E /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BE690D328DB7D180031C62E /* AUPlugInDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUPlugInDispatch.cpp; sourceTree = ""; }; + 8BE690D428DB7D180031C62E /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BE690D528DB7D180031C62E /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BE690D628DB7D180031C62E /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BE690D728DB7D180031C62E /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BE690D928DB7D180031C62E /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BE690DA28DB7D180031C62E /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BE690DC28DB7D180031C62E /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BE690DD28DB7D180031C62E /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBaseHelper.cpp; sourceTree = ""; }; + 8BE690DE28DB7D180031C62E /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BE690DF28DB7D180031C62E /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BE690E028DB7D180031C62E /* AUTimestampGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUTimestampGenerator.cpp; sourceTree = ""; }; + 8BE690E128DB7D180031C62E /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BE690E228DB7D180031C62E /* AUMIDIDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUMIDIDefs.h; sourceTree = ""; }; + 8BE690E328DB7D180031C62E /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BE690E428DB7D180031C62E /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBaseHelper.h; sourceTree = ""; }; + 8BE6916728DB7DB80031C62E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8D01CCD20486CAD60068D4B7 /* Holt2.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Holt2.component; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8D01CCCD0486CAD60068D4B7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */, + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */, + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* Holt2 */ = { + isa = PBXGroup; + children = ( + 08FB77ADFE841716C02AAC07 /* Source */, + 089C167CFE841241C02AAC07 /* Resources */, + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + ); + name = Holt2; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */, + 8BA05B01072074F900365D66 /* CoreServices.framework */, + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */, + 8BA05AFA072074E100365D66 /* AudioUnit.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + 089C167DFE841241C02AAC07 /* InfoPlist.strings */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8BE6905B28DB7D180031C62E /* CA_SDK */, + 8BA05A56072072A900365D66 /* AU Source */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 8D01CCD20486CAD60068D4B7 /* Holt2.component */, + ); + name = Products; + sourceTree = ""; + }; + 8BA05A56072072A900365D66 /* AU Source */ = { + isa = PBXGroup; + children = ( + 8BC6025B073B072D006C4272 /* Holt2.h */, + 8BA05A660720730100365D66 /* Holt2.cpp */, + 8BA05A670720730100365D66 /* Holt2.exp */, + 8BA05A680720730100365D66 /* Holt2.r */, + 8BA05A690720730100365D66 /* Holt2Version.h */, + ); + name = "AU Source"; + sourceTree = ""; + }; + 8BE6905B28DB7D180031C62E /* CA_SDK */ = { + isa = PBXGroup; + children = ( + 8BE6905C28DB7D180031C62E /* PublicUtility */, + 8BE690C428DB7D180031C62E /* AudioUnits */, + ); + name = CA_SDK; + path = ../../../../CA_SDK; + sourceTree = ""; + }; + 8BE6905C28DB7D180031C62E /* PublicUtility */ = { + isa = PBXGroup; + children = ( + 8BE6905D28DB7D180031C62E /* CAExtAudioFile.h */, + 8BE6905E28DB7D180031C62E /* CACFMachPort.h */, + 8BE6905F28DB7D180031C62E /* CABool.h */, + 8BE6906028DB7D180031C62E /* CAComponent.cpp */, + 8BE6906128DB7D180031C62E /* CADebugger.h */, + 8BE6906228DB7D180031C62E /* CACFNumber.cpp */, + 8BE6906328DB7D180031C62E /* CAGuard.h */, + 8BE6906428DB7D180031C62E /* CAAtomic.h */, + 8BE6906528DB7D180031C62E /* CAStreamBasicDescription.h */, + 8BE6906628DB7D180031C62E /* CACFObject.h */, + 8BE6906728DB7D180031C62E /* CAStreamRangedDescription.h */, + 8BE6906828DB7D180031C62E /* CATokenMap.h */, + 8BE6906928DB7D180031C62E /* CAComponent.h */, + 8BE6906A28DB7D180031C62E /* CAAudioBufferList.h */, + 8BE6906B28DB7D180031C62E /* CAAudioUnit.h */, + 8BE6906C28DB7D180031C62E /* CAAUParameter.h */, + 8BE6906D28DB7D180031C62E /* CAException.h */, + 8BE6906E28DB7D180031C62E /* CAAUProcessor.cpp */, + 8BE6906F28DB7D180031C62E /* CAAUProcessor.h */, + 8BE6907028DB7D180031C62E /* CAProcess.h */, + 8BE6907128DB7D180031C62E /* CACFDictionary.h */, + 8BE6907228DB7D180031C62E /* CAPThread.h */, + 8BE6907328DB7D180031C62E /* CAAUParameter.cpp */, + 8BE6907428DB7D180031C62E /* CAAudioTimeStamp.h */, + 8BE6907528DB7D180031C62E /* CAFilePathUtils.cpp */, + 8BE6907628DB7D180031C62E /* CAAudioValueRange.h */, + 8BE6907728DB7D180031C62E /* CAVectorUnitTypes.h */, + 8BE6907828DB7D180031C62E /* CAAudioChannelLayoutObject.cpp */, + 8BE6907928DB7D180031C62E /* CAGuard.cpp */, + 8BE6907A28DB7D180031C62E /* CACFNumber.h */, + 8BE6907B28DB7D180031C62E /* CACFDistributedNotification.cpp */, + 8BE6907C28DB7D180031C62E /* CACFString.h */, + 8BE6907D28DB7D180031C62E /* CAAUMIDIMapManager.cpp */, + 8BE6907E28DB7D180031C62E /* CAComponentDescription.cpp */, + 8BE6907F28DB7D180031C62E /* CAHostTimeBase.h */, + 8BE6908028DB7D180031C62E /* CADebugMacros.cpp */, + 8BE6908128DB7D180031C62E /* CAAudioFileFormats.h */, + 8BE6908228DB7D180031C62E /* CAAUMIDIMapManager.h */, + 8BE6908328DB7D180031C62E /* CACFDictionary.cpp */, + 8BE6908428DB7D180031C62E /* CAMutex.h */, + 8BE6908528DB7D180031C62E /* CACFString.cpp */, + 8BE6908628DB7D180031C62E /* CASettingsStorage.h */, + 8BE6908728DB7D180031C62E /* CADebugPrintf.h */, + 8BE6908828DB7D180031C62E /* CAXException.cpp */, + 8BE6908928DB7D180031C62E /* CAAUMIDIMap.h */, + 8BE6908A28DB7D180031C62E /* AUParamInfo.h */, + 8BE6908B28DB7D180031C62E /* CABitOperations.h */, + 8BE6908C28DB7D180031C62E /* CACFPreferences.cpp */, + 8BE6908D28DB7D180031C62E /* CABundleLocker.h */, + 8BE6908E28DB7D180031C62E /* CAPropertyAddress.h */, + 8BE6908F28DB7D180031C62E /* CAXException.h */, + 8BE6909028DB7D180031C62E /* CAAudioChannelLayout.cpp */, + 8BE6909128DB7D180031C62E /* CAThreadSafeList.h */, + 8BE6909228DB7D180031C62E /* CAAudioUnitOutputCapturer.h */, + 8BE6909328DB7D180031C62E /* AUParamInfo.cpp */, + 8BE6909428DB7D180031C62E /* CASharedLibrary.cpp */, + 8BE6909528DB7D180031C62E /* CAAUMIDIMap.cpp */, + 8BE6909628DB7D180031C62E /* CALogMacros.h */, + 8BE6909728DB7D180031C62E /* CACFMessagePort.cpp */, + 8BE6909828DB7D180031C62E /* CARingBuffer.h */, + 8BE6909928DB7D180031C62E /* AUOutputBL.cpp */, + 8BE6909A28DB7D180031C62E /* CABufferList.h */, + 8BE6909B28DB7D180031C62E /* CASharedLibrary.h */, + 8BE6909C28DB7D180031C62E /* CACFData.h */, + 8BE6909D28DB7D180031C62E /* CAStreamRangedDescription.cpp */, + 8BE6909E28DB7D180031C62E /* CAPThread.cpp */, + 8BE6909F28DB7D180031C62E /* CAAutoDisposer.h */, + 8BE690A028DB7D180031C62E /* CACFPreferences.h */, + 8BE690A128DB7D180031C62E /* CAVectorUnit.cpp */, + 8BE690A228DB7D180031C62E /* CAComponentDescription.h */, + 8BE690A328DB7D180031C62E /* CADebugMacros.h */, + 8BE690A428DB7D180031C62E /* AUOutputBL.h */, + 8BE690A528DB7D180031C62E /* CADebugPrintf.cpp */, + 8BE690A628DB7D180031C62E /* CARingBuffer.cpp */, + 8BE690A728DB7D180031C62E /* CACFPlugIn.h */, + 8BE690A828DB7D180031C62E /* CASettingsStorage.cpp */, + 8BE690A928DB7D180031C62E /* CAMixMap.h */, + 8BE690AA28DB7D180031C62E /* CACFDistributedNotification.h */, + 8BE690AB28DB7D180031C62E /* CAFilePathUtils.h */, + 8BE690AC28DB7D180031C62E /* CATink.h */, + 8BE690AD28DB7D180031C62E /* CAStreamBasicDescription.cpp */, + 8BE690AE28DB7D180031C62E /* CAAudioChannelLayout.h */, + 8BE690AF28DB7D180031C62E /* CAProcess.cpp */, + 8BE690B028DB7D180031C62E /* CAHostTimeBase.cpp */, + 8BE690B128DB7D180031C62E /* CAPersistence.cpp */, + 8BE690B228DB7D180031C62E /* CAAudioBufferList.cpp */, + 8BE690B328DB7D180031C62E /* CAAudioTimeStamp.cpp */, + 8BE690B428DB7D180031C62E /* CAVectorUnit.h */, + 8BE690B528DB7D180031C62E /* CAByteOrder.h */, + 8BE690B628DB7D180031C62E /* CACFArray.h */, + 8BE690B728DB7D180031C62E /* CAAtomicStack.h */, + 8BE690B828DB7D180031C62E /* CAReferenceCounted.h */, + 8BE690B928DB7D180031C62E /* CACFMachPort.cpp */, + 8BE690BA28DB7D180031C62E /* CABufferList.cpp */, + 8BE690BB28DB7D180031C62E /* CAMutex.cpp */, + 8BE690BC28DB7D180031C62E /* CADebugger.cpp */, + 8BE690BD28DB7D180031C62E /* CABundleLocker.cpp */, + 8BE690BE28DB7D180031C62E /* CAAudioFileFormats.cpp */, + 8BE690BF28DB7D180031C62E /* CAMath.h */, + 8BE690C028DB7D180031C62E /* CACFArray.cpp */, + 8BE690C128DB7D180031C62E /* CACFMessagePort.h */, + 8BE690C228DB7D180031C62E /* CAAudioValueRange.cpp */, + 8BE690C328DB7D180031C62E /* CAAudioUnit.cpp */, + ); + path = PublicUtility; + sourceTree = ""; + }; + 8BE690C428DB7D180031C62E /* AudioUnits */ = { + isa = PBXGroup; + children = ( + 8BE690C528DB7D180031C62E /* AUPublic */, + ); + path = AudioUnits; + sourceTree = ""; + }; + 8BE690C528DB7D180031C62E /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BE690C628DB7D180031C62E /* AUViewBase */, + 8BE690C828DB7D180031C62E /* AUBase */, + 8BE690D828DB7D180031C62E /* OtherBases */, + 8BE690DB28DB7D180031C62E /* Utility */, + ); + path = AUPublic; + sourceTree = ""; + }; + 8BE690C628DB7D180031C62E /* AUViewBase */ = { + isa = PBXGroup; + children = ( + 8BE690C728DB7D180031C62E /* AUViewLocalizedStringKeys.h */, + ); + path = AUViewBase; + sourceTree = ""; + }; + 8BE690C828DB7D180031C62E /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BE690C928DB7D180031C62E /* ComponentBase.cpp */, + 8BE690CA28DB7D180031C62E /* AUScopeElement.cpp */, + 8BE690CB28DB7D180031C62E /* ComponentBase.h */, + 8BE690CC28DB7D180031C62E /* AUBase.cpp */, + 8BE690CD28DB7D180031C62E /* AUInputElement.h */, + 8BE690CE28DB7D180031C62E /* AUBase.h */, + 8BE690CF28DB7D180031C62E /* AUPlugInDispatch.h */, + 8BE690D028DB7D180031C62E /* AUDispatch.h */, + 8BE690D128DB7D180031C62E /* AUOutputElement.cpp */, + 8BE690D228DB7D180031C62E /* AUResources.r */, + 8BE690D328DB7D180031C62E /* AUPlugInDispatch.cpp */, + 8BE690D428DB7D180031C62E /* AUOutputElement.h */, + 8BE690D528DB7D180031C62E /* AUDispatch.cpp */, + 8BE690D628DB7D180031C62E /* AUScopeElement.h */, + 8BE690D728DB7D180031C62E /* AUInputElement.cpp */, + ); + path = AUBase; + sourceTree = ""; + }; + 8BE690D828DB7D180031C62E /* OtherBases */ = { + isa = PBXGroup; + children = ( + 8BE690D928DB7D180031C62E /* AUEffectBase.cpp */, + 8BE690DA28DB7D180031C62E /* AUEffectBase.h */, + ); + path = OtherBases; + sourceTree = ""; + }; + 8BE690DB28DB7D180031C62E /* Utility */ = { + isa = PBXGroup; + children = ( + 8BE690DC28DB7D180031C62E /* AUTimestampGenerator.h */, + 8BE690DD28DB7D180031C62E /* AUBaseHelper.cpp */, + 8BE690DE28DB7D180031C62E /* AUSilentTimeout.h */, + 8BE690DF28DB7D180031C62E /* AUInputFormatConverter.h */, + 8BE690E028DB7D180031C62E /* AUTimestampGenerator.cpp */, + 8BE690E128DB7D180031C62E /* AUBuffer.cpp */, + 8BE690E228DB7D180031C62E /* AUMIDIDefs.h */, + 8BE690E328DB7D180031C62E /* AUBuffer.h */, + 8BE690E428DB7D180031C62E /* AUBaseHelper.h */, + ); + path = Utility; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BE6911528DB7D190031C62E /* CABundleLocker.h in Headers */, + 8BE6913628DB7D190031C62E /* CAAudioChannelLayout.h in Headers */, + 8BE6912C28DB7D190031C62E /* AUOutputBL.h in Headers */, + 8BE6910728DB7D190031C62E /* CAHostTimeBase.h in Headers */, + 8BE6914F28DB7D190031C62E /* ComponentBase.h in Headers */, + 8BE6913F28DB7D190031C62E /* CAAtomicStack.h in Headers */, + 8BE690FC28DB7D190031C62E /* CAAudioTimeStamp.h in Headers */, + 8BE6911928DB7D190031C62E /* CAThreadSafeList.h in Headers */, + 8BE690F428DB7D190031C62E /* CAAUParameter.h in Headers */, + 8BE6916628DB7D190031C62E /* AUBaseHelper.h in Headers */, + 8BE6915E28DB7D190031C62E /* AUTimestampGenerator.h in Headers */, + 8BE6910F28DB7D190031C62E /* CADebugPrintf.h in Headers */, + 8BE6914928DB7D190031C62E /* CACFMessagePort.h in Headers */, + 8BE690F728DB7D190031C62E /* CAAUProcessor.h in Headers */, + 8BE690F328DB7D190031C62E /* CAAudioUnit.h in Headers */, + 8BE6914C28DB7D190031C62E /* AUViewLocalizedStringKeys.h in Headers */, + 8BE6913228DB7D190031C62E /* CACFDistributedNotification.h in Headers */, + 8BE690F128DB7D190031C62E /* CAComponent.h in Headers */, + 8BE690FF28DB7D190031C62E /* CAVectorUnitTypes.h in Headers */, + 8BA05A6E0720730100365D66 /* Holt2Version.h in Headers */, + 8BE6913328DB7D190031C62E /* CAFilePathUtils.h in Headers */, + 8BE690F528DB7D190031C62E /* CAException.h in Headers */, + 8BE690EC28DB7D190031C62E /* CAAtomic.h in Headers */, + 8BE690EB28DB7D190031C62E /* CAGuard.h in Headers */, + 8BE6915128DB7D190031C62E /* AUInputElement.h in Headers */, + 8BE6912828DB7D190031C62E /* CACFPreferences.h in Headers */, + 8BE6913D28DB7D190031C62E /* CAByteOrder.h in Headers */, + 8BE6912028DB7D190031C62E /* CARingBuffer.h in Headers */, + 8BE690E728DB7D190031C62E /* CABool.h in Headers */, + 8BE6910C28DB7D190031C62E /* CAMutex.h in Headers */, + 8BE6915228DB7D190031C62E /* AUBase.h in Headers */, + 8BC6025C073B072D006C4272 /* Holt2.h in Headers */, + 8BE6910428DB7D190031C62E /* CACFString.h in Headers */, + 8BE6912328DB7D190031C62E /* CASharedLibrary.h in Headers */, + 8BE690F028DB7D190031C62E /* CATokenMap.h in Headers */, + 8BE690E528DB7D190031C62E /* CAExtAudioFile.h in Headers */, + 8BE690FA28DB7D190031C62E /* CAPThread.h in Headers */, + 8BE6911628DB7D190031C62E /* CAPropertyAddress.h in Headers */, + 8BE6914028DB7D190031C62E /* CAReferenceCounted.h in Headers */, + 8BE6916528DB7D190031C62E /* AUBuffer.h in Headers */, + 8BE6914728DB7D190031C62E /* CAMath.h in Headers */, + 8BE6912728DB7D190031C62E /* CAAutoDisposer.h in Headers */, + 8BE690EE28DB7D190031C62E /* CACFObject.h in Headers */, + 8BE6910E28DB7D190031C62E /* CASettingsStorage.h in Headers */, + 8BE6911728DB7D190031C62E /* CAXException.h in Headers */, + 8BE6913428DB7D190031C62E /* CATink.h in Headers */, + 8BE6916128DB7D190031C62E /* AUInputFormatConverter.h in Headers */, + 8BE6913C28DB7D190031C62E /* CAVectorUnit.h in Headers */, + 8BE690F828DB7D190031C62E /* CAProcess.h in Headers */, + 8BE690FE28DB7D190031C62E /* CAAudioValueRange.h in Headers */, + 8BE6911328DB7D190031C62E /* CABitOperations.h in Headers */, + 8BE6910928DB7D190031C62E /* CAAudioFileFormats.h in Headers */, + 8BE6910228DB7D190031C62E /* CACFNumber.h in Headers */, + 8BE6911A28DB7D190031C62E /* CAAudioUnitOutputCapturer.h in Headers */, + 8BE6912B28DB7D190031C62E /* CADebugMacros.h in Headers */, + 8BE6916428DB7D190031C62E /* AUMIDIDefs.h in Headers */, + 8BE6912428DB7D190031C62E /* CACFData.h in Headers */, + 8BE690ED28DB7D190031C62E /* CAStreamBasicDescription.h in Headers */, + 8BE6915328DB7D190031C62E /* AUPlugInDispatch.h in Headers */, + 8BE690EF28DB7D190031C62E /* CAStreamRangedDescription.h in Headers */, + 8BE6912F28DB7D190031C62E /* CACFPlugIn.h in Headers */, + 8BE690F228DB7D190031C62E /* CAAudioBufferList.h in Headers */, + 8BE6910A28DB7D190031C62E /* CAAUMIDIMapManager.h in Headers */, + 8BE6915D28DB7D190031C62E /* AUEffectBase.h in Headers */, + 8BE690F928DB7D190031C62E /* CACFDictionary.h in Headers */, + 8BE6915A28DB7D190031C62E /* AUScopeElement.h in Headers */, + 8BE6912A28DB7D190031C62E /* CAComponentDescription.h in Headers */, + 8BE6916028DB7D190031C62E /* AUSilentTimeout.h in Headers */, + 8BE6912228DB7D190031C62E /* CABufferList.h in Headers */, + 8BE6915428DB7D190031C62E /* AUDispatch.h in Headers */, + 8BE6915828DB7D190031C62E /* AUOutputElement.h in Headers */, + 8BE6911E28DB7D190031C62E /* CALogMacros.h in Headers */, + 8BE6911228DB7D190031C62E /* AUParamInfo.h in Headers */, + 8BE6913128DB7D190031C62E /* CAMixMap.h in Headers */, + 8BE6913E28DB7D190031C62E /* CACFArray.h in Headers */, + 8BE690E628DB7D190031C62E /* CACFMachPort.h in Headers */, + 8BE6911128DB7D190031C62E /* CAAUMIDIMap.h in Headers */, + 8BE690E928DB7D190031C62E /* CADebugger.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Holt2 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Holt2" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCD0486CAD60068D4B7 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Holt2; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = Holt2; + productReference = 8D01CCD20486CAD60068D4B7 /* Holt2.component */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1340; + }; + buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Holt2" */; + compatibilityVersion = "Xcode 3.1"; + developmentRegion = en; + hasScannedForEncodings = 1; + knownRegions = ( + de, + en, + fr, + Base, + ja, + ); + mainGroup = 089C166AFE841209C02AAC07 /* Holt2 */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Holt2 */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BE6912128DB7D190031C62E /* AUOutputBL.cpp in Sources */, + 8BE6914628DB7D190031C62E /* CAAudioFileFormats.cpp in Sources */, + 8BE6913828DB7D190031C62E /* CAHostTimeBase.cpp in Sources */, + 8BE6911028DB7D190031C62E /* CAXException.cpp in Sources */, + 8BE6913A28DB7D190031C62E /* CAAudioBufferList.cpp in Sources */, + 8BE690FD28DB7D190031C62E /* CAFilePathUtils.cpp in Sources */, + 8BE690FB28DB7D190031C62E /* CAAUParameter.cpp in Sources */, + 8BE6911D28DB7D190031C62E /* CAAUMIDIMap.cpp in Sources */, + 8BE6914A28DB7D190031C62E /* CAAudioValueRange.cpp in Sources */, + 8BE6915928DB7D190031C62E /* AUDispatch.cpp in Sources */, + 8BE6911428DB7D190031C62E /* CACFPreferences.cpp in Sources */, + 8BE6915728DB7D190031C62E /* AUPlugInDispatch.cpp in Sources */, + 8BE690F628DB7D190031C62E /* CAAUProcessor.cpp in Sources */, + 8BE6910B28DB7D190031C62E /* CACFDictionary.cpp in Sources */, + 8BE6915F28DB7D190031C62E /* AUBaseHelper.cpp in Sources */, + 8BE6914428DB7D190031C62E /* CADebugger.cpp in Sources */, + 8BE6911828DB7D190031C62E /* CAAudioChannelLayout.cpp in Sources */, + 8BE6911B28DB7D190031C62E /* AUParamInfo.cpp in Sources */, + 8BE6913928DB7D190031C62E /* CAPersistence.cpp in Sources */, + 8BE6912D28DB7D190031C62E /* CADebugPrintf.cpp in Sources */, + 8BE6916228DB7D190031C62E /* AUTimestampGenerator.cpp in Sources */, + 8BE6913528DB7D190031C62E /* CAStreamBasicDescription.cpp in Sources */, + 8BE6910528DB7D190031C62E /* CAAUMIDIMapManager.cpp in Sources */, + 8BE6913028DB7D190031C62E /* CASettingsStorage.cpp in Sources */, + 8BE6915528DB7D190031C62E /* AUOutputElement.cpp in Sources */, + 8BE6910128DB7D190031C62E /* CAGuard.cpp in Sources */, + 8BA05A6B0720730100365D66 /* Holt2.cpp in Sources */, + 8BE6914328DB7D190031C62E /* CAMutex.cpp in Sources */, + 8BE6915C28DB7D190031C62E /* AUEffectBase.cpp in Sources */, + 8BE6914128DB7D190031C62E /* CACFMachPort.cpp in Sources */, + 8BE6915028DB7D190031C62E /* AUBase.cpp in Sources */, + 8BE6911C28DB7D190031C62E /* CASharedLibrary.cpp in Sources */, + 8BE6910328DB7D190031C62E /* CACFDistributedNotification.cpp in Sources */, + 8BE6910628DB7D190031C62E /* CAComponentDescription.cpp in Sources */, + 8BE6910D28DB7D190031C62E /* CACFString.cpp in Sources */, + 8BE6914D28DB7D190031C62E /* ComponentBase.cpp in Sources */, + 8BE6912E28DB7D190031C62E /* CARingBuffer.cpp in Sources */, + 8BE6914E28DB7D190031C62E /* AUScopeElement.cpp in Sources */, + 8BE6914B28DB7D190031C62E /* CAAudioUnit.cpp in Sources */, + 8BE6914828DB7D190031C62E /* CACFArray.cpp in Sources */, + 8BE6914528DB7D190031C62E /* CABundleLocker.cpp in Sources */, + 8BE6913728DB7D190031C62E /* CAProcess.cpp in Sources */, + 8BE6912528DB7D190031C62E /* CAStreamRangedDescription.cpp in Sources */, + 8BE6912628DB7D190031C62E /* CAPThread.cpp in Sources */, + 8BE690E828DB7D190031C62E /* CAComponent.cpp in Sources */, + 8BE6910028DB7D190031C62E /* CAAudioChannelLayoutObject.cpp in Sources */, + 8BE6913B28DB7D190031C62E /* CAAudioTimeStamp.cpp in Sources */, + 8BE6914228DB7D190031C62E /* CABufferList.cpp in Sources */, + 8BE6911F28DB7D190031C62E /* CACFMessagePort.cpp in Sources */, + 8BE6912928DB7D190031C62E /* CAVectorUnit.cpp in Sources */, + 8BE6915B28DB7D190031C62E /* AUInputElement.cpp in Sources */, + 8BE6916328DB7D190031C62E /* AUBuffer.cpp in Sources */, + 8BE6910828DB7D190031C62E /* CADebugMacros.cpp in Sources */, + 8BE690EA28DB7D190031C62E /* CACFNumber.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 8BE6916728DB7DB80031C62E /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 3E4BA244089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEVELOPMENT_TEAM = 9BMAKYA76W; + EXPORTED_SYMBOLS_FILE = Holt2.exp; + GCC_OPTIMIZATION_LEVEL = 0; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; + PRODUCT_NAME = Holt2; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_STYLE = debugging; + WRAPPER_EXTENSION = component; + }; + name = Debug; + }; + 3E4BA245089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEVELOPMENT_TEAM = 9BMAKYA76W; + EXPORTED_SYMBOLS_FILE = Holt2.exp; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; + PRODUCT_NAME = Holt2; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = debugging; + WRAPPER_EXTENSION = component; + }; + name = Release; + }; + 3E4BA248089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Debug; + }; + 3E4BA249089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Holt2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA244089833B7007656EC /* Debug */, + 3E4BA245089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Holt2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA248089833B7007656EC /* Debug */, + 3E4BA249089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 000000000..c05e8057a Binary files /dev/null and b/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/xcshareddata/xcschemes/Holt2.xcscheme b/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/xcshareddata/xcschemes/Holt2.xcscheme new file mode 100644 index 000000000..09d9db3e3 --- /dev/null +++ b/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/xcshareddata/xcschemes/Holt2.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 000000000..252217d13 --- /dev/null +++ b/plugins/MacSignedAU/Holt2/Holt2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Holt2.xcscheme_^#shared#^_ + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedAU/Holt2/Holt2Version.h b/plugins/MacSignedAU/Holt2/Holt2Version.h new file mode 100755 index 000000000..2103329c1 --- /dev/null +++ b/plugins/MacSignedAU/Holt2/Holt2Version.h @@ -0,0 +1,58 @@ +/* +* File: Holt2Version.h +* +* Version: 1.0 +* +* Created: 9/19/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#ifndef __Holt2Version_h__ +#define __Holt2Version_h__ + + +#ifdef DEBUG + #define kHolt2Version 0xFFFFFFFF +#else + #define kHolt2Version 0x00010000 +#endif + +//~~~~~~~~~~~~~~ Change!!! ~~~~~~~~~~~~~~~~~~~~~// +#define Holt2_COMP_MANF 'Dthr' +#define Holt2_COMP_SUBTYPE 'holu' +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// + +#endif + diff --git a/plugins/MacSignedAU/Holt2/Info.plist b/plugins/MacSignedAU/Holt2/Info.plist new file mode 100755 index 000000000..7cd782139 --- /dev/null +++ b/plugins/MacSignedAU/Holt2/Info.plist @@ -0,0 +1,47 @@ + + + + + AudioComponents + + + description + ${PRODUCT_NAME:identifier} AU + factoryFunction + ${PRODUCT_NAME:identifier}Factory + manufacturer + Dthr + name + Airwindows: ${PRODUCT_NAME:identifier} + subtype + holu + type + aufx + version + 65536 + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PROJECTNAMEASIDENTIFIER} + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + DthX + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacSignedAU/Holt2/en.lproj/InfoPlist.strings b/plugins/MacSignedAU/Holt2/en.lproj/InfoPlist.strings new file mode 100755 index 000000000..a4caac296 Binary files /dev/null and b/plugins/MacSignedAU/Holt2/en.lproj/InfoPlist.strings differ diff --git a/plugins/MacSignedAU/Holt2/version.plist b/plugins/MacSignedAU/Holt2/version.plist new file mode 100755 index 000000000..11edf8a1b --- /dev/null +++ b/plugins/MacSignedAU/Holt2/version.plist @@ -0,0 +1,16 @@ + + + + + BuildVersion + 3 + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 + ProjectName + ${EXECUTABLE_NAME} + SourceVersion + 590000 + + diff --git a/plugins/MacSignedAU/Hombre/Hombre.cpp b/plugins/MacSignedAU/Hombre/Hombre.cpp index 98423914a..7a1108a88 100755 --- a/plugins/MacSignedAU/Hombre/Hombre.cpp +++ b/plugins/MacSignedAU/Hombre/Hombre.cpp @@ -5,7 +5,7 @@ * * Created: 10/6/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Hombre/Hombre.h b/plugins/MacSignedAU/Hombre/Hombre.h index 517e88d9d..618ae765f 100755 --- a/plugins/MacSignedAU/Hombre/Hombre.h +++ b/plugins/MacSignedAU/Hombre/Hombre.h @@ -5,7 +5,7 @@ * * Created: 10/6/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Hombre/Hombre.r b/plugins/MacSignedAU/Hombre/Hombre.r index beecf2eac..33dd322d1 100755 --- a/plugins/MacSignedAU/Hombre/Hombre.r +++ b/plugins/MacSignedAU/Hombre/Hombre.r @@ -5,7 +5,7 @@ * * Created: 10/6/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Hombre/HombreVersion.h b/plugins/MacSignedAU/Hombre/HombreVersion.h index f31bac000..f7fa0022d 100755 --- a/plugins/MacSignedAU/Hombre/HombreVersion.h +++ b/plugins/MacSignedAU/Hombre/HombreVersion.h @@ -5,7 +5,7 @@ * * Created: 10/6/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Hull/Hull.cpp b/plugins/MacSignedAU/Hull/Hull.cpp index a2154eb72..a186d7f6e 100644 --- a/plugins/MacSignedAU/Hull/Hull.cpp +++ b/plugins/MacSignedAU/Hull/Hull.cpp @@ -5,7 +5,7 @@ * * Created: 7/19/21 * - * Copyright: Copyright © 2021 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacSignedAU/Hull/Hull.h b/plugins/MacSignedAU/Hull/Hull.h index e8746c157..3fad15a0b 100644 --- a/plugins/MacSignedAU/Hull/Hull.h +++ b/plugins/MacSignedAU/Hull/Hull.h @@ -5,7 +5,7 @@ * * Created: 7/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Hull/Hull.r b/plugins/MacSignedAU/Hull/Hull.r index aeea88dd9..3c3ed460c 100644 --- a/plugins/MacSignedAU/Hull/Hull.r +++ b/plugins/MacSignedAU/Hull/Hull.r @@ -5,7 +5,7 @@ * * Created: 7/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Hull/HullVersion.h b/plugins/MacSignedAU/Hull/HullVersion.h index 630f95813..6cc0e9641 100644 --- a/plugins/MacSignedAU/Hull/HullVersion.h +++ b/plugins/MacSignedAU/Hull/HullVersion.h @@ -5,7 +5,7 @@ * * Created: 7/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Hype/Hype.cpp b/plugins/MacSignedAU/Hype/Hype.cpp index 6ef7acd55..6c750a57f 100755 --- a/plugins/MacSignedAU/Hype/Hype.cpp +++ b/plugins/MacSignedAU/Hype/Hype.cpp @@ -5,7 +5,7 @@ * * Created: 6/9/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Hype/Hype.h b/plugins/MacSignedAU/Hype/Hype.h index 03098bca9..7aeb45274 100755 --- a/plugins/MacSignedAU/Hype/Hype.h +++ b/plugins/MacSignedAU/Hype/Hype.h @@ -5,7 +5,7 @@ * * Created: 6/9/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Hype/Hype.r b/plugins/MacSignedAU/Hype/Hype.r index 91e91a64d..216650f76 100755 --- a/plugins/MacSignedAU/Hype/Hype.r +++ b/plugins/MacSignedAU/Hype/Hype.r @@ -5,7 +5,7 @@ * * Created: 6/9/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Hype/HypeVersion.h b/plugins/MacSignedAU/Hype/HypeVersion.h index 5b8e60049..203db255a 100755 --- a/plugins/MacSignedAU/Hype/HypeVersion.h +++ b/plugins/MacSignedAU/Hype/HypeVersion.h @@ -5,7 +5,7 @@ * * Created: 6/9/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/HypersonX/HypersonX.cpp b/plugins/MacSignedAU/HypersonX/HypersonX.cpp index ff3483ae2..f366184e6 100644 --- a/plugins/MacSignedAU/HypersonX/HypersonX.cpp +++ b/plugins/MacSignedAU/HypersonX/HypersonX.cpp @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/HypersonX/HypersonX.h b/plugins/MacSignedAU/HypersonX/HypersonX.h index a9f8e4909..784c64b5e 100644 --- a/plugins/MacSignedAU/HypersonX/HypersonX.h +++ b/plugins/MacSignedAU/HypersonX/HypersonX.h @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/HypersonX/HypersonX.r b/plugins/MacSignedAU/HypersonX/HypersonX.r index 8412cc7d4..782525c32 100644 --- a/plugins/MacSignedAU/HypersonX/HypersonX.r +++ b/plugins/MacSignedAU/HypersonX/HypersonX.r @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/HypersonX/HypersonXVersion.h b/plugins/MacSignedAU/HypersonX/HypersonXVersion.h index 226ff1ba5..e3e7c77b3 100644 --- a/plugins/MacSignedAU/HypersonX/HypersonXVersion.h +++ b/plugins/MacSignedAU/HypersonX/HypersonXVersion.h @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Hypersonic/Hypersonic.cpp b/plugins/MacSignedAU/Hypersonic/Hypersonic.cpp index 10539c21b..c0e6029bd 100644 --- a/plugins/MacSignedAU/Hypersonic/Hypersonic.cpp +++ b/plugins/MacSignedAU/Hypersonic/Hypersonic.cpp @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Hypersonic/Hypersonic.h b/plugins/MacSignedAU/Hypersonic/Hypersonic.h index b77569c74..eb312dc30 100644 --- a/plugins/MacSignedAU/Hypersonic/Hypersonic.h +++ b/plugins/MacSignedAU/Hypersonic/Hypersonic.h @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Hypersonic/Hypersonic.r b/plugins/MacSignedAU/Hypersonic/Hypersonic.r index 84980ac3a..15511c2b5 100644 --- a/plugins/MacSignedAU/Hypersonic/Hypersonic.r +++ b/plugins/MacSignedAU/Hypersonic/Hypersonic.r @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Hypersonic/HypersonicVersion.h b/plugins/MacSignedAU/Hypersonic/HypersonicVersion.h index e3d4c8e08..7b2984bc2 100644 --- a/plugins/MacSignedAU/Hypersonic/HypersonicVersion.h +++ b/plugins/MacSignedAU/Hypersonic/HypersonicVersion.h @@ -5,7 +5,7 @@ * * Created: 1/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Infinity/Infinity.cpp b/plugins/MacSignedAU/Infinity/Infinity.cpp index 34c14ca04..85a8ed46a 100755 --- a/plugins/MacSignedAU/Infinity/Infinity.cpp +++ b/plugins/MacSignedAU/Infinity/Infinity.cpp @@ -5,7 +5,7 @@ * * Created: 12/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Infinity/Infinity.h b/plugins/MacSignedAU/Infinity/Infinity.h index f18d4ce5f..428774331 100755 --- a/plugins/MacSignedAU/Infinity/Infinity.h +++ b/plugins/MacSignedAU/Infinity/Infinity.h @@ -5,7 +5,7 @@ * * Created: 12/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Infinity/Infinity.r b/plugins/MacSignedAU/Infinity/Infinity.r index 235c46bad..fea170c6f 100755 --- a/plugins/MacSignedAU/Infinity/Infinity.r +++ b/plugins/MacSignedAU/Infinity/Infinity.r @@ -5,7 +5,7 @@ * * Created: 12/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Infinity/InfinityVersion.h b/plugins/MacSignedAU/Infinity/InfinityVersion.h index 5155443b8..6fc2f41e5 100755 --- a/plugins/MacSignedAU/Infinity/InfinityVersion.h +++ b/plugins/MacSignedAU/Infinity/InfinityVersion.h @@ -5,7 +5,7 @@ * * Created: 12/10/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Infinity2/Infinity2.cpp b/plugins/MacSignedAU/Infinity2/Infinity2.cpp index b98bb0201..5577aff13 100644 --- a/plugins/MacSignedAU/Infinity2/Infinity2.cpp +++ b/plugins/MacSignedAU/Infinity2/Infinity2.cpp @@ -5,7 +5,7 @@ * * Created: 4/26/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Infinity2/Infinity2.h b/plugins/MacSignedAU/Infinity2/Infinity2.h index 71c2852dd..38732f701 100644 --- a/plugins/MacSignedAU/Infinity2/Infinity2.h +++ b/plugins/MacSignedAU/Infinity2/Infinity2.h @@ -5,7 +5,7 @@ * * Created: 4/26/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Infinity2/Infinity2.r b/plugins/MacSignedAU/Infinity2/Infinity2.r index 5a4d23881..adf071ceb 100644 --- a/plugins/MacSignedAU/Infinity2/Infinity2.r +++ b/plugins/MacSignedAU/Infinity2/Infinity2.r @@ -5,7 +5,7 @@ * * Created: 4/26/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Infinity2/Infinity2Version.h b/plugins/MacSignedAU/Infinity2/Infinity2Version.h index 201df1b3c..6e633a8c3 100644 --- a/plugins/MacSignedAU/Infinity2/Infinity2Version.h +++ b/plugins/MacSignedAU/Infinity2/Infinity2Version.h @@ -5,7 +5,7 @@ * * Created: 4/26/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Infrasonic/Infrasonic.cpp b/plugins/MacSignedAU/Infrasonic/Infrasonic.cpp index 20581a788..e881f5b02 100755 --- a/plugins/MacSignedAU/Infrasonic/Infrasonic.cpp +++ b/plugins/MacSignedAU/Infrasonic/Infrasonic.cpp @@ -5,7 +5,7 @@ * * Created: 11/17/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Infrasonic/Infrasonic.h b/plugins/MacSignedAU/Infrasonic/Infrasonic.h index 3a1601a87..91ba44db7 100755 --- a/plugins/MacSignedAU/Infrasonic/Infrasonic.h +++ b/plugins/MacSignedAU/Infrasonic/Infrasonic.h @@ -5,7 +5,7 @@ * * Created: 11/17/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Infrasonic/Infrasonic.r b/plugins/MacSignedAU/Infrasonic/Infrasonic.r index b466e6147..700affe61 100755 --- a/plugins/MacSignedAU/Infrasonic/Infrasonic.r +++ b/plugins/MacSignedAU/Infrasonic/Infrasonic.r @@ -5,7 +5,7 @@ * * Created: 11/17/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Infrasonic/InfrasonicVersion.h b/plugins/MacSignedAU/Infrasonic/InfrasonicVersion.h index 26ea80501..be080a3e7 100755 --- a/plugins/MacSignedAU/Infrasonic/InfrasonicVersion.h +++ b/plugins/MacSignedAU/Infrasonic/InfrasonicVersion.h @@ -5,7 +5,7 @@ * * Created: 11/17/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Interstage/Interstage.cpp b/plugins/MacSignedAU/Interstage/Interstage.cpp index 90a8b6406..3a0282b5f 100755 --- a/plugins/MacSignedAU/Interstage/Interstage.cpp +++ b/plugins/MacSignedAU/Interstage/Interstage.cpp @@ -5,7 +5,7 @@ * * Created: 6/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Interstage/Interstage.h b/plugins/MacSignedAU/Interstage/Interstage.h index be12dd469..fefc75d9a 100755 --- a/plugins/MacSignedAU/Interstage/Interstage.h +++ b/plugins/MacSignedAU/Interstage/Interstage.h @@ -5,7 +5,7 @@ * * Created: 6/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Interstage/Interstage.r b/plugins/MacSignedAU/Interstage/Interstage.r index 3067438c8..66fafd1d4 100755 --- a/plugins/MacSignedAU/Interstage/Interstage.r +++ b/plugins/MacSignedAU/Interstage/Interstage.r @@ -5,7 +5,7 @@ * * Created: 6/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Interstage/InterstageVersion.h b/plugins/MacSignedAU/Interstage/InterstageVersion.h index 5bee38720..05757e768 100755 --- a/plugins/MacSignedAU/Interstage/InterstageVersion.h +++ b/plugins/MacSignedAU/Interstage/InterstageVersion.h @@ -5,7 +5,7 @@ * * Created: 6/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/IronOxide5/IronOxide5.cpp b/plugins/MacSignedAU/IronOxide5/IronOxide5.cpp index 20f88c554..7f30ddfb7 100755 --- a/plugins/MacSignedAU/IronOxide5/IronOxide5.cpp +++ b/plugins/MacSignedAU/IronOxide5/IronOxide5.cpp @@ -5,7 +5,7 @@ * * Created: 4/21/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/IronOxide5/IronOxide5.h b/plugins/MacSignedAU/IronOxide5/IronOxide5.h index 3353a8004..7148c3fe7 100755 --- a/plugins/MacSignedAU/IronOxide5/IronOxide5.h +++ b/plugins/MacSignedAU/IronOxide5/IronOxide5.h @@ -5,7 +5,7 @@ * * Created: 4/21/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/IronOxide5/IronOxide5.r b/plugins/MacSignedAU/IronOxide5/IronOxide5.r index cd55b2aed..27b268054 100755 --- a/plugins/MacSignedAU/IronOxide5/IronOxide5.r +++ b/plugins/MacSignedAU/IronOxide5/IronOxide5.r @@ -5,7 +5,7 @@ * * Created: 4/21/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/IronOxide5/IronOxide5Version.h b/plugins/MacSignedAU/IronOxide5/IronOxide5Version.h index d5a83e0f4..c148a7d23 100755 --- a/plugins/MacSignedAU/IronOxide5/IronOxide5Version.h +++ b/plugins/MacSignedAU/IronOxide5/IronOxide5Version.h @@ -5,7 +5,7 @@ * * Created: 4/21/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/IronOxideClassic/IronOxideClassic.cpp b/plugins/MacSignedAU/IronOxideClassic/IronOxideClassic.cpp index a5937959d..48d350e4c 100755 --- a/plugins/MacSignedAU/IronOxideClassic/IronOxideClassic.cpp +++ b/plugins/MacSignedAU/IronOxideClassic/IronOxideClassic.cpp @@ -5,7 +5,7 @@ * * Created: 5/13/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/IronOxideClassic/IronOxideClassic.h b/plugins/MacSignedAU/IronOxideClassic/IronOxideClassic.h index 6d9bb949a..20e8a59ec 100755 --- a/plugins/MacSignedAU/IronOxideClassic/IronOxideClassic.h +++ b/plugins/MacSignedAU/IronOxideClassic/IronOxideClassic.h @@ -5,7 +5,7 @@ * * Created: 5/13/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/IronOxideClassic/IronOxideClassic.r b/plugins/MacSignedAU/IronOxideClassic/IronOxideClassic.r index f0f9ea72a..750644c48 100755 --- a/plugins/MacSignedAU/IronOxideClassic/IronOxideClassic.r +++ b/plugins/MacSignedAU/IronOxideClassic/IronOxideClassic.r @@ -5,7 +5,7 @@ * * Created: 5/13/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/IronOxideClassic/IronOxideClassicVersion.h b/plugins/MacSignedAU/IronOxideClassic/IronOxideClassicVersion.h index a2321e7dc..cd1ce06ee 100755 --- a/plugins/MacSignedAU/IronOxideClassic/IronOxideClassicVersion.h +++ b/plugins/MacSignedAU/IronOxideClassic/IronOxideClassicVersion.h @@ -5,7 +5,7 @@ * * Created: 5/13/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/IronOxideClassic2/IronOxideClassic2.cpp b/plugins/MacSignedAU/IronOxideClassic2/IronOxideClassic2.cpp index 9edf54f32..07ca31fbf 100755 --- a/plugins/MacSignedAU/IronOxideClassic2/IronOxideClassic2.cpp +++ b/plugins/MacSignedAU/IronOxideClassic2/IronOxideClassic2.cpp @@ -5,7 +5,7 @@ * * Created: 3/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/IronOxideClassic2/IronOxideClassic2.h b/plugins/MacSignedAU/IronOxideClassic2/IronOxideClassic2.h index d4fa13f74..c449c0b8e 100755 --- a/plugins/MacSignedAU/IronOxideClassic2/IronOxideClassic2.h +++ b/plugins/MacSignedAU/IronOxideClassic2/IronOxideClassic2.h @@ -5,7 +5,7 @@ * * Created: 3/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/IronOxideClassic2/IronOxideClassic2.r b/plugins/MacSignedAU/IronOxideClassic2/IronOxideClassic2.r index bab185d5d..550e65f83 100755 --- a/plugins/MacSignedAU/IronOxideClassic2/IronOxideClassic2.r +++ b/plugins/MacSignedAU/IronOxideClassic2/IronOxideClassic2.r @@ -5,7 +5,7 @@ * * Created: 3/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/IronOxideClassic2/IronOxideClassic2Version.h b/plugins/MacSignedAU/IronOxideClassic2/IronOxideClassic2Version.h index 023e1cbc5..c867a565c 100755 --- a/plugins/MacSignedAU/IronOxideClassic2/IronOxideClassic2Version.h +++ b/plugins/MacSignedAU/IronOxideClassic2/IronOxideClassic2Version.h @@ -5,7 +5,7 @@ * * Created: 3/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Isolator/Isolator.cpp b/plugins/MacSignedAU/Isolator/Isolator.cpp index ae8190ddd..e73a610c0 100755 --- a/plugins/MacSignedAU/Isolator/Isolator.cpp +++ b/plugins/MacSignedAU/Isolator/Isolator.cpp @@ -5,7 +5,7 @@ * * Created: 11/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Isolator/Isolator.h b/plugins/MacSignedAU/Isolator/Isolator.h index 821e02161..a6083a639 100755 --- a/plugins/MacSignedAU/Isolator/Isolator.h +++ b/plugins/MacSignedAU/Isolator/Isolator.h @@ -5,7 +5,7 @@ * * Created: 11/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Isolator/Isolator.r b/plugins/MacSignedAU/Isolator/Isolator.r index 4b4ce90ac..cd421bbef 100755 --- a/plugins/MacSignedAU/Isolator/Isolator.r +++ b/plugins/MacSignedAU/Isolator/Isolator.r @@ -5,7 +5,7 @@ * * Created: 11/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Isolator/IsolatorVersion.h b/plugins/MacSignedAU/Isolator/IsolatorVersion.h index 0909abc60..151d0baa0 100755 --- a/plugins/MacSignedAU/Isolator/IsolatorVersion.h +++ b/plugins/MacSignedAU/Isolator/IsolatorVersion.h @@ -5,7 +5,7 @@ * * Created: 11/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Isolator2/Isolator2.cpp b/plugins/MacSignedAU/Isolator2/Isolator2.cpp index aeaf2df1a..68aee4787 100644 --- a/plugins/MacSignedAU/Isolator2/Isolator2.cpp +++ b/plugins/MacSignedAU/Isolator2/Isolator2.cpp @@ -5,7 +5,7 @@ * * Created: 2/21/22 * - * Copyright: Copyright © 2022 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacSignedAU/Isolator2/Isolator2.h b/plugins/MacSignedAU/Isolator2/Isolator2.h index 10b18d581..3f9fec9db 100644 --- a/plugins/MacSignedAU/Isolator2/Isolator2.h +++ b/plugins/MacSignedAU/Isolator2/Isolator2.h @@ -5,7 +5,7 @@ * * Created: 2/21/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Isolator2/Isolator2.r b/plugins/MacSignedAU/Isolator2/Isolator2.r index f1c01dc6e..b5c2fc49a 100644 --- a/plugins/MacSignedAU/Isolator2/Isolator2.r +++ b/plugins/MacSignedAU/Isolator2/Isolator2.r @@ -5,7 +5,7 @@ * * Created: 2/21/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Isolator2/Isolator2Version.h b/plugins/MacSignedAU/Isolator2/Isolator2Version.h index d97a05a3a..c347ccdeb 100644 --- a/plugins/MacSignedAU/Isolator2/Isolator2Version.h +++ b/plugins/MacSignedAU/Isolator2/Isolator2Version.h @@ -5,7 +5,7 @@ * * Created: 2/21/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/LRFlipTimer/LRFlipTimer.cpp b/plugins/MacSignedAU/LRFlipTimer/LRFlipTimer.cpp index 402336d26..698027bde 100755 --- a/plugins/MacSignedAU/LRFlipTimer/LRFlipTimer.cpp +++ b/plugins/MacSignedAU/LRFlipTimer/LRFlipTimer.cpp @@ -5,7 +5,7 @@ * * Created: 1/29/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/LRFlipTimer/LRFlipTimer.h b/plugins/MacSignedAU/LRFlipTimer/LRFlipTimer.h index 05be221c0..0a2642e19 100755 --- a/plugins/MacSignedAU/LRFlipTimer/LRFlipTimer.h +++ b/plugins/MacSignedAU/LRFlipTimer/LRFlipTimer.h @@ -5,7 +5,7 @@ * * Created: 1/29/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/LRFlipTimer/LRFlipTimer.r b/plugins/MacSignedAU/LRFlipTimer/LRFlipTimer.r index 77c3a8400..6d11dcb4f 100755 --- a/plugins/MacSignedAU/LRFlipTimer/LRFlipTimer.r +++ b/plugins/MacSignedAU/LRFlipTimer/LRFlipTimer.r @@ -5,7 +5,7 @@ * * Created: 1/29/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/LRFlipTimer/LRFlipTimerVersion.h b/plugins/MacSignedAU/LRFlipTimer/LRFlipTimerVersion.h index 81c409feb..1df65b42c 100755 --- a/plugins/MacSignedAU/LRFlipTimer/LRFlipTimerVersion.h +++ b/plugins/MacSignedAU/LRFlipTimer/LRFlipTimerVersion.h @@ -5,7 +5,7 @@ * * Created: 1/29/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/LeadAmp/LeadAmp.cpp b/plugins/MacSignedAU/LeadAmp/LeadAmp.cpp index c0a06c80f..c1d4dbbea 100755 --- a/plugins/MacSignedAU/LeadAmp/LeadAmp.cpp +++ b/plugins/MacSignedAU/LeadAmp/LeadAmp.cpp @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/LeadAmp/LeadAmp.h b/plugins/MacSignedAU/LeadAmp/LeadAmp.h index a665d25a5..42054133d 100755 --- a/plugins/MacSignedAU/LeadAmp/LeadAmp.h +++ b/plugins/MacSignedAU/LeadAmp/LeadAmp.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/LeadAmp/LeadAmp.r b/plugins/MacSignedAU/LeadAmp/LeadAmp.r index e21d660e2..348ab90c5 100755 --- a/plugins/MacSignedAU/LeadAmp/LeadAmp.r +++ b/plugins/MacSignedAU/LeadAmp/LeadAmp.r @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/LeadAmp/LeadAmpVersion.h b/plugins/MacSignedAU/LeadAmp/LeadAmpVersion.h index 3b7f56b37..0c0b424fd 100755 --- a/plugins/MacSignedAU/LeadAmp/LeadAmpVersion.h +++ b/plugins/MacSignedAU/LeadAmp/LeadAmpVersion.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/LeftoMono/LeftoMono.cpp b/plugins/MacSignedAU/LeftoMono/LeftoMono.cpp index 527ee58d9..799fbdb4c 100755 --- a/plugins/MacSignedAU/LeftoMono/LeftoMono.cpp +++ b/plugins/MacSignedAU/LeftoMono/LeftoMono.cpp @@ -5,7 +5,7 @@ * * Created: 10/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/LeftoMono/LeftoMono.h b/plugins/MacSignedAU/LeftoMono/LeftoMono.h index 5e8f4a5a9..2f62003f4 100755 --- a/plugins/MacSignedAU/LeftoMono/LeftoMono.h +++ b/plugins/MacSignedAU/LeftoMono/LeftoMono.h @@ -5,7 +5,7 @@ * * Created: 10/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/LeftoMono/LeftoMono.r b/plugins/MacSignedAU/LeftoMono/LeftoMono.r index eaf6dd31b..a3905fe77 100755 --- a/plugins/MacSignedAU/LeftoMono/LeftoMono.r +++ b/plugins/MacSignedAU/LeftoMono/LeftoMono.r @@ -5,7 +5,7 @@ * * Created: 10/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/LeftoMono/LeftoMonoVersion.h b/plugins/MacSignedAU/LeftoMono/LeftoMonoVersion.h index ef2d42e2d..877300d2d 100755 --- a/plugins/MacSignedAU/LeftoMono/LeftoMonoVersion.h +++ b/plugins/MacSignedAU/LeftoMono/LeftoMonoVersion.h @@ -5,7 +5,7 @@ * * Created: 10/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/LilAmp/LilAmp.cpp b/plugins/MacSignedAU/LilAmp/LilAmp.cpp index ed648591e..dbe498163 100755 --- a/plugins/MacSignedAU/LilAmp/LilAmp.cpp +++ b/plugins/MacSignedAU/LilAmp/LilAmp.cpp @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/LilAmp/LilAmp.h b/plugins/MacSignedAU/LilAmp/LilAmp.h index 89f687d48..084f7e949 100755 --- a/plugins/MacSignedAU/LilAmp/LilAmp.h +++ b/plugins/MacSignedAU/LilAmp/LilAmp.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/LilAmp/LilAmp.r b/plugins/MacSignedAU/LilAmp/LilAmp.r index 6ed0e2a8f..bbc37693f 100755 --- a/plugins/MacSignedAU/LilAmp/LilAmp.r +++ b/plugins/MacSignedAU/LilAmp/LilAmp.r @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/LilAmp/LilAmpVersion.h b/plugins/MacSignedAU/LilAmp/LilAmpVersion.h index c6499771d..bd0ad4a41 100755 --- a/plugins/MacSignedAU/LilAmp/LilAmpVersion.h +++ b/plugins/MacSignedAU/LilAmp/LilAmpVersion.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Logical4/Logical4.cpp b/plugins/MacSignedAU/Logical4/Logical4.cpp index 30b6a9c9c..8758f4352 100755 --- a/plugins/MacSignedAU/Logical4/Logical4.cpp +++ b/plugins/MacSignedAU/Logical4/Logical4.cpp @@ -5,7 +5,7 @@ * * Created: 11/9/15 * - * Copyright: Copyright © 2015 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacSignedAU/Logical4/Logical4.h b/plugins/MacSignedAU/Logical4/Logical4.h index 64c6a5476..bac0a5ffb 100755 --- a/plugins/MacSignedAU/Logical4/Logical4.h +++ b/plugins/MacSignedAU/Logical4/Logical4.h @@ -5,7 +5,7 @@ * * Created: 11/9/15 * - * Copyright: Copyright © 2015 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacSignedAU/Logical4/Logical4.r b/plugins/MacSignedAU/Logical4/Logical4.r index 492f018c6..6368adc30 100755 --- a/plugins/MacSignedAU/Logical4/Logical4.r +++ b/plugins/MacSignedAU/Logical4/Logical4.r @@ -5,7 +5,7 @@ * * Created: 11/9/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Logical4/Logical4Version.h b/plugins/MacSignedAU/Logical4/Logical4Version.h index 6a28b773b..c3cf9005d 100755 --- a/plugins/MacSignedAU/Logical4/Logical4Version.h +++ b/plugins/MacSignedAU/Logical4/Logical4Version.h @@ -5,7 +5,7 @@ * * Created: 11/9/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Loud/Loud.cpp b/plugins/MacSignedAU/Loud/Loud.cpp index 80bb94f88..8c49b8942 100755 --- a/plugins/MacSignedAU/Loud/Loud.cpp +++ b/plugins/MacSignedAU/Loud/Loud.cpp @@ -5,7 +5,7 @@ * * Created: 10/6/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Loud/Loud.h b/plugins/MacSignedAU/Loud/Loud.h index 79c4d9ba3..40d4b9a78 100755 --- a/plugins/MacSignedAU/Loud/Loud.h +++ b/plugins/MacSignedAU/Loud/Loud.h @@ -5,7 +5,7 @@ * * Created: 10/6/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Loud/Loud.r b/plugins/MacSignedAU/Loud/Loud.r index c95785cb7..8086e7ac2 100755 --- a/plugins/MacSignedAU/Loud/Loud.r +++ b/plugins/MacSignedAU/Loud/Loud.r @@ -5,7 +5,7 @@ * * Created: 10/6/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Loud/LoudVersion.h b/plugins/MacSignedAU/Loud/LoudVersion.h index e6736b9ab..e9899a3f7 100755 --- a/plugins/MacSignedAU/Loud/LoudVersion.h +++ b/plugins/MacSignedAU/Loud/LoudVersion.h @@ -5,7 +5,7 @@ * * Created: 10/6/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Lowpass/Lowpass.cpp b/plugins/MacSignedAU/Lowpass/Lowpass.cpp index 45aa71021..805f61130 100755 --- a/plugins/MacSignedAU/Lowpass/Lowpass.cpp +++ b/plugins/MacSignedAU/Lowpass/Lowpass.cpp @@ -5,7 +5,7 @@ * * Created: 2/22/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Lowpass/Lowpass.h b/plugins/MacSignedAU/Lowpass/Lowpass.h index b07871041..5546ebd86 100755 --- a/plugins/MacSignedAU/Lowpass/Lowpass.h +++ b/plugins/MacSignedAU/Lowpass/Lowpass.h @@ -5,7 +5,7 @@ * * Created: 2/22/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Lowpass/Lowpass.r b/plugins/MacSignedAU/Lowpass/Lowpass.r index e3e1b6e95..18b04329e 100755 --- a/plugins/MacSignedAU/Lowpass/Lowpass.r +++ b/plugins/MacSignedAU/Lowpass/Lowpass.r @@ -5,7 +5,7 @@ * * Created: 2/22/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Lowpass/LowpassVersion.h b/plugins/MacSignedAU/Lowpass/LowpassVersion.h index cd397af47..07a6b0a6c 100755 --- a/plugins/MacSignedAU/Lowpass/LowpassVersion.h +++ b/plugins/MacSignedAU/Lowpass/LowpassVersion.h @@ -5,7 +5,7 @@ * * Created: 2/22/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Lowpass2/Lowpass2.cpp b/plugins/MacSignedAU/Lowpass2/Lowpass2.cpp index 07a41a014..64e303b9c 100755 --- a/plugins/MacSignedAU/Lowpass2/Lowpass2.cpp +++ b/plugins/MacSignedAU/Lowpass2/Lowpass2.cpp @@ -5,7 +5,7 @@ * * Created: 3/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Lowpass2/Lowpass2.h b/plugins/MacSignedAU/Lowpass2/Lowpass2.h index f4c5314dc..be056f3d3 100755 --- a/plugins/MacSignedAU/Lowpass2/Lowpass2.h +++ b/plugins/MacSignedAU/Lowpass2/Lowpass2.h @@ -5,7 +5,7 @@ * * Created: 3/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Lowpass2/Lowpass2.r b/plugins/MacSignedAU/Lowpass2/Lowpass2.r index bf3f1cfc3..5cc3deb49 100755 --- a/plugins/MacSignedAU/Lowpass2/Lowpass2.r +++ b/plugins/MacSignedAU/Lowpass2/Lowpass2.r @@ -5,7 +5,7 @@ * * Created: 3/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Lowpass2/Lowpass2Version.h b/plugins/MacSignedAU/Lowpass2/Lowpass2Version.h index c20614dba..81e27862d 100755 --- a/plugins/MacSignedAU/Lowpass2/Lowpass2Version.h +++ b/plugins/MacSignedAU/Lowpass2/Lowpass2Version.h @@ -5,7 +5,7 @@ * * Created: 3/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Luxor/Luxor.cpp b/plugins/MacSignedAU/Luxor/Luxor.cpp index 0591f7aa0..8ba379178 100755 --- a/plugins/MacSignedAU/Luxor/Luxor.cpp +++ b/plugins/MacSignedAU/Luxor/Luxor.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Luxor/Luxor.h b/plugins/MacSignedAU/Luxor/Luxor.h index fbbff439e..20ec8d88e 100755 --- a/plugins/MacSignedAU/Luxor/Luxor.h +++ b/plugins/MacSignedAU/Luxor/Luxor.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Luxor/Luxor.r b/plugins/MacSignedAU/Luxor/Luxor.r index 3dcd0706c..4d8e9fb07 100755 --- a/plugins/MacSignedAU/Luxor/Luxor.r +++ b/plugins/MacSignedAU/Luxor/Luxor.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Luxor/LuxorVersion.h b/plugins/MacSignedAU/Luxor/LuxorVersion.h index 2257baf8d..88eb93eb7 100755 --- a/plugins/MacSignedAU/Luxor/LuxorVersion.h +++ b/plugins/MacSignedAU/Luxor/LuxorVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/MV/MV.cpp b/plugins/MacSignedAU/MV/MV.cpp index a9e40146e..1b64749a4 100755 --- a/plugins/MacSignedAU/MV/MV.cpp +++ b/plugins/MacSignedAU/MV/MV.cpp @@ -5,7 +5,7 @@ * * Created: 2/14/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/MV/MV.h b/plugins/MacSignedAU/MV/MV.h index f7640b082..0c43e21d0 100755 --- a/plugins/MacSignedAU/MV/MV.h +++ b/plugins/MacSignedAU/MV/MV.h @@ -5,7 +5,7 @@ * * Created: 2/14/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/MV/MV.r b/plugins/MacSignedAU/MV/MV.r index 651d56159..4e338f55a 100755 --- a/plugins/MacSignedAU/MV/MV.r +++ b/plugins/MacSignedAU/MV/MV.r @@ -5,7 +5,7 @@ * * Created: 2/14/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/MV/MVVersion.h b/plugins/MacSignedAU/MV/MVVersion.h index 3154a3dff..5ec7ac886 100755 --- a/plugins/MacSignedAU/MV/MVVersion.h +++ b/plugins/MacSignedAU/MV/MVVersion.h @@ -5,7 +5,7 @@ * * Created: 2/14/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/MackEQ/MackEQ.cpp b/plugins/MacSignedAU/MackEQ/MackEQ.cpp index 6eb96eece..9123f7924 100644 --- a/plugins/MacSignedAU/MackEQ/MackEQ.cpp +++ b/plugins/MacSignedAU/MackEQ/MackEQ.cpp @@ -5,7 +5,7 @@ * * Created: 4/5/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/MackEQ/MackEQ.h b/plugins/MacSignedAU/MackEQ/MackEQ.h index 23475e60e..eafd7d1f1 100644 --- a/plugins/MacSignedAU/MackEQ/MackEQ.h +++ b/plugins/MacSignedAU/MackEQ/MackEQ.h @@ -5,7 +5,7 @@ * * Created: 4/5/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/MackEQ/MackEQ.r b/plugins/MacSignedAU/MackEQ/MackEQ.r index 2fd144ae0..10c25244c 100644 --- a/plugins/MacSignedAU/MackEQ/MackEQ.r +++ b/plugins/MacSignedAU/MackEQ/MackEQ.r @@ -5,7 +5,7 @@ * * Created: 4/5/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/MackEQ/MackEQVersion.h b/plugins/MacSignedAU/MackEQ/MackEQVersion.h index 80549cb91..813abd36c 100644 --- a/plugins/MacSignedAU/MackEQ/MackEQVersion.h +++ b/plugins/MacSignedAU/MackEQ/MackEQVersion.h @@ -5,7 +5,7 @@ * * Created: 4/5/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Mackity/Mackity.cpp b/plugins/MacSignedAU/Mackity/Mackity.cpp index a8616f220..df9469e04 100644 --- a/plugins/MacSignedAU/Mackity/Mackity.cpp +++ b/plugins/MacSignedAU/Mackity/Mackity.cpp @@ -5,7 +5,7 @@ * * Created: 3/22/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Mackity/Mackity.h b/plugins/MacSignedAU/Mackity/Mackity.h index f54f5f027..6f154430b 100644 --- a/plugins/MacSignedAU/Mackity/Mackity.h +++ b/plugins/MacSignedAU/Mackity/Mackity.h @@ -5,7 +5,7 @@ * * Created: 3/22/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Mackity/Mackity.r b/plugins/MacSignedAU/Mackity/Mackity.r index 6e0b2a681..4a55fa0c1 100644 --- a/plugins/MacSignedAU/Mackity/Mackity.r +++ b/plugins/MacSignedAU/Mackity/Mackity.r @@ -5,7 +5,7 @@ * * Created: 3/22/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Mackity/MackityVersion.h b/plugins/MacSignedAU/Mackity/MackityVersion.h index 3cb067076..838de3c12 100644 --- a/plugins/MacSignedAU/Mackity/MackityVersion.h +++ b/plugins/MacSignedAU/Mackity/MackityVersion.h @@ -5,7 +5,7 @@ * * Created: 3/22/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/MatrixVerb/MatrixVerb.cpp b/plugins/MacSignedAU/MatrixVerb/MatrixVerb.cpp index 021b8de92..994c56ce6 100755 --- a/plugins/MacSignedAU/MatrixVerb/MatrixVerb.cpp +++ b/plugins/MacSignedAU/MatrixVerb/MatrixVerb.cpp @@ -5,7 +5,7 @@ * * Created: 10/26/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/MatrixVerb/MatrixVerb.h b/plugins/MacSignedAU/MatrixVerb/MatrixVerb.h index d2c7ff0f1..b61bd7815 100755 --- a/plugins/MacSignedAU/MatrixVerb/MatrixVerb.h +++ b/plugins/MacSignedAU/MatrixVerb/MatrixVerb.h @@ -5,7 +5,7 @@ * * Created: 10/26/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/MatrixVerb/MatrixVerb.r b/plugins/MacSignedAU/MatrixVerb/MatrixVerb.r index d1d5d2d87..a98312bd8 100755 --- a/plugins/MacSignedAU/MatrixVerb/MatrixVerb.r +++ b/plugins/MacSignedAU/MatrixVerb/MatrixVerb.r @@ -5,7 +5,7 @@ * * Created: 10/26/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/MatrixVerb/MatrixVerbVersion.h b/plugins/MacSignedAU/MatrixVerb/MatrixVerbVersion.h index c5eae2f9e..48989935b 100755 --- a/plugins/MacSignedAU/MatrixVerb/MatrixVerbVersion.h +++ b/plugins/MacSignedAU/MatrixVerb/MatrixVerbVersion.h @@ -5,7 +5,7 @@ * * Created: 10/26/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Melt/Melt.cpp b/plugins/MacSignedAU/Melt/Melt.cpp index f5d191b17..624cac60d 100755 --- a/plugins/MacSignedAU/Melt/Melt.cpp +++ b/plugins/MacSignedAU/Melt/Melt.cpp @@ -5,7 +5,7 @@ * * Created: 1/12/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Melt/Melt.h b/plugins/MacSignedAU/Melt/Melt.h index d7366ad89..fe8119ab8 100755 --- a/plugins/MacSignedAU/Melt/Melt.h +++ b/plugins/MacSignedAU/Melt/Melt.h @@ -5,7 +5,7 @@ * * Created: 1/12/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Melt/Melt.r b/plugins/MacSignedAU/Melt/Melt.r index 5c5e85c79..9bab26bb2 100755 --- a/plugins/MacSignedAU/Melt/Melt.r +++ b/plugins/MacSignedAU/Melt/Melt.r @@ -5,7 +5,7 @@ * * Created: 1/12/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Melt/MeltVersion.h b/plugins/MacSignedAU/Melt/MeltVersion.h index 1faa17772..deb78bb9b 100755 --- a/plugins/MacSignedAU/Melt/MeltVersion.h +++ b/plugins/MacSignedAU/Melt/MeltVersion.h @@ -5,7 +5,7 @@ * * Created: 1/12/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/MidAmp/MidAmp.cpp b/plugins/MacSignedAU/MidAmp/MidAmp.cpp index f71efaf96..6236a7ced 100755 --- a/plugins/MacSignedAU/MidAmp/MidAmp.cpp +++ b/plugins/MacSignedAU/MidAmp/MidAmp.cpp @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/MidAmp/MidAmp.h b/plugins/MacSignedAU/MidAmp/MidAmp.h index e0e5857c3..52fda9b4b 100755 --- a/plugins/MacSignedAU/MidAmp/MidAmp.h +++ b/plugins/MacSignedAU/MidAmp/MidAmp.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/MidAmp/MidAmp.r b/plugins/MacSignedAU/MidAmp/MidAmp.r index 778ecbee5..847f710fb 100755 --- a/plugins/MacSignedAU/MidAmp/MidAmp.r +++ b/plugins/MacSignedAU/MidAmp/MidAmp.r @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/MidAmp/MidAmpVersion.h b/plugins/MacSignedAU/MidAmp/MidAmpVersion.h index 02f10c4a4..2d858b134 100755 --- a/plugins/MacSignedAU/MidAmp/MidAmpVersion.h +++ b/plugins/MacSignedAU/MidAmp/MidAmpVersion.h @@ -5,7 +5,7 @@ * * Created: 3/28/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/MidSide/MidSide.cpp b/plugins/MacSignedAU/MidSide/MidSide.cpp index 47352bfae..add9dd7a0 100755 --- a/plugins/MacSignedAU/MidSide/MidSide.cpp +++ b/plugins/MacSignedAU/MidSide/MidSide.cpp @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/MidSide/MidSide.h b/plugins/MacSignedAU/MidSide/MidSide.h index c5dec2ac3..691a868fb 100755 --- a/plugins/MacSignedAU/MidSide/MidSide.h +++ b/plugins/MacSignedAU/MidSide/MidSide.h @@ -5,7 +5,7 @@ * * Created: 5/21/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/MidSide/MidSide.r b/plugins/MacSignedAU/MidSide/MidSide.r index 895792731..85fa6481b 100755 --- a/plugins/MacSignedAU/MidSide/MidSide.r +++ b/plugins/MacSignedAU/MidSide/MidSide.r @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/MidSide/MidSideVersion.h b/plugins/MacSignedAU/MidSide/MidSideVersion.h index 3286d911d..6c76a49e3 100755 --- a/plugins/MacSignedAU/MidSide/MidSideVersion.h +++ b/plugins/MacSignedAU/MidSide/MidSideVersion.h @@ -5,7 +5,7 @@ * * Created: 1/6/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/MoNoam/MoNoam.cpp b/plugins/MacSignedAU/MoNoam/MoNoam.cpp index 8ccd0136a..ab59651fb 100755 --- a/plugins/MacSignedAU/MoNoam/MoNoam.cpp +++ b/plugins/MacSignedAU/MoNoam/MoNoam.cpp @@ -5,7 +5,7 @@ * * Created: 9/12/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/MoNoam/MoNoam.h b/plugins/MacSignedAU/MoNoam/MoNoam.h index 928fbbf1a..2aac45ab4 100755 --- a/plugins/MacSignedAU/MoNoam/MoNoam.h +++ b/plugins/MacSignedAU/MoNoam/MoNoam.h @@ -5,7 +5,7 @@ * * Created: 9/12/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/MoNoam/MoNoam.r b/plugins/MacSignedAU/MoNoam/MoNoam.r index 5e5a545bf..c8bb5c577 100755 --- a/plugins/MacSignedAU/MoNoam/MoNoam.r +++ b/plugins/MacSignedAU/MoNoam/MoNoam.r @@ -5,7 +5,7 @@ * * Created: 9/12/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/MoNoam/MoNoamVersion.h b/plugins/MacSignedAU/MoNoam/MoNoamVersion.h index 8ab8f6499..2cb4d13e0 100755 --- a/plugins/MacSignedAU/MoNoam/MoNoamVersion.h +++ b/plugins/MacSignedAU/MoNoam/MoNoamVersion.h @@ -5,7 +5,7 @@ * * Created: 9/12/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Mojo/Mojo.cpp b/plugins/MacSignedAU/Mojo/Mojo.cpp index 754bd3733..9cde73b3c 100755 --- a/plugins/MacSignedAU/Mojo/Mojo.cpp +++ b/plugins/MacSignedAU/Mojo/Mojo.cpp @@ -5,7 +5,7 @@ * * Created: 7/15/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Mojo/Mojo.h b/plugins/MacSignedAU/Mojo/Mojo.h index 8ad81a904..e8ae4b6c8 100755 --- a/plugins/MacSignedAU/Mojo/Mojo.h +++ b/plugins/MacSignedAU/Mojo/Mojo.h @@ -5,7 +5,7 @@ * * Created: 7/15/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Mojo/Mojo.r b/plugins/MacSignedAU/Mojo/Mojo.r index 0d6ee61f2..470b05e70 100755 --- a/plugins/MacSignedAU/Mojo/Mojo.r +++ b/plugins/MacSignedAU/Mojo/Mojo.r @@ -5,7 +5,7 @@ * * Created: 7/15/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Mojo/MojoVersion.h b/plugins/MacSignedAU/Mojo/MojoVersion.h index 49cb304d3..8bc9aa7a2 100755 --- a/plugins/MacSignedAU/Mojo/MojoVersion.h +++ b/plugins/MacSignedAU/Mojo/MojoVersion.h @@ -5,7 +5,7 @@ * * Created: 7/15/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Monitoring/Monitoring.cpp b/plugins/MacSignedAU/Monitoring/Monitoring.cpp index 41042494d..73085afaa 100755 --- a/plugins/MacSignedAU/Monitoring/Monitoring.cpp +++ b/plugins/MacSignedAU/Monitoring/Monitoring.cpp @@ -5,7 +5,7 @@ * * Created: 9/2/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Monitoring/Monitoring.h b/plugins/MacSignedAU/Monitoring/Monitoring.h index e9f8b7652..357646c7f 100755 --- a/plugins/MacSignedAU/Monitoring/Monitoring.h +++ b/plugins/MacSignedAU/Monitoring/Monitoring.h @@ -5,7 +5,7 @@ * * Created: 9/2/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Monitoring/Monitoring.r b/plugins/MacSignedAU/Monitoring/Monitoring.r index c2f039613..a8456347c 100755 --- a/plugins/MacSignedAU/Monitoring/Monitoring.r +++ b/plugins/MacSignedAU/Monitoring/Monitoring.r @@ -5,7 +5,7 @@ * * Created: 9/2/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Monitoring/MonitoringVersion.h b/plugins/MacSignedAU/Monitoring/MonitoringVersion.h index 4bdd4fbb4..00c13fe2d 100755 --- a/plugins/MacSignedAU/Monitoring/MonitoringVersion.h +++ b/plugins/MacSignedAU/Monitoring/MonitoringVersion.h @@ -5,7 +5,7 @@ * * Created: 9/2/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Monitoring2/Monitoring2.cpp b/plugins/MacSignedAU/Monitoring2/Monitoring2.cpp index 97a007454..16f8faf99 100644 --- a/plugins/MacSignedAU/Monitoring2/Monitoring2.cpp +++ b/plugins/MacSignedAU/Monitoring2/Monitoring2.cpp @@ -5,7 +5,7 @@ * * Created: 9/13/21 * -* Copyright: Copyright � 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Monitoring2/Monitoring2.h b/plugins/MacSignedAU/Monitoring2/Monitoring2.h index 32b707a39..472cb6e0a 100644 --- a/plugins/MacSignedAU/Monitoring2/Monitoring2.h +++ b/plugins/MacSignedAU/Monitoring2/Monitoring2.h @@ -5,7 +5,7 @@ * * Created: 9/13/21 * -* Copyright: Copyright � 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Monitoring2/Monitoring2.r b/plugins/MacSignedAU/Monitoring2/Monitoring2.r index b634d39ff..c1e573d31 100644 --- a/plugins/MacSignedAU/Monitoring2/Monitoring2.r +++ b/plugins/MacSignedAU/Monitoring2/Monitoring2.r @@ -5,7 +5,7 @@ * * Created: 9/13/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Monitoring2/Monitoring2Version.h b/plugins/MacSignedAU/Monitoring2/Monitoring2Version.h index 0265b04e5..3a1988147 100644 --- a/plugins/MacSignedAU/Monitoring2/Monitoring2Version.h +++ b/plugins/MacSignedAU/Monitoring2/Monitoring2Version.h @@ -5,7 +5,7 @@ * * Created: 9/13/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Monitoring3/Monitoring3.cpp b/plugins/MacSignedAU/Monitoring3/Monitoring3.cpp index fb1840a07..3f9e0a696 100755 --- a/plugins/MacSignedAU/Monitoring3/Monitoring3.cpp +++ b/plugins/MacSignedAU/Monitoring3/Monitoring3.cpp @@ -5,7 +5,7 @@ * * Created: 8/18/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -210,13 +210,6 @@ ComponentResult Monitoring3::Reset(AudioUnitScope inScope, AudioUnitElement inE darkSampleL[count] = 0; darkSampleR[count] = 0; } - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= GetSampleRate(); - depth = (int)(17.0*overallscale); - if (depth < 3) depth = 3; - if (depth > 98) depth = 98; //Dark - for(int count = 0; count < 1502; count++) { aL[count] = 0.0; bL[count] = 0.0; cL[count] = 0.0; dL[count] = 0.0; aR[count] = 0.0; bR[count] = 0.0; cR[count] = 0.0; dR[count] = 0.0; @@ -257,10 +250,13 @@ OSStatus Monitoring3::ProcessBufferLists(AudioUnitRenderActionFlags & ioActionF Float32 * outputL = (Float32*)(outBuffer.mBuffers[0].mData); Float32 * outputR = (Float32*)(outBuffer.mBuffers[1].mData); UInt32 nSampleFrames = inFramesToProcess; - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= GetSampleRate(); - + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + depth = (int)(17.0*overallscale); + if (depth < 3) depth = 3; + if (depth > 98) depth = 98; //Dark + int depth = (int)(17.0*overallscale); if (depth < 3) depth = 3; if (depth > 98) depth = 98; //for Dark diff --git a/plugins/MacSignedAU/Monitoring3/Monitoring3.h b/plugins/MacSignedAU/Monitoring3/Monitoring3.h index 0aa76fb83..b7d83f209 100755 --- a/plugins/MacSignedAU/Monitoring3/Monitoring3.h +++ b/plugins/MacSignedAU/Monitoring3/Monitoring3.h @@ -5,7 +5,7 @@ * * Created: 8/18/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Monitoring3/Monitoring3.r b/plugins/MacSignedAU/Monitoring3/Monitoring3.r index 38ca6408e..8fbb082c8 100755 --- a/plugins/MacSignedAU/Monitoring3/Monitoring3.r +++ b/plugins/MacSignedAU/Monitoring3/Monitoring3.r @@ -5,7 +5,7 @@ * * Created: 8/18/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Monitoring3/Monitoring3.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Monitoring3/Monitoring3.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index ddaaaeac3..7e03ffc36 100644 Binary files a/plugins/MacSignedAU/Monitoring3/Monitoring3.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedAU/Monitoring3/Monitoring3.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Monitoring3/Monitoring3Version.h b/plugins/MacSignedAU/Monitoring3/Monitoring3Version.h index c62cca21a..837708d6a 100755 --- a/plugins/MacSignedAU/Monitoring3/Monitoring3Version.h +++ b/plugins/MacSignedAU/Monitoring3/Monitoring3Version.h @@ -5,7 +5,7 @@ * * Created: 8/18/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/MultiBandDistortion/MultiBandDistortion.cpp b/plugins/MacSignedAU/MultiBandDistortion/MultiBandDistortion.cpp index 00e2627aa..0e016443b 100755 --- a/plugins/MacSignedAU/MultiBandDistortion/MultiBandDistortion.cpp +++ b/plugins/MacSignedAU/MultiBandDistortion/MultiBandDistortion.cpp @@ -5,7 +5,7 @@ * * Created: 4/24/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/MultiBandDistortion/MultiBandDistortion.h b/plugins/MacSignedAU/MultiBandDistortion/MultiBandDistortion.h index 08bda1cde..2dcef1803 100755 --- a/plugins/MacSignedAU/MultiBandDistortion/MultiBandDistortion.h +++ b/plugins/MacSignedAU/MultiBandDistortion/MultiBandDistortion.h @@ -5,7 +5,7 @@ * * Created: 4/24/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/MultiBandDistortion/MultiBandDistortion.r b/plugins/MacSignedAU/MultiBandDistortion/MultiBandDistortion.r index b8abb99b4..9c2927464 100755 --- a/plugins/MacSignedAU/MultiBandDistortion/MultiBandDistortion.r +++ b/plugins/MacSignedAU/MultiBandDistortion/MultiBandDistortion.r @@ -5,7 +5,7 @@ * * Created: 4/24/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/MultiBandDistortion/MultiBandDistortionVersion.h b/plugins/MacSignedAU/MultiBandDistortion/MultiBandDistortionVersion.h index 4612f8a9a..97a539cd4 100755 --- a/plugins/MacSignedAU/MultiBandDistortion/MultiBandDistortionVersion.h +++ b/plugins/MacSignedAU/MultiBandDistortion/MultiBandDistortionVersion.h @@ -5,7 +5,7 @@ * * Created: 4/24/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/NCSeventeen/NCSeventeen.cpp b/plugins/MacSignedAU/NCSeventeen/NCSeventeen.cpp index fbcb7a08b..082de0721 100755 --- a/plugins/MacSignedAU/NCSeventeen/NCSeventeen.cpp +++ b/plugins/MacSignedAU/NCSeventeen/NCSeventeen.cpp @@ -5,7 +5,7 @@ * * Created: 9/27/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/NCSeventeen/NCSeventeen.h b/plugins/MacSignedAU/NCSeventeen/NCSeventeen.h index b3421b7f3..52826ccf8 100755 --- a/plugins/MacSignedAU/NCSeventeen/NCSeventeen.h +++ b/plugins/MacSignedAU/NCSeventeen/NCSeventeen.h @@ -5,7 +5,7 @@ * * Created: 9/27/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/NCSeventeen/NCSeventeen.r b/plugins/MacSignedAU/NCSeventeen/NCSeventeen.r index c5d9c756c..30cb440ad 100755 --- a/plugins/MacSignedAU/NCSeventeen/NCSeventeen.r +++ b/plugins/MacSignedAU/NCSeventeen/NCSeventeen.r @@ -5,7 +5,7 @@ * * Created: 9/27/10 * -* Copyright: Copyright � 2010 Airwindows, All Rights Reserved +* Copyright: Copyright � 2010 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, installation, modification diff --git a/plugins/MacSignedAU/NCSeventeen/NCSeventeenVersion.h b/plugins/MacSignedAU/NCSeventeen/NCSeventeenVersion.h index 5588890b9..a30e773c1 100755 --- a/plugins/MacSignedAU/NCSeventeen/NCSeventeenVersion.h +++ b/plugins/MacSignedAU/NCSeventeen/NCSeventeenVersion.h @@ -5,7 +5,7 @@ * * Created: 9/27/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/NaturalizeDither/NaturalizeDither.cpp b/plugins/MacSignedAU/NaturalizeDither/NaturalizeDither.cpp index 9321235c0..1553454b8 100755 --- a/plugins/MacSignedAU/NaturalizeDither/NaturalizeDither.cpp +++ b/plugins/MacSignedAU/NaturalizeDither/NaturalizeDither.cpp @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright � 2016 Airwindows, All Rights Reserved +* Copyright: Copyright � 2016 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, installation, modification diff --git a/plugins/MacSignedAU/NaturalizeDither/NaturalizeDither.h b/plugins/MacSignedAU/NaturalizeDither/NaturalizeDither.h index 20e7d4bb6..3ab5c6c93 100755 --- a/plugins/MacSignedAU/NaturalizeDither/NaturalizeDither.h +++ b/plugins/MacSignedAU/NaturalizeDither/NaturalizeDither.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright � 2016 Airwindows, All Rights Reserved +* Copyright: Copyright � 2016 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, installation, modification diff --git a/plugins/MacSignedAU/NaturalizeDither/NaturalizeDither.r b/plugins/MacSignedAU/NaturalizeDither/NaturalizeDither.r index a495786ff..6c7067353 100755 --- a/plugins/MacSignedAU/NaturalizeDither/NaturalizeDither.r +++ b/plugins/MacSignedAU/NaturalizeDither/NaturalizeDither.r @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/NaturalizeDither/NaturalizeDitherVersion.h b/plugins/MacSignedAU/NaturalizeDither/NaturalizeDitherVersion.h index f7899317f..a70ba355a 100755 --- a/plugins/MacSignedAU/NaturalizeDither/NaturalizeDitherVersion.h +++ b/plugins/MacSignedAU/NaturalizeDither/NaturalizeDitherVersion.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Neverland/Neverland.cpp b/plugins/MacSignedAU/Neverland/Neverland.cpp index df48033e7..9b4b28609 100755 --- a/plugins/MacSignedAU/Neverland/Neverland.cpp +++ b/plugins/MacSignedAU/Neverland/Neverland.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Neverland/Neverland.h b/plugins/MacSignedAU/Neverland/Neverland.h index e5a90a58d..350d8b51d 100755 --- a/plugins/MacSignedAU/Neverland/Neverland.h +++ b/plugins/MacSignedAU/Neverland/Neverland.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Neverland/Neverland.r b/plugins/MacSignedAU/Neverland/Neverland.r index 73eaa00a1..451180325 100755 --- a/plugins/MacSignedAU/Neverland/Neverland.r +++ b/plugins/MacSignedAU/Neverland/Neverland.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Neverland/NeverlandVersion.h b/plugins/MacSignedAU/Neverland/NeverlandVersion.h index a44758737..b540081cc 100755 --- a/plugins/MacSignedAU/Neverland/NeverlandVersion.h +++ b/plugins/MacSignedAU/Neverland/NeverlandVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Nikola/Nikola.cpp b/plugins/MacSignedAU/Nikola/Nikola.cpp index 4374fde0c..de7c56b04 100755 --- a/plugins/MacSignedAU/Nikola/Nikola.cpp +++ b/plugins/MacSignedAU/Nikola/Nikola.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Nikola/Nikola.h b/plugins/MacSignedAU/Nikola/Nikola.h index 4c4e086a6..b43aeb1d8 100755 --- a/plugins/MacSignedAU/Nikola/Nikola.h +++ b/plugins/MacSignedAU/Nikola/Nikola.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Nikola/Nikola.r b/plugins/MacSignedAU/Nikola/Nikola.r index cb932a3db..32471daf4 100755 --- a/plugins/MacSignedAU/Nikola/Nikola.r +++ b/plugins/MacSignedAU/Nikola/Nikola.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Nikola/NikolaVersion.h b/plugins/MacSignedAU/Nikola/NikolaVersion.h index c973b9356..75031500f 100755 --- a/plugins/MacSignedAU/Nikola/NikolaVersion.h +++ b/plugins/MacSignedAU/Nikola/NikolaVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/NodeDither/NodeDither.cpp b/plugins/MacSignedAU/NodeDither/NodeDither.cpp index 7b32256a6..5bddfbaa4 100755 --- a/plugins/MacSignedAU/NodeDither/NodeDither.cpp +++ b/plugins/MacSignedAU/NodeDither/NodeDither.cpp @@ -5,7 +5,7 @@ * * Created: 12/7/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/NodeDither/NodeDither.h b/plugins/MacSignedAU/NodeDither/NodeDither.h index ea8e07b12..647528ed4 100755 --- a/plugins/MacSignedAU/NodeDither/NodeDither.h +++ b/plugins/MacSignedAU/NodeDither/NodeDither.h @@ -5,7 +5,7 @@ * * Created: 12/7/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/NodeDither/NodeDither.r b/plugins/MacSignedAU/NodeDither/NodeDither.r index 3f520c587..546bcb381 100755 --- a/plugins/MacSignedAU/NodeDither/NodeDither.r +++ b/plugins/MacSignedAU/NodeDither/NodeDither.r @@ -5,7 +5,7 @@ * * Created: 12/7/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/NodeDither/NodeDitherVersion.h b/plugins/MacSignedAU/NodeDither/NodeDitherVersion.h index 1c484ded4..8967a6f7e 100755 --- a/plugins/MacSignedAU/NodeDither/NodeDitherVersion.h +++ b/plugins/MacSignedAU/NodeDither/NodeDitherVersion.h @@ -5,7 +5,7 @@ * * Created: 12/7/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Noise/Noise.cpp b/plugins/MacSignedAU/Noise/Noise.cpp index 14939c929..1a547726c 100755 --- a/plugins/MacSignedAU/Noise/Noise.cpp +++ b/plugins/MacSignedAU/Noise/Noise.cpp @@ -5,7 +5,7 @@ * * Created: 5/7/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Noise/Noise.h b/plugins/MacSignedAU/Noise/Noise.h index 31568fe4a..4af537b0b 100755 --- a/plugins/MacSignedAU/Noise/Noise.h +++ b/plugins/MacSignedAU/Noise/Noise.h @@ -5,7 +5,7 @@ * * Created: 5/7/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Noise/Noise.r b/plugins/MacSignedAU/Noise/Noise.r index cc3ae78bd..103852da6 100755 --- a/plugins/MacSignedAU/Noise/Noise.r +++ b/plugins/MacSignedAU/Noise/Noise.r @@ -5,7 +5,7 @@ * * Created: 5/7/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Noise/NoiseVersion.h b/plugins/MacSignedAU/Noise/NoiseVersion.h index 899e01d9c..d13102395 100755 --- a/plugins/MacSignedAU/Noise/NoiseVersion.h +++ b/plugins/MacSignedAU/Noise/NoiseVersion.h @@ -5,7 +5,7 @@ * * Created: 5/7/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/NonlinearSpace/NonlinearSpace.cpp b/plugins/MacSignedAU/NonlinearSpace/NonlinearSpace.cpp index 3db8b37f2..8e3f07bc6 100755 --- a/plugins/MacSignedAU/NonlinearSpace/NonlinearSpace.cpp +++ b/plugins/MacSignedAU/NonlinearSpace/NonlinearSpace.cpp @@ -5,7 +5,7 @@ * * Created: 12/21/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/NonlinearSpace/NonlinearSpace.h b/plugins/MacSignedAU/NonlinearSpace/NonlinearSpace.h index b3b85dbf3..72441e848 100755 --- a/plugins/MacSignedAU/NonlinearSpace/NonlinearSpace.h +++ b/plugins/MacSignedAU/NonlinearSpace/NonlinearSpace.h @@ -5,7 +5,7 @@ * * Created: 12/21/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/NonlinearSpace/NonlinearSpace.r b/plugins/MacSignedAU/NonlinearSpace/NonlinearSpace.r index 042324837..f9c7d5598 100755 --- a/plugins/MacSignedAU/NonlinearSpace/NonlinearSpace.r +++ b/plugins/MacSignedAU/NonlinearSpace/NonlinearSpace.r @@ -5,7 +5,7 @@ * * Created: 12/21/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/NonlinearSpace/NonlinearSpaceVersion.h b/plugins/MacSignedAU/NonlinearSpace/NonlinearSpaceVersion.h index 06a761721..8c5f1df6d 100755 --- a/plugins/MacSignedAU/NonlinearSpace/NonlinearSpaceVersion.h +++ b/plugins/MacSignedAU/NonlinearSpace/NonlinearSpaceVersion.h @@ -5,7 +5,7 @@ * * Created: 12/21/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/NotJustAnotherCD/NotJustAnotherCD.cpp b/plugins/MacSignedAU/NotJustAnotherCD/NotJustAnotherCD.cpp index 0da993524..cfb7334fa 100755 --- a/plugins/MacSignedAU/NotJustAnotherCD/NotJustAnotherCD.cpp +++ b/plugins/MacSignedAU/NotJustAnotherCD/NotJustAnotherCD.cpp @@ -5,7 +5,7 @@ * * Created: 1/31/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/NotJustAnotherCD/NotJustAnotherCD.h b/plugins/MacSignedAU/NotJustAnotherCD/NotJustAnotherCD.h index 7ca7ce40e..ea9f68aa3 100755 --- a/plugins/MacSignedAU/NotJustAnotherCD/NotJustAnotherCD.h +++ b/plugins/MacSignedAU/NotJustAnotherCD/NotJustAnotherCD.h @@ -5,7 +5,7 @@ * * Created: 1/31/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/NotJustAnotherCD/NotJustAnotherCD.r b/plugins/MacSignedAU/NotJustAnotherCD/NotJustAnotherCD.r index 5b4335fec..30206e7f6 100755 --- a/plugins/MacSignedAU/NotJustAnotherCD/NotJustAnotherCD.r +++ b/plugins/MacSignedAU/NotJustAnotherCD/NotJustAnotherCD.r @@ -5,7 +5,7 @@ * * Created: 1/31/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/NotJustAnotherCD/NotJustAnotherCDVersion.h b/plugins/MacSignedAU/NotJustAnotherCD/NotJustAnotherCDVersion.h index c351657f3..9c653721d 100755 --- a/plugins/MacSignedAU/NotJustAnotherCD/NotJustAnotherCDVersion.h +++ b/plugins/MacSignedAU/NotJustAnotherCD/NotJustAnotherCDVersion.h @@ -5,7 +5,7 @@ * * Created: 1/31/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/NotJustAnotherDither/NotJustAnotherDither.cpp b/plugins/MacSignedAU/NotJustAnotherDither/NotJustAnotherDither.cpp index 7109a1edd..1add0017c 100755 --- a/plugins/MacSignedAU/NotJustAnotherDither/NotJustAnotherDither.cpp +++ b/plugins/MacSignedAU/NotJustAnotherDither/NotJustAnotherDither.cpp @@ -5,7 +5,7 @@ * * Created: 1/31/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/NotJustAnotherDither/NotJustAnotherDither.h b/plugins/MacSignedAU/NotJustAnotherDither/NotJustAnotherDither.h index 231d58a69..d85cf3929 100755 --- a/plugins/MacSignedAU/NotJustAnotherDither/NotJustAnotherDither.h +++ b/plugins/MacSignedAU/NotJustAnotherDither/NotJustAnotherDither.h @@ -5,7 +5,7 @@ * * Created: 1/31/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/NotJustAnotherDither/NotJustAnotherDither.r b/plugins/MacSignedAU/NotJustAnotherDither/NotJustAnotherDither.r index 4af8491f3..3e717e4cd 100755 --- a/plugins/MacSignedAU/NotJustAnotherDither/NotJustAnotherDither.r +++ b/plugins/MacSignedAU/NotJustAnotherDither/NotJustAnotherDither.r @@ -5,7 +5,7 @@ * * Created: 1/31/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/NotJustAnotherDither/NotJustAnotherDitherVersion.h b/plugins/MacSignedAU/NotJustAnotherDither/NotJustAnotherDitherVersion.h index 952aa6534..d1976d24d 100755 --- a/plugins/MacSignedAU/NotJustAnotherDither/NotJustAnotherDitherVersion.h +++ b/plugins/MacSignedAU/NotJustAnotherDither/NotJustAnotherDitherVersion.h @@ -5,7 +5,7 @@ * * Created: 1/31/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/OneCornerClip/OneCornerClip.cpp b/plugins/MacSignedAU/OneCornerClip/OneCornerClip.cpp index 1b35c5cd7..489194b6f 100755 --- a/plugins/MacSignedAU/OneCornerClip/OneCornerClip.cpp +++ b/plugins/MacSignedAU/OneCornerClip/OneCornerClip.cpp @@ -5,7 +5,7 @@ * * Created: 9/7/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/OneCornerClip/OneCornerClip.h b/plugins/MacSignedAU/OneCornerClip/OneCornerClip.h index 109620622..fd9228ae0 100755 --- a/plugins/MacSignedAU/OneCornerClip/OneCornerClip.h +++ b/plugins/MacSignedAU/OneCornerClip/OneCornerClip.h @@ -5,7 +5,7 @@ * * Created: 9/7/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/OneCornerClip/OneCornerClip.r b/plugins/MacSignedAU/OneCornerClip/OneCornerClip.r index 6c80bde96..db9b29184 100755 --- a/plugins/MacSignedAU/OneCornerClip/OneCornerClip.r +++ b/plugins/MacSignedAU/OneCornerClip/OneCornerClip.r @@ -5,7 +5,7 @@ * * Created: 9/7/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/OneCornerClip/OneCornerClipVersion.h b/plugins/MacSignedAU/OneCornerClip/OneCornerClipVersion.h index 268d2f4f5..c1b216256 100755 --- a/plugins/MacSignedAU/OneCornerClip/OneCornerClipVersion.h +++ b/plugins/MacSignedAU/OneCornerClip/OneCornerClipVersion.h @@ -5,7 +5,7 @@ * * Created: 9/7/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PDBuss/PDBuss.cpp b/plugins/MacSignedAU/PDBuss/PDBuss.cpp index 0b930a1f7..c8df0980e 100755 --- a/plugins/MacSignedAU/PDBuss/PDBuss.cpp +++ b/plugins/MacSignedAU/PDBuss/PDBuss.cpp @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PDBuss/PDBuss.h b/plugins/MacSignedAU/PDBuss/PDBuss.h index d857b806e..581f8ceac 100755 --- a/plugins/MacSignedAU/PDBuss/PDBuss.h +++ b/plugins/MacSignedAU/PDBuss/PDBuss.h @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PDBuss/PDBuss.r b/plugins/MacSignedAU/PDBuss/PDBuss.r index 185ffc3a2..0c218648d 100755 --- a/plugins/MacSignedAU/PDBuss/PDBuss.r +++ b/plugins/MacSignedAU/PDBuss/PDBuss.r @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PDBuss/PDBussVersion.h b/plugins/MacSignedAU/PDBuss/PDBussVersion.h index 5889b0e76..d68a8d246 100755 --- a/plugins/MacSignedAU/PDBuss/PDBussVersion.h +++ b/plugins/MacSignedAU/PDBuss/PDBussVersion.h @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PDChannel/PDChannel.cpp b/plugins/MacSignedAU/PDChannel/PDChannel.cpp index 2a9d59ccb..9c8e3f1ea 100755 --- a/plugins/MacSignedAU/PDChannel/PDChannel.cpp +++ b/plugins/MacSignedAU/PDChannel/PDChannel.cpp @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PDChannel/PDChannel.h b/plugins/MacSignedAU/PDChannel/PDChannel.h index 920d251cd..ddbbf5637 100755 --- a/plugins/MacSignedAU/PDChannel/PDChannel.h +++ b/plugins/MacSignedAU/PDChannel/PDChannel.h @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PDChannel/PDChannel.r b/plugins/MacSignedAU/PDChannel/PDChannel.r index d4e5bc398..7932f2c0a 100755 --- a/plugins/MacSignedAU/PDChannel/PDChannel.r +++ b/plugins/MacSignedAU/PDChannel/PDChannel.r @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PDChannel/PDChannelVersion.h b/plugins/MacSignedAU/PDChannel/PDChannelVersion.h index f1c88c9c2..7eeaf7b76 100755 --- a/plugins/MacSignedAU/PDChannel/PDChannelVersion.h +++ b/plugins/MacSignedAU/PDChannel/PDChannelVersion.h @@ -5,7 +5,7 @@ * * Created: 1/26/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Pafnuty/Pafnuty.cpp b/plugins/MacSignedAU/Pafnuty/Pafnuty.cpp index 4f8500bd0..c567f19d1 100755 --- a/plugins/MacSignedAU/Pafnuty/Pafnuty.cpp +++ b/plugins/MacSignedAU/Pafnuty/Pafnuty.cpp @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Pafnuty/Pafnuty.h b/plugins/MacSignedAU/Pafnuty/Pafnuty.h index 111add59a..1dfe78a9d 100755 --- a/plugins/MacSignedAU/Pafnuty/Pafnuty.h +++ b/plugins/MacSignedAU/Pafnuty/Pafnuty.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Pafnuty/Pafnuty.r b/plugins/MacSignedAU/Pafnuty/Pafnuty.r index 07c5e30a0..e2a85a7eb 100755 --- a/plugins/MacSignedAU/Pafnuty/Pafnuty.r +++ b/plugins/MacSignedAU/Pafnuty/Pafnuty.r @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Pafnuty/PafnutyVersion.h b/plugins/MacSignedAU/Pafnuty/PafnutyVersion.h index e84cd4a31..c6a0c33a6 100755 --- a/plugins/MacSignedAU/Pafnuty/PafnutyVersion.h +++ b/plugins/MacSignedAU/Pafnuty/PafnutyVersion.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PaulDither/PaulDither.cpp b/plugins/MacSignedAU/PaulDither/PaulDither.cpp index b8f228f7c..c496b1d30 100755 --- a/plugins/MacSignedAU/PaulDither/PaulDither.cpp +++ b/plugins/MacSignedAU/PaulDither/PaulDither.cpp @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/PaulDither/PaulDither.h b/plugins/MacSignedAU/PaulDither/PaulDither.h index c501c9463..d660ca7f4 100755 --- a/plugins/MacSignedAU/PaulDither/PaulDither.h +++ b/plugins/MacSignedAU/PaulDither/PaulDither.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/PaulDither/PaulDither.r b/plugins/MacSignedAU/PaulDither/PaulDither.r index 3ef1614b4..83ccdc8a5 100755 --- a/plugins/MacSignedAU/PaulDither/PaulDither.r +++ b/plugins/MacSignedAU/PaulDither/PaulDither.r @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/PaulDither/PaulDitherVersion.h b/plugins/MacSignedAU/PaulDither/PaulDitherVersion.h index 1baa2774e..5f24916c4 100755 --- a/plugins/MacSignedAU/PaulDither/PaulDitherVersion.h +++ b/plugins/MacSignedAU/PaulDither/PaulDitherVersion.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/PaulWide/PaulWide.cpp b/plugins/MacSignedAU/PaulWide/PaulWide.cpp index 60a6239bb..7ddb9d702 100644 --- a/plugins/MacSignedAU/PaulWide/PaulWide.cpp +++ b/plugins/MacSignedAU/PaulWide/PaulWide.cpp @@ -5,7 +5,7 @@ * * Created: 11/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PaulWide/PaulWide.h b/plugins/MacSignedAU/PaulWide/PaulWide.h index caeea9224..8ce93b816 100644 --- a/plugins/MacSignedAU/PaulWide/PaulWide.h +++ b/plugins/MacSignedAU/PaulWide/PaulWide.h @@ -5,7 +5,7 @@ * * Created: 11/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PaulWide/PaulWide.r b/plugins/MacSignedAU/PaulWide/PaulWide.r index c284cfe39..74599e0f7 100644 --- a/plugins/MacSignedAU/PaulWide/PaulWide.r +++ b/plugins/MacSignedAU/PaulWide/PaulWide.r @@ -5,7 +5,7 @@ * * Created: 11/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PaulWide/PaulWideVersion.h b/plugins/MacSignedAU/PaulWide/PaulWideVersion.h index 4cfe10487..9bb746f63 100644 --- a/plugins/MacSignedAU/PaulWide/PaulWideVersion.h +++ b/plugins/MacSignedAU/PaulWide/PaulWideVersion.h @@ -5,7 +5,7 @@ * * Created: 11/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PeaksOnly/PeaksOnly.cpp b/plugins/MacSignedAU/PeaksOnly/PeaksOnly.cpp index 463a0795f..d9490a217 100755 --- a/plugins/MacSignedAU/PeaksOnly/PeaksOnly.cpp +++ b/plugins/MacSignedAU/PeaksOnly/PeaksOnly.cpp @@ -5,7 +5,7 @@ * * Created: 9/1/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/PeaksOnly/PeaksOnly.h b/plugins/MacSignedAU/PeaksOnly/PeaksOnly.h index 68a8ce7a8..e85b2ddb2 100755 --- a/plugins/MacSignedAU/PeaksOnly/PeaksOnly.h +++ b/plugins/MacSignedAU/PeaksOnly/PeaksOnly.h @@ -5,7 +5,7 @@ * * Created: 9/1/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/PeaksOnly/PeaksOnly.r b/plugins/MacSignedAU/PeaksOnly/PeaksOnly.r index 5cd1457fd..757d6fe43 100755 --- a/plugins/MacSignedAU/PeaksOnly/PeaksOnly.r +++ b/plugins/MacSignedAU/PeaksOnly/PeaksOnly.r @@ -5,7 +5,7 @@ * * Created: 9/1/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/PeaksOnly/PeaksOnlyVersion.h b/plugins/MacSignedAU/PeaksOnly/PeaksOnlyVersion.h index 1a0e95a80..7bce1a0fc 100755 --- a/plugins/MacSignedAU/PeaksOnly/PeaksOnlyVersion.h +++ b/plugins/MacSignedAU/PeaksOnly/PeaksOnlyVersion.h @@ -5,7 +5,7 @@ * * Created: 9/1/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/PhaseNudge/PhaseNudge.cpp b/plugins/MacSignedAU/PhaseNudge/PhaseNudge.cpp index b6e5691ee..f95b931d3 100755 --- a/plugins/MacSignedAU/PhaseNudge/PhaseNudge.cpp +++ b/plugins/MacSignedAU/PhaseNudge/PhaseNudge.cpp @@ -5,7 +5,7 @@ * * Created: 2/28/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/PhaseNudge/PhaseNudge.h b/plugins/MacSignedAU/PhaseNudge/PhaseNudge.h index f6ad98dcd..1a1ecf6d7 100755 --- a/plugins/MacSignedAU/PhaseNudge/PhaseNudge.h +++ b/plugins/MacSignedAU/PhaseNudge/PhaseNudge.h @@ -5,7 +5,7 @@ * * Created: 2/28/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/PhaseNudge/PhaseNudge.r b/plugins/MacSignedAU/PhaseNudge/PhaseNudge.r index 782d9c18d..fedde4888 100755 --- a/plugins/MacSignedAU/PhaseNudge/PhaseNudge.r +++ b/plugins/MacSignedAU/PhaseNudge/PhaseNudge.r @@ -5,7 +5,7 @@ * * Created: 2/28/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/PhaseNudge/PhaseNudgeVersion.h b/plugins/MacSignedAU/PhaseNudge/PhaseNudgeVersion.h index dd53d1d34..af076f9c5 100755 --- a/plugins/MacSignedAU/PhaseNudge/PhaseNudgeVersion.h +++ b/plugins/MacSignedAU/PhaseNudge/PhaseNudgeVersion.h @@ -5,7 +5,7 @@ * * Created: 2/28/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/PitchDelay/PitchDelay.cpp b/plugins/MacSignedAU/PitchDelay/PitchDelay.cpp index fadc91b3b..6490a6a62 100644 --- a/plugins/MacSignedAU/PitchDelay/PitchDelay.cpp +++ b/plugins/MacSignedAU/PitchDelay/PitchDelay.cpp @@ -5,7 +5,7 @@ * * Created: 8/2/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PitchDelay/PitchDelay.h b/plugins/MacSignedAU/PitchDelay/PitchDelay.h index 6f76114c2..f8f0d76b8 100644 --- a/plugins/MacSignedAU/PitchDelay/PitchDelay.h +++ b/plugins/MacSignedAU/PitchDelay/PitchDelay.h @@ -5,7 +5,7 @@ * * Created: 8/2/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PitchDelay/PitchDelay.r b/plugins/MacSignedAU/PitchDelay/PitchDelay.r index ebc49e07b..f92a4d87f 100644 --- a/plugins/MacSignedAU/PitchDelay/PitchDelay.r +++ b/plugins/MacSignedAU/PitchDelay/PitchDelay.r @@ -5,7 +5,7 @@ * * Created: 8/2/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PitchDelay/PitchDelayVersion.h b/plugins/MacSignedAU/PitchDelay/PitchDelayVersion.h index 8151bed70..6a6c15838 100644 --- a/plugins/MacSignedAU/PitchDelay/PitchDelayVersion.h +++ b/plugins/MacSignedAU/PitchDelay/PitchDelayVersion.h @@ -5,7 +5,7 @@ * * Created: 8/2/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PitchNasty/Info.plist b/plugins/MacSignedAU/PitchNasty/Info.plist new file mode 100755 index 000000000..3f10916a1 --- /dev/null +++ b/plugins/MacSignedAU/PitchNasty/Info.plist @@ -0,0 +1,47 @@ + + + + + AudioComponents + + + description + ${PRODUCT_NAME:identifier} AU + factoryFunction + ${PRODUCT_NAME:identifier}Factory + manufacturer + Dthr + name + Airwindows: ${PRODUCT_NAME:identifier} + subtype + pitn + type + aufx + version + 65536 + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PROJECTNAMEASIDENTIFIER} + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + DthX + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacSignedAU/PitchNasty/PitchNasty.cpp b/plugins/MacSignedAU/PitchNasty/PitchNasty.cpp new file mode 100755 index 000000000..4ce0472fb --- /dev/null +++ b/plugins/MacSignedAU/PitchNasty/PitchNasty.cpp @@ -0,0 +1,293 @@ +/* +* File: PitchNasty.cpp +* +* Version: 1.0 +* +* Created: 9/15/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +/*============================================================================= + PitchNasty.cpp + +=============================================================================*/ +#include "PitchNasty.h" + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +AUDIOCOMPONENT_ENTRY(AUBaseFactory, PitchNasty) + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// PitchNasty::PitchNasty +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +PitchNasty::PitchNasty(AudioUnit component) + : AUEffectBase(component) +{ + CreateElements(); + Globals()->UseIndexedParameters(kNumberOfParameters); + SetParameter(kParam_One, kDefaultValue_ParamOne ); + SetParameter(kParam_Two, kDefaultValue_ParamTwo ); + SetParameter(kParam_Three, kDefaultValue_ParamThree ); + SetParameter(kParam_Four, kDefaultValue_ParamFour ); + SetParameter(kParam_Five, kDefaultValue_ParamFive ); + SetParameter(kParam_Six, kDefaultValue_ParamSix ); + +#if AU_DEBUG_DISPATCHER + mDebugDispatcher = new AUDebugDispatcher (this); +#endif + +} + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// PitchNasty::GetParameterValueStrings +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult PitchNasty::GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings) +{ + + return kAudioUnitErr_InvalidProperty; +} + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// PitchNasty::GetParameterInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult PitchNasty::GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo ) +{ + ComponentResult result = noErr; + + outParameterInfo.flags = kAudioUnitParameterFlag_IsWritable + | kAudioUnitParameterFlag_IsReadable; + + if (inScope == kAudioUnitScope_Global) { + switch(inParameterID) + { + case kParam_One: + AUBase::FillInParameterName (outParameterInfo, kParameterOneName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Indexed; + outParameterInfo.minValue = -12; + outParameterInfo.maxValue = 12; + outParameterInfo.defaultValue = kDefaultValue_ParamOne; + break; + case kParam_Two: + AUBase::FillInParameterName (outParameterInfo, kParameterTwoName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = -12.0; + outParameterInfo.maxValue = 12.0; + outParameterInfo.defaultValue = kDefaultValue_ParamTwo; + break; + case kParam_Three: + AUBase::FillInParameterName (outParameterInfo, kParameterThreeName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Indexed; + outParameterInfo.minValue = -36; + outParameterInfo.maxValue = 36; + outParameterInfo.defaultValue = kDefaultValue_ParamThree; + break; + case kParam_Four: + AUBase::FillInParameterName (outParameterInfo, kParameterFourName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamFour; + break; + case kParam_Five: + AUBase::FillInParameterName (outParameterInfo, kParameterFiveName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamFive; + break; + case kParam_Six: + AUBase::FillInParameterName (outParameterInfo, kParameterSixName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamSix; + break; + default: + result = kAudioUnitErr_InvalidParameter; + break; + } + } else { + result = kAudioUnitErr_InvalidParameter; + } + + + + return result; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// PitchNasty::GetPropertyInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult PitchNasty::GetPropertyInfo (AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable) +{ + return AUEffectBase::GetPropertyInfo (inID, inScope, inElement, outDataSize, outWritable); +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// PitchNasty::GetProperty +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult PitchNasty::GetProperty( AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData ) +{ + return AUEffectBase::GetProperty (inID, inScope, inElement, outData); +} + +// PitchNasty::Initialize +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult PitchNasty::Initialize() +{ + ComponentResult result = AUEffectBase::Initialize(); + if (result == noErr) + Reset(kAudioUnitScope_Global, 0); + return result; +} + +#pragma mark ____PitchNastyEffectKernel + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// PitchNasty::PitchNastyKernel::Reset() +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void PitchNasty::PitchNastyKernel::Reset() +{ + for (int temp = 0; temp < 10001; temp++) {d[temp] = 0.0;} + inCount = 1; + outCount = 1.0; + switchTransition = false; + switchAmount = 0.0; + feedbackSample = 0.0; + fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// PitchNasty::PitchNastyKernel::Process +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void PitchNasty::PitchNastyKernel::Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence ) +{ + UInt32 nSampleFrames = inFramesToProcess; + const Float32 *sourceP = inSourceP; + Float32 *destP = inDestP; + + double note = GetParameter( kParam_One );// -12 to +12 + double bend = GetParameter( kParam_Two );// -12.0 to +12.0 + double speed = pow(2,note/12.0)*pow(2,bend/12.0); + + double grindRef = (1.0/261.6)*GetSampleRate(); //samples per Middle C cycle + double grindNote = pow(2,GetParameter( kParam_Three )/12.0); // -36 to 36 + double width = grindRef / grindNote; + if (width > 9990) width = 9990; //safety check + double feedback = GetParameter( kParam_Four ); + double trim = GetParameter( kParam_Five ); + double wet = GetParameter( kParam_Six ); + + while (nSampleFrames-- > 0) { + long double inputSample = *sourceP; + if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; + double drySample = inputSample; + + inputSample += (feedbackSample * feedback); + if (fabs(feedbackSample) > 1.0) inputSample /= fabs(feedbackSample); + + d[inCount] = inputSample; + + inCount++; + outCount += speed; + + if (outCount > inCount && switchTransition) { + switchAmount = 1.0; + switchTransition = false; + } + + if (inCount > width) inCount -= width; + if (outCount > width) { + outCount -= width; + switchTransition = true; + //reset the transition point + } + + int count = floor(outCount); + int arrayWidth = floor(width); + + inputSample = (d[count-((count > arrayWidth)?arrayWidth+1:0)] * (1-(outCount-floor(outCount)))); + inputSample += (d[count+1-((count+1 > arrayWidth)?arrayWidth+1:0)] * (outCount-floor(outCount))); + + if (switchAmount > fabs(inputSample-d[inCount])*2.0) { + switchAmount = (switchAmount * 0.5) + (fabs(inputSample-d[inCount])); + } + inputSample = (d[inCount] * switchAmount) + (inputSample * (1.0-switchAmount)); + + feedbackSample = inputSample; + + if (trim != 1.0) { + inputSample *= trim; + } + + if (wet !=1.0) { + inputSample = (inputSample * wet) + (drySample * (1.0-wet)); + } + //Dry/Wet control, defaults to the last slider + + //begin 32 bit floating point dither + int expon; frexpf((float)inputSample, &expon); + fpd ^= fpd << 13; fpd ^= fpd >> 17; fpd ^= fpd << 5; + inputSample += ((double(fpd)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit floating point dither + + *destP = inputSample; + + sourceP += inNumChannels; destP += inNumChannels; + } +} + diff --git a/plugins/MacSignedAU/PitchNasty/PitchNasty.exp b/plugins/MacSignedAU/PitchNasty/PitchNasty.exp new file mode 100755 index 000000000..9360837ae --- /dev/null +++ b/plugins/MacSignedAU/PitchNasty/PitchNasty.exp @@ -0,0 +1,2 @@ +_PitchNastyEntry +_PitchNastyFactory diff --git a/plugins/MacSignedAU/PitchNasty/PitchNasty.h b/plugins/MacSignedAU/PitchNasty/PitchNasty.h new file mode 100755 index 000000000..063e2fbf8 --- /dev/null +++ b/plugins/MacSignedAU/PitchNasty/PitchNasty.h @@ -0,0 +1,156 @@ +/* +* File: PitchNasty.h +* +* Version: 1.0 +* +* Created: 9/15/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include "AUEffectBase.h" +#include "PitchNastyVersion.h" + +#if AU_DEBUG_DISPATCHER + #include "AUDebugDispatcher.h" +#endif + + +#ifndef __PitchNasty_h__ +#define __PitchNasty_h__ + + +#pragma mark ____PitchNasty Parameters + +// parameters +static const float kDefaultValue_ParamOne = 0; +static const float kDefaultValue_ParamTwo = 0.0; +static const float kDefaultValue_ParamThree = -12; +static const float kDefaultValue_ParamFour = 0.0; +static const float kDefaultValue_ParamFive = 1.0; +static const float kDefaultValue_ParamSix = 1.0; + +static CFStringRef kParameterOneName = CFSTR("Note"); +static CFStringRef kParameterTwoName = CFSTR("Bend"); +static CFStringRef kParameterThreeName = CFSTR("Grind"); +static CFStringRef kParameterFourName = CFSTR("Feedback"); +static CFStringRef kParameterFiveName = CFSTR("Output"); +static CFStringRef kParameterSixName = CFSTR("Dry/Wet"); +//Alter the name if desired, but using the plugin name is a start + +enum { + kParam_One =0, + kParam_Two =1, + kParam_Three =2, + kParam_Four =3, + kParam_Five =4, + kParam_Six =5, + //Add your parameters here... + kNumberOfParameters=6 +}; + +#pragma mark ____PitchNasty +class PitchNasty : public AUEffectBase +{ +public: + PitchNasty(AudioUnit component); +#if AU_DEBUG_DISPATCHER + virtual ~PitchNasty () { delete mDebugDispatcher; } +#endif + + virtual AUKernelBase * NewKernel() { return new PitchNastyKernel(this); } + + virtual ComponentResult GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings); + + virtual ComponentResult GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo); + + virtual ComponentResult GetPropertyInfo(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable ); + + virtual ComponentResult GetProperty(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData); + + virtual ComponentResult Initialize(); + virtual bool SupportsTail () { return true; } + virtual Float64 GetTailTime() {return (1.0/GetSampleRate())*0.0;} //in SECONDS! gsr * a number = in samples + virtual Float64 GetLatency() {return (1.0/GetSampleRate())*0.0;} // in SECONDS! gsr * a number = in samples + + /*! @method Version */ + virtual ComponentResult Version() { return kPitchNastyVersion; } + + + +protected: + class PitchNastyKernel : public AUKernelBase // most of the real work happens here + { +public: + PitchNastyKernel(AUEffectBase *inAudioUnit ) + : AUKernelBase(inAudioUnit) + { + } + + // *Required* overides for the process method for this effect + // processes one channel of interleaved samples + virtual void Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence); + + virtual void Reset(); + + private: + double d[10002]; + int inCount; + double outCount; + bool switchTransition; + double switchAmount; + double feedbackSample; + uint32_t fpd; + }; +}; + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +#endif \ No newline at end of file diff --git a/plugins/MacSignedAU/PitchNasty/PitchNasty.r b/plugins/MacSignedAU/PitchNasty/PitchNasty.r new file mode 100755 index 000000000..0d0bf6335 --- /dev/null +++ b/plugins/MacSignedAU/PitchNasty/PitchNasty.r @@ -0,0 +1,61 @@ +/* +* File: PitchNasty.r +* +* Version: 1.0 +* +* Created: 9/15/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include + +#include "PitchNastyVersion.h" + +// Note that resource IDs must be spaced 2 apart for the 'STR ' name and description +#define kAudioUnitResID_PitchNasty 1000 + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PitchNasty~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#define RES_ID kAudioUnitResID_PitchNasty +#define COMP_TYPE kAudioUnitType_Effect +#define COMP_SUBTYPE PitchNasty_COMP_SUBTYPE +#define COMP_MANUF PitchNasty_COMP_MANF + +#define VERSION kPitchNastyVersion +#define NAME "Airwindows: PitchNasty" +#define DESCRIPTION "PitchNasty AU" +#define ENTRY_POINT "PitchNastyEntry" + +#include "AUResources.r" \ No newline at end of file diff --git a/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.mode1v3 b/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.mode1v3 new file mode 100755 index 000000000..f301be9a2 --- /dev/null +++ b/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.mode1v3 @@ -0,0 +1,1358 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 8BD3CCBC148831C90062E48C + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + build + debugger-enable-breakpoints + get-info + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05AEB0720742700365D66 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 20 + 19 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 445}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 463}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {580, 269}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 269pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 274}, {580, 189}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + XCDetailModule + Proportion + 189pt + + + Proportion + 580pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 8B563EC9161B5E170067FE32 + 1CE0B1FE06471DED0097A5F4 + 8B563ECA161B5E170067FE32 + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 8BD3CCBD148831C90062E48C + /Developer/Library/Xcode/Project Templates/System Plug-in/Audio Unit Effect/Audio Unit Effect/StarterAU.xcodeproj + + WindowString + 203 321 788 504 0 0 1440 878 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {500, 218}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 223}, {500, 236}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 459pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 8BD3CCBD148831C90062E48C + 8B563ECB161B5E170067FE32 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 668 222 500 500 0 0 1440 878 + WindowToolGUID + 8BD3CCBD148831C90062E48C + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.pbxuser b/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..b7110d976 --- /dev/null +++ b/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,159 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* PitchNasty */; + codeSenseManager = 8BD3CCB9148830B20062E48C /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 292, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 252, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685056496; + PBXWorkspaceStateSaveDate = 685056496; + }; + perUserProjectItems = { + 8B9B257228D37C4700D611E2 /* PlistBookmark */ = 8B9B257228D37C4700D611E2 /* PlistBookmark */; + 8B9B25FC28D4C1FA00D611E2 /* PBXTextBookmark */ = 8B9B25FC28D4C1FA00D611E2 /* PBXTextBookmark */; + 8BF9C92828D51E94009E96CF /* PBXTextBookmark */ = 8BF9C92828D51E94009E96CF /* PBXTextBookmark */; + 8BF9C95928D522A9009E96CF /* PBXTextBookmark */ = 8BF9C95928D522A9009E96CF /* PBXTextBookmark */; + 8BF9C95A28D522A9009E96CF /* PBXTextBookmark */ = 8BF9C95A28D522A9009E96CF /* PBXTextBookmark */; + }; + sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; + userBuildSettings = { + }; + }; + 8B9B257228D37C4700D611E2 /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/PitchNasty/Info.plist; + rLen = 0; + rLoc = 9223372036854775808; + }; + 8B9B25FC28D4C1FA00D611E2 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* PitchNasty.cpp */; + name = "PitchNasty.cpp: 285"; + rLen = 0; + rLoc = 11931; + rType = 0; + vrLen = 0; + vrLoc = 12575; + }; + 8BA05A660720730100365D66 /* PitchNasty.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {813, 5490}}"; + sepNavSelRange = "{11931, 0}"; + sepNavVisRange = "{12328, 263}"; + sepNavWindowFrame = "{{349, 38}, {1091, 840}}"; + }; + }; + 8BA05A690720730100365D66 /* PitchNastyVersion.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1038, 1224}}"; + sepNavSelRange = "{2901, 0}"; + sepNavVisRange = "{2725, 238}"; + sepNavWindowFrame = "{{15, 38}, {1276, 840}}"; + }; + }; + 8BC6025B073B072D006C4272 /* PitchNasty.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1146, 2808}}"; + sepNavSelRange = "{5678, 0}"; + sepNavVisRange = "{2589, 1074}"; + sepNavWindowFrame = "{{510, 38}, {930, 840}}"; + }; + }; + 8BD3CCB8148830B20062E48C /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8BD3CCB9148830B20062E48C /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8BF9C92828D51E94009E96CF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BC6025B073B072D006C4272 /* PitchNasty.h */; + name = "PitchNasty.h: 145"; + rLen = 0; + rLoc = 5736; + rType = 0; + vrLen = 192; + vrLoc = 5747; + }; + 8BF9C95928D522A9009E96CF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A690720730100365D66 /* PitchNastyVersion.h */; + name = "PitchNastyVersion.h: 54"; + rLen = 0; + rLoc = 2901; + rType = 0; + vrLen = 238; + vrLoc = 2725; + }; + 8BF9C95A28D522A9009E96CF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* PitchNasty.cpp */; + name = "PitchNasty.cpp: 269"; + rLen = 0; + rLoc = 11931; + rType = 0; + vrLen = 263; + vrLoc = 12328; + }; + 8D01CCC60486CAD60068D4B7 /* PitchNasty */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..35353441a --- /dev/null +++ b/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1508 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8BD7274F1D46E5A5000176F0 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 841 + 841 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 288 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05A56072072A900365D66 + 089C167CFE841241C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 4 + 2 + 1 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {288, 595}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {305, 613}} + GroupTreeTableConfiguration + + MainColumn + 288 + + RubberWindowFrame + 543 168 841 654 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 305pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8BD7274A1D46E5A5000176F0 + PBXProjectModuleLabel + PitchNasty.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BD7274B1D46E5A5000176F0 + PBXProjectModuleLabel + PitchNasty.cpp + _historyCapacity + 0 + bookmark + 8BF9C95A28D522A9009E96CF + history + + 8B9B257228D37C4700D611E2 + 8BF9C92828D51E94009E96CF + 8BF9C95928D522A9009E96CF + 8B9B25FC28D4C1FA00D611E2 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {531, 188}} + RubberWindowFrame + 543 168 841 654 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 188pt + + + Proportion + 420pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {531, 393}} + RubberWindowFrame + 543 168 841 654 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {531, 365}} + + Module + PBXBuildResultsModule + + + + + Proportion + 531pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8BF9C95B28D522A9009E96CF + 1CA23ED40692098700951B8B + 8BF9C95C28D522A9009E96CF + 8BD7274A1D46E5A5000176F0 + 8BF9C95D28D522A9009E96CF + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0pt + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 214}} + {{395, 0}, {415, 214}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 214}} + {{0, 214}, {810, 227}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 5}, {810, 441}} + PBXDebugSessionStackFrameViewKey + + DebugVariablesTableConfiguration + + Name + 120 + Value + 85 + Summary + 185 + + Frame + {{395, 0}, {415, 214}} + + + Module + PBXDebugSessionModule + Proportion + 441pt + + + Name + Debug + ServiceClasses + + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + PBXDebugProcessAndThreadModule + PBXDebugProcessViewModule + PBXDebugThreadViewModule + PBXDebugStackFrameViewModule + PBXNavigatorGroup + + TableOfContents + + 8BD727EC1D46ECF1000176F0 + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 8BD727ED1D46ECF1000176F0 + 8BD727EE1D46ECF1000176F0 + 8BD727EF1D46ECF1000176F0 + 8BD727F01D46ECF1000176F0 + 8BD727E71D46ECD9000176F0 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685056681.34943604 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/PitchNasty/PitchNasty.xcodeproj + + WindowString + 543 168 841 654 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/project.pbxproj b/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/project.pbxproj new file mode 100755 index 000000000..d17f81a5c --- /dev/null +++ b/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/project.pbxproj @@ -0,0 +1,957 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 8BA05A6B0720730100365D66 /* PitchNasty.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* PitchNasty.cpp */; }; + 8BA05A6E0720730100365D66 /* PitchNastyVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* PitchNastyVersion.h */; }; + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; + 8BC6025C073B072D006C4272 /* PitchNasty.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* PitchNasty.h */; }; + 8BE691F228DB7E0B0031C62E /* CAExtAudioFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6916A28DB7E0B0031C62E /* CAExtAudioFile.h */; }; + 8BE691F328DB7E0B0031C62E /* CACFMachPort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6916B28DB7E0B0031C62E /* CACFMachPort.h */; }; + 8BE691F428DB7E0B0031C62E /* CABool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6916C28DB7E0B0031C62E /* CABool.h */; }; + 8BE691F528DB7E0B0031C62E /* CAComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6916D28DB7E0B0031C62E /* CAComponent.cpp */; }; + 8BE691F628DB7E0B0031C62E /* CADebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6916E28DB7E0B0031C62E /* CADebugger.h */; }; + 8BE691F728DB7E0B0031C62E /* CACFNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6916F28DB7E0B0031C62E /* CACFNumber.cpp */; }; + 8BE691F828DB7E0B0031C62E /* CAGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6917028DB7E0B0031C62E /* CAGuard.h */; }; + 8BE691F928DB7E0B0031C62E /* CAAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6917128DB7E0B0031C62E /* CAAtomic.h */; }; + 8BE691FA28DB7E0B0031C62E /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6917228DB7E0B0031C62E /* CAStreamBasicDescription.h */; }; + 8BE691FB28DB7E0B0031C62E /* CACFObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6917328DB7E0B0031C62E /* CACFObject.h */; }; + 8BE691FC28DB7E0B0031C62E /* CAStreamRangedDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6917428DB7E0B0031C62E /* CAStreamRangedDescription.h */; }; + 8BE691FD28DB7E0B0031C62E /* CATokenMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6917528DB7E0B0031C62E /* CATokenMap.h */; }; + 8BE691FE28DB7E0B0031C62E /* CAComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6917628DB7E0B0031C62E /* CAComponent.h */; }; + 8BE691FF28DB7E0B0031C62E /* CAAudioBufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6917728DB7E0B0031C62E /* CAAudioBufferList.h */; }; + 8BE6920028DB7E0B0031C62E /* CAAudioUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6917828DB7E0B0031C62E /* CAAudioUnit.h */; }; + 8BE6920128DB7E0B0031C62E /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6917928DB7E0B0031C62E /* CAAUParameter.h */; }; + 8BE6920228DB7E0B0031C62E /* CAException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6917A28DB7E0B0031C62E /* CAException.h */; }; + 8BE6920328DB7E0B0031C62E /* CAAUProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6917B28DB7E0B0031C62E /* CAAUProcessor.cpp */; }; + 8BE6920428DB7E0B0031C62E /* CAAUProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6917C28DB7E0B0031C62E /* CAAUProcessor.h */; }; + 8BE6920528DB7E0B0031C62E /* CAProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6917D28DB7E0B0031C62E /* CAProcess.h */; }; + 8BE6920628DB7E0B0031C62E /* CACFDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6917E28DB7E0B0031C62E /* CACFDictionary.h */; }; + 8BE6920728DB7E0B0031C62E /* CAPThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6917F28DB7E0B0031C62E /* CAPThread.h */; }; + 8BE6920828DB7E0B0031C62E /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6918028DB7E0B0031C62E /* CAAUParameter.cpp */; }; + 8BE6920928DB7E0B0031C62E /* CAAudioTimeStamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6918128DB7E0B0031C62E /* CAAudioTimeStamp.h */; }; + 8BE6920A28DB7E0B0031C62E /* CAFilePathUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6918228DB7E0B0031C62E /* CAFilePathUtils.cpp */; }; + 8BE6920B28DB7E0B0031C62E /* CAAudioValueRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6918328DB7E0B0031C62E /* CAAudioValueRange.h */; }; + 8BE6920C28DB7E0B0031C62E /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6918428DB7E0B0031C62E /* CAVectorUnitTypes.h */; }; + 8BE6920D28DB7E0B0031C62E /* CAAudioChannelLayoutObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6918528DB7E0B0031C62E /* CAAudioChannelLayoutObject.cpp */; }; + 8BE6920E28DB7E0B0031C62E /* CAGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6918628DB7E0B0031C62E /* CAGuard.cpp */; }; + 8BE6920F28DB7E0B0031C62E /* CACFNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6918728DB7E0B0031C62E /* CACFNumber.h */; }; + 8BE6921028DB7E0B0031C62E /* CACFDistributedNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6918828DB7E0B0031C62E /* CACFDistributedNotification.cpp */; }; + 8BE6921128DB7E0B0031C62E /* CACFString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6918928DB7E0B0031C62E /* CACFString.h */; }; + 8BE6921228DB7E0B0031C62E /* CAAUMIDIMapManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6918A28DB7E0B0031C62E /* CAAUMIDIMapManager.cpp */; }; + 8BE6921328DB7E0B0031C62E /* CAComponentDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6918B28DB7E0B0031C62E /* CAComponentDescription.cpp */; }; + 8BE6921428DB7E0B0031C62E /* CAHostTimeBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6918C28DB7E0B0031C62E /* CAHostTimeBase.h */; }; + 8BE6921528DB7E0B0031C62E /* CADebugMacros.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6918D28DB7E0B0031C62E /* CADebugMacros.cpp */; }; + 8BE6921628DB7E0B0031C62E /* CAAudioFileFormats.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6918E28DB7E0B0031C62E /* CAAudioFileFormats.h */; }; + 8BE6921728DB7E0B0031C62E /* CAAUMIDIMapManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6918F28DB7E0B0031C62E /* CAAUMIDIMapManager.h */; }; + 8BE6921828DB7E0B0031C62E /* CACFDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6919028DB7E0B0031C62E /* CACFDictionary.cpp */; }; + 8BE6921928DB7E0B0031C62E /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6919128DB7E0B0031C62E /* CAMutex.h */; }; + 8BE6921A28DB7E0B0031C62E /* CACFString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6919228DB7E0B0031C62E /* CACFString.cpp */; }; + 8BE6921B28DB7E0B0031C62E /* CASettingsStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6919328DB7E0B0031C62E /* CASettingsStorage.h */; }; + 8BE6921C28DB7E0B0031C62E /* CADebugPrintf.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6919428DB7E0B0031C62E /* CADebugPrintf.h */; }; + 8BE6921D28DB7E0B0031C62E /* CAXException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6919528DB7E0B0031C62E /* CAXException.cpp */; }; + 8BE6921E28DB7E0B0031C62E /* CAAUMIDIMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6919628DB7E0B0031C62E /* CAAUMIDIMap.h */; }; + 8BE6921F28DB7E0B0031C62E /* AUParamInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6919728DB7E0B0031C62E /* AUParamInfo.h */; }; + 8BE6922028DB7E0B0031C62E /* CABitOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6919828DB7E0B0031C62E /* CABitOperations.h */; }; + 8BE6922128DB7E0B0031C62E /* CACFPreferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6919928DB7E0B0031C62E /* CACFPreferences.cpp */; }; + 8BE6922228DB7E0B0031C62E /* CABundleLocker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6919A28DB7E0B0031C62E /* CABundleLocker.h */; }; + 8BE6922328DB7E0B0031C62E /* CAPropertyAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6919B28DB7E0B0031C62E /* CAPropertyAddress.h */; }; + 8BE6922428DB7E0B0031C62E /* CAXException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6919C28DB7E0B0031C62E /* CAXException.h */; }; + 8BE6922528DB7E0B0031C62E /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6919D28DB7E0B0031C62E /* CAAudioChannelLayout.cpp */; }; + 8BE6922628DB7E0B0031C62E /* CAThreadSafeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6919E28DB7E0B0031C62E /* CAThreadSafeList.h */; }; + 8BE6922728DB7E0B0031C62E /* CAAudioUnitOutputCapturer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6919F28DB7E0B0031C62E /* CAAudioUnitOutputCapturer.h */; }; + 8BE6922828DB7E0B0031C62E /* AUParamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691A028DB7E0B0031C62E /* AUParamInfo.cpp */; }; + 8BE6922928DB7E0B0031C62E /* CASharedLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691A128DB7E0B0031C62E /* CASharedLibrary.cpp */; }; + 8BE6922A28DB7E0B0031C62E /* CAAUMIDIMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691A228DB7E0B0031C62E /* CAAUMIDIMap.cpp */; }; + 8BE6922B28DB7E0B0031C62E /* CALogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691A328DB7E0B0031C62E /* CALogMacros.h */; }; + 8BE6922C28DB7E0B0031C62E /* CACFMessagePort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691A428DB7E0B0031C62E /* CACFMessagePort.cpp */; }; + 8BE6922D28DB7E0B0031C62E /* CARingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691A528DB7E0B0031C62E /* CARingBuffer.h */; }; + 8BE6922E28DB7E0B0031C62E /* AUOutputBL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691A628DB7E0B0031C62E /* AUOutputBL.cpp */; }; + 8BE6922F28DB7E0B0031C62E /* CABufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691A728DB7E0B0031C62E /* CABufferList.h */; }; + 8BE6923028DB7E0B0031C62E /* CASharedLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691A828DB7E0B0031C62E /* CASharedLibrary.h */; }; + 8BE6923128DB7E0B0031C62E /* CACFData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691A928DB7E0B0031C62E /* CACFData.h */; }; + 8BE6923228DB7E0B0031C62E /* CAStreamRangedDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691AA28DB7E0B0031C62E /* CAStreamRangedDescription.cpp */; }; + 8BE6923328DB7E0B0031C62E /* CAPThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691AB28DB7E0B0031C62E /* CAPThread.cpp */; }; + 8BE6923428DB7E0B0031C62E /* CAAutoDisposer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691AC28DB7E0B0031C62E /* CAAutoDisposer.h */; }; + 8BE6923528DB7E0B0031C62E /* CACFPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691AD28DB7E0B0031C62E /* CACFPreferences.h */; }; + 8BE6923628DB7E0B0031C62E /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691AE28DB7E0B0031C62E /* CAVectorUnit.cpp */; }; + 8BE6923728DB7E0B0031C62E /* CAComponentDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691AF28DB7E0B0031C62E /* CAComponentDescription.h */; }; + 8BE6923828DB7E0B0031C62E /* CADebugMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691B028DB7E0B0031C62E /* CADebugMacros.h */; }; + 8BE6923928DB7E0B0031C62E /* AUOutputBL.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691B128DB7E0B0031C62E /* AUOutputBL.h */; }; + 8BE6923A28DB7E0B0031C62E /* CADebugPrintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691B228DB7E0B0031C62E /* CADebugPrintf.cpp */; }; + 8BE6923B28DB7E0B0031C62E /* CARingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691B328DB7E0B0031C62E /* CARingBuffer.cpp */; }; + 8BE6923C28DB7E0B0031C62E /* CACFPlugIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691B428DB7E0B0031C62E /* CACFPlugIn.h */; }; + 8BE6923D28DB7E0B0031C62E /* CASettingsStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691B528DB7E0B0031C62E /* CASettingsStorage.cpp */; }; + 8BE6923E28DB7E0B0031C62E /* CAMixMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691B628DB7E0B0031C62E /* CAMixMap.h */; }; + 8BE6923F28DB7E0B0031C62E /* CACFDistributedNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691B728DB7E0B0031C62E /* CACFDistributedNotification.h */; }; + 8BE6924028DB7E0B0031C62E /* CAFilePathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691B828DB7E0B0031C62E /* CAFilePathUtils.h */; }; + 8BE6924128DB7E0B0031C62E /* CATink.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691B928DB7E0B0031C62E /* CATink.h */; }; + 8BE6924228DB7E0B0031C62E /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691BA28DB7E0B0031C62E /* CAStreamBasicDescription.cpp */; }; + 8BE6924328DB7E0B0031C62E /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691BB28DB7E0B0031C62E /* CAAudioChannelLayout.h */; }; + 8BE6924428DB7E0B0031C62E /* CAProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691BC28DB7E0B0031C62E /* CAProcess.cpp */; }; + 8BE6924528DB7E0B0031C62E /* CAHostTimeBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691BD28DB7E0B0031C62E /* CAHostTimeBase.cpp */; }; + 8BE6924628DB7E0B0031C62E /* CAPersistence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691BE28DB7E0B0031C62E /* CAPersistence.cpp */; }; + 8BE6924728DB7E0B0031C62E /* CAAudioBufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691BF28DB7E0B0031C62E /* CAAudioBufferList.cpp */; }; + 8BE6924828DB7E0B0031C62E /* CAAudioTimeStamp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691C028DB7E0B0031C62E /* CAAudioTimeStamp.cpp */; }; + 8BE6924928DB7E0B0031C62E /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691C128DB7E0B0031C62E /* CAVectorUnit.h */; }; + 8BE6924A28DB7E0B0031C62E /* CAByteOrder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691C228DB7E0B0031C62E /* CAByteOrder.h */; }; + 8BE6924B28DB7E0B0031C62E /* CACFArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691C328DB7E0B0031C62E /* CACFArray.h */; }; + 8BE6924C28DB7E0B0031C62E /* CAAtomicStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691C428DB7E0B0031C62E /* CAAtomicStack.h */; }; + 8BE6924D28DB7E0B0031C62E /* CAReferenceCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691C528DB7E0B0031C62E /* CAReferenceCounted.h */; }; + 8BE6924E28DB7E0B0031C62E /* CACFMachPort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691C628DB7E0B0031C62E /* CACFMachPort.cpp */; }; + 8BE6924F28DB7E0B0031C62E /* CABufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691C728DB7E0B0031C62E /* CABufferList.cpp */; }; + 8BE6925028DB7E0B0031C62E /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691C828DB7E0B0031C62E /* CAMutex.cpp */; }; + 8BE6925128DB7E0B0031C62E /* CADebugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691C928DB7E0B0031C62E /* CADebugger.cpp */; }; + 8BE6925228DB7E0B0031C62E /* CABundleLocker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691CA28DB7E0B0031C62E /* CABundleLocker.cpp */; }; + 8BE6925328DB7E0B0031C62E /* CAAudioFileFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691CB28DB7E0B0031C62E /* CAAudioFileFormats.cpp */; }; + 8BE6925428DB7E0B0031C62E /* CAMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691CC28DB7E0B0031C62E /* CAMath.h */; }; + 8BE6925528DB7E0B0031C62E /* CACFArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691CD28DB7E0B0031C62E /* CACFArray.cpp */; }; + 8BE6925628DB7E0B0031C62E /* CACFMessagePort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691CE28DB7E0B0031C62E /* CACFMessagePort.h */; }; + 8BE6925728DB7E0B0031C62E /* CAAudioValueRange.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691CF28DB7E0B0031C62E /* CAAudioValueRange.cpp */; }; + 8BE6925828DB7E0B0031C62E /* CAAudioUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691D028DB7E0B0031C62E /* CAAudioUnit.cpp */; }; + 8BE6925928DB7E0B0031C62E /* AUViewLocalizedStringKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691D428DB7E0B0031C62E /* AUViewLocalizedStringKeys.h */; }; + 8BE6925A28DB7E0B0031C62E /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691D628DB7E0B0031C62E /* ComponentBase.cpp */; }; + 8BE6925B28DB7E0B0031C62E /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691D728DB7E0B0031C62E /* AUScopeElement.cpp */; }; + 8BE6925C28DB7E0B0031C62E /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691D828DB7E0B0031C62E /* ComponentBase.h */; }; + 8BE6925D28DB7E0B0031C62E /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691D928DB7E0B0031C62E /* AUBase.cpp */; }; + 8BE6925E28DB7E0B0031C62E /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691DA28DB7E0B0031C62E /* AUInputElement.h */; }; + 8BE6925F28DB7E0B0031C62E /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691DB28DB7E0B0031C62E /* AUBase.h */; }; + 8BE6926028DB7E0B0031C62E /* AUPlugInDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691DC28DB7E0B0031C62E /* AUPlugInDispatch.h */; }; + 8BE6926128DB7E0B0031C62E /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691DD28DB7E0B0031C62E /* AUDispatch.h */; }; + 8BE6926228DB7E0B0031C62E /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691DE28DB7E0B0031C62E /* AUOutputElement.cpp */; }; + 8BE6926428DB7E0B0031C62E /* AUPlugInDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691E028DB7E0B0031C62E /* AUPlugInDispatch.cpp */; }; + 8BE6926528DB7E0B0031C62E /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691E128DB7E0B0031C62E /* AUOutputElement.h */; }; + 8BE6926628DB7E0B0031C62E /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691E228DB7E0B0031C62E /* AUDispatch.cpp */; }; + 8BE6926728DB7E0B0031C62E /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691E328DB7E0B0031C62E /* AUScopeElement.h */; }; + 8BE6926828DB7E0B0031C62E /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691E428DB7E0B0031C62E /* AUInputElement.cpp */; }; + 8BE6926928DB7E0B0031C62E /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691E628DB7E0B0031C62E /* AUEffectBase.cpp */; }; + 8BE6926A28DB7E0B0031C62E /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691E728DB7E0B0031C62E /* AUEffectBase.h */; }; + 8BE6926B28DB7E0B0031C62E /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691E928DB7E0B0031C62E /* AUTimestampGenerator.h */; }; + 8BE6926C28DB7E0B0031C62E /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691EA28DB7E0B0031C62E /* AUBaseHelper.cpp */; }; + 8BE6926D28DB7E0B0031C62E /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691EB28DB7E0B0031C62E /* AUSilentTimeout.h */; }; + 8BE6926E28DB7E0B0031C62E /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691EC28DB7E0B0031C62E /* AUInputFormatConverter.h */; }; + 8BE6926F28DB7E0B0031C62E /* AUTimestampGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691ED28DB7E0B0031C62E /* AUTimestampGenerator.cpp */; }; + 8BE6927028DB7E0B0031C62E /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE691EE28DB7E0B0031C62E /* AUBuffer.cpp */; }; + 8BE6927128DB7E0B0031C62E /* AUMIDIDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691EF28DB7E0B0031C62E /* AUMIDIDefs.h */; }; + 8BE6927228DB7E0B0031C62E /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691F028DB7E0B0031C62E /* AUBuffer.h */; }; + 8BE6927328DB7E0B0031C62E /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE691F128DB7E0B0031C62E /* AUBaseHelper.h */; }; + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; + 8BA05A660720730100365D66 /* PitchNasty.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PitchNasty.cpp; sourceTree = ""; }; + 8BA05A670720730100365D66 /* PitchNasty.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = PitchNasty.exp; sourceTree = ""; }; + 8BA05A680720730100365D66 /* PitchNasty.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = PitchNasty.r; sourceTree = ""; }; + 8BA05A690720730100365D66 /* PitchNastyVersion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PitchNastyVersion.h; sourceTree = ""; }; + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; + 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; + 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; + 8BC6025B073B072D006C4272 /* PitchNasty.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PitchNasty.h; sourceTree = ""; }; + 8BE6916A28DB7E0B0031C62E /* CAExtAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAExtAudioFile.h; sourceTree = ""; }; + 8BE6916B28DB7E0B0031C62E /* CACFMachPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMachPort.h; sourceTree = ""; }; + 8BE6916C28DB7E0B0031C62E /* CABool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABool.h; sourceTree = ""; }; + 8BE6916D28DB7E0B0031C62E /* CAComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponent.cpp; sourceTree = ""; }; + 8BE6916E28DB7E0B0031C62E /* CADebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugger.h; sourceTree = ""; }; + 8BE6916F28DB7E0B0031C62E /* CACFNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFNumber.cpp; sourceTree = ""; }; + 8BE6917028DB7E0B0031C62E /* CAGuard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAGuard.h; sourceTree = ""; }; + 8BE6917128DB7E0B0031C62E /* CAAtomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomic.h; sourceTree = ""; }; + 8BE6917228DB7E0B0031C62E /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BE6917328DB7E0B0031C62E /* CACFObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFObject.h; sourceTree = ""; }; + 8BE6917428DB7E0B0031C62E /* CAStreamRangedDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamRangedDescription.h; sourceTree = ""; }; + 8BE6917528DB7E0B0031C62E /* CATokenMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATokenMap.h; sourceTree = ""; }; + 8BE6917628DB7E0B0031C62E /* CAComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponent.h; sourceTree = ""; }; + 8BE6917728DB7E0B0031C62E /* CAAudioBufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioBufferList.h; sourceTree = ""; }; + 8BE6917828DB7E0B0031C62E /* CAAudioUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnit.h; sourceTree = ""; }; + 8BE6917928DB7E0B0031C62E /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BE6917A28DB7E0B0031C62E /* CAException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAException.h; sourceTree = ""; }; + 8BE6917B28DB7E0B0031C62E /* CAAUProcessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUProcessor.cpp; sourceTree = ""; }; + 8BE6917C28DB7E0B0031C62E /* CAAUProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUProcessor.h; sourceTree = ""; }; + 8BE6917D28DB7E0B0031C62E /* CAProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAProcess.h; sourceTree = ""; }; + 8BE6917E28DB7E0B0031C62E /* CACFDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDictionary.h; sourceTree = ""; }; + 8BE6917F28DB7E0B0031C62E /* CAPThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPThread.h; sourceTree = ""; }; + 8BE6918028DB7E0B0031C62E /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BE6918128DB7E0B0031C62E /* CAAudioTimeStamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioTimeStamp.h; sourceTree = ""; }; + 8BE6918228DB7E0B0031C62E /* CAFilePathUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAFilePathUtils.cpp; sourceTree = ""; }; + 8BE6918328DB7E0B0031C62E /* CAAudioValueRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioValueRange.h; sourceTree = ""; }; + 8BE6918428DB7E0B0031C62E /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8BE6918528DB7E0B0031C62E /* CAAudioChannelLayoutObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayoutObject.cpp; sourceTree = ""; }; + 8BE6918628DB7E0B0031C62E /* CAGuard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAGuard.cpp; sourceTree = ""; }; + 8BE6918728DB7E0B0031C62E /* CACFNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFNumber.h; sourceTree = ""; }; + 8BE6918828DB7E0B0031C62E /* CACFDistributedNotification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDistributedNotification.cpp; sourceTree = ""; }; + 8BE6918928DB7E0B0031C62E /* CACFString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFString.h; sourceTree = ""; }; + 8BE6918A28DB7E0B0031C62E /* CAAUMIDIMapManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMapManager.cpp; sourceTree = ""; }; + 8BE6918B28DB7E0B0031C62E /* CAComponentDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponentDescription.cpp; sourceTree = ""; }; + 8BE6918C28DB7E0B0031C62E /* CAHostTimeBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAHostTimeBase.h; sourceTree = ""; }; + 8BE6918D28DB7E0B0031C62E /* CADebugMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugMacros.cpp; sourceTree = ""; }; + 8BE6918E28DB7E0B0031C62E /* CAAudioFileFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioFileFormats.h; sourceTree = ""; }; + 8BE6918F28DB7E0B0031C62E /* CAAUMIDIMapManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMapManager.h; sourceTree = ""; }; + 8BE6919028DB7E0B0031C62E /* CACFDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDictionary.cpp; sourceTree = ""; }; + 8BE6919128DB7E0B0031C62E /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BE6919228DB7E0B0031C62E /* CACFString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFString.cpp; sourceTree = ""; }; + 8BE6919328DB7E0B0031C62E /* CASettingsStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASettingsStorage.h; sourceTree = ""; }; + 8BE6919428DB7E0B0031C62E /* CADebugPrintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugPrintf.h; sourceTree = ""; }; + 8BE6919528DB7E0B0031C62E /* CAXException.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAXException.cpp; sourceTree = ""; }; + 8BE6919628DB7E0B0031C62E /* CAAUMIDIMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMap.h; sourceTree = ""; }; + 8BE6919728DB7E0B0031C62E /* AUParamInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUParamInfo.h; sourceTree = ""; }; + 8BE6919828DB7E0B0031C62E /* CABitOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABitOperations.h; sourceTree = ""; }; + 8BE6919928DB7E0B0031C62E /* CACFPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFPreferences.cpp; sourceTree = ""; }; + 8BE6919A28DB7E0B0031C62E /* CABundleLocker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABundleLocker.h; sourceTree = ""; }; + 8BE6919B28DB7E0B0031C62E /* CAPropertyAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPropertyAddress.h; sourceTree = ""; }; + 8BE6919C28DB7E0B0031C62E /* CAXException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAXException.h; sourceTree = ""; }; + 8BE6919D28DB7E0B0031C62E /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BE6919E28DB7E0B0031C62E /* CAThreadSafeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAThreadSafeList.h; sourceTree = ""; }; + 8BE6919F28DB7E0B0031C62E /* CAAudioUnitOutputCapturer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnitOutputCapturer.h; sourceTree = ""; }; + 8BE691A028DB7E0B0031C62E /* AUParamInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUParamInfo.cpp; sourceTree = ""; }; + 8BE691A128DB7E0B0031C62E /* CASharedLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASharedLibrary.cpp; sourceTree = ""; }; + 8BE691A228DB7E0B0031C62E /* CAAUMIDIMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMap.cpp; sourceTree = ""; }; + 8BE691A328DB7E0B0031C62E /* CALogMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CALogMacros.h; sourceTree = ""; }; + 8BE691A428DB7E0B0031C62E /* CACFMessagePort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMessagePort.cpp; sourceTree = ""; }; + 8BE691A528DB7E0B0031C62E /* CARingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CARingBuffer.h; sourceTree = ""; }; + 8BE691A628DB7E0B0031C62E /* AUOutputBL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputBL.cpp; sourceTree = ""; }; + 8BE691A728DB7E0B0031C62E /* CABufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABufferList.h; sourceTree = ""; }; + 8BE691A828DB7E0B0031C62E /* CASharedLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASharedLibrary.h; sourceTree = ""; }; + 8BE691A928DB7E0B0031C62E /* CACFData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFData.h; sourceTree = ""; }; + 8BE691AA28DB7E0B0031C62E /* CAStreamRangedDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamRangedDescription.cpp; sourceTree = ""; }; + 8BE691AB28DB7E0B0031C62E /* CAPThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPThread.cpp; sourceTree = ""; }; + 8BE691AC28DB7E0B0031C62E /* CAAutoDisposer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAutoDisposer.h; sourceTree = ""; }; + 8BE691AD28DB7E0B0031C62E /* CACFPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPreferences.h; sourceTree = ""; }; + 8BE691AE28DB7E0B0031C62E /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 8BE691AF28DB7E0B0031C62E /* CAComponentDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponentDescription.h; sourceTree = ""; }; + 8BE691B028DB7E0B0031C62E /* CADebugMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugMacros.h; sourceTree = ""; }; + 8BE691B128DB7E0B0031C62E /* AUOutputBL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputBL.h; sourceTree = ""; }; + 8BE691B228DB7E0B0031C62E /* CADebugPrintf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugPrintf.cpp; sourceTree = ""; }; + 8BE691B328DB7E0B0031C62E /* CARingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CARingBuffer.cpp; sourceTree = ""; }; + 8BE691B428DB7E0B0031C62E /* CACFPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPlugIn.h; sourceTree = ""; }; + 8BE691B528DB7E0B0031C62E /* CASettingsStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASettingsStorage.cpp; sourceTree = ""; }; + 8BE691B628DB7E0B0031C62E /* CAMixMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMixMap.h; sourceTree = ""; }; + 8BE691B728DB7E0B0031C62E /* CACFDistributedNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDistributedNotification.h; sourceTree = ""; }; + 8BE691B828DB7E0B0031C62E /* CAFilePathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAFilePathUtils.h; sourceTree = ""; }; + 8BE691B928DB7E0B0031C62E /* CATink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATink.h; sourceTree = ""; }; + 8BE691BA28DB7E0B0031C62E /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BE691BB28DB7E0B0031C62E /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BE691BC28DB7E0B0031C62E /* CAProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAProcess.cpp; sourceTree = ""; }; + 8BE691BD28DB7E0B0031C62E /* CAHostTimeBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAHostTimeBase.cpp; sourceTree = ""; }; + 8BE691BE28DB7E0B0031C62E /* CAPersistence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPersistence.cpp; sourceTree = ""; }; + 8BE691BF28DB7E0B0031C62E /* CAAudioBufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioBufferList.cpp; sourceTree = ""; }; + 8BE691C028DB7E0B0031C62E /* CAAudioTimeStamp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioTimeStamp.cpp; sourceTree = ""; }; + 8BE691C128DB7E0B0031C62E /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 8BE691C228DB7E0B0031C62E /* CAByteOrder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAByteOrder.h; sourceTree = ""; }; + 8BE691C328DB7E0B0031C62E /* CACFArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFArray.h; sourceTree = ""; }; + 8BE691C428DB7E0B0031C62E /* CAAtomicStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomicStack.h; sourceTree = ""; }; + 8BE691C528DB7E0B0031C62E /* CAReferenceCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAReferenceCounted.h; sourceTree = ""; }; + 8BE691C628DB7E0B0031C62E /* CACFMachPort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMachPort.cpp; sourceTree = ""; }; + 8BE691C728DB7E0B0031C62E /* CABufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABufferList.cpp; sourceTree = ""; }; + 8BE691C828DB7E0B0031C62E /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BE691C928DB7E0B0031C62E /* CADebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugger.cpp; sourceTree = ""; }; + 8BE691CA28DB7E0B0031C62E /* CABundleLocker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABundleLocker.cpp; sourceTree = ""; }; + 8BE691CB28DB7E0B0031C62E /* CAAudioFileFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioFileFormats.cpp; sourceTree = ""; }; + 8BE691CC28DB7E0B0031C62E /* CAMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMath.h; sourceTree = ""; }; + 8BE691CD28DB7E0B0031C62E /* CACFArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFArray.cpp; sourceTree = ""; }; + 8BE691CE28DB7E0B0031C62E /* CACFMessagePort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMessagePort.h; sourceTree = ""; }; + 8BE691CF28DB7E0B0031C62E /* CAAudioValueRange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioValueRange.cpp; sourceTree = ""; }; + 8BE691D028DB7E0B0031C62E /* CAAudioUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioUnit.cpp; sourceTree = ""; }; + 8BE691D428DB7E0B0031C62E /* AUViewLocalizedStringKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUViewLocalizedStringKeys.h; sourceTree = ""; }; + 8BE691D628DB7E0B0031C62E /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BE691D728DB7E0B0031C62E /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BE691D828DB7E0B0031C62E /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BE691D928DB7E0B0031C62E /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BE691DA28DB7E0B0031C62E /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BE691DB28DB7E0B0031C62E /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BE691DC28DB7E0B0031C62E /* AUPlugInDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUPlugInDispatch.h; sourceTree = ""; }; + 8BE691DD28DB7E0B0031C62E /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BE691DE28DB7E0B0031C62E /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BE691DF28DB7E0B0031C62E /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BE691E028DB7E0B0031C62E /* AUPlugInDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUPlugInDispatch.cpp; sourceTree = ""; }; + 8BE691E128DB7E0B0031C62E /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BE691E228DB7E0B0031C62E /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BE691E328DB7E0B0031C62E /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BE691E428DB7E0B0031C62E /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BE691E628DB7E0B0031C62E /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BE691E728DB7E0B0031C62E /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BE691E928DB7E0B0031C62E /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BE691EA28DB7E0B0031C62E /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBaseHelper.cpp; sourceTree = ""; }; + 8BE691EB28DB7E0B0031C62E /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BE691EC28DB7E0B0031C62E /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BE691ED28DB7E0B0031C62E /* AUTimestampGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUTimestampGenerator.cpp; sourceTree = ""; }; + 8BE691EE28DB7E0B0031C62E /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BE691EF28DB7E0B0031C62E /* AUMIDIDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUMIDIDefs.h; sourceTree = ""; }; + 8BE691F028DB7E0B0031C62E /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BE691F128DB7E0B0031C62E /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBaseHelper.h; sourceTree = ""; }; + 8BE6927428DB7EE10031C62E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8D01CCD20486CAD60068D4B7 /* PitchNasty.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PitchNasty.component; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8D01CCCD0486CAD60068D4B7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */, + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */, + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* PitchNasty */ = { + isa = PBXGroup; + children = ( + 08FB77ADFE841716C02AAC07 /* Source */, + 089C167CFE841241C02AAC07 /* Resources */, + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + ); + name = PitchNasty; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */, + 8BA05B01072074F900365D66 /* CoreServices.framework */, + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */, + 8BA05AFA072074E100365D66 /* AudioUnit.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + 089C167DFE841241C02AAC07 /* InfoPlist.strings */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8BE6916828DB7E0B0031C62E /* CA_SDK */, + 8BA05A56072072A900365D66 /* AU Source */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 8D01CCD20486CAD60068D4B7 /* PitchNasty.component */, + ); + name = Products; + sourceTree = ""; + }; + 8BA05A56072072A900365D66 /* AU Source */ = { + isa = PBXGroup; + children = ( + 8BC6025B073B072D006C4272 /* PitchNasty.h */, + 8BA05A660720730100365D66 /* PitchNasty.cpp */, + 8BA05A670720730100365D66 /* PitchNasty.exp */, + 8BA05A680720730100365D66 /* PitchNasty.r */, + 8BA05A690720730100365D66 /* PitchNastyVersion.h */, + ); + name = "AU Source"; + sourceTree = ""; + }; + 8BE6916828DB7E0B0031C62E /* CA_SDK */ = { + isa = PBXGroup; + children = ( + 8BE6916928DB7E0B0031C62E /* PublicUtility */, + 8BE691D128DB7E0B0031C62E /* AudioUnits */, + ); + name = CA_SDK; + path = ../../../../CA_SDK; + sourceTree = ""; + }; + 8BE6916928DB7E0B0031C62E /* PublicUtility */ = { + isa = PBXGroup; + children = ( + 8BE6916A28DB7E0B0031C62E /* CAExtAudioFile.h */, + 8BE6916B28DB7E0B0031C62E /* CACFMachPort.h */, + 8BE6916C28DB7E0B0031C62E /* CABool.h */, + 8BE6916D28DB7E0B0031C62E /* CAComponent.cpp */, + 8BE6916E28DB7E0B0031C62E /* CADebugger.h */, + 8BE6916F28DB7E0B0031C62E /* CACFNumber.cpp */, + 8BE6917028DB7E0B0031C62E /* CAGuard.h */, + 8BE6917128DB7E0B0031C62E /* CAAtomic.h */, + 8BE6917228DB7E0B0031C62E /* CAStreamBasicDescription.h */, + 8BE6917328DB7E0B0031C62E /* CACFObject.h */, + 8BE6917428DB7E0B0031C62E /* CAStreamRangedDescription.h */, + 8BE6917528DB7E0B0031C62E /* CATokenMap.h */, + 8BE6917628DB7E0B0031C62E /* CAComponent.h */, + 8BE6917728DB7E0B0031C62E /* CAAudioBufferList.h */, + 8BE6917828DB7E0B0031C62E /* CAAudioUnit.h */, + 8BE6917928DB7E0B0031C62E /* CAAUParameter.h */, + 8BE6917A28DB7E0B0031C62E /* CAException.h */, + 8BE6917B28DB7E0B0031C62E /* CAAUProcessor.cpp */, + 8BE6917C28DB7E0B0031C62E /* CAAUProcessor.h */, + 8BE6917D28DB7E0B0031C62E /* CAProcess.h */, + 8BE6917E28DB7E0B0031C62E /* CACFDictionary.h */, + 8BE6917F28DB7E0B0031C62E /* CAPThread.h */, + 8BE6918028DB7E0B0031C62E /* CAAUParameter.cpp */, + 8BE6918128DB7E0B0031C62E /* CAAudioTimeStamp.h */, + 8BE6918228DB7E0B0031C62E /* CAFilePathUtils.cpp */, + 8BE6918328DB7E0B0031C62E /* CAAudioValueRange.h */, + 8BE6918428DB7E0B0031C62E /* CAVectorUnitTypes.h */, + 8BE6918528DB7E0B0031C62E /* CAAudioChannelLayoutObject.cpp */, + 8BE6918628DB7E0B0031C62E /* CAGuard.cpp */, + 8BE6918728DB7E0B0031C62E /* CACFNumber.h */, + 8BE6918828DB7E0B0031C62E /* CACFDistributedNotification.cpp */, + 8BE6918928DB7E0B0031C62E /* CACFString.h */, + 8BE6918A28DB7E0B0031C62E /* CAAUMIDIMapManager.cpp */, + 8BE6918B28DB7E0B0031C62E /* CAComponentDescription.cpp */, + 8BE6918C28DB7E0B0031C62E /* CAHostTimeBase.h */, + 8BE6918D28DB7E0B0031C62E /* CADebugMacros.cpp */, + 8BE6918E28DB7E0B0031C62E /* CAAudioFileFormats.h */, + 8BE6918F28DB7E0B0031C62E /* CAAUMIDIMapManager.h */, + 8BE6919028DB7E0B0031C62E /* CACFDictionary.cpp */, + 8BE6919128DB7E0B0031C62E /* CAMutex.h */, + 8BE6919228DB7E0B0031C62E /* CACFString.cpp */, + 8BE6919328DB7E0B0031C62E /* CASettingsStorage.h */, + 8BE6919428DB7E0B0031C62E /* CADebugPrintf.h */, + 8BE6919528DB7E0B0031C62E /* CAXException.cpp */, + 8BE6919628DB7E0B0031C62E /* CAAUMIDIMap.h */, + 8BE6919728DB7E0B0031C62E /* AUParamInfo.h */, + 8BE6919828DB7E0B0031C62E /* CABitOperations.h */, + 8BE6919928DB7E0B0031C62E /* CACFPreferences.cpp */, + 8BE6919A28DB7E0B0031C62E /* CABundleLocker.h */, + 8BE6919B28DB7E0B0031C62E /* CAPropertyAddress.h */, + 8BE6919C28DB7E0B0031C62E /* CAXException.h */, + 8BE6919D28DB7E0B0031C62E /* CAAudioChannelLayout.cpp */, + 8BE6919E28DB7E0B0031C62E /* CAThreadSafeList.h */, + 8BE6919F28DB7E0B0031C62E /* CAAudioUnitOutputCapturer.h */, + 8BE691A028DB7E0B0031C62E /* AUParamInfo.cpp */, + 8BE691A128DB7E0B0031C62E /* CASharedLibrary.cpp */, + 8BE691A228DB7E0B0031C62E /* CAAUMIDIMap.cpp */, + 8BE691A328DB7E0B0031C62E /* CALogMacros.h */, + 8BE691A428DB7E0B0031C62E /* CACFMessagePort.cpp */, + 8BE691A528DB7E0B0031C62E /* CARingBuffer.h */, + 8BE691A628DB7E0B0031C62E /* AUOutputBL.cpp */, + 8BE691A728DB7E0B0031C62E /* CABufferList.h */, + 8BE691A828DB7E0B0031C62E /* CASharedLibrary.h */, + 8BE691A928DB7E0B0031C62E /* CACFData.h */, + 8BE691AA28DB7E0B0031C62E /* CAStreamRangedDescription.cpp */, + 8BE691AB28DB7E0B0031C62E /* CAPThread.cpp */, + 8BE691AC28DB7E0B0031C62E /* CAAutoDisposer.h */, + 8BE691AD28DB7E0B0031C62E /* CACFPreferences.h */, + 8BE691AE28DB7E0B0031C62E /* CAVectorUnit.cpp */, + 8BE691AF28DB7E0B0031C62E /* CAComponentDescription.h */, + 8BE691B028DB7E0B0031C62E /* CADebugMacros.h */, + 8BE691B128DB7E0B0031C62E /* AUOutputBL.h */, + 8BE691B228DB7E0B0031C62E /* CADebugPrintf.cpp */, + 8BE691B328DB7E0B0031C62E /* CARingBuffer.cpp */, + 8BE691B428DB7E0B0031C62E /* CACFPlugIn.h */, + 8BE691B528DB7E0B0031C62E /* CASettingsStorage.cpp */, + 8BE691B628DB7E0B0031C62E /* CAMixMap.h */, + 8BE691B728DB7E0B0031C62E /* CACFDistributedNotification.h */, + 8BE691B828DB7E0B0031C62E /* CAFilePathUtils.h */, + 8BE691B928DB7E0B0031C62E /* CATink.h */, + 8BE691BA28DB7E0B0031C62E /* CAStreamBasicDescription.cpp */, + 8BE691BB28DB7E0B0031C62E /* CAAudioChannelLayout.h */, + 8BE691BC28DB7E0B0031C62E /* CAProcess.cpp */, + 8BE691BD28DB7E0B0031C62E /* CAHostTimeBase.cpp */, + 8BE691BE28DB7E0B0031C62E /* CAPersistence.cpp */, + 8BE691BF28DB7E0B0031C62E /* CAAudioBufferList.cpp */, + 8BE691C028DB7E0B0031C62E /* CAAudioTimeStamp.cpp */, + 8BE691C128DB7E0B0031C62E /* CAVectorUnit.h */, + 8BE691C228DB7E0B0031C62E /* CAByteOrder.h */, + 8BE691C328DB7E0B0031C62E /* CACFArray.h */, + 8BE691C428DB7E0B0031C62E /* CAAtomicStack.h */, + 8BE691C528DB7E0B0031C62E /* CAReferenceCounted.h */, + 8BE691C628DB7E0B0031C62E /* CACFMachPort.cpp */, + 8BE691C728DB7E0B0031C62E /* CABufferList.cpp */, + 8BE691C828DB7E0B0031C62E /* CAMutex.cpp */, + 8BE691C928DB7E0B0031C62E /* CADebugger.cpp */, + 8BE691CA28DB7E0B0031C62E /* CABundleLocker.cpp */, + 8BE691CB28DB7E0B0031C62E /* CAAudioFileFormats.cpp */, + 8BE691CC28DB7E0B0031C62E /* CAMath.h */, + 8BE691CD28DB7E0B0031C62E /* CACFArray.cpp */, + 8BE691CE28DB7E0B0031C62E /* CACFMessagePort.h */, + 8BE691CF28DB7E0B0031C62E /* CAAudioValueRange.cpp */, + 8BE691D028DB7E0B0031C62E /* CAAudioUnit.cpp */, + ); + path = PublicUtility; + sourceTree = ""; + }; + 8BE691D128DB7E0B0031C62E /* AudioUnits */ = { + isa = PBXGroup; + children = ( + 8BE691D228DB7E0B0031C62E /* AUPublic */, + ); + path = AudioUnits; + sourceTree = ""; + }; + 8BE691D228DB7E0B0031C62E /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BE691D328DB7E0B0031C62E /* AUViewBase */, + 8BE691D528DB7E0B0031C62E /* AUBase */, + 8BE691E528DB7E0B0031C62E /* OtherBases */, + 8BE691E828DB7E0B0031C62E /* Utility */, + ); + path = AUPublic; + sourceTree = ""; + }; + 8BE691D328DB7E0B0031C62E /* AUViewBase */ = { + isa = PBXGroup; + children = ( + 8BE691D428DB7E0B0031C62E /* AUViewLocalizedStringKeys.h */, + ); + path = AUViewBase; + sourceTree = ""; + }; + 8BE691D528DB7E0B0031C62E /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BE691D628DB7E0B0031C62E /* ComponentBase.cpp */, + 8BE691D728DB7E0B0031C62E /* AUScopeElement.cpp */, + 8BE691D828DB7E0B0031C62E /* ComponentBase.h */, + 8BE691D928DB7E0B0031C62E /* AUBase.cpp */, + 8BE691DA28DB7E0B0031C62E /* AUInputElement.h */, + 8BE691DB28DB7E0B0031C62E /* AUBase.h */, + 8BE691DC28DB7E0B0031C62E /* AUPlugInDispatch.h */, + 8BE691DD28DB7E0B0031C62E /* AUDispatch.h */, + 8BE691DE28DB7E0B0031C62E /* AUOutputElement.cpp */, + 8BE691DF28DB7E0B0031C62E /* AUResources.r */, + 8BE691E028DB7E0B0031C62E /* AUPlugInDispatch.cpp */, + 8BE691E128DB7E0B0031C62E /* AUOutputElement.h */, + 8BE691E228DB7E0B0031C62E /* AUDispatch.cpp */, + 8BE691E328DB7E0B0031C62E /* AUScopeElement.h */, + 8BE691E428DB7E0B0031C62E /* AUInputElement.cpp */, + ); + path = AUBase; + sourceTree = ""; + }; + 8BE691E528DB7E0B0031C62E /* OtherBases */ = { + isa = PBXGroup; + children = ( + 8BE691E628DB7E0B0031C62E /* AUEffectBase.cpp */, + 8BE691E728DB7E0B0031C62E /* AUEffectBase.h */, + ); + path = OtherBases; + sourceTree = ""; + }; + 8BE691E828DB7E0B0031C62E /* Utility */ = { + isa = PBXGroup; + children = ( + 8BE691E928DB7E0B0031C62E /* AUTimestampGenerator.h */, + 8BE691EA28DB7E0B0031C62E /* AUBaseHelper.cpp */, + 8BE691EB28DB7E0B0031C62E /* AUSilentTimeout.h */, + 8BE691EC28DB7E0B0031C62E /* AUInputFormatConverter.h */, + 8BE691ED28DB7E0B0031C62E /* AUTimestampGenerator.cpp */, + 8BE691EE28DB7E0B0031C62E /* AUBuffer.cpp */, + 8BE691EF28DB7E0B0031C62E /* AUMIDIDefs.h */, + 8BE691F028DB7E0B0031C62E /* AUBuffer.h */, + 8BE691F128DB7E0B0031C62E /* AUBaseHelper.h */, + ); + path = Utility; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BE6922228DB7E0B0031C62E /* CABundleLocker.h in Headers */, + 8BE6924328DB7E0B0031C62E /* CAAudioChannelLayout.h in Headers */, + 8BE6923928DB7E0B0031C62E /* AUOutputBL.h in Headers */, + 8BE6921428DB7E0B0031C62E /* CAHostTimeBase.h in Headers */, + 8BE6925C28DB7E0B0031C62E /* ComponentBase.h in Headers */, + 8BE6924C28DB7E0B0031C62E /* CAAtomicStack.h in Headers */, + 8BE6920928DB7E0B0031C62E /* CAAudioTimeStamp.h in Headers */, + 8BE6922628DB7E0B0031C62E /* CAThreadSafeList.h in Headers */, + 8BE6920128DB7E0B0031C62E /* CAAUParameter.h in Headers */, + 8BE6927328DB7E0B0031C62E /* AUBaseHelper.h in Headers */, + 8BE6926B28DB7E0B0031C62E /* AUTimestampGenerator.h in Headers */, + 8BE6921C28DB7E0B0031C62E /* CADebugPrintf.h in Headers */, + 8BE6925628DB7E0B0031C62E /* CACFMessagePort.h in Headers */, + 8BE6920428DB7E0B0031C62E /* CAAUProcessor.h in Headers */, + 8BE6920028DB7E0B0031C62E /* CAAudioUnit.h in Headers */, + 8BE6925928DB7E0B0031C62E /* AUViewLocalizedStringKeys.h in Headers */, + 8BE6923F28DB7E0B0031C62E /* CACFDistributedNotification.h in Headers */, + 8BE691FE28DB7E0B0031C62E /* CAComponent.h in Headers */, + 8BE6920C28DB7E0B0031C62E /* CAVectorUnitTypes.h in Headers */, + 8BA05A6E0720730100365D66 /* PitchNastyVersion.h in Headers */, + 8BE6924028DB7E0B0031C62E /* CAFilePathUtils.h in Headers */, + 8BE6920228DB7E0B0031C62E /* CAException.h in Headers */, + 8BE691F928DB7E0B0031C62E /* CAAtomic.h in Headers */, + 8BE691F828DB7E0B0031C62E /* CAGuard.h in Headers */, + 8BE6925E28DB7E0B0031C62E /* AUInputElement.h in Headers */, + 8BE6923528DB7E0B0031C62E /* CACFPreferences.h in Headers */, + 8BE6924A28DB7E0B0031C62E /* CAByteOrder.h in Headers */, + 8BE6922D28DB7E0B0031C62E /* CARingBuffer.h in Headers */, + 8BE691F428DB7E0B0031C62E /* CABool.h in Headers */, + 8BE6921928DB7E0B0031C62E /* CAMutex.h in Headers */, + 8BE6925F28DB7E0B0031C62E /* AUBase.h in Headers */, + 8BC6025C073B072D006C4272 /* PitchNasty.h in Headers */, + 8BE6921128DB7E0B0031C62E /* CACFString.h in Headers */, + 8BE6923028DB7E0B0031C62E /* CASharedLibrary.h in Headers */, + 8BE691FD28DB7E0B0031C62E /* CATokenMap.h in Headers */, + 8BE691F228DB7E0B0031C62E /* CAExtAudioFile.h in Headers */, + 8BE6920728DB7E0B0031C62E /* CAPThread.h in Headers */, + 8BE6922328DB7E0B0031C62E /* CAPropertyAddress.h in Headers */, + 8BE6924D28DB7E0B0031C62E /* CAReferenceCounted.h in Headers */, + 8BE6927228DB7E0B0031C62E /* AUBuffer.h in Headers */, + 8BE6925428DB7E0B0031C62E /* CAMath.h in Headers */, + 8BE6923428DB7E0B0031C62E /* CAAutoDisposer.h in Headers */, + 8BE691FB28DB7E0B0031C62E /* CACFObject.h in Headers */, + 8BE6921B28DB7E0B0031C62E /* CASettingsStorage.h in Headers */, + 8BE6922428DB7E0B0031C62E /* CAXException.h in Headers */, + 8BE6924128DB7E0B0031C62E /* CATink.h in Headers */, + 8BE6926E28DB7E0B0031C62E /* AUInputFormatConverter.h in Headers */, + 8BE6924928DB7E0B0031C62E /* CAVectorUnit.h in Headers */, + 8BE6920528DB7E0B0031C62E /* CAProcess.h in Headers */, + 8BE6920B28DB7E0B0031C62E /* CAAudioValueRange.h in Headers */, + 8BE6922028DB7E0B0031C62E /* CABitOperations.h in Headers */, + 8BE6921628DB7E0B0031C62E /* CAAudioFileFormats.h in Headers */, + 8BE6920F28DB7E0B0031C62E /* CACFNumber.h in Headers */, + 8BE6922728DB7E0B0031C62E /* CAAudioUnitOutputCapturer.h in Headers */, + 8BE6923828DB7E0B0031C62E /* CADebugMacros.h in Headers */, + 8BE6927128DB7E0B0031C62E /* AUMIDIDefs.h in Headers */, + 8BE6923128DB7E0B0031C62E /* CACFData.h in Headers */, + 8BE691FA28DB7E0B0031C62E /* CAStreamBasicDescription.h in Headers */, + 8BE6926028DB7E0B0031C62E /* AUPlugInDispatch.h in Headers */, + 8BE691FC28DB7E0B0031C62E /* CAStreamRangedDescription.h in Headers */, + 8BE6923C28DB7E0B0031C62E /* CACFPlugIn.h in Headers */, + 8BE691FF28DB7E0B0031C62E /* CAAudioBufferList.h in Headers */, + 8BE6921728DB7E0B0031C62E /* CAAUMIDIMapManager.h in Headers */, + 8BE6926A28DB7E0B0031C62E /* AUEffectBase.h in Headers */, + 8BE6920628DB7E0B0031C62E /* CACFDictionary.h in Headers */, + 8BE6926728DB7E0B0031C62E /* AUScopeElement.h in Headers */, + 8BE6923728DB7E0B0031C62E /* CAComponentDescription.h in Headers */, + 8BE6926D28DB7E0B0031C62E /* AUSilentTimeout.h in Headers */, + 8BE6922F28DB7E0B0031C62E /* CABufferList.h in Headers */, + 8BE6926128DB7E0B0031C62E /* AUDispatch.h in Headers */, + 8BE6926528DB7E0B0031C62E /* AUOutputElement.h in Headers */, + 8BE6922B28DB7E0B0031C62E /* CALogMacros.h in Headers */, + 8BE6921F28DB7E0B0031C62E /* AUParamInfo.h in Headers */, + 8BE6923E28DB7E0B0031C62E /* CAMixMap.h in Headers */, + 8BE6924B28DB7E0B0031C62E /* CACFArray.h in Headers */, + 8BE691F328DB7E0B0031C62E /* CACFMachPort.h in Headers */, + 8BE6921E28DB7E0B0031C62E /* CAAUMIDIMap.h in Headers */, + 8BE691F628DB7E0B0031C62E /* CADebugger.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* PitchNasty */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "PitchNasty" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCD0486CAD60068D4B7 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = PitchNasty; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = PitchNasty; + productReference = 8D01CCD20486CAD60068D4B7 /* PitchNasty.component */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1340; + }; + buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "PitchNasty" */; + compatibilityVersion = "Xcode 3.1"; + developmentRegion = en; + hasScannedForEncodings = 1; + knownRegions = ( + de, + ja, + fr, + Base, + en, + ); + mainGroup = 089C166AFE841209C02AAC07 /* PitchNasty */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* PitchNasty */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BE6922E28DB7E0B0031C62E /* AUOutputBL.cpp in Sources */, + 8BE6925328DB7E0B0031C62E /* CAAudioFileFormats.cpp in Sources */, + 8BE6924528DB7E0B0031C62E /* CAHostTimeBase.cpp in Sources */, + 8BE6921D28DB7E0B0031C62E /* CAXException.cpp in Sources */, + 8BE6924728DB7E0B0031C62E /* CAAudioBufferList.cpp in Sources */, + 8BE6920A28DB7E0B0031C62E /* CAFilePathUtils.cpp in Sources */, + 8BE6920828DB7E0B0031C62E /* CAAUParameter.cpp in Sources */, + 8BE6922A28DB7E0B0031C62E /* CAAUMIDIMap.cpp in Sources */, + 8BE6925728DB7E0B0031C62E /* CAAudioValueRange.cpp in Sources */, + 8BE6926628DB7E0B0031C62E /* AUDispatch.cpp in Sources */, + 8BE6922128DB7E0B0031C62E /* CACFPreferences.cpp in Sources */, + 8BE6926428DB7E0B0031C62E /* AUPlugInDispatch.cpp in Sources */, + 8BE6920328DB7E0B0031C62E /* CAAUProcessor.cpp in Sources */, + 8BE6921828DB7E0B0031C62E /* CACFDictionary.cpp in Sources */, + 8BE6926C28DB7E0B0031C62E /* AUBaseHelper.cpp in Sources */, + 8BE6925128DB7E0B0031C62E /* CADebugger.cpp in Sources */, + 8BE6922528DB7E0B0031C62E /* CAAudioChannelLayout.cpp in Sources */, + 8BE6922828DB7E0B0031C62E /* AUParamInfo.cpp in Sources */, + 8BE6924628DB7E0B0031C62E /* CAPersistence.cpp in Sources */, + 8BE6923A28DB7E0B0031C62E /* CADebugPrintf.cpp in Sources */, + 8BE6926F28DB7E0B0031C62E /* AUTimestampGenerator.cpp in Sources */, + 8BE6924228DB7E0B0031C62E /* CAStreamBasicDescription.cpp in Sources */, + 8BE6921228DB7E0B0031C62E /* CAAUMIDIMapManager.cpp in Sources */, + 8BE6923D28DB7E0B0031C62E /* CASettingsStorage.cpp in Sources */, + 8BE6926228DB7E0B0031C62E /* AUOutputElement.cpp in Sources */, + 8BE6920E28DB7E0B0031C62E /* CAGuard.cpp in Sources */, + 8BA05A6B0720730100365D66 /* PitchNasty.cpp in Sources */, + 8BE6925028DB7E0B0031C62E /* CAMutex.cpp in Sources */, + 8BE6926928DB7E0B0031C62E /* AUEffectBase.cpp in Sources */, + 8BE6924E28DB7E0B0031C62E /* CACFMachPort.cpp in Sources */, + 8BE6925D28DB7E0B0031C62E /* AUBase.cpp in Sources */, + 8BE6922928DB7E0B0031C62E /* CASharedLibrary.cpp in Sources */, + 8BE6921028DB7E0B0031C62E /* CACFDistributedNotification.cpp in Sources */, + 8BE6921328DB7E0B0031C62E /* CAComponentDescription.cpp in Sources */, + 8BE6921A28DB7E0B0031C62E /* CACFString.cpp in Sources */, + 8BE6925A28DB7E0B0031C62E /* ComponentBase.cpp in Sources */, + 8BE6923B28DB7E0B0031C62E /* CARingBuffer.cpp in Sources */, + 8BE6925B28DB7E0B0031C62E /* AUScopeElement.cpp in Sources */, + 8BE6925828DB7E0B0031C62E /* CAAudioUnit.cpp in Sources */, + 8BE6925528DB7E0B0031C62E /* CACFArray.cpp in Sources */, + 8BE6925228DB7E0B0031C62E /* CABundleLocker.cpp in Sources */, + 8BE6924428DB7E0B0031C62E /* CAProcess.cpp in Sources */, + 8BE6923228DB7E0B0031C62E /* CAStreamRangedDescription.cpp in Sources */, + 8BE6923328DB7E0B0031C62E /* CAPThread.cpp in Sources */, + 8BE691F528DB7E0B0031C62E /* CAComponent.cpp in Sources */, + 8BE6920D28DB7E0B0031C62E /* CAAudioChannelLayoutObject.cpp in Sources */, + 8BE6924828DB7E0B0031C62E /* CAAudioTimeStamp.cpp in Sources */, + 8BE6924F28DB7E0B0031C62E /* CABufferList.cpp in Sources */, + 8BE6922C28DB7E0B0031C62E /* CACFMessagePort.cpp in Sources */, + 8BE6923628DB7E0B0031C62E /* CAVectorUnit.cpp in Sources */, + 8BE6926828DB7E0B0031C62E /* AUInputElement.cpp in Sources */, + 8BE6927028DB7E0B0031C62E /* AUBuffer.cpp in Sources */, + 8BE6921528DB7E0B0031C62E /* CADebugMacros.cpp in Sources */, + 8BE691F728DB7E0B0031C62E /* CACFNumber.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 8BE6927428DB7EE10031C62E /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 3E4BA244089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEVELOPMENT_TEAM = 9BMAKYA76W; + EXPORTED_SYMBOLS_FILE = PitchNasty.exp; + GCC_OPTIMIZATION_LEVEL = 0; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; + PRODUCT_NAME = PitchNasty; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_STYLE = debugging; + WRAPPER_EXTENSION = component; + }; + name = Debug; + }; + 3E4BA245089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEVELOPMENT_TEAM = 9BMAKYA76W; + EXPORTED_SYMBOLS_FILE = PitchNasty.exp; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; + PRODUCT_NAME = PitchNasty; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = debugging; + WRAPPER_EXTENSION = component; + }; + name = Release; + }; + 3E4BA248089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Debug; + }; + 3E4BA249089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "PitchNasty" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA244089833B7007656EC /* Debug */, + 3E4BA245089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "PitchNasty" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA248089833B7007656EC /* Debug */, + 3E4BA249089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 000000000..148e7fc61 Binary files /dev/null and b/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/xcshareddata/xcschemes/PitchNasty.xcscheme b/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/xcshareddata/xcschemes/PitchNasty.xcscheme new file mode 100644 index 000000000..d4faa0758 --- /dev/null +++ b/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/xcshareddata/xcschemes/PitchNasty.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 000000000..b9932f6c5 --- /dev/null +++ b/plugins/MacSignedAU/PitchNasty/PitchNasty.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + PitchNasty.xcscheme_^#shared#^_ + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedAU/PitchNasty/PitchNastyVersion.h b/plugins/MacSignedAU/PitchNasty/PitchNastyVersion.h new file mode 100755 index 000000000..adb1c54f2 --- /dev/null +++ b/plugins/MacSignedAU/PitchNasty/PitchNastyVersion.h @@ -0,0 +1,58 @@ +/* +* File: PitchNastyVersion.h +* +* Version: 1.0 +* +* Created: 9/15/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#ifndef __PitchNastyVersion_h__ +#define __PitchNastyVersion_h__ + + +#ifdef DEBUG + #define kPitchNastyVersion 0xFFFFFFFF +#else + #define kPitchNastyVersion 0x00010000 +#endif + +//~~~~~~~~~~~~~~ Change!!! ~~~~~~~~~~~~~~~~~~~~~// +#define PitchNasty_COMP_MANF 'Dthr' +#define PitchNasty_COMP_SUBTYPE 'pitn' +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// + +#endif + diff --git a/plugins/MacSignedAU/PitchNasty/en.lproj/InfoPlist.strings b/plugins/MacSignedAU/PitchNasty/en.lproj/InfoPlist.strings new file mode 100755 index 000000000..11cd06901 Binary files /dev/null and b/plugins/MacSignedAU/PitchNasty/en.lproj/InfoPlist.strings differ diff --git a/plugins/MacSignedAU/PitchNasty/version.plist b/plugins/MacSignedAU/PitchNasty/version.plist new file mode 100755 index 000000000..11edf8a1b --- /dev/null +++ b/plugins/MacSignedAU/PitchNasty/version.plist @@ -0,0 +1,16 @@ + + + + + BuildVersion + 3 + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 + ProjectName + ${EXECUTABLE_NAME} + SourceVersion + 590000 + + diff --git a/plugins/MacSignedAU/PocketVerbs/PocketVerbs.cpp b/plugins/MacSignedAU/PocketVerbs/PocketVerbs.cpp index 55fe6446e..52e0905a5 100755 --- a/plugins/MacSignedAU/PocketVerbs/PocketVerbs.cpp +++ b/plugins/MacSignedAU/PocketVerbs/PocketVerbs.cpp @@ -5,7 +5,7 @@ * * Created: 8/19/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacSignedAU/PocketVerbs/PocketVerbs.h b/plugins/MacSignedAU/PocketVerbs/PocketVerbs.h index c713f82de..7d1e7bb03 100755 --- a/plugins/MacSignedAU/PocketVerbs/PocketVerbs.h +++ b/plugins/MacSignedAU/PocketVerbs/PocketVerbs.h @@ -5,7 +5,7 @@ * * Created: 8/19/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacSignedAU/PocketVerbs/PocketVerbs.r b/plugins/MacSignedAU/PocketVerbs/PocketVerbs.r index 07090e6a7..e06dd416b 100755 --- a/plugins/MacSignedAU/PocketVerbs/PocketVerbs.r +++ b/plugins/MacSignedAU/PocketVerbs/PocketVerbs.r @@ -5,7 +5,7 @@ * * Created: 8/19/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacSignedAU/PocketVerbs/PocketVerbsVersion.h b/plugins/MacSignedAU/PocketVerbs/PocketVerbsVersion.h index b05ac2d97..9e7cc7df7 100755 --- a/plugins/MacSignedAU/PocketVerbs/PocketVerbsVersion.h +++ b/plugins/MacSignedAU/PocketVerbs/PocketVerbsVersion.h @@ -5,7 +5,7 @@ * * Created: 8/19/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacSignedAU/Pockey/Pockey.cpp b/plugins/MacSignedAU/Pockey/Pockey.cpp index 07cb7111e..685dd0100 100755 --- a/plugins/MacSignedAU/Pockey/Pockey.cpp +++ b/plugins/MacSignedAU/Pockey/Pockey.cpp @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Pockey/Pockey.h b/plugins/MacSignedAU/Pockey/Pockey.h index d0bbe23f4..b357d4cb0 100755 --- a/plugins/MacSignedAU/Pockey/Pockey.h +++ b/plugins/MacSignedAU/Pockey/Pockey.h @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Pockey/Pockey.r b/plugins/MacSignedAU/Pockey/Pockey.r index df29b37cc..785af448e 100755 --- a/plugins/MacSignedAU/Pockey/Pockey.r +++ b/plugins/MacSignedAU/Pockey/Pockey.r @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Pockey/PockeyVersion.h b/plugins/MacSignedAU/Pockey/PockeyVersion.h index 960c752d2..7d9322b5c 100755 --- a/plugins/MacSignedAU/Pockey/PockeyVersion.h +++ b/plugins/MacSignedAU/Pockey/PockeyVersion.h @@ -5,7 +5,7 @@ * * Created: 8/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Pockey2/Pockey2.cpp b/plugins/MacSignedAU/Pockey2/Pockey2.cpp index fbcad20ba..e6b3cdcf8 100755 --- a/plugins/MacSignedAU/Pockey2/Pockey2.cpp +++ b/plugins/MacSignedAU/Pockey2/Pockey2.cpp @@ -5,7 +5,7 @@ * * Created: 9/14/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Pockey2/Pockey2.h b/plugins/MacSignedAU/Pockey2/Pockey2.h index 5668ba651..0a1947c1d 100755 --- a/plugins/MacSignedAU/Pockey2/Pockey2.h +++ b/plugins/MacSignedAU/Pockey2/Pockey2.h @@ -5,7 +5,7 @@ * * Created: 9/14/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Pockey2/Pockey2.r b/plugins/MacSignedAU/Pockey2/Pockey2.r index 7defac081..a5863a5f6 100755 --- a/plugins/MacSignedAU/Pockey2/Pockey2.r +++ b/plugins/MacSignedAU/Pockey2/Pockey2.r @@ -5,7 +5,7 @@ * * Created: 9/14/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Pockey2/Pockey2Version.h b/plugins/MacSignedAU/Pockey2/Pockey2Version.h index 92a87c08a..3402926b0 100755 --- a/plugins/MacSignedAU/Pockey2/Pockey2Version.h +++ b/plugins/MacSignedAU/Pockey2/Pockey2Version.h @@ -5,7 +5,7 @@ * * Created: 9/14/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Podcast/Podcast.cpp b/plugins/MacSignedAU/Podcast/Podcast.cpp index 6f3e32bce..a97b5c274 100755 --- a/plugins/MacSignedAU/Podcast/Podcast.cpp +++ b/plugins/MacSignedAU/Podcast/Podcast.cpp @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Podcast/Podcast.h b/plugins/MacSignedAU/Podcast/Podcast.h index eba506b94..182304d26 100755 --- a/plugins/MacSignedAU/Podcast/Podcast.h +++ b/plugins/MacSignedAU/Podcast/Podcast.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Podcast/Podcast.r b/plugins/MacSignedAU/Podcast/Podcast.r index ceffed8a3..c90d7bc22 100755 --- a/plugins/MacSignedAU/Podcast/Podcast.r +++ b/plugins/MacSignedAU/Podcast/Podcast.r @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Podcast/PodcastVersion.h b/plugins/MacSignedAU/Podcast/PodcastVersion.h index 9eb127c36..b77c138a0 100755 --- a/plugins/MacSignedAU/Podcast/PodcastVersion.h +++ b/plugins/MacSignedAU/Podcast/PodcastVersion.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/PodcastDeluxe/PodcastDeluxe.cpp b/plugins/MacSignedAU/PodcastDeluxe/PodcastDeluxe.cpp index dc7b36eb3..64fcb8666 100755 --- a/plugins/MacSignedAU/PodcastDeluxe/PodcastDeluxe.cpp +++ b/plugins/MacSignedAU/PodcastDeluxe/PodcastDeluxe.cpp @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/PodcastDeluxe/PodcastDeluxe.h b/plugins/MacSignedAU/PodcastDeluxe/PodcastDeluxe.h index c77f70237..0fd59b2b4 100755 --- a/plugins/MacSignedAU/PodcastDeluxe/PodcastDeluxe.h +++ b/plugins/MacSignedAU/PodcastDeluxe/PodcastDeluxe.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/PodcastDeluxe/PodcastDeluxe.r b/plugins/MacSignedAU/PodcastDeluxe/PodcastDeluxe.r index 9e1144cb1..1b9924e85 100755 --- a/plugins/MacSignedAU/PodcastDeluxe/PodcastDeluxe.r +++ b/plugins/MacSignedAU/PodcastDeluxe/PodcastDeluxe.r @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/PodcastDeluxe/PodcastDeluxeVersion.h b/plugins/MacSignedAU/PodcastDeluxe/PodcastDeluxeVersion.h index 6642f0398..a86d46873 100755 --- a/plugins/MacSignedAU/PodcastDeluxe/PodcastDeluxeVersion.h +++ b/plugins/MacSignedAU/PodcastDeluxe/PodcastDeluxeVersion.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Point/Poynt.cpp b/plugins/MacSignedAU/Point/Poynt.cpp index 9e977fff2..605e975b4 100755 --- a/plugins/MacSignedAU/Point/Poynt.cpp +++ b/plugins/MacSignedAU/Point/Poynt.cpp @@ -5,7 +5,7 @@ * * Created: 2/3/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Point/Poynt.h b/plugins/MacSignedAU/Point/Poynt.h index 30c436471..65517d9f9 100755 --- a/plugins/MacSignedAU/Point/Poynt.h +++ b/plugins/MacSignedAU/Point/Poynt.h @@ -5,7 +5,7 @@ * * Created: 2/3/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Point/Poynt.r b/plugins/MacSignedAU/Point/Poynt.r index 85c79faca..0b1820d3f 100755 --- a/plugins/MacSignedAU/Point/Poynt.r +++ b/plugins/MacSignedAU/Point/Poynt.r @@ -5,7 +5,7 @@ * * Created: 2/3/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Point/PoyntVersion.h b/plugins/MacSignedAU/Point/PoyntVersion.h index cd6343ba5..a9750ee86 100755 --- a/plugins/MacSignedAU/Point/PoyntVersion.h +++ b/plugins/MacSignedAU/Point/PoyntVersion.h @@ -5,7 +5,7 @@ * * Created: 2/3/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Pop/Pop.cpp b/plugins/MacSignedAU/Pop/Pop.cpp index 63e491be0..4428b2683 100755 --- a/plugins/MacSignedAU/Pop/Pop.cpp +++ b/plugins/MacSignedAU/Pop/Pop.cpp @@ -5,7 +5,7 @@ * * Created: 10/9/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Pop/Pop.h b/plugins/MacSignedAU/Pop/Pop.h index fee7c7bce..34c5d2d82 100755 --- a/plugins/MacSignedAU/Pop/Pop.h +++ b/plugins/MacSignedAU/Pop/Pop.h @@ -5,7 +5,7 @@ * * Created: 10/9/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Pop/Pop.r b/plugins/MacSignedAU/Pop/Pop.r index 5918a81e9..a05e12640 100755 --- a/plugins/MacSignedAU/Pop/Pop.r +++ b/plugins/MacSignedAU/Pop/Pop.r @@ -5,7 +5,7 @@ * * Created: 10/9/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Pop/PopVersion.h b/plugins/MacSignedAU/Pop/PopVersion.h index 7d431ed7b..157a304be 100755 --- a/plugins/MacSignedAU/Pop/PopVersion.h +++ b/plugins/MacSignedAU/Pop/PopVersion.h @@ -5,7 +5,7 @@ * * Created: 10/9/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Pop2/Info.plist b/plugins/MacSignedAU/Pop2/Info.plist new file mode 100755 index 000000000..30a31bde0 --- /dev/null +++ b/plugins/MacSignedAU/Pop2/Info.plist @@ -0,0 +1,47 @@ + + + + + AudioComponents + + + description + ${PRODUCT_NAME:identifier} AU + factoryFunction + ${PRODUCT_NAME:identifier}Factory + manufacturer + Dthr + name + Airwindows: ${PRODUCT_NAME:identifier} + subtype + popd + type + aufx + version + 65536 + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PROJECTNAMEASIDENTIFIER} + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + DthX + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacSignedAU/Pop2/Pop2.cpp b/plugins/MacSignedAU/Pop2/Pop2.cpp new file mode 100755 index 000000000..e246299bc --- /dev/null +++ b/plugins/MacSignedAU/Pop2/Pop2.cpp @@ -0,0 +1,325 @@ +/* +* File: Pop2.cpp +* +* Version: 1.0 +* +* Created: 9/19/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +/*============================================================================= + Pop2.cpp + +=============================================================================*/ +#include "Pop2.h" + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +AUDIOCOMPONENT_ENTRY(AUBaseFactory, Pop2) + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Pop2::Pop2 +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Pop2::Pop2(AudioUnit component) + : AUEffectBase(component) +{ + CreateElements(); + Globals()->UseIndexedParameters(kNumberOfParameters); + SetParameter(kParam_One, kDefaultValue_ParamOne ); + SetParameter(kParam_Two, kDefaultValue_ParamTwo ); + SetParameter(kParam_Three, kDefaultValue_ParamThree ); + SetParameter(kParam_Four, kDefaultValue_ParamFour ); + SetParameter(kParam_Five, kDefaultValue_ParamFive ); + +#if AU_DEBUG_DISPATCHER + mDebugDispatcher = new AUDebugDispatcher (this); +#endif + +} + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Pop2::GetParameterValueStrings +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Pop2::GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings) +{ + + return kAudioUnitErr_InvalidProperty; +} + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Pop2::GetParameterInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Pop2::GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo ) +{ + ComponentResult result = noErr; + + outParameterInfo.flags = kAudioUnitParameterFlag_IsWritable + | kAudioUnitParameterFlag_IsReadable; + + if (inScope == kAudioUnitScope_Global) { + switch(inParameterID) + { + case kParam_One: + AUBase::FillInParameterName (outParameterInfo, kParameterOneName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamOne; + break; + case kParam_Two: + AUBase::FillInParameterName (outParameterInfo, kParameterTwoName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamTwo; + break; + case kParam_Three: + AUBase::FillInParameterName (outParameterInfo, kParameterThreeName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamThree; + break; + case kParam_Four: + AUBase::FillInParameterName (outParameterInfo, kParameterFourName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamFour; + break; + case kParam_Five: + AUBase::FillInParameterName (outParameterInfo, kParameterFiveName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamFive; + break; + default: + result = kAudioUnitErr_InvalidParameter; + break; + } + } else { + result = kAudioUnitErr_InvalidParameter; + } + + + + return result; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Pop2::GetPropertyInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Pop2::GetPropertyInfo (AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable) +{ + return AUEffectBase::GetPropertyInfo (inID, inScope, inElement, outDataSize, outWritable); +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Pop2::GetProperty +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Pop2::GetProperty( AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData ) +{ + return AUEffectBase::GetProperty (inID, inScope, inElement, outData); +} + +// Pop2::Initialize +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult Pop2::Initialize() +{ + ComponentResult result = AUEffectBase::Initialize(); + if (result == noErr) + Reset(kAudioUnitScope_Global, 0); + return result; +} + +#pragma mark ____Pop2EffectKernel + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Pop2::Pop2Kernel::Reset() +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void Pop2::Pop2Kernel::Reset() +{ + muVary = 0.0; + muAttack = 0.0; + muNewSpeed = 1000.0; + muSpeedA = 1000.0; + muSpeedB = 1000.0; + muCoefficientA = 1.0; + muCoefficientB = 1.0; + flip = false; + + lastSample = 0.0; + wasPosClip = false; + wasNegClip = false; + for (int x = 0; x < 16; x++) intermediate[x] = 0.0; + + fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Pop2::Pop2Kernel::Process +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +void Pop2::Pop2Kernel::Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence ) +{ + UInt32 nSampleFrames = inFramesToProcess; + const Float32 *sourceP = inSourceP; + Float32 *destP = inDestP; + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + + int spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; //for ClipOnly2 + + Float64 threshold = 1.0 - ((1.0-pow(1.0-GetParameter( kParam_One ),2))*0.9); + Float64 attack = ((pow(GetParameter( kParam_Two ),4)*100000.0)+10.0)*overallscale; + Float64 release = ((pow(GetParameter( kParam_Three ),5)*2000000.0)+20.0)*overallscale; + Float64 maxRelease = release * 4.0; + Float64 muPreGain = 1.0/threshold; + Float64 muMakeupGain = sqrt(1.0 / threshold)*GetParameter( kParam_Four ); + Float64 wet = GetParameter( kParam_Five ); + //compressor section + + while (nSampleFrames-- > 0) { + double inputSample = *sourceP; + if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; + double drySample = inputSample; + + //begin compressor section + inputSample *= muPreGain; + if (flip) { + if (fabs(inputSample) > threshold) { + muVary = threshold / fabs(inputSample); + muAttack = sqrt(fabs(muSpeedA)); + muCoefficientA = muCoefficientA * (muAttack-1.0); + if (muVary < threshold) muCoefficientA = muCoefficientA + threshold; + else muCoefficientA = muCoefficientA + muVary; + muCoefficientA = muCoefficientA / muAttack; + muNewSpeed = muSpeedA * (muSpeedA-1.0); + muNewSpeed = muNewSpeed + release; + muSpeedA = muNewSpeed / muSpeedA; + if (muSpeedA > maxRelease) muSpeedA = maxRelease; + } else { + muCoefficientA = muCoefficientA * ((muSpeedA * muSpeedA)-1.0); + muCoefficientA = muCoefficientA + 1.0; + muCoefficientA = muCoefficientA / (muSpeedA * muSpeedA); + muNewSpeed = muSpeedA * (muSpeedA-1.0); + muNewSpeed = muNewSpeed + attack; + muSpeedA = muNewSpeed / muSpeedA;} + } else { + if (fabs(inputSample) > threshold) { + muVary = threshold / fabs(inputSample); + muAttack = sqrt(fabs(muSpeedB)); + muCoefficientB = muCoefficientB * (muAttack-1.0); + if (muVary < threshold) muCoefficientB = muCoefficientB + threshold; + else muCoefficientB = muCoefficientB + muVary; + muCoefficientB = muCoefficientB / muAttack; + muNewSpeed = muSpeedB * (muSpeedB-1.0); + muNewSpeed = muNewSpeed + release; + muSpeedB = muNewSpeed / muSpeedB; + if (muSpeedB > maxRelease) muSpeedB = maxRelease; + } else { + muCoefficientB = muCoefficientB * ((muSpeedB * muSpeedB)-1.0); + muCoefficientB = muCoefficientB + 1.0; + muCoefficientB = muCoefficientB / (muSpeedB * muSpeedB); + muNewSpeed = muSpeedB * (muSpeedB-1.0); + muNewSpeed = muNewSpeed + attack; + muSpeedB = muNewSpeed / muSpeedB;} + } + //got coefficients, adjusted speeds + if (flip) inputSample *= pow(muCoefficientA,2); + else inputSample *= pow(muCoefficientB,2); + inputSample *= muMakeupGain; + flip = !flip; + //end compressor section + + //begin ClipOnly2 as a little, compressed chunk that can be dropped into code + if (inputSample > 4.0) inputSample = 4.0; if (inputSample < -4.0) inputSample = -4.0; + if (wasPosClip == true) { //current will be over + if (inputSample0.9549925859) {wasPosClip=true;inputSample=0.7058208+(lastSample*0.2609148);} + if (wasNegClip == true) { //current will be -over + if (inputSample > lastSample) lastSample=-0.7058208+(inputSample*0.2609148); + else lastSample=-0.2491717+(lastSample*0.7390851); + } wasNegClip = false; + if (inputSample<-0.9549925859) {wasNegClip=true;inputSample=-0.7058208+(lastSample*0.2609148);} + intermediate[spacing] = inputSample; + inputSample = lastSample; //Latency is however many samples equals one 44.1k sample + for (int x = spacing; x > 0; x--) intermediate[x-1] = intermediate[x]; + lastSample = intermediate[0]; //run a little buffer to handle this + //end ClipOnly2 as a little, compressed chunk that can be dropped into code + + if (wet !=1.0) { + inputSample = (inputSample * wet) + (drySample * (1.0-wet)); + } + //Dry/Wet control, defaults to the last slider + + //begin 32 bit floating point dither + int expon; frexpf((float)inputSample, &expon); + fpd ^= fpd << 13; fpd ^= fpd >> 17; fpd ^= fpd << 5; + inputSample += ((double(fpd)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit floating point dither + + *destP = inputSample; + + sourceP += inNumChannels; destP += inNumChannels; + } +} + diff --git a/plugins/MacSignedAU/Pop2/Pop2.exp b/plugins/MacSignedAU/Pop2/Pop2.exp new file mode 100755 index 000000000..8aa90f736 --- /dev/null +++ b/plugins/MacSignedAU/Pop2/Pop2.exp @@ -0,0 +1,2 @@ +_Pop2Entry +_Pop2Factory diff --git a/plugins/MacSignedAU/Pop2/Pop2.h b/plugins/MacSignedAU/Pop2/Pop2.h new file mode 100755 index 000000000..62d7920a5 --- /dev/null +++ b/plugins/MacSignedAU/Pop2/Pop2.h @@ -0,0 +1,161 @@ +/* +* File: Pop2.h +* +* Version: 1.0 +* +* Created: 9/19/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include "AUEffectBase.h" +#include "Pop2Version.h" + +#if AU_DEBUG_DISPATCHER + #include "AUDebugDispatcher.h" +#endif + + +#ifndef __Pop2_h__ +#define __Pop2_h__ + + +#pragma mark ____Pop2 Parameters + +// parameters +static const float kDefaultValue_ParamOne = 0.5; +static const float kDefaultValue_ParamTwo = 0.5; +static const float kDefaultValue_ParamThree = 0.5; +static const float kDefaultValue_ParamFour = 0.5; +static const float kDefaultValue_ParamFive = 1.0; + +static CFStringRef kParameterOneName = CFSTR("Compress"); +static CFStringRef kParameterTwoName = CFSTR("Attack"); +static CFStringRef kParameterThreeName = CFSTR("Release"); +static CFStringRef kParameterFourName = CFSTR("Drive"); +static CFStringRef kParameterFiveName = CFSTR("Dry/Wet"); +//Alter the name if desired, but using the plugin name is a start + +enum { + kParam_One =0, + kParam_Two =1, + kParam_Three =2, + kParam_Four =3, + kParam_Five =4, + //Add your parameters here... + kNumberOfParameters=5 +}; + +#pragma mark ____Pop2 +class Pop2 : public AUEffectBase +{ +public: + Pop2(AudioUnit component); +#if AU_DEBUG_DISPATCHER + virtual ~Pop2 () { delete mDebugDispatcher; } +#endif + + virtual AUKernelBase * NewKernel() { return new Pop2Kernel(this); } + + virtual ComponentResult GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings); + + virtual ComponentResult GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo); + + virtual ComponentResult GetPropertyInfo(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable ); + + virtual ComponentResult GetProperty(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData); + + virtual ComponentResult Initialize(); + virtual bool SupportsTail () { return true; } + virtual Float64 GetTailTime() {return (1.0/GetSampleRate())*0.0;} //in SECONDS! gsr * a number = in samples + virtual Float64 GetLatency() {return (1.0/GetSampleRate())*0.0;} // in SECONDS! gsr * a number = in samples + + /*! @method Version */ + virtual ComponentResult Version() { return kPop2Version; } + + + +protected: + class Pop2Kernel : public AUKernelBase // most of the real work happens here + { +public: + Pop2Kernel(AUEffectBase *inAudioUnit ) + : AUKernelBase(inAudioUnit) + { + } + + // *Required* overides for the process method for this effect + // processes one channel of interleaved samples + virtual void Process( const Float32 *inSourceP, + Float32 *inDestP, + UInt32 inFramesToProcess, + UInt32 inNumChannels, + bool &ioSilence); + + virtual void Reset(); + + private: + double muVary; + double muAttack; + double muNewSpeed; + double muSpeedA; + double muSpeedB; + double muCoefficientA; + double muCoefficientB; + bool flip; + + double lastSample; + double intermediate[16]; + bool wasPosClip; + bool wasNegClip; + + uint32_t fpd; + }; +}; + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +#endif \ No newline at end of file diff --git a/plugins/MacSignedAU/Pop2/Pop2.r b/plugins/MacSignedAU/Pop2/Pop2.r new file mode 100755 index 000000000..634143a54 --- /dev/null +++ b/plugins/MacSignedAU/Pop2/Pop2.r @@ -0,0 +1,61 @@ +/* +* File: Pop2.r +* +* Version: 1.0 +* +* Created: 9/19/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include + +#include "Pop2Version.h" + +// Note that resource IDs must be spaced 2 apart for the 'STR ' name and description +#define kAudioUnitResID_Pop2 1000 + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Pop2~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#define RES_ID kAudioUnitResID_Pop2 +#define COMP_TYPE kAudioUnitType_Effect +#define COMP_SUBTYPE Pop2_COMP_SUBTYPE +#define COMP_MANUF Pop2_COMP_MANF + +#define VERSION kPop2Version +#define NAME "Airwindows: Pop2" +#define DESCRIPTION "Pop2 AU" +#define ENTRY_POINT "Pop2Entry" + +#include "AUResources.r" \ No newline at end of file diff --git a/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/christopherjohnson.mode1v3 b/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/christopherjohnson.mode1v3 new file mode 100755 index 000000000..f301be9a2 --- /dev/null +++ b/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/christopherjohnson.mode1v3 @@ -0,0 +1,1358 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 8BD3CCBC148831C90062E48C + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + build + debugger-enable-breakpoints + get-info + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05AEB0720742700365D66 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 20 + 19 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 445}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 463}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + MyNewFile14.java + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {580, 269}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 269pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 274}, {580, 189}} + RubberWindowFrame + 203 321 788 504 0 0 1440 878 + + Module + XCDetailModule + Proportion + 189pt + + + Proportion + 580pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 8B563EC9161B5E170067FE32 + 1CE0B1FE06471DED0097A5F4 + 8B563ECA161B5E170067FE32 + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 8BD3CCBD148831C90062E48C + /Developer/Library/Xcode/Project Templates/System Plug-in/Audio Unit Effect/Audio Unit Effect/StarterAU.xcodeproj + + WindowString + 203 321 788 504 0 0 1440 878 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {500, 218}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 223}, {500, 236}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 459pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 8BD3CCBD148831C90062E48C + 8B563ECB161B5E170067FE32 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 668 222 500 500 0 0 1440 878 + WindowToolGUID + 8BD3CCBD148831C90062E48C + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/christopherjohnson.pbxuser b/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..be5112c60 --- /dev/null +++ b/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,136 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Pop2 */; + codeSenseManager = 8BD3CCB9148830B20062E48C /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 170, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 252, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685363711; + PBXWorkspaceStateSaveDate = 685363711; + }; + perUserProjectItems = { + 8B09434928D8959100166A02 /* PlistBookmark */ = 8B09434928D8959100166A02 /* PlistBookmark */; + 8B09441C28D9D0B100166A02 /* PBXTextBookmark */ = 8B09441C28D9D0B100166A02 /* PBXTextBookmark */; + 8B09453B28DA13C500166A02 /* PBXTextBookmark */ = 8B09453B28DA13C500166A02 /* PBXTextBookmark */; + }; + sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; + userBuildSettings = { + }; + }; + 8B09434928D8959100166A02 /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D01CCD10486CAD60068D4B7 /* Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + CFBundleName, + ); + name = /Users/christopherjohnson/Desktop/Pop2/Info.plist; + rLen = 0; + rLoc = 9223372036854775808; + }; + 8B09441C28D9D0B100166A02 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A690720730100365D66 /* Pop2Version.h */; + name = "Pop2Version.h: 54"; + rLen = 0; + rLoc = 2859; + rType = 0; + vrLen = 259; + vrLoc = 2662; + }; + 8B09453B28DA13C500166A02 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A690720730100365D66 /* Pop2Version.h */; + name = "Pop2Version.h: 54"; + rLen = 0; + rLoc = 2859; + rType = 0; + vrLen = 0; + vrLoc = 0; + }; + 8BA05A660720730100365D66 /* Pop2.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1151, 5940}}"; + sepNavSelRange = "{11305, 54}"; + sepNavVisRange = "{11624, 1908}"; + sepNavWindowFrame = "{{6, 38}, {1198, 840}}"; + }; + }; + 8BA05A690720730100365D66 /* Pop2Version.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {471, 1206}}"; + sepNavSelRange = "{2859, 0}"; + sepNavVisRange = "{0, 0}"; + }; + }; + 8BC6025B073B072D006C4272 /* Pop2.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1056, 2628}}"; + sepNavSelRange = "{5692, 0}"; + sepNavVisRange = "{2588, 1013}"; + sepNavWindowFrame = "{{70, 43}, {915, 835}}"; + }; + }; + 8BD3CCB8148830B20062E48C /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8BD3CCB9148830B20062E48C /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8D01CCC60486CAD60068D4B7 /* Pop2 */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..5f9f8d940 --- /dev/null +++ b/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1506 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8BD7274F1D46E5A5000176F0 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 719 + 719 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 288 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05A56072072A900365D66 + 089C167CFE841241C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 4 + 2 + 1 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {288, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {305, 446}} + GroupTreeTableConfiguration + + MainColumn + 288 + + RubberWindowFrame + 13 373 719 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 305pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8BD7274A1D46E5A5000176F0 + PBXProjectModuleLabel + Pop2Version.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BD7274B1D46E5A5000176F0 + PBXProjectModuleLabel + Pop2Version.h + _historyCapacity + 0 + bookmark + 8B09453B28DA13C500166A02 + history + + 8B09434928D8959100166A02 + 8B09441C28D9D0B100166A02 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {409, 0}} + RubberWindowFrame + 13 373 719 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + Proportion + 441pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {409, 414}} + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {409, 414}} + RubberWindowFrame + 13 373 719 487 0 0 1440 878 + + Module + PBXBuildResultsModule + + + + + Proportion + 409pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8B09453C28DA13C500166A02 + 1CA23ED40692098700951B8B + 8B09453D28DA13C500166A02 + 8BD7274A1D46E5A5000176F0 + 8B09453E28DA13C500166A02 + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0pt + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 214}} + {{395, 0}, {415, 214}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 214}} + {{0, 214}, {810, 227}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 5}, {810, 441}} + PBXDebugSessionStackFrameViewKey + + DebugVariablesTableConfiguration + + Name + 120 + Value + 85 + Summary + 185 + + Frame + {{395, 0}, {415, 214}} + + + Module + PBXDebugSessionModule + Proportion + 441pt + + + Name + Debug + ServiceClasses + + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + PBXDebugProcessAndThreadModule + PBXDebugProcessViewModule + PBXDebugThreadViewModule + PBXDebugStackFrameViewModule + PBXNavigatorGroup + + TableOfContents + + 8BD727EC1D46ECF1000176F0 + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 8BD727ED1D46ECF1000176F0 + 8BD727EE1D46ECF1000176F0 + 8BD727EF1D46ECF1000176F0 + 8BD727F01D46ECF1000176F0 + 8BD727E71D46ECD9000176F0 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685380549.36635602 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/Pop2/Pop2.xcodeproj + + WindowString + 13 373 719 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/project.pbxproj b/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/project.pbxproj new file mode 100755 index 000000000..e8e1ed7b7 --- /dev/null +++ b/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/project.pbxproj @@ -0,0 +1,957 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 8BA05A6B0720730100365D66 /* Pop2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* Pop2.cpp */; }; + 8BA05A6E0720730100365D66 /* Pop2Version.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* Pop2Version.h */; }; + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; + 8BC6025C073B072D006C4272 /* Pop2.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* Pop2.h */; }; + 8BE692FF28DB7F490031C62E /* CAExtAudioFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6927728DB7F490031C62E /* CAExtAudioFile.h */; }; + 8BE6930028DB7F490031C62E /* CACFMachPort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6927828DB7F490031C62E /* CACFMachPort.h */; }; + 8BE6930128DB7F490031C62E /* CABool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6927928DB7F490031C62E /* CABool.h */; }; + 8BE6930228DB7F490031C62E /* CAComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6927A28DB7F490031C62E /* CAComponent.cpp */; }; + 8BE6930328DB7F490031C62E /* CADebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6927B28DB7F490031C62E /* CADebugger.h */; }; + 8BE6930428DB7F490031C62E /* CACFNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6927C28DB7F490031C62E /* CACFNumber.cpp */; }; + 8BE6930528DB7F490031C62E /* CAGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6927D28DB7F490031C62E /* CAGuard.h */; }; + 8BE6930628DB7F490031C62E /* CAAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6927E28DB7F490031C62E /* CAAtomic.h */; }; + 8BE6930728DB7F490031C62E /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6927F28DB7F490031C62E /* CAStreamBasicDescription.h */; }; + 8BE6930828DB7F490031C62E /* CACFObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6928028DB7F490031C62E /* CACFObject.h */; }; + 8BE6930928DB7F490031C62E /* CAStreamRangedDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6928128DB7F490031C62E /* CAStreamRangedDescription.h */; }; + 8BE6930A28DB7F490031C62E /* CATokenMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6928228DB7F490031C62E /* CATokenMap.h */; }; + 8BE6930B28DB7F490031C62E /* CAComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6928328DB7F490031C62E /* CAComponent.h */; }; + 8BE6930C28DB7F490031C62E /* CAAudioBufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6928428DB7F490031C62E /* CAAudioBufferList.h */; }; + 8BE6930D28DB7F490031C62E /* CAAudioUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6928528DB7F490031C62E /* CAAudioUnit.h */; }; + 8BE6930E28DB7F490031C62E /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6928628DB7F490031C62E /* CAAUParameter.h */; }; + 8BE6930F28DB7F490031C62E /* CAException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6928728DB7F490031C62E /* CAException.h */; }; + 8BE6931028DB7F490031C62E /* CAAUProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6928828DB7F490031C62E /* CAAUProcessor.cpp */; }; + 8BE6931128DB7F490031C62E /* CAAUProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6928928DB7F490031C62E /* CAAUProcessor.h */; }; + 8BE6931228DB7F490031C62E /* CAProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6928A28DB7F490031C62E /* CAProcess.h */; }; + 8BE6931328DB7F490031C62E /* CACFDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6928B28DB7F490031C62E /* CACFDictionary.h */; }; + 8BE6931428DB7F490031C62E /* CAPThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6928C28DB7F490031C62E /* CAPThread.h */; }; + 8BE6931528DB7F490031C62E /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6928D28DB7F490031C62E /* CAAUParameter.cpp */; }; + 8BE6931628DB7F490031C62E /* CAAudioTimeStamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6928E28DB7F490031C62E /* CAAudioTimeStamp.h */; }; + 8BE6931728DB7F490031C62E /* CAFilePathUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6928F28DB7F490031C62E /* CAFilePathUtils.cpp */; }; + 8BE6931828DB7F490031C62E /* CAAudioValueRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6929028DB7F490031C62E /* CAAudioValueRange.h */; }; + 8BE6931928DB7F490031C62E /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6929128DB7F490031C62E /* CAVectorUnitTypes.h */; }; + 8BE6931A28DB7F490031C62E /* CAAudioChannelLayoutObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6929228DB7F490031C62E /* CAAudioChannelLayoutObject.cpp */; }; + 8BE6931B28DB7F490031C62E /* CAGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6929328DB7F490031C62E /* CAGuard.cpp */; }; + 8BE6931C28DB7F490031C62E /* CACFNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6929428DB7F490031C62E /* CACFNumber.h */; }; + 8BE6931D28DB7F490031C62E /* CACFDistributedNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6929528DB7F490031C62E /* CACFDistributedNotification.cpp */; }; + 8BE6931E28DB7F490031C62E /* CACFString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6929628DB7F490031C62E /* CACFString.h */; }; + 8BE6931F28DB7F490031C62E /* CAAUMIDIMapManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6929728DB7F490031C62E /* CAAUMIDIMapManager.cpp */; }; + 8BE6932028DB7F490031C62E /* CAComponentDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6929828DB7F490031C62E /* CAComponentDescription.cpp */; }; + 8BE6932128DB7F490031C62E /* CAHostTimeBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6929928DB7F490031C62E /* CAHostTimeBase.h */; }; + 8BE6932228DB7F490031C62E /* CADebugMacros.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6929A28DB7F490031C62E /* CADebugMacros.cpp */; }; + 8BE6932328DB7F490031C62E /* CAAudioFileFormats.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6929B28DB7F490031C62E /* CAAudioFileFormats.h */; }; + 8BE6932428DB7F490031C62E /* CAAUMIDIMapManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6929C28DB7F490031C62E /* CAAUMIDIMapManager.h */; }; + 8BE6932528DB7F490031C62E /* CACFDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6929D28DB7F490031C62E /* CACFDictionary.cpp */; }; + 8BE6932628DB7F490031C62E /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6929E28DB7F490031C62E /* CAMutex.h */; }; + 8BE6932728DB7F490031C62E /* CACFString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6929F28DB7F490031C62E /* CACFString.cpp */; }; + 8BE6932828DB7F490031C62E /* CASettingsStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692A028DB7F490031C62E /* CASettingsStorage.h */; }; + 8BE6932928DB7F490031C62E /* CADebugPrintf.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692A128DB7F490031C62E /* CADebugPrintf.h */; }; + 8BE6932A28DB7F490031C62E /* CAXException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692A228DB7F490031C62E /* CAXException.cpp */; }; + 8BE6932B28DB7F490031C62E /* CAAUMIDIMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692A328DB7F490031C62E /* CAAUMIDIMap.h */; }; + 8BE6932C28DB7F490031C62E /* AUParamInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692A428DB7F490031C62E /* AUParamInfo.h */; }; + 8BE6932D28DB7F490031C62E /* CABitOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692A528DB7F490031C62E /* CABitOperations.h */; }; + 8BE6932E28DB7F490031C62E /* CACFPreferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692A628DB7F490031C62E /* CACFPreferences.cpp */; }; + 8BE6932F28DB7F490031C62E /* CABundleLocker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692A728DB7F490031C62E /* CABundleLocker.h */; }; + 8BE6933028DB7F490031C62E /* CAPropertyAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692A828DB7F490031C62E /* CAPropertyAddress.h */; }; + 8BE6933128DB7F490031C62E /* CAXException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692A928DB7F490031C62E /* CAXException.h */; }; + 8BE6933228DB7F490031C62E /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692AA28DB7F490031C62E /* CAAudioChannelLayout.cpp */; }; + 8BE6933328DB7F490031C62E /* CAThreadSafeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692AB28DB7F490031C62E /* CAThreadSafeList.h */; }; + 8BE6933428DB7F490031C62E /* CAAudioUnitOutputCapturer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692AC28DB7F490031C62E /* CAAudioUnitOutputCapturer.h */; }; + 8BE6933528DB7F490031C62E /* AUParamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692AD28DB7F490031C62E /* AUParamInfo.cpp */; }; + 8BE6933628DB7F490031C62E /* CASharedLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692AE28DB7F490031C62E /* CASharedLibrary.cpp */; }; + 8BE6933728DB7F490031C62E /* CAAUMIDIMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692AF28DB7F490031C62E /* CAAUMIDIMap.cpp */; }; + 8BE6933828DB7F490031C62E /* CALogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692B028DB7F490031C62E /* CALogMacros.h */; }; + 8BE6933928DB7F4A0031C62E /* CACFMessagePort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692B128DB7F490031C62E /* CACFMessagePort.cpp */; }; + 8BE6933A28DB7F4A0031C62E /* CARingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692B228DB7F490031C62E /* CARingBuffer.h */; }; + 8BE6933B28DB7F4A0031C62E /* AUOutputBL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692B328DB7F490031C62E /* AUOutputBL.cpp */; }; + 8BE6933C28DB7F4A0031C62E /* CABufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692B428DB7F490031C62E /* CABufferList.h */; }; + 8BE6933D28DB7F4A0031C62E /* CASharedLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692B528DB7F490031C62E /* CASharedLibrary.h */; }; + 8BE6933E28DB7F4A0031C62E /* CACFData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692B628DB7F490031C62E /* CACFData.h */; }; + 8BE6933F28DB7F4A0031C62E /* CAStreamRangedDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692B728DB7F490031C62E /* CAStreamRangedDescription.cpp */; }; + 8BE6934028DB7F4A0031C62E /* CAPThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692B828DB7F490031C62E /* CAPThread.cpp */; }; + 8BE6934128DB7F4A0031C62E /* CAAutoDisposer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692B928DB7F490031C62E /* CAAutoDisposer.h */; }; + 8BE6934228DB7F4A0031C62E /* CACFPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692BA28DB7F490031C62E /* CACFPreferences.h */; }; + 8BE6934328DB7F4A0031C62E /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692BB28DB7F490031C62E /* CAVectorUnit.cpp */; }; + 8BE6934428DB7F4A0031C62E /* CAComponentDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692BC28DB7F490031C62E /* CAComponentDescription.h */; }; + 8BE6934528DB7F4A0031C62E /* CADebugMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692BD28DB7F490031C62E /* CADebugMacros.h */; }; + 8BE6934628DB7F4A0031C62E /* AUOutputBL.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692BE28DB7F490031C62E /* AUOutputBL.h */; }; + 8BE6934728DB7F4A0031C62E /* CADebugPrintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692BF28DB7F490031C62E /* CADebugPrintf.cpp */; }; + 8BE6934828DB7F4A0031C62E /* CARingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692C028DB7F490031C62E /* CARingBuffer.cpp */; }; + 8BE6934928DB7F4A0031C62E /* CACFPlugIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692C128DB7F490031C62E /* CACFPlugIn.h */; }; + 8BE6934A28DB7F4A0031C62E /* CASettingsStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692C228DB7F490031C62E /* CASettingsStorage.cpp */; }; + 8BE6934B28DB7F4A0031C62E /* CAMixMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692C328DB7F490031C62E /* CAMixMap.h */; }; + 8BE6934C28DB7F4A0031C62E /* CACFDistributedNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692C428DB7F490031C62E /* CACFDistributedNotification.h */; }; + 8BE6934D28DB7F4A0031C62E /* CAFilePathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692C528DB7F490031C62E /* CAFilePathUtils.h */; }; + 8BE6934E28DB7F4A0031C62E /* CATink.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692C628DB7F490031C62E /* CATink.h */; }; + 8BE6934F28DB7F4A0031C62E /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692C728DB7F490031C62E /* CAStreamBasicDescription.cpp */; }; + 8BE6935028DB7F4A0031C62E /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692C828DB7F490031C62E /* CAAudioChannelLayout.h */; }; + 8BE6935128DB7F4A0031C62E /* CAProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692C928DB7F490031C62E /* CAProcess.cpp */; }; + 8BE6935228DB7F4A0031C62E /* CAHostTimeBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692CA28DB7F490031C62E /* CAHostTimeBase.cpp */; }; + 8BE6935328DB7F4A0031C62E /* CAPersistence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692CB28DB7F490031C62E /* CAPersistence.cpp */; }; + 8BE6935428DB7F4A0031C62E /* CAAudioBufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692CC28DB7F490031C62E /* CAAudioBufferList.cpp */; }; + 8BE6935528DB7F4A0031C62E /* CAAudioTimeStamp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692CD28DB7F490031C62E /* CAAudioTimeStamp.cpp */; }; + 8BE6935628DB7F4A0031C62E /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692CE28DB7F490031C62E /* CAVectorUnit.h */; }; + 8BE6935728DB7F4A0031C62E /* CAByteOrder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692CF28DB7F490031C62E /* CAByteOrder.h */; }; + 8BE6935828DB7F4A0031C62E /* CACFArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692D028DB7F490031C62E /* CACFArray.h */; }; + 8BE6935928DB7F4A0031C62E /* CAAtomicStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692D128DB7F490031C62E /* CAAtomicStack.h */; }; + 8BE6935A28DB7F4A0031C62E /* CAReferenceCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692D228DB7F490031C62E /* CAReferenceCounted.h */; }; + 8BE6935B28DB7F4A0031C62E /* CACFMachPort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692D328DB7F490031C62E /* CACFMachPort.cpp */; }; + 8BE6935C28DB7F4A0031C62E /* CABufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692D428DB7F490031C62E /* CABufferList.cpp */; }; + 8BE6935D28DB7F4A0031C62E /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692D528DB7F490031C62E /* CAMutex.cpp */; }; + 8BE6935E28DB7F4A0031C62E /* CADebugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692D628DB7F490031C62E /* CADebugger.cpp */; }; + 8BE6935F28DB7F4A0031C62E /* CABundleLocker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692D728DB7F490031C62E /* CABundleLocker.cpp */; }; + 8BE6936028DB7F4A0031C62E /* CAAudioFileFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692D828DB7F490031C62E /* CAAudioFileFormats.cpp */; }; + 8BE6936128DB7F4A0031C62E /* CAMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692D928DB7F490031C62E /* CAMath.h */; }; + 8BE6936228DB7F4A0031C62E /* CACFArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692DA28DB7F490031C62E /* CACFArray.cpp */; }; + 8BE6936328DB7F4A0031C62E /* CACFMessagePort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692DB28DB7F490031C62E /* CACFMessagePort.h */; }; + 8BE6936428DB7F4A0031C62E /* CAAudioValueRange.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692DC28DB7F490031C62E /* CAAudioValueRange.cpp */; }; + 8BE6936528DB7F4A0031C62E /* CAAudioUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692DD28DB7F490031C62E /* CAAudioUnit.cpp */; }; + 8BE6936628DB7F4A0031C62E /* AUViewLocalizedStringKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692E128DB7F490031C62E /* AUViewLocalizedStringKeys.h */; }; + 8BE6936728DB7F4A0031C62E /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692E328DB7F490031C62E /* ComponentBase.cpp */; }; + 8BE6936828DB7F4A0031C62E /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692E428DB7F490031C62E /* AUScopeElement.cpp */; }; + 8BE6936928DB7F4A0031C62E /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692E528DB7F490031C62E /* ComponentBase.h */; }; + 8BE6936A28DB7F4A0031C62E /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692E628DB7F490031C62E /* AUBase.cpp */; }; + 8BE6936B28DB7F4A0031C62E /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692E728DB7F490031C62E /* AUInputElement.h */; }; + 8BE6936C28DB7F4A0031C62E /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692E828DB7F490031C62E /* AUBase.h */; }; + 8BE6936D28DB7F4A0031C62E /* AUPlugInDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692E928DB7F490031C62E /* AUPlugInDispatch.h */; }; + 8BE6936E28DB7F4A0031C62E /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692EA28DB7F490031C62E /* AUDispatch.h */; }; + 8BE6936F28DB7F4A0031C62E /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692EB28DB7F490031C62E /* AUOutputElement.cpp */; }; + 8BE6937128DB7F4A0031C62E /* AUPlugInDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692ED28DB7F490031C62E /* AUPlugInDispatch.cpp */; }; + 8BE6937228DB7F4A0031C62E /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692EE28DB7F490031C62E /* AUOutputElement.h */; }; + 8BE6937328DB7F4A0031C62E /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692EF28DB7F490031C62E /* AUDispatch.cpp */; }; + 8BE6937428DB7F4A0031C62E /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692F028DB7F490031C62E /* AUScopeElement.h */; }; + 8BE6937528DB7F4A0031C62E /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692F128DB7F490031C62E /* AUInputElement.cpp */; }; + 8BE6937628DB7F4A0031C62E /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692F328DB7F490031C62E /* AUEffectBase.cpp */; }; + 8BE6937728DB7F4A0031C62E /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692F428DB7F490031C62E /* AUEffectBase.h */; }; + 8BE6937828DB7F4A0031C62E /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692F628DB7F490031C62E /* AUTimestampGenerator.h */; }; + 8BE6937928DB7F4A0031C62E /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692F728DB7F490031C62E /* AUBaseHelper.cpp */; }; + 8BE6937A28DB7F4A0031C62E /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692F828DB7F490031C62E /* AUSilentTimeout.h */; }; + 8BE6937B28DB7F4A0031C62E /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692F928DB7F490031C62E /* AUInputFormatConverter.h */; }; + 8BE6937C28DB7F4A0031C62E /* AUTimestampGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692FA28DB7F490031C62E /* AUTimestampGenerator.cpp */; }; + 8BE6937D28DB7F4A0031C62E /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE692FB28DB7F490031C62E /* AUBuffer.cpp */; }; + 8BE6937E28DB7F4A0031C62E /* AUMIDIDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692FC28DB7F490031C62E /* AUMIDIDefs.h */; }; + 8BE6937F28DB7F4A0031C62E /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692FD28DB7F490031C62E /* AUBuffer.h */; }; + 8BE6938028DB7F4A0031C62E /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE692FE28DB7F490031C62E /* AUBaseHelper.h */; }; + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; + 8BA05A660720730100365D66 /* Pop2.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Pop2.cpp; sourceTree = ""; }; + 8BA05A670720730100365D66 /* Pop2.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = Pop2.exp; sourceTree = ""; }; + 8BA05A680720730100365D66 /* Pop2.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = Pop2.r; sourceTree = ""; }; + 8BA05A690720730100365D66 /* Pop2Version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Pop2Version.h; sourceTree = ""; }; + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; + 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; + 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; + 8BC6025B073B072D006C4272 /* Pop2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Pop2.h; sourceTree = ""; }; + 8BE6927728DB7F490031C62E /* CAExtAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAExtAudioFile.h; sourceTree = ""; }; + 8BE6927828DB7F490031C62E /* CACFMachPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMachPort.h; sourceTree = ""; }; + 8BE6927928DB7F490031C62E /* CABool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABool.h; sourceTree = ""; }; + 8BE6927A28DB7F490031C62E /* CAComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponent.cpp; sourceTree = ""; }; + 8BE6927B28DB7F490031C62E /* CADebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugger.h; sourceTree = ""; }; + 8BE6927C28DB7F490031C62E /* CACFNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFNumber.cpp; sourceTree = ""; }; + 8BE6927D28DB7F490031C62E /* CAGuard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAGuard.h; sourceTree = ""; }; + 8BE6927E28DB7F490031C62E /* CAAtomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomic.h; sourceTree = ""; }; + 8BE6927F28DB7F490031C62E /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BE6928028DB7F490031C62E /* CACFObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFObject.h; sourceTree = ""; }; + 8BE6928128DB7F490031C62E /* CAStreamRangedDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamRangedDescription.h; sourceTree = ""; }; + 8BE6928228DB7F490031C62E /* CATokenMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATokenMap.h; sourceTree = ""; }; + 8BE6928328DB7F490031C62E /* CAComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponent.h; sourceTree = ""; }; + 8BE6928428DB7F490031C62E /* CAAudioBufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioBufferList.h; sourceTree = ""; }; + 8BE6928528DB7F490031C62E /* CAAudioUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnit.h; sourceTree = ""; }; + 8BE6928628DB7F490031C62E /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BE6928728DB7F490031C62E /* CAException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAException.h; sourceTree = ""; }; + 8BE6928828DB7F490031C62E /* CAAUProcessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUProcessor.cpp; sourceTree = ""; }; + 8BE6928928DB7F490031C62E /* CAAUProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUProcessor.h; sourceTree = ""; }; + 8BE6928A28DB7F490031C62E /* CAProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAProcess.h; sourceTree = ""; }; + 8BE6928B28DB7F490031C62E /* CACFDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDictionary.h; sourceTree = ""; }; + 8BE6928C28DB7F490031C62E /* CAPThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPThread.h; sourceTree = ""; }; + 8BE6928D28DB7F490031C62E /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BE6928E28DB7F490031C62E /* CAAudioTimeStamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioTimeStamp.h; sourceTree = ""; }; + 8BE6928F28DB7F490031C62E /* CAFilePathUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAFilePathUtils.cpp; sourceTree = ""; }; + 8BE6929028DB7F490031C62E /* CAAudioValueRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioValueRange.h; sourceTree = ""; }; + 8BE6929128DB7F490031C62E /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8BE6929228DB7F490031C62E /* CAAudioChannelLayoutObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayoutObject.cpp; sourceTree = ""; }; + 8BE6929328DB7F490031C62E /* CAGuard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAGuard.cpp; sourceTree = ""; }; + 8BE6929428DB7F490031C62E /* CACFNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFNumber.h; sourceTree = ""; }; + 8BE6929528DB7F490031C62E /* CACFDistributedNotification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDistributedNotification.cpp; sourceTree = ""; }; + 8BE6929628DB7F490031C62E /* CACFString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFString.h; sourceTree = ""; }; + 8BE6929728DB7F490031C62E /* CAAUMIDIMapManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMapManager.cpp; sourceTree = ""; }; + 8BE6929828DB7F490031C62E /* CAComponentDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponentDescription.cpp; sourceTree = ""; }; + 8BE6929928DB7F490031C62E /* CAHostTimeBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAHostTimeBase.h; sourceTree = ""; }; + 8BE6929A28DB7F490031C62E /* CADebugMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugMacros.cpp; sourceTree = ""; }; + 8BE6929B28DB7F490031C62E /* CAAudioFileFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioFileFormats.h; sourceTree = ""; }; + 8BE6929C28DB7F490031C62E /* CAAUMIDIMapManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMapManager.h; sourceTree = ""; }; + 8BE6929D28DB7F490031C62E /* CACFDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDictionary.cpp; sourceTree = ""; }; + 8BE6929E28DB7F490031C62E /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BE6929F28DB7F490031C62E /* CACFString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFString.cpp; sourceTree = ""; }; + 8BE692A028DB7F490031C62E /* CASettingsStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASettingsStorage.h; sourceTree = ""; }; + 8BE692A128DB7F490031C62E /* CADebugPrintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugPrintf.h; sourceTree = ""; }; + 8BE692A228DB7F490031C62E /* CAXException.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAXException.cpp; sourceTree = ""; }; + 8BE692A328DB7F490031C62E /* CAAUMIDIMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMap.h; sourceTree = ""; }; + 8BE692A428DB7F490031C62E /* AUParamInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUParamInfo.h; sourceTree = ""; }; + 8BE692A528DB7F490031C62E /* CABitOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABitOperations.h; sourceTree = ""; }; + 8BE692A628DB7F490031C62E /* CACFPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFPreferences.cpp; sourceTree = ""; }; + 8BE692A728DB7F490031C62E /* CABundleLocker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABundleLocker.h; sourceTree = ""; }; + 8BE692A828DB7F490031C62E /* CAPropertyAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPropertyAddress.h; sourceTree = ""; }; + 8BE692A928DB7F490031C62E /* CAXException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAXException.h; sourceTree = ""; }; + 8BE692AA28DB7F490031C62E /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BE692AB28DB7F490031C62E /* CAThreadSafeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAThreadSafeList.h; sourceTree = ""; }; + 8BE692AC28DB7F490031C62E /* CAAudioUnitOutputCapturer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnitOutputCapturer.h; sourceTree = ""; }; + 8BE692AD28DB7F490031C62E /* AUParamInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUParamInfo.cpp; sourceTree = ""; }; + 8BE692AE28DB7F490031C62E /* CASharedLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASharedLibrary.cpp; sourceTree = ""; }; + 8BE692AF28DB7F490031C62E /* CAAUMIDIMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMap.cpp; sourceTree = ""; }; + 8BE692B028DB7F490031C62E /* CALogMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CALogMacros.h; sourceTree = ""; }; + 8BE692B128DB7F490031C62E /* CACFMessagePort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMessagePort.cpp; sourceTree = ""; }; + 8BE692B228DB7F490031C62E /* CARingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CARingBuffer.h; sourceTree = ""; }; + 8BE692B328DB7F490031C62E /* AUOutputBL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputBL.cpp; sourceTree = ""; }; + 8BE692B428DB7F490031C62E /* CABufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABufferList.h; sourceTree = ""; }; + 8BE692B528DB7F490031C62E /* CASharedLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASharedLibrary.h; sourceTree = ""; }; + 8BE692B628DB7F490031C62E /* CACFData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFData.h; sourceTree = ""; }; + 8BE692B728DB7F490031C62E /* CAStreamRangedDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamRangedDescription.cpp; sourceTree = ""; }; + 8BE692B828DB7F490031C62E /* CAPThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPThread.cpp; sourceTree = ""; }; + 8BE692B928DB7F490031C62E /* CAAutoDisposer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAutoDisposer.h; sourceTree = ""; }; + 8BE692BA28DB7F490031C62E /* CACFPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPreferences.h; sourceTree = ""; }; + 8BE692BB28DB7F490031C62E /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 8BE692BC28DB7F490031C62E /* CAComponentDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponentDescription.h; sourceTree = ""; }; + 8BE692BD28DB7F490031C62E /* CADebugMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugMacros.h; sourceTree = ""; }; + 8BE692BE28DB7F490031C62E /* AUOutputBL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputBL.h; sourceTree = ""; }; + 8BE692BF28DB7F490031C62E /* CADebugPrintf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugPrintf.cpp; sourceTree = ""; }; + 8BE692C028DB7F490031C62E /* CARingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CARingBuffer.cpp; sourceTree = ""; }; + 8BE692C128DB7F490031C62E /* CACFPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPlugIn.h; sourceTree = ""; }; + 8BE692C228DB7F490031C62E /* CASettingsStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASettingsStorage.cpp; sourceTree = ""; }; + 8BE692C328DB7F490031C62E /* CAMixMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMixMap.h; sourceTree = ""; }; + 8BE692C428DB7F490031C62E /* CACFDistributedNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDistributedNotification.h; sourceTree = ""; }; + 8BE692C528DB7F490031C62E /* CAFilePathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAFilePathUtils.h; sourceTree = ""; }; + 8BE692C628DB7F490031C62E /* CATink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATink.h; sourceTree = ""; }; + 8BE692C728DB7F490031C62E /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BE692C828DB7F490031C62E /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BE692C928DB7F490031C62E /* CAProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAProcess.cpp; sourceTree = ""; }; + 8BE692CA28DB7F490031C62E /* CAHostTimeBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAHostTimeBase.cpp; sourceTree = ""; }; + 8BE692CB28DB7F490031C62E /* CAPersistence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPersistence.cpp; sourceTree = ""; }; + 8BE692CC28DB7F490031C62E /* CAAudioBufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioBufferList.cpp; sourceTree = ""; }; + 8BE692CD28DB7F490031C62E /* CAAudioTimeStamp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioTimeStamp.cpp; sourceTree = ""; }; + 8BE692CE28DB7F490031C62E /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 8BE692CF28DB7F490031C62E /* CAByteOrder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAByteOrder.h; sourceTree = ""; }; + 8BE692D028DB7F490031C62E /* CACFArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFArray.h; sourceTree = ""; }; + 8BE692D128DB7F490031C62E /* CAAtomicStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomicStack.h; sourceTree = ""; }; + 8BE692D228DB7F490031C62E /* CAReferenceCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAReferenceCounted.h; sourceTree = ""; }; + 8BE692D328DB7F490031C62E /* CACFMachPort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMachPort.cpp; sourceTree = ""; }; + 8BE692D428DB7F490031C62E /* CABufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABufferList.cpp; sourceTree = ""; }; + 8BE692D528DB7F490031C62E /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BE692D628DB7F490031C62E /* CADebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugger.cpp; sourceTree = ""; }; + 8BE692D728DB7F490031C62E /* CABundleLocker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABundleLocker.cpp; sourceTree = ""; }; + 8BE692D828DB7F490031C62E /* CAAudioFileFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioFileFormats.cpp; sourceTree = ""; }; + 8BE692D928DB7F490031C62E /* CAMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMath.h; sourceTree = ""; }; + 8BE692DA28DB7F490031C62E /* CACFArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFArray.cpp; sourceTree = ""; }; + 8BE692DB28DB7F490031C62E /* CACFMessagePort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMessagePort.h; sourceTree = ""; }; + 8BE692DC28DB7F490031C62E /* CAAudioValueRange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioValueRange.cpp; sourceTree = ""; }; + 8BE692DD28DB7F490031C62E /* CAAudioUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioUnit.cpp; sourceTree = ""; }; + 8BE692E128DB7F490031C62E /* AUViewLocalizedStringKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUViewLocalizedStringKeys.h; sourceTree = ""; }; + 8BE692E328DB7F490031C62E /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BE692E428DB7F490031C62E /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BE692E528DB7F490031C62E /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BE692E628DB7F490031C62E /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BE692E728DB7F490031C62E /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BE692E828DB7F490031C62E /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BE692E928DB7F490031C62E /* AUPlugInDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUPlugInDispatch.h; sourceTree = ""; }; + 8BE692EA28DB7F490031C62E /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BE692EB28DB7F490031C62E /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BE692EC28DB7F490031C62E /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BE692ED28DB7F490031C62E /* AUPlugInDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUPlugInDispatch.cpp; sourceTree = ""; }; + 8BE692EE28DB7F490031C62E /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BE692EF28DB7F490031C62E /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BE692F028DB7F490031C62E /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BE692F128DB7F490031C62E /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BE692F328DB7F490031C62E /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BE692F428DB7F490031C62E /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BE692F628DB7F490031C62E /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BE692F728DB7F490031C62E /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBaseHelper.cpp; sourceTree = ""; }; + 8BE692F828DB7F490031C62E /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BE692F928DB7F490031C62E /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BE692FA28DB7F490031C62E /* AUTimestampGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUTimestampGenerator.cpp; sourceTree = ""; }; + 8BE692FB28DB7F490031C62E /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BE692FC28DB7F490031C62E /* AUMIDIDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUMIDIDefs.h; sourceTree = ""; }; + 8BE692FD28DB7F490031C62E /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BE692FE28DB7F490031C62E /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBaseHelper.h; sourceTree = ""; }; + 8BE6938128DB7FF40031C62E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8D01CCD20486CAD60068D4B7 /* Pop2.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Pop2.component; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8D01CCCD0486CAD60068D4B7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */, + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */, + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* Pop2 */ = { + isa = PBXGroup; + children = ( + 08FB77ADFE841716C02AAC07 /* Source */, + 089C167CFE841241C02AAC07 /* Resources */, + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + ); + name = Pop2; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */, + 8BA05B01072074F900365D66 /* CoreServices.framework */, + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */, + 8BA05AFA072074E100365D66 /* AudioUnit.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + 089C167DFE841241C02AAC07 /* InfoPlist.strings */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8BE6927528DB7F490031C62E /* CA_SDK */, + 8BA05A56072072A900365D66 /* AU Source */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 8D01CCD20486CAD60068D4B7 /* Pop2.component */, + ); + name = Products; + sourceTree = ""; + }; + 8BA05A56072072A900365D66 /* AU Source */ = { + isa = PBXGroup; + children = ( + 8BC6025B073B072D006C4272 /* Pop2.h */, + 8BA05A660720730100365D66 /* Pop2.cpp */, + 8BA05A670720730100365D66 /* Pop2.exp */, + 8BA05A680720730100365D66 /* Pop2.r */, + 8BA05A690720730100365D66 /* Pop2Version.h */, + ); + name = "AU Source"; + sourceTree = ""; + }; + 8BE6927528DB7F490031C62E /* CA_SDK */ = { + isa = PBXGroup; + children = ( + 8BE6927628DB7F490031C62E /* PublicUtility */, + 8BE692DE28DB7F490031C62E /* AudioUnits */, + ); + name = CA_SDK; + path = ../../../../CA_SDK; + sourceTree = ""; + }; + 8BE6927628DB7F490031C62E /* PublicUtility */ = { + isa = PBXGroup; + children = ( + 8BE6927728DB7F490031C62E /* CAExtAudioFile.h */, + 8BE6927828DB7F490031C62E /* CACFMachPort.h */, + 8BE6927928DB7F490031C62E /* CABool.h */, + 8BE6927A28DB7F490031C62E /* CAComponent.cpp */, + 8BE6927B28DB7F490031C62E /* CADebugger.h */, + 8BE6927C28DB7F490031C62E /* CACFNumber.cpp */, + 8BE6927D28DB7F490031C62E /* CAGuard.h */, + 8BE6927E28DB7F490031C62E /* CAAtomic.h */, + 8BE6927F28DB7F490031C62E /* CAStreamBasicDescription.h */, + 8BE6928028DB7F490031C62E /* CACFObject.h */, + 8BE6928128DB7F490031C62E /* CAStreamRangedDescription.h */, + 8BE6928228DB7F490031C62E /* CATokenMap.h */, + 8BE6928328DB7F490031C62E /* CAComponent.h */, + 8BE6928428DB7F490031C62E /* CAAudioBufferList.h */, + 8BE6928528DB7F490031C62E /* CAAudioUnit.h */, + 8BE6928628DB7F490031C62E /* CAAUParameter.h */, + 8BE6928728DB7F490031C62E /* CAException.h */, + 8BE6928828DB7F490031C62E /* CAAUProcessor.cpp */, + 8BE6928928DB7F490031C62E /* CAAUProcessor.h */, + 8BE6928A28DB7F490031C62E /* CAProcess.h */, + 8BE6928B28DB7F490031C62E /* CACFDictionary.h */, + 8BE6928C28DB7F490031C62E /* CAPThread.h */, + 8BE6928D28DB7F490031C62E /* CAAUParameter.cpp */, + 8BE6928E28DB7F490031C62E /* CAAudioTimeStamp.h */, + 8BE6928F28DB7F490031C62E /* CAFilePathUtils.cpp */, + 8BE6929028DB7F490031C62E /* CAAudioValueRange.h */, + 8BE6929128DB7F490031C62E /* CAVectorUnitTypes.h */, + 8BE6929228DB7F490031C62E /* CAAudioChannelLayoutObject.cpp */, + 8BE6929328DB7F490031C62E /* CAGuard.cpp */, + 8BE6929428DB7F490031C62E /* CACFNumber.h */, + 8BE6929528DB7F490031C62E /* CACFDistributedNotification.cpp */, + 8BE6929628DB7F490031C62E /* CACFString.h */, + 8BE6929728DB7F490031C62E /* CAAUMIDIMapManager.cpp */, + 8BE6929828DB7F490031C62E /* CAComponentDescription.cpp */, + 8BE6929928DB7F490031C62E /* CAHostTimeBase.h */, + 8BE6929A28DB7F490031C62E /* CADebugMacros.cpp */, + 8BE6929B28DB7F490031C62E /* CAAudioFileFormats.h */, + 8BE6929C28DB7F490031C62E /* CAAUMIDIMapManager.h */, + 8BE6929D28DB7F490031C62E /* CACFDictionary.cpp */, + 8BE6929E28DB7F490031C62E /* CAMutex.h */, + 8BE6929F28DB7F490031C62E /* CACFString.cpp */, + 8BE692A028DB7F490031C62E /* CASettingsStorage.h */, + 8BE692A128DB7F490031C62E /* CADebugPrintf.h */, + 8BE692A228DB7F490031C62E /* CAXException.cpp */, + 8BE692A328DB7F490031C62E /* CAAUMIDIMap.h */, + 8BE692A428DB7F490031C62E /* AUParamInfo.h */, + 8BE692A528DB7F490031C62E /* CABitOperations.h */, + 8BE692A628DB7F490031C62E /* CACFPreferences.cpp */, + 8BE692A728DB7F490031C62E /* CABundleLocker.h */, + 8BE692A828DB7F490031C62E /* CAPropertyAddress.h */, + 8BE692A928DB7F490031C62E /* CAXException.h */, + 8BE692AA28DB7F490031C62E /* CAAudioChannelLayout.cpp */, + 8BE692AB28DB7F490031C62E /* CAThreadSafeList.h */, + 8BE692AC28DB7F490031C62E /* CAAudioUnitOutputCapturer.h */, + 8BE692AD28DB7F490031C62E /* AUParamInfo.cpp */, + 8BE692AE28DB7F490031C62E /* CASharedLibrary.cpp */, + 8BE692AF28DB7F490031C62E /* CAAUMIDIMap.cpp */, + 8BE692B028DB7F490031C62E /* CALogMacros.h */, + 8BE692B128DB7F490031C62E /* CACFMessagePort.cpp */, + 8BE692B228DB7F490031C62E /* CARingBuffer.h */, + 8BE692B328DB7F490031C62E /* AUOutputBL.cpp */, + 8BE692B428DB7F490031C62E /* CABufferList.h */, + 8BE692B528DB7F490031C62E /* CASharedLibrary.h */, + 8BE692B628DB7F490031C62E /* CACFData.h */, + 8BE692B728DB7F490031C62E /* CAStreamRangedDescription.cpp */, + 8BE692B828DB7F490031C62E /* CAPThread.cpp */, + 8BE692B928DB7F490031C62E /* CAAutoDisposer.h */, + 8BE692BA28DB7F490031C62E /* CACFPreferences.h */, + 8BE692BB28DB7F490031C62E /* CAVectorUnit.cpp */, + 8BE692BC28DB7F490031C62E /* CAComponentDescription.h */, + 8BE692BD28DB7F490031C62E /* CADebugMacros.h */, + 8BE692BE28DB7F490031C62E /* AUOutputBL.h */, + 8BE692BF28DB7F490031C62E /* CADebugPrintf.cpp */, + 8BE692C028DB7F490031C62E /* CARingBuffer.cpp */, + 8BE692C128DB7F490031C62E /* CACFPlugIn.h */, + 8BE692C228DB7F490031C62E /* CASettingsStorage.cpp */, + 8BE692C328DB7F490031C62E /* CAMixMap.h */, + 8BE692C428DB7F490031C62E /* CACFDistributedNotification.h */, + 8BE692C528DB7F490031C62E /* CAFilePathUtils.h */, + 8BE692C628DB7F490031C62E /* CATink.h */, + 8BE692C728DB7F490031C62E /* CAStreamBasicDescription.cpp */, + 8BE692C828DB7F490031C62E /* CAAudioChannelLayout.h */, + 8BE692C928DB7F490031C62E /* CAProcess.cpp */, + 8BE692CA28DB7F490031C62E /* CAHostTimeBase.cpp */, + 8BE692CB28DB7F490031C62E /* CAPersistence.cpp */, + 8BE692CC28DB7F490031C62E /* CAAudioBufferList.cpp */, + 8BE692CD28DB7F490031C62E /* CAAudioTimeStamp.cpp */, + 8BE692CE28DB7F490031C62E /* CAVectorUnit.h */, + 8BE692CF28DB7F490031C62E /* CAByteOrder.h */, + 8BE692D028DB7F490031C62E /* CACFArray.h */, + 8BE692D128DB7F490031C62E /* CAAtomicStack.h */, + 8BE692D228DB7F490031C62E /* CAReferenceCounted.h */, + 8BE692D328DB7F490031C62E /* CACFMachPort.cpp */, + 8BE692D428DB7F490031C62E /* CABufferList.cpp */, + 8BE692D528DB7F490031C62E /* CAMutex.cpp */, + 8BE692D628DB7F490031C62E /* CADebugger.cpp */, + 8BE692D728DB7F490031C62E /* CABundleLocker.cpp */, + 8BE692D828DB7F490031C62E /* CAAudioFileFormats.cpp */, + 8BE692D928DB7F490031C62E /* CAMath.h */, + 8BE692DA28DB7F490031C62E /* CACFArray.cpp */, + 8BE692DB28DB7F490031C62E /* CACFMessagePort.h */, + 8BE692DC28DB7F490031C62E /* CAAudioValueRange.cpp */, + 8BE692DD28DB7F490031C62E /* CAAudioUnit.cpp */, + ); + path = PublicUtility; + sourceTree = ""; + }; + 8BE692DE28DB7F490031C62E /* AudioUnits */ = { + isa = PBXGroup; + children = ( + 8BE692DF28DB7F490031C62E /* AUPublic */, + ); + path = AudioUnits; + sourceTree = ""; + }; + 8BE692DF28DB7F490031C62E /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BE692E028DB7F490031C62E /* AUViewBase */, + 8BE692E228DB7F490031C62E /* AUBase */, + 8BE692F228DB7F490031C62E /* OtherBases */, + 8BE692F528DB7F490031C62E /* Utility */, + ); + path = AUPublic; + sourceTree = ""; + }; + 8BE692E028DB7F490031C62E /* AUViewBase */ = { + isa = PBXGroup; + children = ( + 8BE692E128DB7F490031C62E /* AUViewLocalizedStringKeys.h */, + ); + path = AUViewBase; + sourceTree = ""; + }; + 8BE692E228DB7F490031C62E /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BE692E328DB7F490031C62E /* ComponentBase.cpp */, + 8BE692E428DB7F490031C62E /* AUScopeElement.cpp */, + 8BE692E528DB7F490031C62E /* ComponentBase.h */, + 8BE692E628DB7F490031C62E /* AUBase.cpp */, + 8BE692E728DB7F490031C62E /* AUInputElement.h */, + 8BE692E828DB7F490031C62E /* AUBase.h */, + 8BE692E928DB7F490031C62E /* AUPlugInDispatch.h */, + 8BE692EA28DB7F490031C62E /* AUDispatch.h */, + 8BE692EB28DB7F490031C62E /* AUOutputElement.cpp */, + 8BE692EC28DB7F490031C62E /* AUResources.r */, + 8BE692ED28DB7F490031C62E /* AUPlugInDispatch.cpp */, + 8BE692EE28DB7F490031C62E /* AUOutputElement.h */, + 8BE692EF28DB7F490031C62E /* AUDispatch.cpp */, + 8BE692F028DB7F490031C62E /* AUScopeElement.h */, + 8BE692F128DB7F490031C62E /* AUInputElement.cpp */, + ); + path = AUBase; + sourceTree = ""; + }; + 8BE692F228DB7F490031C62E /* OtherBases */ = { + isa = PBXGroup; + children = ( + 8BE692F328DB7F490031C62E /* AUEffectBase.cpp */, + 8BE692F428DB7F490031C62E /* AUEffectBase.h */, + ); + path = OtherBases; + sourceTree = ""; + }; + 8BE692F528DB7F490031C62E /* Utility */ = { + isa = PBXGroup; + children = ( + 8BE692F628DB7F490031C62E /* AUTimestampGenerator.h */, + 8BE692F728DB7F490031C62E /* AUBaseHelper.cpp */, + 8BE692F828DB7F490031C62E /* AUSilentTimeout.h */, + 8BE692F928DB7F490031C62E /* AUInputFormatConverter.h */, + 8BE692FA28DB7F490031C62E /* AUTimestampGenerator.cpp */, + 8BE692FB28DB7F490031C62E /* AUBuffer.cpp */, + 8BE692FC28DB7F490031C62E /* AUMIDIDefs.h */, + 8BE692FD28DB7F490031C62E /* AUBuffer.h */, + 8BE692FE28DB7F490031C62E /* AUBaseHelper.h */, + ); + path = Utility; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BE6932F28DB7F490031C62E /* CABundleLocker.h in Headers */, + 8BE6935028DB7F4A0031C62E /* CAAudioChannelLayout.h in Headers */, + 8BE6934628DB7F4A0031C62E /* AUOutputBL.h in Headers */, + 8BE6932128DB7F490031C62E /* CAHostTimeBase.h in Headers */, + 8BE6936928DB7F4A0031C62E /* ComponentBase.h in Headers */, + 8BE6935928DB7F4A0031C62E /* CAAtomicStack.h in Headers */, + 8BE6931628DB7F490031C62E /* CAAudioTimeStamp.h in Headers */, + 8BE6933328DB7F490031C62E /* CAThreadSafeList.h in Headers */, + 8BE6930E28DB7F490031C62E /* CAAUParameter.h in Headers */, + 8BE6938028DB7F4A0031C62E /* AUBaseHelper.h in Headers */, + 8BE6937828DB7F4A0031C62E /* AUTimestampGenerator.h in Headers */, + 8BE6932928DB7F490031C62E /* CADebugPrintf.h in Headers */, + 8BE6936328DB7F4A0031C62E /* CACFMessagePort.h in Headers */, + 8BE6931128DB7F490031C62E /* CAAUProcessor.h in Headers */, + 8BE6930D28DB7F490031C62E /* CAAudioUnit.h in Headers */, + 8BE6936628DB7F4A0031C62E /* AUViewLocalizedStringKeys.h in Headers */, + 8BE6934C28DB7F4A0031C62E /* CACFDistributedNotification.h in Headers */, + 8BE6930B28DB7F490031C62E /* CAComponent.h in Headers */, + 8BE6931928DB7F490031C62E /* CAVectorUnitTypes.h in Headers */, + 8BA05A6E0720730100365D66 /* Pop2Version.h in Headers */, + 8BE6934D28DB7F4A0031C62E /* CAFilePathUtils.h in Headers */, + 8BE6930F28DB7F490031C62E /* CAException.h in Headers */, + 8BE6930628DB7F490031C62E /* CAAtomic.h in Headers */, + 8BE6930528DB7F490031C62E /* CAGuard.h in Headers */, + 8BE6936B28DB7F4A0031C62E /* AUInputElement.h in Headers */, + 8BE6934228DB7F4A0031C62E /* CACFPreferences.h in Headers */, + 8BE6935728DB7F4A0031C62E /* CAByteOrder.h in Headers */, + 8BE6933A28DB7F4A0031C62E /* CARingBuffer.h in Headers */, + 8BE6930128DB7F490031C62E /* CABool.h in Headers */, + 8BE6932628DB7F490031C62E /* CAMutex.h in Headers */, + 8BE6936C28DB7F4A0031C62E /* AUBase.h in Headers */, + 8BC6025C073B072D006C4272 /* Pop2.h in Headers */, + 8BE6931E28DB7F490031C62E /* CACFString.h in Headers */, + 8BE6933D28DB7F4A0031C62E /* CASharedLibrary.h in Headers */, + 8BE6930A28DB7F490031C62E /* CATokenMap.h in Headers */, + 8BE692FF28DB7F490031C62E /* CAExtAudioFile.h in Headers */, + 8BE6931428DB7F490031C62E /* CAPThread.h in Headers */, + 8BE6933028DB7F490031C62E /* CAPropertyAddress.h in Headers */, + 8BE6935A28DB7F4A0031C62E /* CAReferenceCounted.h in Headers */, + 8BE6937F28DB7F4A0031C62E /* AUBuffer.h in Headers */, + 8BE6936128DB7F4A0031C62E /* CAMath.h in Headers */, + 8BE6934128DB7F4A0031C62E /* CAAutoDisposer.h in Headers */, + 8BE6930828DB7F490031C62E /* CACFObject.h in Headers */, + 8BE6932828DB7F490031C62E /* CASettingsStorage.h in Headers */, + 8BE6933128DB7F490031C62E /* CAXException.h in Headers */, + 8BE6934E28DB7F4A0031C62E /* CATink.h in Headers */, + 8BE6937B28DB7F4A0031C62E /* AUInputFormatConverter.h in Headers */, + 8BE6935628DB7F4A0031C62E /* CAVectorUnit.h in Headers */, + 8BE6931228DB7F490031C62E /* CAProcess.h in Headers */, + 8BE6931828DB7F490031C62E /* CAAudioValueRange.h in Headers */, + 8BE6932D28DB7F490031C62E /* CABitOperations.h in Headers */, + 8BE6932328DB7F490031C62E /* CAAudioFileFormats.h in Headers */, + 8BE6931C28DB7F490031C62E /* CACFNumber.h in Headers */, + 8BE6933428DB7F490031C62E /* CAAudioUnitOutputCapturer.h in Headers */, + 8BE6934528DB7F4A0031C62E /* CADebugMacros.h in Headers */, + 8BE6937E28DB7F4A0031C62E /* AUMIDIDefs.h in Headers */, + 8BE6933E28DB7F4A0031C62E /* CACFData.h in Headers */, + 8BE6930728DB7F490031C62E /* CAStreamBasicDescription.h in Headers */, + 8BE6936D28DB7F4A0031C62E /* AUPlugInDispatch.h in Headers */, + 8BE6930928DB7F490031C62E /* CAStreamRangedDescription.h in Headers */, + 8BE6934928DB7F4A0031C62E /* CACFPlugIn.h in Headers */, + 8BE6930C28DB7F490031C62E /* CAAudioBufferList.h in Headers */, + 8BE6932428DB7F490031C62E /* CAAUMIDIMapManager.h in Headers */, + 8BE6937728DB7F4A0031C62E /* AUEffectBase.h in Headers */, + 8BE6931328DB7F490031C62E /* CACFDictionary.h in Headers */, + 8BE6937428DB7F4A0031C62E /* AUScopeElement.h in Headers */, + 8BE6934428DB7F4A0031C62E /* CAComponentDescription.h in Headers */, + 8BE6937A28DB7F4A0031C62E /* AUSilentTimeout.h in Headers */, + 8BE6933C28DB7F4A0031C62E /* CABufferList.h in Headers */, + 8BE6936E28DB7F4A0031C62E /* AUDispatch.h in Headers */, + 8BE6937228DB7F4A0031C62E /* AUOutputElement.h in Headers */, + 8BE6933828DB7F490031C62E /* CALogMacros.h in Headers */, + 8BE6932C28DB7F490031C62E /* AUParamInfo.h in Headers */, + 8BE6934B28DB7F4A0031C62E /* CAMixMap.h in Headers */, + 8BE6935828DB7F4A0031C62E /* CACFArray.h in Headers */, + 8BE6930028DB7F490031C62E /* CACFMachPort.h in Headers */, + 8BE6932B28DB7F490031C62E /* CAAUMIDIMap.h in Headers */, + 8BE6930328DB7F490031C62E /* CADebugger.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Pop2 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Pop2" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCD0486CAD60068D4B7 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Pop2; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = Pop2; + productReference = 8D01CCD20486CAD60068D4B7 /* Pop2.component */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1340; + }; + buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Pop2" */; + compatibilityVersion = "Xcode 3.1"; + developmentRegion = en; + hasScannedForEncodings = 1; + knownRegions = ( + ja, + fr, + en, + Base, + de, + ); + mainGroup = 089C166AFE841209C02AAC07 /* Pop2 */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Pop2 */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BE6933B28DB7F4A0031C62E /* AUOutputBL.cpp in Sources */, + 8BE6936028DB7F4A0031C62E /* CAAudioFileFormats.cpp in Sources */, + 8BE6935228DB7F4A0031C62E /* CAHostTimeBase.cpp in Sources */, + 8BE6932A28DB7F490031C62E /* CAXException.cpp in Sources */, + 8BE6935428DB7F4A0031C62E /* CAAudioBufferList.cpp in Sources */, + 8BE6931728DB7F490031C62E /* CAFilePathUtils.cpp in Sources */, + 8BE6931528DB7F490031C62E /* CAAUParameter.cpp in Sources */, + 8BE6933728DB7F490031C62E /* CAAUMIDIMap.cpp in Sources */, + 8BE6936428DB7F4A0031C62E /* CAAudioValueRange.cpp in Sources */, + 8BE6937328DB7F4A0031C62E /* AUDispatch.cpp in Sources */, + 8BE6932E28DB7F490031C62E /* CACFPreferences.cpp in Sources */, + 8BE6937128DB7F4A0031C62E /* AUPlugInDispatch.cpp in Sources */, + 8BE6931028DB7F490031C62E /* CAAUProcessor.cpp in Sources */, + 8BE6932528DB7F490031C62E /* CACFDictionary.cpp in Sources */, + 8BE6937928DB7F4A0031C62E /* AUBaseHelper.cpp in Sources */, + 8BE6935E28DB7F4A0031C62E /* CADebugger.cpp in Sources */, + 8BE6933228DB7F490031C62E /* CAAudioChannelLayout.cpp in Sources */, + 8BE6933528DB7F490031C62E /* AUParamInfo.cpp in Sources */, + 8BE6935328DB7F4A0031C62E /* CAPersistence.cpp in Sources */, + 8BE6934728DB7F4A0031C62E /* CADebugPrintf.cpp in Sources */, + 8BE6937C28DB7F4A0031C62E /* AUTimestampGenerator.cpp in Sources */, + 8BE6934F28DB7F4A0031C62E /* CAStreamBasicDescription.cpp in Sources */, + 8BE6931F28DB7F490031C62E /* CAAUMIDIMapManager.cpp in Sources */, + 8BE6934A28DB7F4A0031C62E /* CASettingsStorage.cpp in Sources */, + 8BE6936F28DB7F4A0031C62E /* AUOutputElement.cpp in Sources */, + 8BE6931B28DB7F490031C62E /* CAGuard.cpp in Sources */, + 8BA05A6B0720730100365D66 /* Pop2.cpp in Sources */, + 8BE6935D28DB7F4A0031C62E /* CAMutex.cpp in Sources */, + 8BE6937628DB7F4A0031C62E /* AUEffectBase.cpp in Sources */, + 8BE6935B28DB7F4A0031C62E /* CACFMachPort.cpp in Sources */, + 8BE6936A28DB7F4A0031C62E /* AUBase.cpp in Sources */, + 8BE6933628DB7F490031C62E /* CASharedLibrary.cpp in Sources */, + 8BE6931D28DB7F490031C62E /* CACFDistributedNotification.cpp in Sources */, + 8BE6932028DB7F490031C62E /* CAComponentDescription.cpp in Sources */, + 8BE6932728DB7F490031C62E /* CACFString.cpp in Sources */, + 8BE6936728DB7F4A0031C62E /* ComponentBase.cpp in Sources */, + 8BE6934828DB7F4A0031C62E /* CARingBuffer.cpp in Sources */, + 8BE6936828DB7F4A0031C62E /* AUScopeElement.cpp in Sources */, + 8BE6936528DB7F4A0031C62E /* CAAudioUnit.cpp in Sources */, + 8BE6936228DB7F4A0031C62E /* CACFArray.cpp in Sources */, + 8BE6935F28DB7F4A0031C62E /* CABundleLocker.cpp in Sources */, + 8BE6935128DB7F4A0031C62E /* CAProcess.cpp in Sources */, + 8BE6933F28DB7F4A0031C62E /* CAStreamRangedDescription.cpp in Sources */, + 8BE6934028DB7F4A0031C62E /* CAPThread.cpp in Sources */, + 8BE6930228DB7F490031C62E /* CAComponent.cpp in Sources */, + 8BE6931A28DB7F490031C62E /* CAAudioChannelLayoutObject.cpp in Sources */, + 8BE6935528DB7F4A0031C62E /* CAAudioTimeStamp.cpp in Sources */, + 8BE6935C28DB7F4A0031C62E /* CABufferList.cpp in Sources */, + 8BE6933928DB7F4A0031C62E /* CACFMessagePort.cpp in Sources */, + 8BE6934328DB7F4A0031C62E /* CAVectorUnit.cpp in Sources */, + 8BE6937528DB7F4A0031C62E /* AUInputElement.cpp in Sources */, + 8BE6937D28DB7F4A0031C62E /* AUBuffer.cpp in Sources */, + 8BE6932228DB7F490031C62E /* CADebugMacros.cpp in Sources */, + 8BE6930428DB7F490031C62E /* CACFNumber.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 8BE6938128DB7FF40031C62E /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 3E4BA244089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEVELOPMENT_TEAM = 9BMAKYA76W; + EXPORTED_SYMBOLS_FILE = Pop2.exp; + GCC_OPTIMIZATION_LEVEL = 0; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; + PRODUCT_NAME = Pop2; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_STYLE = debugging; + WRAPPER_EXTENSION = component; + }; + name = Debug; + }; + 3E4BA245089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEVELOPMENT_TEAM = 9BMAKYA76W; + EXPORTED_SYMBOLS_FILE = Pop2.exp; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; + PRODUCT_NAME = Pop2; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = debugging; + WRAPPER_EXTENSION = component; + }; + name = Release; + }; + 3E4BA248089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Debug; + }; + 3E4BA249089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "Pop2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA244089833B7007656EC /* Debug */, + 3E4BA245089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "Pop2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA248089833B7007656EC /* Debug */, + 3E4BA249089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 000000000..63d6a2cf6 Binary files /dev/null and b/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/xcshareddata/xcschemes/Pop2.xcscheme b/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/xcshareddata/xcschemes/Pop2.xcscheme new file mode 100644 index 000000000..cd8a24047 --- /dev/null +++ b/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/xcshareddata/xcschemes/Pop2.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 000000000..6f2086350 --- /dev/null +++ b/plugins/MacSignedAU/Pop2/Pop2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Pop2.xcscheme_^#shared#^_ + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedAU/Pop2/Pop2Version.h b/plugins/MacSignedAU/Pop2/Pop2Version.h new file mode 100755 index 000000000..bb193ab2c --- /dev/null +++ b/plugins/MacSignedAU/Pop2/Pop2Version.h @@ -0,0 +1,58 @@ +/* +* File: Pop2Version.h +* +* Version: 1.0 +* +* Created: 9/19/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#ifndef __Pop2Version_h__ +#define __Pop2Version_h__ + + +#ifdef DEBUG + #define kPop2Version 0xFFFFFFFF +#else + #define kPop2Version 0x00010000 +#endif + +//~~~~~~~~~~~~~~ Change!!! ~~~~~~~~~~~~~~~~~~~~~// +#define Pop2_COMP_MANF 'Dthr' +#define Pop2_COMP_SUBTYPE 'popd' +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// + +#endif + diff --git a/plugins/MacSignedAU/Pop2/en.lproj/InfoPlist.strings b/plugins/MacSignedAU/Pop2/en.lproj/InfoPlist.strings new file mode 100755 index 000000000..451b83db5 Binary files /dev/null and b/plugins/MacSignedAU/Pop2/en.lproj/InfoPlist.strings differ diff --git a/plugins/MacSignedAU/Pop2/version.plist b/plugins/MacSignedAU/Pop2/version.plist new file mode 100755 index 000000000..11edf8a1b --- /dev/null +++ b/plugins/MacSignedAU/Pop2/version.plist @@ -0,0 +1,16 @@ + + + + + BuildVersion + 3 + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 + ProjectName + ${EXECUTABLE_NAME} + SourceVersion + 590000 + + diff --git a/plugins/MacSignedAU/PowerSag/PowerSag.cpp b/plugins/MacSignedAU/PowerSag/PowerSag.cpp index a55791f77..cff48638f 100755 --- a/plugins/MacSignedAU/PowerSag/PowerSag.cpp +++ b/plugins/MacSignedAU/PowerSag/PowerSag.cpp @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/PowerSag/PowerSag.h b/plugins/MacSignedAU/PowerSag/PowerSag.h index 8a7796b84..ddefe9acc 100755 --- a/plugins/MacSignedAU/PowerSag/PowerSag.h +++ b/plugins/MacSignedAU/PowerSag/PowerSag.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/PowerSag/PowerSag.r b/plugins/MacSignedAU/PowerSag/PowerSag.r index 27737cf02..c3a323726 100755 --- a/plugins/MacSignedAU/PowerSag/PowerSag.r +++ b/plugins/MacSignedAU/PowerSag/PowerSag.r @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/PowerSag/PowerSagVersion.h b/plugins/MacSignedAU/PowerSag/PowerSagVersion.h index f47e5d51f..ae1310763 100755 --- a/plugins/MacSignedAU/PowerSag/PowerSagVersion.h +++ b/plugins/MacSignedAU/PowerSag/PowerSagVersion.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/PowerSag2/PowerSag2.cpp b/plugins/MacSignedAU/PowerSag2/PowerSag2.cpp index a25546e87..77fbcdeff 100755 --- a/plugins/MacSignedAU/PowerSag2/PowerSag2.cpp +++ b/plugins/MacSignedAU/PowerSag2/PowerSag2.cpp @@ -5,7 +5,7 @@ * * Created: 11/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/PowerSag2/PowerSag2.h b/plugins/MacSignedAU/PowerSag2/PowerSag2.h index 4d5ac7215..e81c48199 100755 --- a/plugins/MacSignedAU/PowerSag2/PowerSag2.h +++ b/plugins/MacSignedAU/PowerSag2/PowerSag2.h @@ -5,7 +5,7 @@ * * Created: 11/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/PowerSag2/PowerSag2.r b/plugins/MacSignedAU/PowerSag2/PowerSag2.r index 2de7a8efd..ad02914cc 100755 --- a/plugins/MacSignedAU/PowerSag2/PowerSag2.r +++ b/plugins/MacSignedAU/PowerSag2/PowerSag2.r @@ -5,7 +5,7 @@ * * Created: 11/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/PowerSag2/PowerSag2Version.h b/plugins/MacSignedAU/PowerSag2/PowerSag2Version.h index 0f1241505..b9d8d5870 100755 --- a/plugins/MacSignedAU/PowerSag2/PowerSag2Version.h +++ b/plugins/MacSignedAU/PowerSag2/PowerSag2Version.h @@ -5,7 +5,7 @@ * * Created: 11/18/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Precious/Precious.cpp b/plugins/MacSignedAU/Precious/Precious.cpp index b5ac6218a..ca79540bc 100755 --- a/plugins/MacSignedAU/Precious/Precious.cpp +++ b/plugins/MacSignedAU/Precious/Precious.cpp @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Precious/Precious.h b/plugins/MacSignedAU/Precious/Precious.h index 8c468f790..746bdca92 100755 --- a/plugins/MacSignedAU/Precious/Precious.h +++ b/plugins/MacSignedAU/Precious/Precious.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Precious/Precious.r b/plugins/MacSignedAU/Precious/Precious.r index 519304c08..dd32ac8cf 100755 --- a/plugins/MacSignedAU/Precious/Precious.r +++ b/plugins/MacSignedAU/Precious/Precious.r @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Precious/PreciousVersion.h b/plugins/MacSignedAU/Precious/PreciousVersion.h index cffab1b7e..058be9037 100755 --- a/plugins/MacSignedAU/Precious/PreciousVersion.h +++ b/plugins/MacSignedAU/Precious/PreciousVersion.h @@ -5,7 +5,7 @@ * * Created: 1/11/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Preponderant/Preponderant.cpp b/plugins/MacSignedAU/Preponderant/Preponderant.cpp index e18a8e934..8878ed9b5 100755 --- a/plugins/MacSignedAU/Preponderant/Preponderant.cpp +++ b/plugins/MacSignedAU/Preponderant/Preponderant.cpp @@ -5,7 +5,7 @@ * * Created: 12/14/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Preponderant/Preponderant.h b/plugins/MacSignedAU/Preponderant/Preponderant.h index 1dff6ad8b..e7d474d56 100755 --- a/plugins/MacSignedAU/Preponderant/Preponderant.h +++ b/plugins/MacSignedAU/Preponderant/Preponderant.h @@ -5,7 +5,7 @@ * * Created: 12/14/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Preponderant/Preponderant.r b/plugins/MacSignedAU/Preponderant/Preponderant.r index 74905f294..61d2e4c65 100755 --- a/plugins/MacSignedAU/Preponderant/Preponderant.r +++ b/plugins/MacSignedAU/Preponderant/Preponderant.r @@ -5,7 +5,7 @@ * * Created: 12/14/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Preponderant/PreponderantVersion.h b/plugins/MacSignedAU/Preponderant/PreponderantVersion.h index 6e855dc36..12c1488eb 100755 --- a/plugins/MacSignedAU/Preponderant/PreponderantVersion.h +++ b/plugins/MacSignedAU/Preponderant/PreponderantVersion.h @@ -5,7 +5,7 @@ * * Created: 12/14/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Pressure4/Pressure4.cpp b/plugins/MacSignedAU/Pressure4/Pressure4.cpp index 1a4634bfb..854674ac5 100755 --- a/plugins/MacSignedAU/Pressure4/Pressure4.cpp +++ b/plugins/MacSignedAU/Pressure4/Pressure4.cpp @@ -5,7 +5,7 @@ * * Created: 9/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Pressure4/Pressure4.h b/plugins/MacSignedAU/Pressure4/Pressure4.h index 1cfd2ab5a..6bff7f3ed 100755 --- a/plugins/MacSignedAU/Pressure4/Pressure4.h +++ b/plugins/MacSignedAU/Pressure4/Pressure4.h @@ -5,7 +5,7 @@ * * Created: 9/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Pressure4/Pressure4.r b/plugins/MacSignedAU/Pressure4/Pressure4.r index fdc9d4265..cd7e05454 100755 --- a/plugins/MacSignedAU/Pressure4/Pressure4.r +++ b/plugins/MacSignedAU/Pressure4/Pressure4.r @@ -5,7 +5,7 @@ * * Created: 9/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Pressure4/Pressure4Version.h b/plugins/MacSignedAU/Pressure4/Pressure4Version.h index 86be6c09f..cbcf31a8b 100755 --- a/plugins/MacSignedAU/Pressure4/Pressure4Version.h +++ b/plugins/MacSignedAU/Pressure4/Pressure4Version.h @@ -5,7 +5,7 @@ * * Created: 9/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Pressure4Mono/Pressure4Mono.cpp b/plugins/MacSignedAU/Pressure4Mono/Pressure4Mono.cpp index c5189c129..2a028aed8 100755 --- a/plugins/MacSignedAU/Pressure4Mono/Pressure4Mono.cpp +++ b/plugins/MacSignedAU/Pressure4Mono/Pressure4Mono.cpp @@ -5,7 +5,7 @@ * * Created: 9/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Pressure4Mono/Pressure4Mono.h b/plugins/MacSignedAU/Pressure4Mono/Pressure4Mono.h index 10641a300..834d19258 100755 --- a/plugins/MacSignedAU/Pressure4Mono/Pressure4Mono.h +++ b/plugins/MacSignedAU/Pressure4Mono/Pressure4Mono.h @@ -5,7 +5,7 @@ * * Created: 9/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Pressure4Mono/Pressure4Mono.r b/plugins/MacSignedAU/Pressure4Mono/Pressure4Mono.r index dcfdd8248..db06c8f36 100755 --- a/plugins/MacSignedAU/Pressure4Mono/Pressure4Mono.r +++ b/plugins/MacSignedAU/Pressure4Mono/Pressure4Mono.r @@ -5,7 +5,7 @@ * * Created: 9/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Pressure4Mono/Pressure4MonoVersion.h b/plugins/MacSignedAU/Pressure4Mono/Pressure4MonoVersion.h index f5d45dc06..73e94b617 100755 --- a/plugins/MacSignedAU/Pressure4Mono/Pressure4MonoVersion.h +++ b/plugins/MacSignedAU/Pressure4Mono/Pressure4MonoVersion.h @@ -5,7 +5,7 @@ * * Created: 9/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Pressure5/Pressure5.cpp b/plugins/MacSignedAU/Pressure5/Pressure5.cpp index 724dd58ce..84345a1f4 100644 --- a/plugins/MacSignedAU/Pressure5/Pressure5.cpp +++ b/plugins/MacSignedAU/Pressure5/Pressure5.cpp @@ -5,7 +5,7 @@ * * Created: 10/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Pressure5/Pressure5.h b/plugins/MacSignedAU/Pressure5/Pressure5.h index a9a5bfede..c03cce58f 100644 --- a/plugins/MacSignedAU/Pressure5/Pressure5.h +++ b/plugins/MacSignedAU/Pressure5/Pressure5.h @@ -5,7 +5,7 @@ * * Created: 10/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Pressure5/Pressure5.r b/plugins/MacSignedAU/Pressure5/Pressure5.r index 5655bdcc0..72adb5e2a 100644 --- a/plugins/MacSignedAU/Pressure5/Pressure5.r +++ b/plugins/MacSignedAU/Pressure5/Pressure5.r @@ -5,7 +5,7 @@ * * Created: 10/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Pressure5/Pressure5Version.h b/plugins/MacSignedAU/Pressure5/Pressure5Version.h index 614a71368..70dcf852c 100644 --- a/plugins/MacSignedAU/Pressure5/Pressure5Version.h +++ b/plugins/MacSignedAU/Pressure5/Pressure5Version.h @@ -5,7 +5,7 @@ * * Created: 10/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestAir/PurestAir.cpp b/plugins/MacSignedAU/PurestAir/PurestAir.cpp index 32f2df2bf..bfa500aa6 100755 --- a/plugins/MacSignedAU/PurestAir/PurestAir.cpp +++ b/plugins/MacSignedAU/PurestAir/PurestAir.cpp @@ -5,7 +5,7 @@ * * Created: 8/17/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/PurestAir/PurestAir.h b/plugins/MacSignedAU/PurestAir/PurestAir.h index b8c5aa030..a1384f1ac 100755 --- a/plugins/MacSignedAU/PurestAir/PurestAir.h +++ b/plugins/MacSignedAU/PurestAir/PurestAir.h @@ -5,7 +5,7 @@ * * Created: 8/17/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/PurestAir/PurestAir.r b/plugins/MacSignedAU/PurestAir/PurestAir.r index 2ef50dc87..9153f5d00 100755 --- a/plugins/MacSignedAU/PurestAir/PurestAir.r +++ b/plugins/MacSignedAU/PurestAir/PurestAir.r @@ -5,7 +5,7 @@ * * Created: 8/17/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/PurestAir/PurestAirVersion.h b/plugins/MacSignedAU/PurestAir/PurestAirVersion.h index 9de9d532c..d1fe79eb7 100755 --- a/plugins/MacSignedAU/PurestAir/PurestAirVersion.h +++ b/plugins/MacSignedAU/PurestAir/PurestAirVersion.h @@ -5,7 +5,7 @@ * * Created: 8/17/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/PurestConsole2Buss/PurestConsole2Buss.cpp b/plugins/MacSignedAU/PurestConsole2Buss/PurestConsole2Buss.cpp index 2eba6d630..0d27ce04e 100755 --- a/plugins/MacSignedAU/PurestConsole2Buss/PurestConsole2Buss.cpp +++ b/plugins/MacSignedAU/PurestConsole2Buss/PurestConsole2Buss.cpp @@ -5,7 +5,7 @@ * * Created: 2/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestConsole2Buss/PurestConsole2Buss.h b/plugins/MacSignedAU/PurestConsole2Buss/PurestConsole2Buss.h index 2ab3c5f75..bde4a0d18 100755 --- a/plugins/MacSignedAU/PurestConsole2Buss/PurestConsole2Buss.h +++ b/plugins/MacSignedAU/PurestConsole2Buss/PurestConsole2Buss.h @@ -5,7 +5,7 @@ * * Created: 2/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestConsole2Buss/PurestConsole2Buss.r b/plugins/MacSignedAU/PurestConsole2Buss/PurestConsole2Buss.r index c24ab6195..7676e3599 100755 --- a/plugins/MacSignedAU/PurestConsole2Buss/PurestConsole2Buss.r +++ b/plugins/MacSignedAU/PurestConsole2Buss/PurestConsole2Buss.r @@ -5,7 +5,7 @@ * * Created: 2/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestConsole2Buss/PurestConsole2BussVersion.h b/plugins/MacSignedAU/PurestConsole2Buss/PurestConsole2BussVersion.h index 95bd720e5..6b70da129 100755 --- a/plugins/MacSignedAU/PurestConsole2Buss/PurestConsole2BussVersion.h +++ b/plugins/MacSignedAU/PurestConsole2Buss/PurestConsole2BussVersion.h @@ -5,7 +5,7 @@ * * Created: 2/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestConsole2Channel/PurestConsole2Channel.cpp b/plugins/MacSignedAU/PurestConsole2Channel/PurestConsole2Channel.cpp index bcf430c62..69da1b978 100755 --- a/plugins/MacSignedAU/PurestConsole2Channel/PurestConsole2Channel.cpp +++ b/plugins/MacSignedAU/PurestConsole2Channel/PurestConsole2Channel.cpp @@ -5,7 +5,7 @@ * * Created: 2/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestConsole2Channel/PurestConsole2Channel.h b/plugins/MacSignedAU/PurestConsole2Channel/PurestConsole2Channel.h index aacdbbe06..24bfe936d 100755 --- a/plugins/MacSignedAU/PurestConsole2Channel/PurestConsole2Channel.h +++ b/plugins/MacSignedAU/PurestConsole2Channel/PurestConsole2Channel.h @@ -5,7 +5,7 @@ * * Created: 2/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestConsole2Channel/PurestConsole2Channel.r b/plugins/MacSignedAU/PurestConsole2Channel/PurestConsole2Channel.r index d059c46a8..5279b1445 100755 --- a/plugins/MacSignedAU/PurestConsole2Channel/PurestConsole2Channel.r +++ b/plugins/MacSignedAU/PurestConsole2Channel/PurestConsole2Channel.r @@ -5,7 +5,7 @@ * * Created: 2/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestConsole2Channel/PurestConsole2ChannelVersion.h b/plugins/MacSignedAU/PurestConsole2Channel/PurestConsole2ChannelVersion.h index ee9829c1b..efebf2cdc 100755 --- a/plugins/MacSignedAU/PurestConsole2Channel/PurestConsole2ChannelVersion.h +++ b/plugins/MacSignedAU/PurestConsole2Channel/PurestConsole2ChannelVersion.h @@ -5,7 +5,7 @@ * * Created: 2/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestConsoleBuss/PurestConsoleBuss.cpp b/plugins/MacSignedAU/PurestConsoleBuss/PurestConsoleBuss.cpp index 3ba9c602b..ed8c8cc65 100755 --- a/plugins/MacSignedAU/PurestConsoleBuss/PurestConsoleBuss.cpp +++ b/plugins/MacSignedAU/PurestConsoleBuss/PurestConsoleBuss.cpp @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestConsoleBuss/PurestConsoleBuss.h b/plugins/MacSignedAU/PurestConsoleBuss/PurestConsoleBuss.h index 1d85733b8..e050388f1 100755 --- a/plugins/MacSignedAU/PurestConsoleBuss/PurestConsoleBuss.h +++ b/plugins/MacSignedAU/PurestConsoleBuss/PurestConsoleBuss.h @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestConsoleBuss/PurestConsoleBuss.r b/plugins/MacSignedAU/PurestConsoleBuss/PurestConsoleBuss.r index 321e35fde..ee36697b9 100644 --- a/plugins/MacSignedAU/PurestConsoleBuss/PurestConsoleBuss.r +++ b/plugins/MacSignedAU/PurestConsoleBuss/PurestConsoleBuss.r @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestConsoleBuss/PurestConsoleBussVersion.h b/plugins/MacSignedAU/PurestConsoleBuss/PurestConsoleBussVersion.h index e9e575e19..020a01300 100644 --- a/plugins/MacSignedAU/PurestConsoleBuss/PurestConsoleBussVersion.h +++ b/plugins/MacSignedAU/PurestConsoleBuss/PurestConsoleBussVersion.h @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestConsoleChannel/PurestConsoleChannel.cpp b/plugins/MacSignedAU/PurestConsoleChannel/PurestConsoleChannel.cpp index f7ab9e828..b2ba9dc30 100755 --- a/plugins/MacSignedAU/PurestConsoleChannel/PurestConsoleChannel.cpp +++ b/plugins/MacSignedAU/PurestConsoleChannel/PurestConsoleChannel.cpp @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestConsoleChannel/PurestConsoleChannel.h b/plugins/MacSignedAU/PurestConsoleChannel/PurestConsoleChannel.h index b97f934e6..6d8713477 100755 --- a/plugins/MacSignedAU/PurestConsoleChannel/PurestConsoleChannel.h +++ b/plugins/MacSignedAU/PurestConsoleChannel/PurestConsoleChannel.h @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestConsoleChannel/PurestConsoleChannel.r b/plugins/MacSignedAU/PurestConsoleChannel/PurestConsoleChannel.r index 605db29dd..bc9ac5cd8 100644 --- a/plugins/MacSignedAU/PurestConsoleChannel/PurestConsoleChannel.r +++ b/plugins/MacSignedAU/PurestConsoleChannel/PurestConsoleChannel.r @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestConsoleChannel/PurestConsoleChannelVersion.h b/plugins/MacSignedAU/PurestConsoleChannel/PurestConsoleChannelVersion.h index 0d2937d72..1d9791f4c 100644 --- a/plugins/MacSignedAU/PurestConsoleChannel/PurestConsoleChannelVersion.h +++ b/plugins/MacSignedAU/PurestConsoleChannel/PurestConsoleChannelVersion.h @@ -5,7 +5,7 @@ * * Created: 11/26/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestDrive/PurestDrive.cpp b/plugins/MacSignedAU/PurestDrive/PurestDrive.cpp index f4ec6035f..ae9c942f8 100755 --- a/plugins/MacSignedAU/PurestDrive/PurestDrive.cpp +++ b/plugins/MacSignedAU/PurestDrive/PurestDrive.cpp @@ -5,7 +5,7 @@ * * Created: 9/12/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestDrive/PurestDrive.h b/plugins/MacSignedAU/PurestDrive/PurestDrive.h index 75bbb7840..548df52a3 100755 --- a/plugins/MacSignedAU/PurestDrive/PurestDrive.h +++ b/plugins/MacSignedAU/PurestDrive/PurestDrive.h @@ -5,7 +5,7 @@ * * Created: 9/12/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestDrive/PurestDrive.r b/plugins/MacSignedAU/PurestDrive/PurestDrive.r index 13f058a27..d55bd3d04 100755 --- a/plugins/MacSignedAU/PurestDrive/PurestDrive.r +++ b/plugins/MacSignedAU/PurestDrive/PurestDrive.r @@ -5,7 +5,7 @@ * * Created: 9/12/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestDrive/PurestDriveVersion.h b/plugins/MacSignedAU/PurestDrive/PurestDriveVersion.h index 8e137e81c..2366e553b 100755 --- a/plugins/MacSignedAU/PurestDrive/PurestDriveVersion.h +++ b/plugins/MacSignedAU/PurestDrive/PurestDriveVersion.h @@ -5,7 +5,7 @@ * * Created: 9/12/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestEcho/PurestEcho.cpp b/plugins/MacSignedAU/PurestEcho/PurestEcho.cpp index 8e4926cf8..6e5c6ab11 100755 --- a/plugins/MacSignedAU/PurestEcho/PurestEcho.cpp +++ b/plugins/MacSignedAU/PurestEcho/PurestEcho.cpp @@ -5,7 +5,7 @@ * * Created: 6/2/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestEcho/PurestEcho.h b/plugins/MacSignedAU/PurestEcho/PurestEcho.h index 1e94fa7dd..2043c7e42 100755 --- a/plugins/MacSignedAU/PurestEcho/PurestEcho.h +++ b/plugins/MacSignedAU/PurestEcho/PurestEcho.h @@ -5,7 +5,7 @@ * * Created: 6/2/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestEcho/PurestEcho.r b/plugins/MacSignedAU/PurestEcho/PurestEcho.r index 7704f4050..3c48684c1 100755 --- a/plugins/MacSignedAU/PurestEcho/PurestEcho.r +++ b/plugins/MacSignedAU/PurestEcho/PurestEcho.r @@ -5,7 +5,7 @@ * * Created: 6/2/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestEcho/PurestEchoVersion.h b/plugins/MacSignedAU/PurestEcho/PurestEchoVersion.h index e98b20542..e2f9c7809 100755 --- a/plugins/MacSignedAU/PurestEcho/PurestEchoVersion.h +++ b/plugins/MacSignedAU/PurestEcho/PurestEchoVersion.h @@ -5,7 +5,7 @@ * * Created: 6/2/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestFade/PurestFade.cpp b/plugins/MacSignedAU/PurestFade/PurestFade.cpp index 1b36aaef8..1cc95f40a 100755 --- a/plugins/MacSignedAU/PurestFade/PurestFade.cpp +++ b/plugins/MacSignedAU/PurestFade/PurestFade.cpp @@ -5,7 +5,7 @@ * * Created: 5/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestFade/PurestFade.h b/plugins/MacSignedAU/PurestFade/PurestFade.h index 5c2f6a30c..ea7407f04 100755 --- a/plugins/MacSignedAU/PurestFade/PurestFade.h +++ b/plugins/MacSignedAU/PurestFade/PurestFade.h @@ -5,7 +5,7 @@ * * Created: 5/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestFade/PurestFade.r b/plugins/MacSignedAU/PurestFade/PurestFade.r index cf1c6b809..d70f118bb 100755 --- a/plugins/MacSignedAU/PurestFade/PurestFade.r +++ b/plugins/MacSignedAU/PurestFade/PurestFade.r @@ -5,7 +5,7 @@ * * Created: 5/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestFade/PurestFadeVersion.h b/plugins/MacSignedAU/PurestFade/PurestFadeVersion.h index f6c69ad23..7685e7aff 100755 --- a/plugins/MacSignedAU/PurestFade/PurestFadeVersion.h +++ b/plugins/MacSignedAU/PurestFade/PurestFadeVersion.h @@ -5,7 +5,7 @@ * * Created: 5/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestGain/PurestGain.cpp b/plugins/MacSignedAU/PurestGain/PurestGain.cpp index 412d9369e..e930f4f45 100755 --- a/plugins/MacSignedAU/PurestGain/PurestGain.cpp +++ b/plugins/MacSignedAU/PurestGain/PurestGain.cpp @@ -5,7 +5,7 @@ * * Created: 9/25/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestGain/PurestGain.h b/plugins/MacSignedAU/PurestGain/PurestGain.h index cf0bea331..2086c9625 100755 --- a/plugins/MacSignedAU/PurestGain/PurestGain.h +++ b/plugins/MacSignedAU/PurestGain/PurestGain.h @@ -5,7 +5,7 @@ * * Created: 9/25/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestGain/PurestGain.r b/plugins/MacSignedAU/PurestGain/PurestGain.r index 133a90608..f2ffe46d6 100755 --- a/plugins/MacSignedAU/PurestGain/PurestGain.r +++ b/plugins/MacSignedAU/PurestGain/PurestGain.r @@ -5,7 +5,7 @@ * * Created: 9/25/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestGain/PurestGainVersion.h b/plugins/MacSignedAU/PurestGain/PurestGainVersion.h index 4146ca12a..c3ebd5002 100755 --- a/plugins/MacSignedAU/PurestGain/PurestGainVersion.h +++ b/plugins/MacSignedAU/PurestGain/PurestGainVersion.h @@ -5,7 +5,7 @@ * * Created: 9/25/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestSquish/PurestSquish.cpp b/plugins/MacSignedAU/PurestSquish/PurestSquish.cpp index 4ee65d97f..1e82d5512 100755 --- a/plugins/MacSignedAU/PurestSquish/PurestSquish.cpp +++ b/plugins/MacSignedAU/PurestSquish/PurestSquish.cpp @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestSquish/PurestSquish.h b/plugins/MacSignedAU/PurestSquish/PurestSquish.h index 453b78761..0723d37ac 100755 --- a/plugins/MacSignedAU/PurestSquish/PurestSquish.h +++ b/plugins/MacSignedAU/PurestSquish/PurestSquish.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestSquish/PurestSquish.r b/plugins/MacSignedAU/PurestSquish/PurestSquish.r index e6b3396ce..3ba61b988 100755 --- a/plugins/MacSignedAU/PurestSquish/PurestSquish.r +++ b/plugins/MacSignedAU/PurestSquish/PurestSquish.r @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestSquish/PurestSquishVersion.h b/plugins/MacSignedAU/PurestSquish/PurestSquishVersion.h index 7cdcf54d0..550224e63 100755 --- a/plugins/MacSignedAU/PurestSquish/PurestSquishVersion.h +++ b/plugins/MacSignedAU/PurestSquish/PurestSquishVersion.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestWarm/PurestWarm.cpp b/plugins/MacSignedAU/PurestWarm/PurestWarm.cpp index 13b65da98..78d350809 100755 --- a/plugins/MacSignedAU/PurestWarm/PurestWarm.cpp +++ b/plugins/MacSignedAU/PurestWarm/PurestWarm.cpp @@ -5,7 +5,7 @@ * * Created: 1/8/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestWarm/PurestWarm.h b/plugins/MacSignedAU/PurestWarm/PurestWarm.h index 23fa63500..1c6ab8321 100755 --- a/plugins/MacSignedAU/PurestWarm/PurestWarm.h +++ b/plugins/MacSignedAU/PurestWarm/PurestWarm.h @@ -5,7 +5,7 @@ * * Created: 1/8/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestWarm/PurestWarm.r b/plugins/MacSignedAU/PurestWarm/PurestWarm.r index d994cdad6..99f2d2deb 100755 --- a/plugins/MacSignedAU/PurestWarm/PurestWarm.r +++ b/plugins/MacSignedAU/PurestWarm/PurestWarm.r @@ -5,7 +5,7 @@ * * Created: 1/8/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestWarm/PurestWarmVersion.h b/plugins/MacSignedAU/PurestWarm/PurestWarmVersion.h index eb094bbbe..93f90efc0 100755 --- a/plugins/MacSignedAU/PurestWarm/PurestWarmVersion.h +++ b/plugins/MacSignedAU/PurestWarm/PurestWarmVersion.h @@ -5,7 +5,7 @@ * * Created: 1/8/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestWarm2/PurestWarm2.cpp b/plugins/MacSignedAU/PurestWarm2/PurestWarm2.cpp index 364908ef2..e0b59d1d3 100755 --- a/plugins/MacSignedAU/PurestWarm2/PurestWarm2.cpp +++ b/plugins/MacSignedAU/PurestWarm2/PurestWarm2.cpp @@ -5,7 +5,7 @@ * * Created: 4/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -166,23 +166,6 @@ ComponentResult PurestWarm2::Initialize() //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ void PurestWarm2::PurestWarm2Kernel::Reset() { - double cutoff = 25000.0 / GetSampleRate(); - if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k - fixA[fix_freq] = cutoff; - fixA[fix_reso] = 0.70710678; //butterworth Q - double K = tan(M_PI * fixA[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); - fixA[fix_a0] = K * K * norm; - fixA[fix_a1] = 2.0 * fixA[fix_a0]; - fixA[fix_a2] = fixA[fix_a0]; - fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; - fixA[fix_sL1] = 0.0; - fixA[fix_sL2] = 0.0; - fixA[fix_sR1] = 0.0; - fixA[fix_sR2] = 0.0; - //define entire filter in instantiation, it's totally static - fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; } @@ -200,7 +183,24 @@ void PurestWarm2::PurestWarm2Kernel::Process( const Float32 *inSourceP, Float32 *destP = inDestP; Float64 pos = GetParameter( kParam_One ); Float64 neg = GetParameter( kParam_Two ); - + double cutoff = 25000.0 / GetSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet + + while (nSampleFrames-- > 0) { double inputSample = *sourceP; if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; diff --git a/plugins/MacSignedAU/PurestWarm2/PurestWarm2.h b/plugins/MacSignedAU/PurestWarm2/PurestWarm2.h index bb8d9cb0a..4f6fbfe79 100755 --- a/plugins/MacSignedAU/PurestWarm2/PurestWarm2.h +++ b/plugins/MacSignedAU/PurestWarm2/PurestWarm2.h @@ -5,7 +5,7 @@ * * Created: 4/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestWarm2/PurestWarm2.r b/plugins/MacSignedAU/PurestWarm2/PurestWarm2.r index 9af1b8d70..f7036e47b 100755 --- a/plugins/MacSignedAU/PurestWarm2/PurestWarm2.r +++ b/plugins/MacSignedAU/PurestWarm2/PurestWarm2.r @@ -5,7 +5,7 @@ * * Created: 4/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/PurestWarm2/PurestWarm2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/PurestWarm2/PurestWarm2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 3fc6f94d9..b77b43b8a 100644 Binary files a/plugins/MacSignedAU/PurestWarm2/PurestWarm2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedAU/PurestWarm2/PurestWarm2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/PurestWarm2/PurestWarm2Version.h b/plugins/MacSignedAU/PurestWarm2/PurestWarm2Version.h index d118b8813..76e657ec4 100755 --- a/plugins/MacSignedAU/PurestWarm2/PurestWarm2Version.h +++ b/plugins/MacSignedAU/PurestWarm2/PurestWarm2Version.h @@ -5,7 +5,7 @@ * * Created: 4/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Pyewacket/Pyewacket.cpp b/plugins/MacSignedAU/Pyewacket/Pyewacket.cpp index 742ca7e86..1e59fbb84 100755 --- a/plugins/MacSignedAU/Pyewacket/Pyewacket.cpp +++ b/plugins/MacSignedAU/Pyewacket/Pyewacket.cpp @@ -5,7 +5,7 @@ * * Created: 10/20/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Pyewacket/Pyewacket.h b/plugins/MacSignedAU/Pyewacket/Pyewacket.h index 756f699f1..a33445ab0 100755 --- a/plugins/MacSignedAU/Pyewacket/Pyewacket.h +++ b/plugins/MacSignedAU/Pyewacket/Pyewacket.h @@ -5,7 +5,7 @@ * * Created: 10/20/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Pyewacket/Pyewacket.r b/plugins/MacSignedAU/Pyewacket/Pyewacket.r index 958297735..1f1486a70 100755 --- a/plugins/MacSignedAU/Pyewacket/Pyewacket.r +++ b/plugins/MacSignedAU/Pyewacket/Pyewacket.r @@ -5,7 +5,7 @@ * * Created: 10/20/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Pyewacket/PyewacketVersion.h b/plugins/MacSignedAU/Pyewacket/PyewacketVersion.h index 132ddc1c3..c36ef17b0 100755 --- a/plugins/MacSignedAU/Pyewacket/PyewacketVersion.h +++ b/plugins/MacSignedAU/Pyewacket/PyewacketVersion.h @@ -5,7 +5,7 @@ * * Created: 10/20/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/PyewacketMono/PyewacketMono.cpp b/plugins/MacSignedAU/PyewacketMono/PyewacketMono.cpp index fabc78ca2..f43e7f1d4 100755 --- a/plugins/MacSignedAU/PyewacketMono/PyewacketMono.cpp +++ b/plugins/MacSignedAU/PyewacketMono/PyewacketMono.cpp @@ -5,7 +5,7 @@ * * Created: 10/20/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/PyewacketMono/PyewacketMono.h b/plugins/MacSignedAU/PyewacketMono/PyewacketMono.h index 6e07f3582..b215ed20b 100755 --- a/plugins/MacSignedAU/PyewacketMono/PyewacketMono.h +++ b/plugins/MacSignedAU/PyewacketMono/PyewacketMono.h @@ -5,7 +5,7 @@ * * Created: 10/20/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/PyewacketMono/PyewacketMono.r b/plugins/MacSignedAU/PyewacketMono/PyewacketMono.r index 6ba9eb039..6c643315b 100755 --- a/plugins/MacSignedAU/PyewacketMono/PyewacketMono.r +++ b/plugins/MacSignedAU/PyewacketMono/PyewacketMono.r @@ -5,7 +5,7 @@ * * Created: 10/20/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/PyewacketMono/PyewacketMonoVersion.h b/plugins/MacSignedAU/PyewacketMono/PyewacketMonoVersion.h index 80e0623bc..86a6bfc43 100755 --- a/plugins/MacSignedAU/PyewacketMono/PyewacketMonoVersion.h +++ b/plugins/MacSignedAU/PyewacketMono/PyewacketMonoVersion.h @@ -5,7 +5,7 @@ * * Created: 10/20/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/RawGlitters/RawGlitters.cpp b/plugins/MacSignedAU/RawGlitters/RawGlitters.cpp index d2a6d3838..80f2ebeed 100755 --- a/plugins/MacSignedAU/RawGlitters/RawGlitters.cpp +++ b/plugins/MacSignedAU/RawGlitters/RawGlitters.cpp @@ -5,7 +5,7 @@ * * Created: 12/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/RawGlitters/RawGlitters.h b/plugins/MacSignedAU/RawGlitters/RawGlitters.h index 03ef50ab5..dbe19adea 100755 --- a/plugins/MacSignedAU/RawGlitters/RawGlitters.h +++ b/plugins/MacSignedAU/RawGlitters/RawGlitters.h @@ -5,7 +5,7 @@ * * Created: 12/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/RawGlitters/RawGlitters.r b/plugins/MacSignedAU/RawGlitters/RawGlitters.r index d87e54739..6dd54daae 100755 --- a/plugins/MacSignedAU/RawGlitters/RawGlitters.r +++ b/plugins/MacSignedAU/RawGlitters/RawGlitters.r @@ -5,7 +5,7 @@ * * Created: 12/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/RawGlitters/RawGlittersVersion.h b/plugins/MacSignedAU/RawGlitters/RawGlittersVersion.h index 7acbb080d..e96ca70b6 100755 --- a/plugins/MacSignedAU/RawGlitters/RawGlittersVersion.h +++ b/plugins/MacSignedAU/RawGlitters/RawGlittersVersion.h @@ -5,7 +5,7 @@ * * Created: 12/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/RawTimbers/RawTimbers.cpp b/plugins/MacSignedAU/RawTimbers/RawTimbers.cpp index 20c0e5c7e..016bc1a4c 100755 --- a/plugins/MacSignedAU/RawTimbers/RawTimbers.cpp +++ b/plugins/MacSignedAU/RawTimbers/RawTimbers.cpp @@ -5,7 +5,7 @@ * * Created: 12/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/RawTimbers/RawTimbers.h b/plugins/MacSignedAU/RawTimbers/RawTimbers.h index 16567b680..9ad0cabaf 100755 --- a/plugins/MacSignedAU/RawTimbers/RawTimbers.h +++ b/plugins/MacSignedAU/RawTimbers/RawTimbers.h @@ -5,7 +5,7 @@ * * Created: 12/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/RawTimbers/RawTimbers.r b/plugins/MacSignedAU/RawTimbers/RawTimbers.r index c77dbd0b5..ebeae4544 100755 --- a/plugins/MacSignedAU/RawTimbers/RawTimbers.r +++ b/plugins/MacSignedAU/RawTimbers/RawTimbers.r @@ -5,7 +5,7 @@ * * Created: 12/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/RawTimbers/RawTimbersVersion.h b/plugins/MacSignedAU/RawTimbers/RawTimbersVersion.h index b142d278d..c27e0e516 100755 --- a/plugins/MacSignedAU/RawTimbers/RawTimbersVersion.h +++ b/plugins/MacSignedAU/RawTimbers/RawTimbersVersion.h @@ -5,7 +5,7 @@ * * Created: 12/14/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Recurve/Recurve.cpp b/plugins/MacSignedAU/Recurve/Recurve.cpp index f787dff58..fc1d04492 100755 --- a/plugins/MacSignedAU/Recurve/Recurve.cpp +++ b/plugins/MacSignedAU/Recurve/Recurve.cpp @@ -5,7 +5,7 @@ * * Created: 4/19/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Recurve/Recurve.h b/plugins/MacSignedAU/Recurve/Recurve.h index e8b830f63..2ccb77a9d 100755 --- a/plugins/MacSignedAU/Recurve/Recurve.h +++ b/plugins/MacSignedAU/Recurve/Recurve.h @@ -5,7 +5,7 @@ * * Created: 4/19/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Recurve/Recurve.r b/plugins/MacSignedAU/Recurve/Recurve.r index 28be1253f..32964b21d 100755 --- a/plugins/MacSignedAU/Recurve/Recurve.r +++ b/plugins/MacSignedAU/Recurve/Recurve.r @@ -5,7 +5,7 @@ * * Created: 4/19/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Recurve/RecurveVersion.h b/plugins/MacSignedAU/Recurve/RecurveVersion.h index 2aed0f279..9cdf6b29c 100755 --- a/plugins/MacSignedAU/Recurve/RecurveVersion.h +++ b/plugins/MacSignedAU/Recurve/RecurveVersion.h @@ -5,7 +5,7 @@ * * Created: 4/19/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Remap/Remap.cpp b/plugins/MacSignedAU/Remap/Remap.cpp index 723d8d32f..47e26204b 100755 --- a/plugins/MacSignedAU/Remap/Remap.cpp +++ b/plugins/MacSignedAU/Remap/Remap.cpp @@ -5,7 +5,7 @@ * * Created: 6/6/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Remap/Remap.h b/plugins/MacSignedAU/Remap/Remap.h index f35a5e36b..c808aa041 100755 --- a/plugins/MacSignedAU/Remap/Remap.h +++ b/plugins/MacSignedAU/Remap/Remap.h @@ -5,7 +5,7 @@ * * Created: 6/6/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Remap/Remap.r b/plugins/MacSignedAU/Remap/Remap.r index bb3d657c6..1cc183c5a 100755 --- a/plugins/MacSignedAU/Remap/Remap.r +++ b/plugins/MacSignedAU/Remap/Remap.r @@ -5,7 +5,7 @@ * * Created: 6/6/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Remap/RemapVersion.h b/plugins/MacSignedAU/Remap/RemapVersion.h index bee749996..b1839833a 100755 --- a/plugins/MacSignedAU/Remap/RemapVersion.h +++ b/plugins/MacSignedAU/Remap/RemapVersion.h @@ -5,7 +5,7 @@ * * Created: 6/6/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/ResEQ/ResEQ.cpp b/plugins/MacSignedAU/ResEQ/ResEQ.cpp index faea04151..59b82e21e 100755 --- a/plugins/MacSignedAU/ResEQ/ResEQ.cpp +++ b/plugins/MacSignedAU/ResEQ/ResEQ.cpp @@ -5,7 +5,7 @@ * * Created: 8/1/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ResEQ/ResEQ.h b/plugins/MacSignedAU/ResEQ/ResEQ.h index 789fde381..0bf27cfc3 100755 --- a/plugins/MacSignedAU/ResEQ/ResEQ.h +++ b/plugins/MacSignedAU/ResEQ/ResEQ.h @@ -5,7 +5,7 @@ * * Created: 8/1/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ResEQ/ResEQ.r b/plugins/MacSignedAU/ResEQ/ResEQ.r index 35083f75a..8512abcf7 100755 --- a/plugins/MacSignedAU/ResEQ/ResEQ.r +++ b/plugins/MacSignedAU/ResEQ/ResEQ.r @@ -5,7 +5,7 @@ * * Created: 8/1/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ResEQ/ResEQVersion.h b/plugins/MacSignedAU/ResEQ/ResEQVersion.h index 1a9cd4d27..e5db6c234 100755 --- a/plugins/MacSignedAU/ResEQ/ResEQVersion.h +++ b/plugins/MacSignedAU/ResEQ/ResEQVersion.h @@ -5,7 +5,7 @@ * * Created: 8/1/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Reverb/Reverb.cpp b/plugins/MacSignedAU/Reverb/Reverb.cpp index f4d1080f2..ae72b0294 100755 --- a/plugins/MacSignedAU/Reverb/Reverb.cpp +++ b/plugins/MacSignedAU/Reverb/Reverb.cpp @@ -5,7 +5,7 @@ * * Created: 12/8/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Reverb/Reverb.h b/plugins/MacSignedAU/Reverb/Reverb.h index 6a827503a..af998352a 100755 --- a/plugins/MacSignedAU/Reverb/Reverb.h +++ b/plugins/MacSignedAU/Reverb/Reverb.h @@ -5,7 +5,7 @@ * * Created: 12/8/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Reverb/Reverb.r b/plugins/MacSignedAU/Reverb/Reverb.r index 5feb7445b..16276b22c 100755 --- a/plugins/MacSignedAU/Reverb/Reverb.r +++ b/plugins/MacSignedAU/Reverb/Reverb.r @@ -5,7 +5,7 @@ * * Created: 12/8/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Reverb/ReverbVersion.h b/plugins/MacSignedAU/Reverb/ReverbVersion.h index f1567030d..e635ecb6e 100755 --- a/plugins/MacSignedAU/Reverb/ReverbVersion.h +++ b/plugins/MacSignedAU/Reverb/ReverbVersion.h @@ -5,7 +5,7 @@ * * Created: 12/8/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Righteous4/Righteous4.cpp b/plugins/MacSignedAU/Righteous4/Righteous4.cpp index f65ffb999..ab498c1b9 100755 --- a/plugins/MacSignedAU/Righteous4/Righteous4.cpp +++ b/plugins/MacSignedAU/Righteous4/Righteous4.cpp @@ -5,7 +5,7 @@ * * Created: 4/8/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Righteous4/Righteous4.h b/plugins/MacSignedAU/Righteous4/Righteous4.h index 680a9b009..dc8720284 100755 --- a/plugins/MacSignedAU/Righteous4/Righteous4.h +++ b/plugins/MacSignedAU/Righteous4/Righteous4.h @@ -5,7 +5,7 @@ * * Created: 4/8/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Righteous4/Righteous4.r b/plugins/MacSignedAU/Righteous4/Righteous4.r index f731ab52a..4943cdbcd 100755 --- a/plugins/MacSignedAU/Righteous4/Righteous4.r +++ b/plugins/MacSignedAU/Righteous4/Righteous4.r @@ -5,7 +5,7 @@ * * Created: 4/8/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Righteous4/Righteous4Version.h b/plugins/MacSignedAU/Righteous4/Righteous4Version.h index ae3b50ab0..b84a7210d 100755 --- a/plugins/MacSignedAU/Righteous4/Righteous4Version.h +++ b/plugins/MacSignedAU/Righteous4/Righteous4Version.h @@ -5,7 +5,7 @@ * * Created: 4/8/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/RightoMono/RightoMono.cpp b/plugins/MacSignedAU/RightoMono/RightoMono.cpp index c54951bc1..8cac21757 100755 --- a/plugins/MacSignedAU/RightoMono/RightoMono.cpp +++ b/plugins/MacSignedAU/RightoMono/RightoMono.cpp @@ -5,7 +5,7 @@ * * Created: 10/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/RightoMono/RightoMono.h b/plugins/MacSignedAU/RightoMono/RightoMono.h index 7e6c14744..d58cfba06 100755 --- a/plugins/MacSignedAU/RightoMono/RightoMono.h +++ b/plugins/MacSignedAU/RightoMono/RightoMono.h @@ -5,7 +5,7 @@ * * Created: 10/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/RightoMono/RightoMono.r b/plugins/MacSignedAU/RightoMono/RightoMono.r index 024566aa0..7ebd86e6f 100755 --- a/plugins/MacSignedAU/RightoMono/RightoMono.r +++ b/plugins/MacSignedAU/RightoMono/RightoMono.r @@ -5,7 +5,7 @@ * * Created: 10/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/RightoMono/RightoMonoVersion.h b/plugins/MacSignedAU/RightoMono/RightoMonoVersion.h index 77221bf16..75798bcbe 100755 --- a/plugins/MacSignedAU/RightoMono/RightoMonoVersion.h +++ b/plugins/MacSignedAU/RightoMono/RightoMonoVersion.h @@ -5,7 +5,7 @@ * * Created: 10/13/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Shape/Shape.cpp b/plugins/MacSignedAU/Shape/Shape.cpp index 88138e582..4ccca81d2 100755 --- a/plugins/MacSignedAU/Shape/Shape.cpp +++ b/plugins/MacSignedAU/Shape/Shape.cpp @@ -5,7 +5,7 @@ * * Created: 4/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification @@ -166,23 +166,6 @@ ComponentResult Shape::Initialize() //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ void Shape::ShapeKernel::Reset() { - double cutoff = 25000.0 / GetSampleRate(); - if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k - fixA[fix_freq] = cutoff; - fixA[fix_reso] = 0.70710678; //butterworth Q - double K = tan(M_PI * fixA[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); - fixA[fix_a0] = K * K * norm; - fixA[fix_a1] = 2.0 * fixA[fix_a0]; - fixA[fix_a2] = fixA[fix_a0]; - fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; - fixA[fix_sL1] = 0.0; - fixA[fix_sL2] = 0.0; - fixA[fix_sR1] = 0.0; - fixA[fix_sR2] = 0.0; - //define entire filter in instantiation, it's totally static - fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX; } @@ -208,7 +191,24 @@ void Shape::ShapeKernel::Process( const Float32 *inSourceP, postOffset = sin(offset); } if (shape < 0) postOffset = asin(offset); - + double cutoff = 25000.0 / GetSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet + + while (nSampleFrames-- > 0) { double inputSample = *sourceP; if (fabs(inputSample)<1.18e-23) inputSample = fpd * 1.18e-17; diff --git a/plugins/MacSignedAU/Shape/Shape.h b/plugins/MacSignedAU/Shape/Shape.h index 21866fb2a..2316ff99d 100755 --- a/plugins/MacSignedAU/Shape/Shape.h +++ b/plugins/MacSignedAU/Shape/Shape.h @@ -5,7 +5,7 @@ * * Created: 4/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Shape/Shape.r b/plugins/MacSignedAU/Shape/Shape.r index 972616f7b..305eec2c4 100755 --- a/plugins/MacSignedAU/Shape/Shape.r +++ b/plugins/MacSignedAU/Shape/Shape.r @@ -5,7 +5,7 @@ * * Created: 4/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Shape/Shape.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/Shape/Shape.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 1cc5ae523..19bc96c6b 100644 Binary files a/plugins/MacSignedAU/Shape/Shape.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedAU/Shape/Shape.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/Shape/ShapeVersion.h b/plugins/MacSignedAU/Shape/ShapeVersion.h index 59278b3f3..9ea57e90c 100755 --- a/plugins/MacSignedAU/Shape/ShapeVersion.h +++ b/plugins/MacSignedAU/Shape/ShapeVersion.h @@ -5,7 +5,7 @@ * * Created: 4/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/SideDull/SideDull.cpp b/plugins/MacSignedAU/SideDull/SideDull.cpp index db983e907..8aed5a827 100755 --- a/plugins/MacSignedAU/SideDull/SideDull.cpp +++ b/plugins/MacSignedAU/SideDull/SideDull.cpp @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/SideDull/SideDull.h b/plugins/MacSignedAU/SideDull/SideDull.h index 515b969f6..fad0985c8 100755 --- a/plugins/MacSignedAU/SideDull/SideDull.h +++ b/plugins/MacSignedAU/SideDull/SideDull.h @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/SideDull/SideDull.r b/plugins/MacSignedAU/SideDull/SideDull.r index 5ebab1aed..9b41bb15c 100755 --- a/plugins/MacSignedAU/SideDull/SideDull.r +++ b/plugins/MacSignedAU/SideDull/SideDull.r @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/SideDull/SideDullVersion.h b/plugins/MacSignedAU/SideDull/SideDullVersion.h index 8c511b256..f5618d3a1 100755 --- a/plugins/MacSignedAU/SideDull/SideDullVersion.h +++ b/plugins/MacSignedAU/SideDull/SideDullVersion.h @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Sidepass/Sidepass.cpp b/plugins/MacSignedAU/Sidepass/Sidepass.cpp index 7a1c9c766..0bb536062 100755 --- a/plugins/MacSignedAU/Sidepass/Sidepass.cpp +++ b/plugins/MacSignedAU/Sidepass/Sidepass.cpp @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Sidepass/Sidepass.h b/plugins/MacSignedAU/Sidepass/Sidepass.h index 6a7f62b42..882e99493 100755 --- a/plugins/MacSignedAU/Sidepass/Sidepass.h +++ b/plugins/MacSignedAU/Sidepass/Sidepass.h @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Sidepass/Sidepass.r b/plugins/MacSignedAU/Sidepass/Sidepass.r index df226113b..b62fd03db 100755 --- a/plugins/MacSignedAU/Sidepass/Sidepass.r +++ b/plugins/MacSignedAU/Sidepass/Sidepass.r @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Sidepass/SidepassVersion.h b/plugins/MacSignedAU/Sidepass/SidepassVersion.h index 8ace37ba3..9316d5e2b 100755 --- a/plugins/MacSignedAU/Sidepass/SidepassVersion.h +++ b/plugins/MacSignedAU/Sidepass/SidepassVersion.h @@ -5,7 +5,7 @@ * * Created: 1/30/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Silhouette/Silhouette.cpp b/plugins/MacSignedAU/Silhouette/Silhouette.cpp index cef3f9615..6a8e904a5 100644 --- a/plugins/MacSignedAU/Silhouette/Silhouette.cpp +++ b/plugins/MacSignedAU/Silhouette/Silhouette.cpp @@ -5,7 +5,7 @@ * * Created: 3/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Silhouette/Silhouette.h b/plugins/MacSignedAU/Silhouette/Silhouette.h index 8479afa41..44c433ecc 100644 --- a/plugins/MacSignedAU/Silhouette/Silhouette.h +++ b/plugins/MacSignedAU/Silhouette/Silhouette.h @@ -5,7 +5,7 @@ * * Created: 3/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Silhouette/Silhouette.r b/plugins/MacSignedAU/Silhouette/Silhouette.r index 982d645ee..f20ce8e2f 100644 --- a/plugins/MacSignedAU/Silhouette/Silhouette.r +++ b/plugins/MacSignedAU/Silhouette/Silhouette.r @@ -5,7 +5,7 @@ * * Created: 3/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Silhouette/SilhouetteVersion.h b/plugins/MacSignedAU/Silhouette/SilhouetteVersion.h index 26d577a01..1a49b43b2 100644 --- a/plugins/MacSignedAU/Silhouette/SilhouetteVersion.h +++ b/plugins/MacSignedAU/Silhouette/SilhouetteVersion.h @@ -5,7 +5,7 @@ * * Created: 3/19/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/SingleEndedTriode/SingleEndedTriode.cpp b/plugins/MacSignedAU/SingleEndedTriode/SingleEndedTriode.cpp index 07cfc2306..9b6db4a39 100755 --- a/plugins/MacSignedAU/SingleEndedTriode/SingleEndedTriode.cpp +++ b/plugins/MacSignedAU/SingleEndedTriode/SingleEndedTriode.cpp @@ -5,7 +5,7 @@ * * Created: 10/5/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/SingleEndedTriode/SingleEndedTriode.h b/plugins/MacSignedAU/SingleEndedTriode/SingleEndedTriode.h index 20dd706f7..1d38dbf04 100755 --- a/plugins/MacSignedAU/SingleEndedTriode/SingleEndedTriode.h +++ b/plugins/MacSignedAU/SingleEndedTriode/SingleEndedTriode.h @@ -5,7 +5,7 @@ * * Created: 10/5/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/SingleEndedTriode/SingleEndedTriode.r b/plugins/MacSignedAU/SingleEndedTriode/SingleEndedTriode.r index bb93df104..96c166b0f 100755 --- a/plugins/MacSignedAU/SingleEndedTriode/SingleEndedTriode.r +++ b/plugins/MacSignedAU/SingleEndedTriode/SingleEndedTriode.r @@ -5,7 +5,7 @@ * * Created: 10/5/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/SingleEndedTriode/SingleEndedTriodeVersion.h b/plugins/MacSignedAU/SingleEndedTriode/SingleEndedTriodeVersion.h index a139787b6..7fe83882d 100755 --- a/plugins/MacSignedAU/SingleEndedTriode/SingleEndedTriodeVersion.h +++ b/plugins/MacSignedAU/SingleEndedTriode/SingleEndedTriodeVersion.h @@ -5,7 +5,7 @@ * * Created: 10/5/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Slew/Slew.cpp b/plugins/MacSignedAU/Slew/Slew.cpp index 053a9bcd9..b131ce28a 100755 --- a/plugins/MacSignedAU/Slew/Slew.cpp +++ b/plugins/MacSignedAU/Slew/Slew.cpp @@ -5,7 +5,7 @@ * * Created: 1/7/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Slew/Slew.h b/plugins/MacSignedAU/Slew/Slew.h index 84a3b7590..3b186bbcc 100755 --- a/plugins/MacSignedAU/Slew/Slew.h +++ b/plugins/MacSignedAU/Slew/Slew.h @@ -5,7 +5,7 @@ * * Created: 1/7/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Slew/Slew.r b/plugins/MacSignedAU/Slew/Slew.r index e757e29a3..53cb1c847 100755 --- a/plugins/MacSignedAU/Slew/Slew.r +++ b/plugins/MacSignedAU/Slew/Slew.r @@ -5,7 +5,7 @@ * * Created: 1/7/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Slew/SlewVersion.h b/plugins/MacSignedAU/Slew/SlewVersion.h index 941fe8205..fc8e1df6a 100755 --- a/plugins/MacSignedAU/Slew/SlewVersion.h +++ b/plugins/MacSignedAU/Slew/SlewVersion.h @@ -5,7 +5,7 @@ * * Created: 1/7/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Slew2/Slew2.cpp b/plugins/MacSignedAU/Slew2/Slew2.cpp index c07e6d855..23918531c 100755 --- a/plugins/MacSignedAU/Slew2/Slew2.cpp +++ b/plugins/MacSignedAU/Slew2/Slew2.cpp @@ -5,7 +5,7 @@ * * Created: 9/24/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Slew2/Slew2.h b/plugins/MacSignedAU/Slew2/Slew2.h index 4881182b5..026322cb5 100755 --- a/plugins/MacSignedAU/Slew2/Slew2.h +++ b/plugins/MacSignedAU/Slew2/Slew2.h @@ -5,7 +5,7 @@ * * Created: 9/24/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Slew2/Slew2.r b/plugins/MacSignedAU/Slew2/Slew2.r index 35ada3e09..616b3be1c 100755 --- a/plugins/MacSignedAU/Slew2/Slew2.r +++ b/plugins/MacSignedAU/Slew2/Slew2.r @@ -5,7 +5,7 @@ * * Created: 9/24/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Slew2/Slew2Version.h b/plugins/MacSignedAU/Slew2/Slew2Version.h index 2ee57a450..24701ec27 100755 --- a/plugins/MacSignedAU/Slew2/Slew2Version.h +++ b/plugins/MacSignedAU/Slew2/Slew2Version.h @@ -5,7 +5,7 @@ * * Created: 9/24/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Slew3/Slew3.cpp b/plugins/MacSignedAU/Slew3/Slew3.cpp index eb5b0f0d7..a8ac65716 100755 --- a/plugins/MacSignedAU/Slew3/Slew3.cpp +++ b/plugins/MacSignedAU/Slew3/Slew3.cpp @@ -5,7 +5,7 @@ * * Created: 8/15/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Slew3/Slew3.h b/plugins/MacSignedAU/Slew3/Slew3.h index bf5adc94b..f44c5276e 100755 --- a/plugins/MacSignedAU/Slew3/Slew3.h +++ b/plugins/MacSignedAU/Slew3/Slew3.h @@ -5,7 +5,7 @@ * * Created: 8/15/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Slew3/Slew3.r b/plugins/MacSignedAU/Slew3/Slew3.r index d9d624fc7..cef0be0ca 100755 --- a/plugins/MacSignedAU/Slew3/Slew3.r +++ b/plugins/MacSignedAU/Slew3/Slew3.r @@ -5,7 +5,7 @@ * * Created: 8/15/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Slew3/Slew3Version.h b/plugins/MacSignedAU/Slew3/Slew3Version.h index 8cd4f46df..f4c3c1549 100755 --- a/plugins/MacSignedAU/Slew3/Slew3Version.h +++ b/plugins/MacSignedAU/Slew3/Slew3Version.h @@ -5,7 +5,7 @@ * * Created: 8/15/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/SlewOnly/SlewOnly.cpp b/plugins/MacSignedAU/SlewOnly/SlewOnly.cpp index cfaba45bd..5822af591 100755 --- a/plugins/MacSignedAU/SlewOnly/SlewOnly.cpp +++ b/plugins/MacSignedAU/SlewOnly/SlewOnly.cpp @@ -5,7 +5,7 @@ * * Created: 8/24/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/SlewOnly/SlewOnly.h b/plugins/MacSignedAU/SlewOnly/SlewOnly.h index 08b9e1500..857761ad3 100755 --- a/plugins/MacSignedAU/SlewOnly/SlewOnly.h +++ b/plugins/MacSignedAU/SlewOnly/SlewOnly.h @@ -5,7 +5,7 @@ * * Created: 8/24/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/SlewOnly/SlewOnly.r b/plugins/MacSignedAU/SlewOnly/SlewOnly.r index 5898a7159..e522a845f 100755 --- a/plugins/MacSignedAU/SlewOnly/SlewOnly.r +++ b/plugins/MacSignedAU/SlewOnly/SlewOnly.r @@ -5,7 +5,7 @@ * * Created: 8/24/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/SlewOnly/SlewOnlyVersion.h b/plugins/MacSignedAU/SlewOnly/SlewOnlyVersion.h index 3c8b2523e..bc9e252be 100755 --- a/plugins/MacSignedAU/SlewOnly/SlewOnlyVersion.h +++ b/plugins/MacSignedAU/SlewOnly/SlewOnlyVersion.h @@ -5,7 +5,7 @@ * * Created: 8/24/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/Smooth/Smooth.cpp b/plugins/MacSignedAU/Smooth/Smooth.cpp index c4c28332f..9d10f3e8a 100755 --- a/plugins/MacSignedAU/Smooth/Smooth.cpp +++ b/plugins/MacSignedAU/Smooth/Smooth.cpp @@ -5,7 +5,7 @@ * * Created: 11/3/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacSignedAU/Smooth/Smooth.h b/plugins/MacSignedAU/Smooth/Smooth.h index 1a8885a1b..3c1135ccf 100755 --- a/plugins/MacSignedAU/Smooth/Smooth.h +++ b/plugins/MacSignedAU/Smooth/Smooth.h @@ -5,7 +5,7 @@ * * Created: 11/3/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacSignedAU/Smooth/Smooth.r b/plugins/MacSignedAU/Smooth/Smooth.r index e23f65d89..582dcfb29 100755 --- a/plugins/MacSignedAU/Smooth/Smooth.r +++ b/plugins/MacSignedAU/Smooth/Smooth.r @@ -5,7 +5,7 @@ * * Created: 11/3/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacSignedAU/Smooth/SmoothVersion.h b/plugins/MacSignedAU/Smooth/SmoothVersion.h index 4dec30dd1..d05fcda11 100755 --- a/plugins/MacSignedAU/Smooth/SmoothVersion.h +++ b/plugins/MacSignedAU/Smooth/SmoothVersion.h @@ -5,7 +5,7 @@ * * Created: 11/3/08 * -* Copyright: Copyright © 2008 Airwindows, All Rights Reserved +* Copyright: Copyright © 2008 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, installation, modification diff --git a/plugins/MacSignedAU/SoftGate/SoftGate.cpp b/plugins/MacSignedAU/SoftGate/SoftGate.cpp index 902f92cf9..bd6be6d46 100755 --- a/plugins/MacSignedAU/SoftGate/SoftGate.cpp +++ b/plugins/MacSignedAU/SoftGate/SoftGate.cpp @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/SoftGate/SoftGate.h b/plugins/MacSignedAU/SoftGate/SoftGate.h index b54bd6e9d..cdc7adea4 100755 --- a/plugins/MacSignedAU/SoftGate/SoftGate.h +++ b/plugins/MacSignedAU/SoftGate/SoftGate.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/SoftGate/SoftGate.r b/plugins/MacSignedAU/SoftGate/SoftGate.r index 82de4291b..9f04ae54f 100755 --- a/plugins/MacSignedAU/SoftGate/SoftGate.r +++ b/plugins/MacSignedAU/SoftGate/SoftGate.r @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/SoftGate/SoftGateVersion.h b/plugins/MacSignedAU/SoftGate/SoftGateVersion.h index 65477e28e..754c2ab39 100755 --- a/plugins/MacSignedAU/SoftGate/SoftGateVersion.h +++ b/plugins/MacSignedAU/SoftGate/SoftGateVersion.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/SoftGateMono/SoftGateMono.cpp b/plugins/MacSignedAU/SoftGateMono/SoftGateMono.cpp index 25715b78e..e82a4912f 100755 --- a/plugins/MacSignedAU/SoftGateMono/SoftGateMono.cpp +++ b/plugins/MacSignedAU/SoftGateMono/SoftGateMono.cpp @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/SoftGateMono/SoftGateMono.h b/plugins/MacSignedAU/SoftGateMono/SoftGateMono.h index c4d8eed77..acbe43618 100755 --- a/plugins/MacSignedAU/SoftGateMono/SoftGateMono.h +++ b/plugins/MacSignedAU/SoftGateMono/SoftGateMono.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/SoftGateMono/SoftGateMono.r b/plugins/MacSignedAU/SoftGateMono/SoftGateMono.r index ca193c3a2..adf53134b 100755 --- a/plugins/MacSignedAU/SoftGateMono/SoftGateMono.r +++ b/plugins/MacSignedAU/SoftGateMono/SoftGateMono.r @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/SoftGateMono/SoftGateMonoVersion.h b/plugins/MacSignedAU/SoftGateMono/SoftGateMonoVersion.h index c1041d2ca..61a91d11d 100755 --- a/plugins/MacSignedAU/SoftGateMono/SoftGateMonoVersion.h +++ b/plugins/MacSignedAU/SoftGateMono/SoftGateMonoVersion.h @@ -5,7 +5,7 @@ * * Created: 5/24/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/SpatializeDither/SpatializeDither.cpp b/plugins/MacSignedAU/SpatializeDither/SpatializeDither.cpp index ae7ff7bd6..d42bcd27a 100755 --- a/plugins/MacSignedAU/SpatializeDither/SpatializeDither.cpp +++ b/plugins/MacSignedAU/SpatializeDither/SpatializeDither.cpp @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright � 2016 Airwindows, All Rights Reserved +* Copyright: Copyright � 2016 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, installation, modification diff --git a/plugins/MacSignedAU/SpatializeDither/SpatializeDither.h b/plugins/MacSignedAU/SpatializeDither/SpatializeDither.h index 75bccc6a4..b0fe3f3e5 100755 --- a/plugins/MacSignedAU/SpatializeDither/SpatializeDither.h +++ b/plugins/MacSignedAU/SpatializeDither/SpatializeDither.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright � 2016 Airwindows, All Rights Reserved +* Copyright: Copyright � 2016 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, installation, modification diff --git a/plugins/MacSignedAU/SpatializeDither/SpatializeDither.r b/plugins/MacSignedAU/SpatializeDither/SpatializeDither.r index 4439a3a02..b2d625c32 100755 --- a/plugins/MacSignedAU/SpatializeDither/SpatializeDither.r +++ b/plugins/MacSignedAU/SpatializeDither/SpatializeDither.r @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/SpatializeDither/SpatializeDitherVersion.h b/plugins/MacSignedAU/SpatializeDither/SpatializeDitherVersion.h index e0b569213..d79b30f87 100755 --- a/plugins/MacSignedAU/SpatializeDither/SpatializeDitherVersion.h +++ b/plugins/MacSignedAU/SpatializeDither/SpatializeDitherVersion.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Spiral/Spiral.cpp b/plugins/MacSignedAU/Spiral/Spiral.cpp index 0ccfe1b5d..763cceb27 100755 --- a/plugins/MacSignedAU/Spiral/Spiral.cpp +++ b/plugins/MacSignedAU/Spiral/Spiral.cpp @@ -5,7 +5,7 @@ * * Created: 5/15/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Spiral/Spiral.h b/plugins/MacSignedAU/Spiral/Spiral.h index b2bb141e0..9f702bd28 100755 --- a/plugins/MacSignedAU/Spiral/Spiral.h +++ b/plugins/MacSignedAU/Spiral/Spiral.h @@ -5,7 +5,7 @@ * * Created: 5/15/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Spiral/Spiral.r b/plugins/MacSignedAU/Spiral/Spiral.r index 3d45d7239..3a89aebbf 100755 --- a/plugins/MacSignedAU/Spiral/Spiral.r +++ b/plugins/MacSignedAU/Spiral/Spiral.r @@ -5,7 +5,7 @@ * * Created: 5/15/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Spiral/SpiralVersion.h b/plugins/MacSignedAU/Spiral/SpiralVersion.h index ae361aee6..8abb845cf 100755 --- a/plugins/MacSignedAU/Spiral/SpiralVersion.h +++ b/plugins/MacSignedAU/Spiral/SpiralVersion.h @@ -5,7 +5,7 @@ * * Created: 5/15/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Spiral2/Spiral2.cpp b/plugins/MacSignedAU/Spiral2/Spiral2.cpp index feff0fcdb..7becbfdd1 100755 --- a/plugins/MacSignedAU/Spiral2/Spiral2.cpp +++ b/plugins/MacSignedAU/Spiral2/Spiral2.cpp @@ -5,7 +5,7 @@ * * Created: 7/19/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Spiral2/Spiral2.h b/plugins/MacSignedAU/Spiral2/Spiral2.h index 1cf41aee7..03e8b1b2f 100755 --- a/plugins/MacSignedAU/Spiral2/Spiral2.h +++ b/plugins/MacSignedAU/Spiral2/Spiral2.h @@ -5,7 +5,7 @@ * * Created: 7/19/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Spiral2/Spiral2.r b/plugins/MacSignedAU/Spiral2/Spiral2.r index 6470c6ff0..91b337d92 100755 --- a/plugins/MacSignedAU/Spiral2/Spiral2.r +++ b/plugins/MacSignedAU/Spiral2/Spiral2.r @@ -5,7 +5,7 @@ * * Created: 7/19/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Spiral2/Spiral2Version.h b/plugins/MacSignedAU/Spiral2/Spiral2Version.h index 6d184182c..9de21f2c9 100755 --- a/plugins/MacSignedAU/Spiral2/Spiral2Version.h +++ b/plugins/MacSignedAU/Spiral2/Spiral2Version.h @@ -5,7 +5,7 @@ * * Created: 7/19/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Srsly/Srsly.cpp b/plugins/MacSignedAU/Srsly/Srsly.cpp index 66ac1bfe5..c25cb7943 100755 --- a/plugins/MacSignedAU/Srsly/Srsly.cpp +++ b/plugins/MacSignedAU/Srsly/Srsly.cpp @@ -5,7 +5,7 @@ * * Created: 9/3/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Srsly/Srsly.h b/plugins/MacSignedAU/Srsly/Srsly.h index 42ba47dd6..ebd77b236 100755 --- a/plugins/MacSignedAU/Srsly/Srsly.h +++ b/plugins/MacSignedAU/Srsly/Srsly.h @@ -5,7 +5,7 @@ * * Created: 9/3/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Srsly/Srsly.r b/plugins/MacSignedAU/Srsly/Srsly.r index e21de087c..c68f2339c 100755 --- a/plugins/MacSignedAU/Srsly/Srsly.r +++ b/plugins/MacSignedAU/Srsly/Srsly.r @@ -5,7 +5,7 @@ * * Created: 9/3/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Srsly/SrslyVersion.h b/plugins/MacSignedAU/Srsly/SrslyVersion.h index 9d177aef5..f3f6327d5 100755 --- a/plugins/MacSignedAU/Srsly/SrslyVersion.h +++ b/plugins/MacSignedAU/Srsly/SrslyVersion.h @@ -5,7 +5,7 @@ * * Created: 9/3/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Srsly2/Srsly2.cpp b/plugins/MacSignedAU/Srsly2/Srsly2.cpp index 76ade3510..0e2a4f006 100755 --- a/plugins/MacSignedAU/Srsly2/Srsly2.cpp +++ b/plugins/MacSignedAU/Srsly2/Srsly2.cpp @@ -5,7 +5,7 @@ * * Created: 2/18/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Srsly2/Srsly2.h b/plugins/MacSignedAU/Srsly2/Srsly2.h index b9ae4c51e..52bcb3f67 100755 --- a/plugins/MacSignedAU/Srsly2/Srsly2.h +++ b/plugins/MacSignedAU/Srsly2/Srsly2.h @@ -5,7 +5,7 @@ * * Created: 2/18/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Srsly2/Srsly2.r b/plugins/MacSignedAU/Srsly2/Srsly2.r index 449f088cf..3e0218d41 100755 --- a/plugins/MacSignedAU/Srsly2/Srsly2.r +++ b/plugins/MacSignedAU/Srsly2/Srsly2.r @@ -5,7 +5,7 @@ * * Created: 2/18/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Srsly2/Srsly2Version.h b/plugins/MacSignedAU/Srsly2/Srsly2Version.h index 1abfe6beb..e33ee7279 100755 --- a/plugins/MacSignedAU/Srsly2/Srsly2Version.h +++ b/plugins/MacSignedAU/Srsly2/Srsly2Version.h @@ -5,7 +5,7 @@ * * Created: 2/18/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/StarChild/StarChild.cpp b/plugins/MacSignedAU/StarChild/StarChild.cpp index 670d73576..dbabca4a1 100755 --- a/plugins/MacSignedAU/StarChild/StarChild.cpp +++ b/plugins/MacSignedAU/StarChild/StarChild.cpp @@ -5,7 +5,7 @@ * * Created: 11/9/15 * - * Copyright: Copyright © 2015 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacSignedAU/StarChild/StarChild.h b/plugins/MacSignedAU/StarChild/StarChild.h index 157f587fb..4b5a56412 100755 --- a/plugins/MacSignedAU/StarChild/StarChild.h +++ b/plugins/MacSignedAU/StarChild/StarChild.h @@ -5,7 +5,7 @@ * * Created: 11/9/15 * - * Copyright: Copyright © 2015 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacSignedAU/StarChild/StarChild.r b/plugins/MacSignedAU/StarChild/StarChild.r index b1f567ebb..db15e384e 100755 --- a/plugins/MacSignedAU/StarChild/StarChild.r +++ b/plugins/MacSignedAU/StarChild/StarChild.r @@ -5,7 +5,7 @@ * * Created: 11/9/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/StarChild/StarChildVersion.h b/plugins/MacSignedAU/StarChild/StarChildVersion.h index 73fdc7494..fa92eb188 100755 --- a/plugins/MacSignedAU/StarChild/StarChildVersion.h +++ b/plugins/MacSignedAU/StarChild/StarChildVersion.h @@ -5,7 +5,7 @@ * * Created: 11/9/15 * -* Copyright: Copyright © 2015 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/StereoChorus/StereoChorus.cpp b/plugins/MacSignedAU/StereoChorus/StereoChorus.cpp index d6dfd674f..52ca9d4d0 100644 --- a/plugins/MacSignedAU/StereoChorus/StereoChorus.cpp +++ b/plugins/MacSignedAU/StereoChorus/StereoChorus.cpp @@ -5,7 +5,7 @@ * * Created: 2/7/22 * - * Copyright: Copyright © 2022 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacSignedAU/StereoChorus/StereoChorus.h b/plugins/MacSignedAU/StereoChorus/StereoChorus.h index fc57fff5c..7a5ee4a7c 100644 --- a/plugins/MacSignedAU/StereoChorus/StereoChorus.h +++ b/plugins/MacSignedAU/StereoChorus/StereoChorus.h @@ -5,7 +5,7 @@ * * Created: 2/7/22 * - * Copyright: Copyright © 2022 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacSignedAU/StereoChorus/StereoChorus.r b/plugins/MacSignedAU/StereoChorus/StereoChorus.r index 362c23bc6..d584cef9b 100644 --- a/plugins/MacSignedAU/StereoChorus/StereoChorus.r +++ b/plugins/MacSignedAU/StereoChorus/StereoChorus.r @@ -5,7 +5,7 @@ * * Created: 2/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/StereoChorus/StereoChorusVersion.h b/plugins/MacSignedAU/StereoChorus/StereoChorusVersion.h index 75830f985..4df4d4bee 100644 --- a/plugins/MacSignedAU/StereoChorus/StereoChorusVersion.h +++ b/plugins/MacSignedAU/StereoChorus/StereoChorusVersion.h @@ -5,7 +5,7 @@ * * Created: 2/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/StereoDoubler/StereoDoubler.cpp b/plugins/MacSignedAU/StereoDoubler/StereoDoubler.cpp index b31fbc6e6..04e267249 100644 --- a/plugins/MacSignedAU/StereoDoubler/StereoDoubler.cpp +++ b/plugins/MacSignedAU/StereoDoubler/StereoDoubler.cpp @@ -5,7 +5,7 @@ * * Created: 2/7/22 * - * Copyright: Copyright © 2022 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacSignedAU/StereoDoubler/StereoDoubler.h b/plugins/MacSignedAU/StereoDoubler/StereoDoubler.h index b4bc6d7ae..662db4bb1 100644 --- a/plugins/MacSignedAU/StereoDoubler/StereoDoubler.h +++ b/plugins/MacSignedAU/StereoDoubler/StereoDoubler.h @@ -5,7 +5,7 @@ * * Created: 2/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/StereoDoubler/StereoDoubler.r b/plugins/MacSignedAU/StereoDoubler/StereoDoubler.r index d8c351c47..7aa394400 100644 --- a/plugins/MacSignedAU/StereoDoubler/StereoDoubler.r +++ b/plugins/MacSignedAU/StereoDoubler/StereoDoubler.r @@ -5,7 +5,7 @@ * * Created: 2/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/StereoDoubler/StereoDoublerVersion.h b/plugins/MacSignedAU/StereoDoubler/StereoDoublerVersion.h index 988a61ca1..444c41ab0 100644 --- a/plugins/MacSignedAU/StereoDoubler/StereoDoublerVersion.h +++ b/plugins/MacSignedAU/StereoDoubler/StereoDoublerVersion.h @@ -5,7 +5,7 @@ * * Created: 2/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/StereoEnsemble/StereoEnsemble.cpp b/plugins/MacSignedAU/StereoEnsemble/StereoEnsemble.cpp index 2a47e76af..969a740ec 100644 --- a/plugins/MacSignedAU/StereoEnsemble/StereoEnsemble.cpp +++ b/plugins/MacSignedAU/StereoEnsemble/StereoEnsemble.cpp @@ -5,7 +5,7 @@ * * Created: 2/7/22 * - * Copyright: Copyright © 2022 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacSignedAU/StereoEnsemble/StereoEnsemble.h b/plugins/MacSignedAU/StereoEnsemble/StereoEnsemble.h index 7b352a7b1..038d01645 100644 --- a/plugins/MacSignedAU/StereoEnsemble/StereoEnsemble.h +++ b/plugins/MacSignedAU/StereoEnsemble/StereoEnsemble.h @@ -5,7 +5,7 @@ * * Created: 2/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/StereoEnsemble/StereoEnsemble.r b/plugins/MacSignedAU/StereoEnsemble/StereoEnsemble.r index bdc3a3488..ac4921010 100644 --- a/plugins/MacSignedAU/StereoEnsemble/StereoEnsemble.r +++ b/plugins/MacSignedAU/StereoEnsemble/StereoEnsemble.r @@ -5,7 +5,7 @@ * * Created: 2/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/StereoEnsemble/StereoEnsembleVersion.h b/plugins/MacSignedAU/StereoEnsemble/StereoEnsembleVersion.h index 561458d34..4f9ab8a6a 100644 --- a/plugins/MacSignedAU/StereoEnsemble/StereoEnsembleVersion.h +++ b/plugins/MacSignedAU/StereoEnsemble/StereoEnsembleVersion.h @@ -5,7 +5,7 @@ * * Created: 2/7/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/StereoFX/StereoFX.cpp b/plugins/MacSignedAU/StereoFX/StereoFX.cpp index 03a53e907..18c26c8d0 100755 --- a/plugins/MacSignedAU/StereoFX/StereoFX.cpp +++ b/plugins/MacSignedAU/StereoFX/StereoFX.cpp @@ -5,7 +5,7 @@ * * Created: 5/21/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/StereoFX/StereoFX.h b/plugins/MacSignedAU/StereoFX/StereoFX.h index f7f216256..6ef92be9e 100755 --- a/plugins/MacSignedAU/StereoFX/StereoFX.h +++ b/plugins/MacSignedAU/StereoFX/StereoFX.h @@ -5,7 +5,7 @@ * * Created: 5/21/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/StereoFX/StereoFX.r b/plugins/MacSignedAU/StereoFX/StereoFX.r index 453cfa17a..dd6cac036 100755 --- a/plugins/MacSignedAU/StereoFX/StereoFX.r +++ b/plugins/MacSignedAU/StereoFX/StereoFX.r @@ -5,7 +5,7 @@ * * Created: 5/21/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/StereoFX/StereoFXVersion.h b/plugins/MacSignedAU/StereoFX/StereoFXVersion.h index f1d8f0fc2..e9943e249 100755 --- a/plugins/MacSignedAU/StereoFX/StereoFXVersion.h +++ b/plugins/MacSignedAU/StereoFX/StereoFXVersion.h @@ -5,7 +5,7 @@ * * Created: 5/21/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/StudioTan/StudioTan.cpp b/plugins/MacSignedAU/StudioTan/StudioTan.cpp index 9a19ea6e0..269eec616 100755 --- a/plugins/MacSignedAU/StudioTan/StudioTan.cpp +++ b/plugins/MacSignedAU/StudioTan/StudioTan.cpp @@ -5,7 +5,7 @@ * * Created: 1/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/StudioTan/StudioTan.h b/plugins/MacSignedAU/StudioTan/StudioTan.h index 79ab64d39..41ee51dee 100755 --- a/plugins/MacSignedAU/StudioTan/StudioTan.h +++ b/plugins/MacSignedAU/StudioTan/StudioTan.h @@ -5,7 +5,7 @@ * * Created: 1/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/StudioTan/StudioTan.r b/plugins/MacSignedAU/StudioTan/StudioTan.r index 92441fd01..f30640809 100755 --- a/plugins/MacSignedAU/StudioTan/StudioTan.r +++ b/plugins/MacSignedAU/StudioTan/StudioTan.r @@ -5,7 +5,7 @@ * * Created: 1/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/StudioTan/StudioTanVersion.h b/plugins/MacSignedAU/StudioTan/StudioTanVersion.h index f6dd237d3..2167255f0 100755 --- a/plugins/MacSignedAU/StudioTan/StudioTanVersion.h +++ b/plugins/MacSignedAU/StudioTan/StudioTanVersion.h @@ -5,7 +5,7 @@ * * Created: 1/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/SubsOnly/SubsOnly.cpp b/plugins/MacSignedAU/SubsOnly/SubsOnly.cpp index 0efe70a30..9546b33a1 100755 --- a/plugins/MacSignedAU/SubsOnly/SubsOnly.cpp +++ b/plugins/MacSignedAU/SubsOnly/SubsOnly.cpp @@ -5,7 +5,7 @@ * * Created: 8/28/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/SubsOnly/SubsOnly.h b/plugins/MacSignedAU/SubsOnly/SubsOnly.h index 940157d56..9b3cc3423 100755 --- a/plugins/MacSignedAU/SubsOnly/SubsOnly.h +++ b/plugins/MacSignedAU/SubsOnly/SubsOnly.h @@ -5,7 +5,7 @@ * * Created: 8/28/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/SubsOnly/SubsOnly.r b/plugins/MacSignedAU/SubsOnly/SubsOnly.r index 4c861c395..93857c762 100755 --- a/plugins/MacSignedAU/SubsOnly/SubsOnly.r +++ b/plugins/MacSignedAU/SubsOnly/SubsOnly.r @@ -5,7 +5,7 @@ * * Created: 8/28/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/SubsOnly/SubsOnlyVersion.h b/plugins/MacSignedAU/SubsOnly/SubsOnlyVersion.h index 49e2a6f6e..84ef515ca 100755 --- a/plugins/MacSignedAU/SubsOnly/SubsOnlyVersion.h +++ b/plugins/MacSignedAU/SubsOnly/SubsOnlyVersion.h @@ -5,7 +5,7 @@ * * Created: 8/28/11 * -* Copyright: Copyright © 2011 Airwindows, All Rights Reserved +* Copyright: Copyright © 2011 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, installation, modification diff --git a/plugins/MacSignedAU/Surge/Surge.cpp b/plugins/MacSignedAU/Surge/Surge.cpp index d0c0dc2c8..fa9397b5b 100755 --- a/plugins/MacSignedAU/Surge/Surge.cpp +++ b/plugins/MacSignedAU/Surge/Surge.cpp @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Surge/Surge.h b/plugins/MacSignedAU/Surge/Surge.h index 7649dcb58..b21547cab 100755 --- a/plugins/MacSignedAU/Surge/Surge.h +++ b/plugins/MacSignedAU/Surge/Surge.h @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Surge/Surge.r b/plugins/MacSignedAU/Surge/Surge.r index 8eadc1bf2..26e06b4ae 100755 --- a/plugins/MacSignedAU/Surge/Surge.r +++ b/plugins/MacSignedAU/Surge/Surge.r @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Surge/SurgeVersion.h b/plugins/MacSignedAU/Surge/SurgeVersion.h index b941a5e84..5654636e6 100755 --- a/plugins/MacSignedAU/Surge/SurgeVersion.h +++ b/plugins/MacSignedAU/Surge/SurgeVersion.h @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/SurgeMono/SurgeMono.cpp b/plugins/MacSignedAU/SurgeMono/SurgeMono.cpp index 196998838..1d53d99eb 100755 --- a/plugins/MacSignedAU/SurgeMono/SurgeMono.cpp +++ b/plugins/MacSignedAU/SurgeMono/SurgeMono.cpp @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/SurgeMono/SurgeMono.h b/plugins/MacSignedAU/SurgeMono/SurgeMono.h index 4ca90b8db..b73f58aa3 100755 --- a/plugins/MacSignedAU/SurgeMono/SurgeMono.h +++ b/plugins/MacSignedAU/SurgeMono/SurgeMono.h @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/SurgeMono/SurgeMono.r b/plugins/MacSignedAU/SurgeMono/SurgeMono.r index 56df9ef70..278f6e1ea 100755 --- a/plugins/MacSignedAU/SurgeMono/SurgeMono.r +++ b/plugins/MacSignedAU/SurgeMono/SurgeMono.r @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/SurgeMono/SurgeMonoVersion.h b/plugins/MacSignedAU/SurgeMono/SurgeMonoVersion.h index 74b87c06b..556db5c3f 100755 --- a/plugins/MacSignedAU/SurgeMono/SurgeMonoVersion.h +++ b/plugins/MacSignedAU/SurgeMono/SurgeMonoVersion.h @@ -5,7 +5,7 @@ * * Created: 3/3/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/SurgeTide/SurgeTide.cpp b/plugins/MacSignedAU/SurgeTide/SurgeTide.cpp index e4fb46bc2..a26b7900f 100755 --- a/plugins/MacSignedAU/SurgeTide/SurgeTide.cpp +++ b/plugins/MacSignedAU/SurgeTide/SurgeTide.cpp @@ -5,7 +5,7 @@ * * Created: 10/28/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/SurgeTide/SurgeTide.h b/plugins/MacSignedAU/SurgeTide/SurgeTide.h index 9987172c5..2fd4e8568 100755 --- a/plugins/MacSignedAU/SurgeTide/SurgeTide.h +++ b/plugins/MacSignedAU/SurgeTide/SurgeTide.h @@ -5,7 +5,7 @@ * * Created: 10/28/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/SurgeTide/SurgeTide.r b/plugins/MacSignedAU/SurgeTide/SurgeTide.r index 2301a30eb..d9ce64a9a 100755 --- a/plugins/MacSignedAU/SurgeTide/SurgeTide.r +++ b/plugins/MacSignedAU/SurgeTide/SurgeTide.r @@ -5,7 +5,7 @@ * * Created: 10/28/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/SurgeTide/SurgeTideVersion.h b/plugins/MacSignedAU/SurgeTide/SurgeTideVersion.h index dea8524ce..9ad1674c0 100755 --- a/plugins/MacSignedAU/SurgeTide/SurgeTideVersion.h +++ b/plugins/MacSignedAU/SurgeTide/SurgeTideVersion.h @@ -5,7 +5,7 @@ * * Created: 10/28/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/SurgeTideMono/SurgeTideMono.cpp b/plugins/MacSignedAU/SurgeTideMono/SurgeTideMono.cpp index 345db2e43..223489d9c 100755 --- a/plugins/MacSignedAU/SurgeTideMono/SurgeTideMono.cpp +++ b/plugins/MacSignedAU/SurgeTideMono/SurgeTideMono.cpp @@ -5,7 +5,7 @@ * * Created: 10/28/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/SurgeTideMono/SurgeTideMono.h b/plugins/MacSignedAU/SurgeTideMono/SurgeTideMono.h index e173f6ff8..2badd3936 100755 --- a/plugins/MacSignedAU/SurgeTideMono/SurgeTideMono.h +++ b/plugins/MacSignedAU/SurgeTideMono/SurgeTideMono.h @@ -5,7 +5,7 @@ * * Created: 10/28/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/SurgeTideMono/SurgeTideMono.r b/plugins/MacSignedAU/SurgeTideMono/SurgeTideMono.r index 8317528a7..55b30d286 100755 --- a/plugins/MacSignedAU/SurgeTideMono/SurgeTideMono.r +++ b/plugins/MacSignedAU/SurgeTideMono/SurgeTideMono.r @@ -5,7 +5,7 @@ * * Created: 10/28/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/SurgeTideMono/SurgeTideMonoVersion.h b/plugins/MacSignedAU/SurgeTideMono/SurgeTideMonoVersion.h index 81e755b68..1a0af43b0 100755 --- a/plugins/MacSignedAU/SurgeTideMono/SurgeTideMonoVersion.h +++ b/plugins/MacSignedAU/SurgeTideMono/SurgeTideMonoVersion.h @@ -5,7 +5,7 @@ * * Created: 10/28/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Swell/Swell.cpp b/plugins/MacSignedAU/Swell/Swell.cpp index 49948ffdc..76332cae9 100755 --- a/plugins/MacSignedAU/Swell/Swell.cpp +++ b/plugins/MacSignedAU/Swell/Swell.cpp @@ -5,7 +5,7 @@ * * Created: 11/15/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Swell/Swell.h b/plugins/MacSignedAU/Swell/Swell.h index 75bff1357..a9cb472e4 100755 --- a/plugins/MacSignedAU/Swell/Swell.h +++ b/plugins/MacSignedAU/Swell/Swell.h @@ -5,7 +5,7 @@ * * Created: 11/15/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Swell/Swell.r b/plugins/MacSignedAU/Swell/Swell.r index d69b5f4af..b72062774 100755 --- a/plugins/MacSignedAU/Swell/Swell.r +++ b/plugins/MacSignedAU/Swell/Swell.r @@ -5,7 +5,7 @@ * * Created: 11/15/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Swell/SwellVersion.h b/plugins/MacSignedAU/Swell/SwellVersion.h index d85de676a..65ce369ee 100755 --- a/plugins/MacSignedAU/Swell/SwellVersion.h +++ b/plugins/MacSignedAU/Swell/SwellVersion.h @@ -5,7 +5,7 @@ * * Created: 11/15/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TPDFDither/TPDFDither.cpp b/plugins/MacSignedAU/TPDFDither/TPDFDither.cpp index 28073ad94..3b314f130 100755 --- a/plugins/MacSignedAU/TPDFDither/TPDFDither.cpp +++ b/plugins/MacSignedAU/TPDFDither/TPDFDither.cpp @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/TPDFDither/TPDFDither.h b/plugins/MacSignedAU/TPDFDither/TPDFDither.h index 051049305..38204c7d9 100755 --- a/plugins/MacSignedAU/TPDFDither/TPDFDither.h +++ b/plugins/MacSignedAU/TPDFDither/TPDFDither.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/TPDFDither/TPDFDither.r b/plugins/MacSignedAU/TPDFDither/TPDFDither.r index 63b6b5351..abe76cd9d 100755 --- a/plugins/MacSignedAU/TPDFDither/TPDFDither.r +++ b/plugins/MacSignedAU/TPDFDither/TPDFDither.r @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/TPDFDither/TPDFDitherVersion.h b/plugins/MacSignedAU/TPDFDither/TPDFDitherVersion.h index 184289ff4..b9866d61c 100755 --- a/plugins/MacSignedAU/TPDFDither/TPDFDitherVersion.h +++ b/plugins/MacSignedAU/TPDFDither/TPDFDitherVersion.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/TPDFWide/TPDFWide.cpp b/plugins/MacSignedAU/TPDFWide/TPDFWide.cpp index f9a44de0b..638aca6a4 100644 --- a/plugins/MacSignedAU/TPDFWide/TPDFWide.cpp +++ b/plugins/MacSignedAU/TPDFWide/TPDFWide.cpp @@ -5,7 +5,7 @@ * * Created: 11/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TPDFWide/TPDFWide.h b/plugins/MacSignedAU/TPDFWide/TPDFWide.h index 9570f095f..6aedfb06c 100644 --- a/plugins/MacSignedAU/TPDFWide/TPDFWide.h +++ b/plugins/MacSignedAU/TPDFWide/TPDFWide.h @@ -5,7 +5,7 @@ * * Created: 11/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TPDFWide/TPDFWide.r b/plugins/MacSignedAU/TPDFWide/TPDFWide.r index ef840da1a..751f1916e 100644 --- a/plugins/MacSignedAU/TPDFWide/TPDFWide.r +++ b/plugins/MacSignedAU/TPDFWide/TPDFWide.r @@ -5,7 +5,7 @@ * * Created: 11/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TPDFWide/TPDFWideVersion.h b/plugins/MacSignedAU/TPDFWide/TPDFWideVersion.h index dd29ae80e..8f7f51f59 100644 --- a/plugins/MacSignedAU/TPDFWide/TPDFWideVersion.h +++ b/plugins/MacSignedAU/TPDFWide/TPDFWideVersion.h @@ -5,7 +5,7 @@ * * Created: 11/10/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Tape/Tape.cpp b/plugins/MacSignedAU/Tape/Tape.cpp index 9eb4aec72..4a876be7c 100755 --- a/plugins/MacSignedAU/Tape/Tape.cpp +++ b/plugins/MacSignedAU/Tape/Tape.cpp @@ -5,7 +5,7 @@ * * Created: 1/21/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Tape/Tape.h b/plugins/MacSignedAU/Tape/Tape.h index ed866e5c4..c77ba7d32 100755 --- a/plugins/MacSignedAU/Tape/Tape.h +++ b/plugins/MacSignedAU/Tape/Tape.h @@ -5,7 +5,7 @@ * * Created: 1/21/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Tape/Tape.r b/plugins/MacSignedAU/Tape/Tape.r index f195496d8..7a497e658 100755 --- a/plugins/MacSignedAU/Tape/Tape.r +++ b/plugins/MacSignedAU/Tape/Tape.r @@ -5,7 +5,7 @@ * * Created: 1/21/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Tape/TapeVersion.h b/plugins/MacSignedAU/Tape/TapeVersion.h index c396a5539..dc8ead74f 100755 --- a/plugins/MacSignedAU/Tape/TapeVersion.h +++ b/plugins/MacSignedAU/Tape/TapeVersion.h @@ -5,7 +5,7 @@ * * Created: 1/21/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TapeDelay/TapeDelay.cpp b/plugins/MacSignedAU/TapeDelay/TapeDelay.cpp index 7eb7bcce4..1c58c795d 100755 --- a/plugins/MacSignedAU/TapeDelay/TapeDelay.cpp +++ b/plugins/MacSignedAU/TapeDelay/TapeDelay.cpp @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TapeDelay/TapeDelay.h b/plugins/MacSignedAU/TapeDelay/TapeDelay.h index 7b99c60b0..c13a80e1f 100755 --- a/plugins/MacSignedAU/TapeDelay/TapeDelay.h +++ b/plugins/MacSignedAU/TapeDelay/TapeDelay.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TapeDelay/TapeDelay.r b/plugins/MacSignedAU/TapeDelay/TapeDelay.r index b1e973184..afe697159 100755 --- a/plugins/MacSignedAU/TapeDelay/TapeDelay.r +++ b/plugins/MacSignedAU/TapeDelay/TapeDelay.r @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TapeDelay/TapeDelayVersion.h b/plugins/MacSignedAU/TapeDelay/TapeDelayVersion.h index b20af171a..0a1150f79 100755 --- a/plugins/MacSignedAU/TapeDelay/TapeDelayVersion.h +++ b/plugins/MacSignedAU/TapeDelay/TapeDelayVersion.h @@ -5,7 +5,7 @@ * * Created: 11/29/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TapeDelay2/TapeDelay2.cpp b/plugins/MacSignedAU/TapeDelay2/TapeDelay2.cpp index 2a0ae9841..cd85c0841 100644 --- a/plugins/MacSignedAU/TapeDelay2/TapeDelay2.cpp +++ b/plugins/MacSignedAU/TapeDelay2/TapeDelay2.cpp @@ -5,7 +5,7 @@ * * Created: 7/19/21 * - * Copyright: Copyright © 2021 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacSignedAU/TapeDelay2/TapeDelay2.h b/plugins/MacSignedAU/TapeDelay2/TapeDelay2.h index ab82a395f..5f5040e74 100644 --- a/plugins/MacSignedAU/TapeDelay2/TapeDelay2.h +++ b/plugins/MacSignedAU/TapeDelay2/TapeDelay2.h @@ -5,7 +5,7 @@ * * Created: 7/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TapeDelay2/TapeDelay2.r b/plugins/MacSignedAU/TapeDelay2/TapeDelay2.r index 63bae3867..5cbf7accb 100644 --- a/plugins/MacSignedAU/TapeDelay2/TapeDelay2.r +++ b/plugins/MacSignedAU/TapeDelay2/TapeDelay2.r @@ -5,7 +5,7 @@ * * Created: 7/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TapeDelay2/TapeDelay2Version.h b/plugins/MacSignedAU/TapeDelay2/TapeDelay2Version.h index a4cee271d..acb43b679 100644 --- a/plugins/MacSignedAU/TapeDelay2/TapeDelay2Version.h +++ b/plugins/MacSignedAU/TapeDelay2/TapeDelay2Version.h @@ -5,7 +5,7 @@ * * Created: 7/19/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TapeDither/TapeDither.cpp b/plugins/MacSignedAU/TapeDither/TapeDither.cpp index 3c2c30d5b..7b4678fe9 100755 --- a/plugins/MacSignedAU/TapeDither/TapeDither.cpp +++ b/plugins/MacSignedAU/TapeDither/TapeDither.cpp @@ -5,7 +5,7 @@ * * Created: 12/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/TapeDither/TapeDither.h b/plugins/MacSignedAU/TapeDither/TapeDither.h index 9d0a4cbc9..d9e3ca911 100755 --- a/plugins/MacSignedAU/TapeDither/TapeDither.h +++ b/plugins/MacSignedAU/TapeDither/TapeDither.h @@ -5,7 +5,7 @@ * * Created: 12/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/TapeDither/TapeDither.r b/plugins/MacSignedAU/TapeDither/TapeDither.r index 58854b6d9..5ee43d3e3 100755 --- a/plugins/MacSignedAU/TapeDither/TapeDither.r +++ b/plugins/MacSignedAU/TapeDither/TapeDither.r @@ -5,7 +5,7 @@ * * Created: 12/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/TapeDither/TapeDitherVersion.h b/plugins/MacSignedAU/TapeDither/TapeDitherVersion.h index 0f99f77d1..eadfd400f 100755 --- a/plugins/MacSignedAU/TapeDither/TapeDitherVersion.h +++ b/plugins/MacSignedAU/TapeDither/TapeDitherVersion.h @@ -5,7 +5,7 @@ * * Created: 12/8/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/TapeDust/TapeDust.cpp b/plugins/MacSignedAU/TapeDust/TapeDust.cpp index 53780c909..ae2126e42 100755 --- a/plugins/MacSignedAU/TapeDust/TapeDust.cpp +++ b/plugins/MacSignedAU/TapeDust/TapeDust.cpp @@ -5,7 +5,7 @@ * * Created: 7/5/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TapeDust/TapeDust.h b/plugins/MacSignedAU/TapeDust/TapeDust.h index 2a992c3d2..7d918b2ab 100755 --- a/plugins/MacSignedAU/TapeDust/TapeDust.h +++ b/plugins/MacSignedAU/TapeDust/TapeDust.h @@ -5,7 +5,7 @@ * * Created: 7/5/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TapeDust/TapeDust.r b/plugins/MacSignedAU/TapeDust/TapeDust.r index 84d36d2f5..704329518 100755 --- a/plugins/MacSignedAU/TapeDust/TapeDust.r +++ b/plugins/MacSignedAU/TapeDust/TapeDust.r @@ -5,7 +5,7 @@ * * Created: 7/5/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TapeDust/TapeDustVersion.h b/plugins/MacSignedAU/TapeDust/TapeDustVersion.h index 6e2e672c8..91c3b86f1 100755 --- a/plugins/MacSignedAU/TapeDust/TapeDustVersion.h +++ b/plugins/MacSignedAU/TapeDust/TapeDustVersion.h @@ -5,7 +5,7 @@ * * Created: 7/5/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TapeFat/TapeFat.cpp b/plugins/MacSignedAU/TapeFat/TapeFat.cpp index f5b4a217c..22cb05d56 100755 --- a/plugins/MacSignedAU/TapeFat/TapeFat.cpp +++ b/plugins/MacSignedAU/TapeFat/TapeFat.cpp @@ -5,7 +5,7 @@ * * Created: 12/5/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TapeFat/TapeFat.h b/plugins/MacSignedAU/TapeFat/TapeFat.h index 10bd95d40..4c29c643a 100755 --- a/plugins/MacSignedAU/TapeFat/TapeFat.h +++ b/plugins/MacSignedAU/TapeFat/TapeFat.h @@ -5,7 +5,7 @@ * * Created: 12/5/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TapeFat/TapeFat.r b/plugins/MacSignedAU/TapeFat/TapeFat.r index b3820a677..9c6628d94 100755 --- a/plugins/MacSignedAU/TapeFat/TapeFat.r +++ b/plugins/MacSignedAU/TapeFat/TapeFat.r @@ -5,7 +5,7 @@ * * Created: 12/5/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TapeFat/TapeFatVersion.h b/plugins/MacSignedAU/TapeFat/TapeFatVersion.h index 289588045..5e638d20c 100755 --- a/plugins/MacSignedAU/TapeFat/TapeFatVersion.h +++ b/plugins/MacSignedAU/TapeFat/TapeFatVersion.h @@ -5,7 +5,7 @@ * * Created: 12/5/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Texturize/Texturize.cpp b/plugins/MacSignedAU/Texturize/Texturize.cpp index 8a2e9f22f..994582441 100644 --- a/plugins/MacSignedAU/Texturize/Texturize.cpp +++ b/plugins/MacSignedAU/Texturize/Texturize.cpp @@ -5,7 +5,7 @@ * * Created: 3/12/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Texturize/Texturize.h b/plugins/MacSignedAU/Texturize/Texturize.h index 66302361f..e47fea543 100644 --- a/plugins/MacSignedAU/Texturize/Texturize.h +++ b/plugins/MacSignedAU/Texturize/Texturize.h @@ -5,7 +5,7 @@ * * Created: 3/12/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Texturize/Texturize.r b/plugins/MacSignedAU/Texturize/Texturize.r index f9954ec2f..a932844be 100644 --- a/plugins/MacSignedAU/Texturize/Texturize.r +++ b/plugins/MacSignedAU/Texturize/Texturize.r @@ -5,7 +5,7 @@ * * Created: 3/12/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Texturize/TexturizeVersion.h b/plugins/MacSignedAU/Texturize/TexturizeVersion.h index 16c7e92f8..d953d1122 100644 --- a/plugins/MacSignedAU/Texturize/TexturizeVersion.h +++ b/plugins/MacSignedAU/Texturize/TexturizeVersion.h @@ -5,7 +5,7 @@ * * Created: 3/12/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TexturizeMS/Info.plist b/plugins/MacSignedAU/TexturizeMS/Info.plist new file mode 100755 index 000000000..09fd644ce --- /dev/null +++ b/plugins/MacSignedAU/TexturizeMS/Info.plist @@ -0,0 +1,47 @@ + + + + + AudioComponents + + + description + ${PRODUCT_NAME:identifier} AU + factoryFunction + ${PRODUCT_NAME:identifier}Factory + manufacturer + Dthr + name + Airwindows: ${PRODUCT_NAME:identifier} + subtype + texu + type + aufx + version + 65536 + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PROJECTNAMEASIDENTIFIER} + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacSignedAU/TexturizeMS/StarterAU_Prefix.pch b/plugins/MacSignedAU/TexturizeMS/StarterAU_Prefix.pch new file mode 100755 index 000000000..c03b5f684 --- /dev/null +++ b/plugins/MacSignedAU/TexturizeMS/StarterAU_Prefix.pch @@ -0,0 +1,5 @@ +// +// Prefix header for all source files of the '«PROJECTNAMEASIDENTIFIER»' target in the '«PROJECTNAMEASIDENTIFIER»' project. +// + +#include diff --git a/plugins/MacSignedAU/TexturizeMS/TexturizeMS.cpp b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.cpp new file mode 100755 index 000000000..6565b76a9 --- /dev/null +++ b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.cpp @@ -0,0 +1,372 @@ +/* +* File: TexturizeMS.cpp +* +* Version: 1.0 +* +* Created: 9/16/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +/*============================================================================= + TexturizeMS.cpp + +=============================================================================*/ +#include "TexturizeMS.h" + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +AUDIOCOMPONENT_ENTRY(AUBaseFactory, TexturizeMS) + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// TexturizeMS::TexturizeMS +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +TexturizeMS::TexturizeMS(AudioUnit component) + : AUEffectBase(component) +{ + CreateElements(); + Globals()->UseIndexedParameters(kNumberOfParameters); + SetParameter(kParam_One, kDefaultValue_ParamOne ); + SetParameter(kParam_Two, kDefaultValue_ParamTwo ); + SetParameter(kParam_Three, kDefaultValue_ParamThree ); + SetParameter(kParam_Four, kDefaultValue_ParamFour ); + SetParameter(kParam_Five, kDefaultValue_ParamFive ); + SetParameter(kParam_Six, kDefaultValue_ParamSix ); + +#if AU_DEBUG_DISPATCHER + mDebugDispatcher = new AUDebugDispatcher (this); +#endif + +} + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// TexturizeMS::GetParameterValueStrings +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult TexturizeMS::GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings) +{ + + return kAudioUnitErr_InvalidProperty; +} + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// TexturizeMS::GetParameterInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult TexturizeMS::GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo ) +{ + ComponentResult result = noErr; + + outParameterInfo.flags = kAudioUnitParameterFlag_IsWritable + | kAudioUnitParameterFlag_IsReadable; + + if (inScope == kAudioUnitScope_Global) { + switch(inParameterID) + { + case kParam_One: + AUBase::FillInParameterName (outParameterInfo, kParameterOneName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamOne; + break; + case kParam_Two: + AUBase::FillInParameterName (outParameterInfo, kParameterTwoName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamTwo; + break; + case kParam_Three: + AUBase::FillInParameterName (outParameterInfo, kParameterThreeName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamThree; + break; + case kParam_Four: + AUBase::FillInParameterName (outParameterInfo, kParameterFourName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamFour; + break; + case kParam_Five: + AUBase::FillInParameterName (outParameterInfo, kParameterFiveName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamFive; + break; + case kParam_Six: + AUBase::FillInParameterName (outParameterInfo, kParameterSixName, false); + outParameterInfo.unit = kAudioUnitParameterUnit_Generic; + outParameterInfo.minValue = 0.0; + outParameterInfo.maxValue = 1.0; + outParameterInfo.defaultValue = kDefaultValue_ParamSix; + break; + default: + result = kAudioUnitErr_InvalidParameter; + break; + } + } else { + result = kAudioUnitErr_InvalidParameter; + } + + + + return result; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// TexturizeMS::GetPropertyInfo +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult TexturizeMS::GetPropertyInfo (AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable) +{ + return AUEffectBase::GetPropertyInfo (inID, inScope, inElement, outDataSize, outWritable); +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// state that plugin supports only stereo-in/stereo-out processing +UInt32 TexturizeMS::SupportedNumChannels(const AUChannelInfo ** outInfo) +{ + if (outInfo != NULL) + { + static AUChannelInfo info; + info.inChannels = 2; + info.outChannels = 2; + *outInfo = &info; + } + + return 1; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// TexturizeMS::GetProperty +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult TexturizeMS::GetProperty( AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData ) +{ + return AUEffectBase::GetProperty (inID, inScope, inElement, outData); +} + +// TexturizeMS::Initialize +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult TexturizeMS::Initialize() +{ + ComponentResult result = AUEffectBase::Initialize(); + if (result == noErr) + Reset(kAudioUnitScope_Global, 0); + return result; +} + +#pragma mark ____TexturizeMSEffectKernel + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// TexturizeMS::TexturizeMSKernel::Reset() +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ComponentResult TexturizeMS::Reset(AudioUnitScope inScope, AudioUnitElement inElement) +{ + polarityM = false; + lastSampleM = 0.0; + iirSampleM = 0.0; + noiseAM = 0.0; + noiseBM = 0.0; + noiseCM = 0.0; + flipM = true; + polarityS = false; + lastSampleS = 0.0; + iirSampleS = 0.0; + noiseAS = 0.0; + noiseBS = 0.0; + noiseCS = 0.0; + flipS = true; + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + return noErr; +} + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// TexturizeMS::ProcessBufferLists +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +OSStatus TexturizeMS::ProcessBufferLists(AudioUnitRenderActionFlags & ioActionFlags, + const AudioBufferList & inBuffer, + AudioBufferList & outBuffer, + UInt32 inFramesToProcess) +{ + Float32 * inputL = (Float32*)(inBuffer.mBuffers[0].mData); + Float32 * inputR = (Float32*)(inBuffer.mBuffers[1].mData); + Float32 * outputL = (Float32*)(outBuffer.mBuffers[0].mData); + Float32 * outputR = (Float32*)(outBuffer.mBuffers[1].mData); + UInt32 nSampleFrames = inFramesToProcess; + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= GetSampleRate(); + + double slewAmountM = ((pow(GetParameter( kParam_One ),2.0)*4.0)+0.71)/overallscale; + double dynAmountM = pow(GetParameter( kParam_Two ),2.0); + double wetM = pow(GetParameter( kParam_Three ),5); + + double slewAmountS = ((pow(GetParameter( kParam_Four ),2.0)*4.0)+0.71)/overallscale; + double dynAmountS = pow(GetParameter( kParam_Five ),2.0); + double wetS = pow(GetParameter( kParam_Six ),5); + + while (nSampleFrames-- > 0) { + double inputSampleL = *inputL; + double inputSampleR = *inputR; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + double mid = inputSampleL + inputSampleR; + double side = inputSampleL - inputSampleR; + //assign mid and side.Between these sections, you can do mid/side processing + double drySampleM = mid; + double drySampleS = side; + + //begin mid + if (mid < 0) { + if (polarityM == true) { + if (noiseAM < 0) flipM = true; + else flipM = false; + } + polarityM = false; + } else polarityM = true; + + if (flipM) noiseAM += (double(fpdL)/UINT32_MAX); + else noiseAM -= (double(fpdL)/UINT32_MAX); + //here's the guts of the random walk + flipM = !flipM; + + if (mid > 1.0) mid = 1.0; if (mid < -1.0) mid = -1.0; + if (dynAmountM < 0.4999) mid = (mid*dynAmountM*2.0) + (sin(mid)*(1.0-(dynAmountM*2.0))); + if (dynAmountM > 0.5001) mid = (asin(mid)*((dynAmountM*2.0)-1.0)) + (mid*(1.0-((dynAmountM*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBM = sin(noiseAM*(0.2-(dynAmountM*0.125))*fabs(mid)); + + double slew = fabs(mid-lastSampleM)*slewAmountM; + lastSampleM = mid*(0.86-(dynAmountM*0.125)); + + if (slew > 1.0) slew = 1.0; + double iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleM = (iirSampleM * (1.0 - iirIntensity)) + (noiseBM * iirIntensity); + noiseBM = iirSampleM; + noiseBM = (noiseBM * slew) + (noiseCM * (1.0-slew)); + noiseCM = noiseBM; + + mid = (noiseCM * wetM) + (drySampleM * (1.0-wetM)); + //end mid + + //begin side + if (side < 0) { + if (polarityS == true) { + if (noiseAS < 0) flipS = true; + else flipS = false; + } + polarityS = false; + } else polarityS = true; + + if (flipS) noiseAS += (double(fpdR)/UINT32_MAX); + else noiseAS -= (double(fpdR)/UINT32_MAX); + //here's the guts of the random walk + flipS = !flipS; + + if (side > 1.0) side = 1.0; if (side < -1.0) side = -1.0; + if (dynAmountS < 0.4999) side = (side*dynAmountS*2.0) + (sin(side)*(1.0-(dynAmountS*2.0))); + if (dynAmountS > 0.5001) side = (asin(side)*((dynAmountS*2.0)-1.0)) + (side*(1.0-((dynAmountS*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBS = sin(noiseAS*(0.2-(dynAmountS*0.125))*fabs(side)); + + slew = fabs(side-lastSampleS)*slewAmountS; + lastSampleS = side*(0.86-(dynAmountS*0.125)); + + if (slew > 1.0) slew = 1.0; + iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleS = (iirSampleS * (1.0 - iirIntensity)) + (noiseBS * iirIntensity); + noiseBS = iirSampleS; + noiseBS = (noiseBS * slew) + (noiseCS * (1.0-slew)); + noiseCS = noiseBS; + + side = (noiseCS * wetS) + (drySampleS * (1.0-wetS)); + //end side + + inputSampleL = (mid+side)/2.0; + inputSampleR = (mid-side)/2.0; + //unassign mid and side + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *outputL = inputSampleL; + *outputR = inputSampleR; + //direct stereo out + + inputL += 1; + inputR += 1; + outputL += 1; + outputR += 1; + } + return noErr; +} + diff --git a/plugins/MacSignedAU/TexturizeMS/TexturizeMS.exp b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.exp new file mode 100755 index 000000000..d0a79df77 --- /dev/null +++ b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.exp @@ -0,0 +1,2 @@ +_TexturizeMSEntry +_TexturizeMSFactory diff --git a/plugins/MacSignedAU/TexturizeMS/TexturizeMS.h b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.h new file mode 100755 index 000000000..f581af876 --- /dev/null +++ b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.h @@ -0,0 +1,149 @@ +/* +* File: TexturizeMS.h +* +* Version: 1.0 +* +* Created: 9/16/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include "AUEffectBase.h" +#include "TexturizeMSVersion.h" + +#if AU_DEBUG_DISPATCHER + #include "AUDebugDispatcher.h" +#endif + + +#ifndef __TexturizeMS_h__ +#define __TexturizeMS_h__ + + +#pragma mark ____TexturizeMS Parameters + +// parameters +static const float kDefaultValue_ParamOne = 0.5; +static const float kDefaultValue_ParamTwo = 0.5; +static const float kDefaultValue_ParamThree = 0.5; +static const float kDefaultValue_ParamFour = 0.5; +static const float kDefaultValue_ParamFive = 0.5; +static const float kDefaultValue_ParamSix = 0.5; + +static CFStringRef kParameterOneName = CFSTR("BrightM"); +static CFStringRef kParameterTwoName = CFSTR("PunchyM"); +static CFStringRef kParameterThreeName = CFSTR("DryWetM"); +static CFStringRef kParameterFourName = CFSTR("BrightS"); +static CFStringRef kParameterFiveName = CFSTR("PunchyS"); +static CFStringRef kParameterSixName = CFSTR("DryWetS"); +//Alter the name if desired, but using the plugin name is a start + +enum { + kParam_One =0, + kParam_Two =1, + kParam_Three =2, + kParam_Four =3, + kParam_Five =4, + kParam_Six =5, + //Add your parameters here... + kNumberOfParameters=6 +}; + +#pragma mark ____TexturizeMS +class TexturizeMS : public AUEffectBase +{ +public: + TexturizeMS(AudioUnit component); +#if AU_DEBUG_DISPATCHER + virtual ~TexturizeMS () { delete mDebugDispatcher; } +#endif + + virtual ComponentResult Reset(AudioUnitScope inScope, AudioUnitElement inElement); + + virtual OSStatus ProcessBufferLists(AudioUnitRenderActionFlags & ioActionFlags, + const AudioBufferList & inBuffer, AudioBufferList & outBuffer, + UInt32 inFramesToProcess); + virtual UInt32 SupportedNumChannels(const AUChannelInfo ** outInfo); + + virtual ComponentResult GetParameterValueStrings(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + CFArrayRef * outStrings); + + virtual ComponentResult GetParameterInfo(AudioUnitScope inScope, + AudioUnitParameterID inParameterID, + AudioUnitParameterInfo &outParameterInfo); + + virtual ComponentResult GetPropertyInfo(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + UInt32 & outDataSize, + Boolean & outWritable ); + + virtual ComponentResult GetProperty(AudioUnitPropertyID inID, + AudioUnitScope inScope, + AudioUnitElement inElement, + void * outData); + + virtual ComponentResult Initialize(); + virtual bool SupportsTail () { return true; } + virtual Float64 GetTailTime() {return (1.0/GetSampleRate())*0.0;} //in SECONDS! gsr * a number = in samples + virtual Float64 GetLatency() {return (1.0/GetSampleRate())*0.0;} // in SECONDS! gsr * a number = in samples + + /*! @method Version */ + virtual ComponentResult Version() { return kTexturizeMSVersion; } + + private: + bool polarityM; + double lastSampleM; + double iirSampleM; + double noiseAM; + double noiseBM; + double noiseCM; + bool flipM; + + bool polarityS; + double lastSampleS; + double iirSampleS; + double noiseAS; + double noiseBS; + double noiseCS; + bool flipS; + uint32_t fpdL; + uint32_t fpdR; +}; + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +#endif \ No newline at end of file diff --git a/plugins/MacSignedAU/TexturizeMS/TexturizeMS.r b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.r new file mode 100755 index 000000000..b72ea2a6a --- /dev/null +++ b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.r @@ -0,0 +1,61 @@ +/* +* File: TexturizeMS.r +* +* Version: 1.0 +* +* Created: 9/16/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#include + +#include "TexturizeMSVersion.h" + +// Note that resource IDs must be spaced 2 apart for the 'STR ' name and description +#define kAudioUnitResID_TexturizeMS 1000 + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TexturizeMS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#define RES_ID kAudioUnitResID_TexturizeMS +#define COMP_TYPE kAudioUnitType_Effect +#define COMP_SUBTYPE TexturizeMS_COMP_SUBTYPE +#define COMP_MANUF TexturizeMS_COMP_MANF + +#define VERSION kTexturizeMSVersion +#define NAME "Airwindows: TexturizeMS" +#define DESCRIPTION "TexturizeMS AU" +#define ENTRY_POINT "TexturizeMSEntry" + +#include "AUResources.r" \ No newline at end of file diff --git a/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.mode1v3 b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.mode1v3 new file mode 100755 index 000000000..61450416d --- /dev/null +++ b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.mode1v3 @@ -0,0 +1,1359 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 8BD3CCBC148831C90062E48C + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + build + debugger-enable-breakpoints + get-info + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 299 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05A7D072073D200365D66 + 8BA05A7E072073D200365D66 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 6 + 5 + 4 + 1 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {299, 445}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {316, 463}} + GroupTreeTableConfiguration + + MainColumn + 299 + + RubberWindowFrame + 18 337 788 504 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 316pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {467, 0}} + RubberWindowFrame + 18 337 788 504 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 5}, {467, 458}} + RubberWindowFrame + 18 337 788 504 0 0 1440 878 + + Module + XCDetailModule + Proportion + 458pt + + + Proportion + 467pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 8BDD47AA1A48BB8900FB2F61 + 1CE0B1FE06471DED0097A5F4 + 8BDD47AB1A48BB8900FB2F61 + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 8BD3CCBD148831C90062E48C + /Developer/Library/Xcode/Project Templates/System Plug-in/Audio Unit Effect/Audio Unit Effect with Cocoa View/StarterAU.xcodeproj + + WindowString + 18 337 788 504 0 0 1440 878 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {500, 218}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 223}, {500, 236}} + RubberWindowFrame + 668 222 500 500 0 0 1440 878 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 459pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 8BD3CCBD148831C90062E48C + 8BDD47AC1A48BB8900FB2F61 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 668 222 500 500 0 0 1440 878 + WindowToolGUID + 8BD3CCBD148831C90062E48C + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.pbxuser b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..f5d0fc29c --- /dev/null +++ b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,131 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* TexturizeMS */; + codeSenseManager = 8BD3CCB9148830B20062E48C /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 364, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 188, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685052265; + PBXWorkspaceStateSaveDate = 685052265; + }; + perUserProjectItems = { + 8BF9C89128D514AF009E96CF /* PBXTextBookmark */ = 8BF9C89128D514AF009E96CF /* PBXTextBookmark */; + 8BF9C89228D514AF009E96CF /* PBXTextBookmark */ = 8BF9C89228D514AF009E96CF /* PBXTextBookmark */; + }; + sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; + userBuildSettings = { + }; + }; + 8BA05A660720730100365D66 /* TexturizeMS.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1212, 6948}}"; + sepNavSelRange = "{11767, 2853}"; + sepNavVisRange = "{11009, 1471}"; + sepNavWindowFrame = "{{541, 41}, {1259, 837}}"; + }; + }; + 8BA05A690720730100365D66 /* TexturizeMSVersion.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1056, 1062}}"; + sepNavSelRange = "{2908, 0}"; + sepNavVisRange = "{852, 2119}"; + sepNavWindowFrame = "{{15, 38}, {1091, 840}}"; + }; + }; + 8BA05A7F072073D200365D66 /* AUBase.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {516, 23430}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 1336}"; + }; + }; + 8BC6025B073B072D006C4272 /* TexturizeMS.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {948, 2970}}"; + sepNavSelRange = "{3700, 0}"; + sepNavVisRange = "{3579, 125}"; + sepNavWindowFrame = "{{640, 3}, {1091, 840}}"; + }; + }; + 8BD3CCB8148830B20062E48C /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8BD3CCB9148830B20062E48C /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8BF9C89128D514AF009E96CF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BC6025B073B072D006C4272 /* TexturizeMS.h */; + name = "TexturizeMS.h: 80"; + rLen = 0; + rLoc = 3700; + rType = 0; + vrLen = 125; + vrLoc = 3579; + }; + 8BF9C89228D514AF009E96CF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BC6025B073B072D006C4272 /* TexturizeMS.h */; + name = "TexturizeMS.h: 80"; + rLen = 0; + rLoc = 3700; + rType = 0; + vrLen = 125; + vrLoc = 3579; + }; + 8D01CCC60486CAD60068D4B7 /* TexturizeMS */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..1e6c3cb8f --- /dev/null +++ b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1483 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8B70475D28D4F05F00F2A287 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 185 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 8BA05A56072072A900365D66 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 4 + 2 + 1 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {185, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {202, 446}} + GroupTreeTableConfiguration + + MainColumn + 185 + + RubberWindowFrame + 584 282 810 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 202pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8B70475828D4F05F00F2A287 + PBXProjectModuleLabel + TexturizeMS.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B70475928D4F05F00F2A287 + PBXProjectModuleLabel + TexturizeMS.h + _historyCapacity + 0 + bookmark + 8BF9C89228D514AF009E96CF + history + + 8BF9C89128D514AF009E96CF + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {603, 132}} + RubberWindowFrame + 584 282 810 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 132pt + + + Proportion + 309pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + RubberWindowFrame + 584 282 810 487 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {603, 414}} + + Module + PBXBuildResultsModule + + + + + Proportion + 603pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8BF9C89328D514AF009E96CF + 1CA23ED40692098700951B8B + 8BF9C89428D514AF009E96CF + 8B70475828D4F05F00F2A287 + 8BF9C89528D514AF009E96CF + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685053103.47748804 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + /Users/christopherjohnson/Desktop/airwindows/plugins/MacAU/TexturizeMS/TexturizeMS.xcodeproj + + WindowString + 584 282 810 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/project.pbxproj b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/project.pbxproj new file mode 100755 index 000000000..1e9252c09 --- /dev/null +++ b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/project.pbxproj @@ -0,0 +1,957 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 8BA05A6B0720730100365D66 /* TexturizeMS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BA05A660720730100365D66 /* TexturizeMS.cpp */; }; + 8BA05A6E0720730100365D66 /* TexturizeMSVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA05A690720730100365D66 /* TexturizeMSVersion.h */; }; + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AF9072074E100365D66 /* AudioToolbox.framework */; }; + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05AFA072074E100365D66 /* AudioUnit.framework */; }; + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BA05B01072074F900365D66 /* CoreServices.framework */; }; + 8BC6025C073B072D006C4272 /* TexturizeMS.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BC6025B073B072D006C4272 /* TexturizeMS.h */; }; + 8BE6940C28DB80320031C62E /* CAExtAudioFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6938428DB80320031C62E /* CAExtAudioFile.h */; }; + 8BE6940D28DB80320031C62E /* CACFMachPort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6938528DB80320031C62E /* CACFMachPort.h */; }; + 8BE6940E28DB80320031C62E /* CABool.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6938628DB80320031C62E /* CABool.h */; }; + 8BE6940F28DB80320031C62E /* CAComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6938728DB80320031C62E /* CAComponent.cpp */; }; + 8BE6941028DB80320031C62E /* CADebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6938828DB80320031C62E /* CADebugger.h */; }; + 8BE6941128DB80320031C62E /* CACFNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6938928DB80320031C62E /* CACFNumber.cpp */; }; + 8BE6941228DB80320031C62E /* CAGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6938A28DB80320031C62E /* CAGuard.h */; }; + 8BE6941328DB80320031C62E /* CAAtomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6938B28DB80320031C62E /* CAAtomic.h */; }; + 8BE6941428DB80320031C62E /* CAStreamBasicDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6938C28DB80320031C62E /* CAStreamBasicDescription.h */; }; + 8BE6941528DB80320031C62E /* CACFObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6938D28DB80320031C62E /* CACFObject.h */; }; + 8BE6941628DB80320031C62E /* CAStreamRangedDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6938E28DB80320031C62E /* CAStreamRangedDescription.h */; }; + 8BE6941728DB80320031C62E /* CATokenMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6938F28DB80320031C62E /* CATokenMap.h */; }; + 8BE6941828DB80320031C62E /* CAComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6939028DB80320031C62E /* CAComponent.h */; }; + 8BE6941928DB80320031C62E /* CAAudioBufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6939128DB80320031C62E /* CAAudioBufferList.h */; }; + 8BE6941A28DB80320031C62E /* CAAudioUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6939228DB80320031C62E /* CAAudioUnit.h */; }; + 8BE6941B28DB80320031C62E /* CAAUParameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6939328DB80320031C62E /* CAAUParameter.h */; }; + 8BE6941C28DB80320031C62E /* CAException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6939428DB80320031C62E /* CAException.h */; }; + 8BE6941D28DB80320031C62E /* CAAUProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6939528DB80320031C62E /* CAAUProcessor.cpp */; }; + 8BE6941E28DB80320031C62E /* CAAUProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6939628DB80320031C62E /* CAAUProcessor.h */; }; + 8BE6941F28DB80320031C62E /* CAProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6939728DB80320031C62E /* CAProcess.h */; }; + 8BE6942028DB80320031C62E /* CACFDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6939828DB80320031C62E /* CACFDictionary.h */; }; + 8BE6942128DB80320031C62E /* CAPThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6939928DB80320031C62E /* CAPThread.h */; }; + 8BE6942228DB80320031C62E /* CAAUParameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6939A28DB80320031C62E /* CAAUParameter.cpp */; }; + 8BE6942328DB80320031C62E /* CAAudioTimeStamp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6939B28DB80320031C62E /* CAAudioTimeStamp.h */; }; + 8BE6942428DB80320031C62E /* CAFilePathUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6939C28DB80320031C62E /* CAFilePathUtils.cpp */; }; + 8BE6942528DB80320031C62E /* CAAudioValueRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6939D28DB80320031C62E /* CAAudioValueRange.h */; }; + 8BE6942628DB80320031C62E /* CAVectorUnitTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6939E28DB80320031C62E /* CAVectorUnitTypes.h */; }; + 8BE6942728DB80320031C62E /* CAAudioChannelLayoutObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6939F28DB80320031C62E /* CAAudioChannelLayoutObject.cpp */; }; + 8BE6942828DB80320031C62E /* CAGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693A028DB80320031C62E /* CAGuard.cpp */; }; + 8BE6942928DB80320031C62E /* CACFNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693A128DB80320031C62E /* CACFNumber.h */; }; + 8BE6942A28DB80320031C62E /* CACFDistributedNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693A228DB80320031C62E /* CACFDistributedNotification.cpp */; }; + 8BE6942B28DB80320031C62E /* CACFString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693A328DB80320031C62E /* CACFString.h */; }; + 8BE6942C28DB80320031C62E /* CAAUMIDIMapManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693A428DB80320031C62E /* CAAUMIDIMapManager.cpp */; }; + 8BE6942D28DB80320031C62E /* CAComponentDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693A528DB80320031C62E /* CAComponentDescription.cpp */; }; + 8BE6942E28DB80320031C62E /* CAHostTimeBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693A628DB80320031C62E /* CAHostTimeBase.h */; }; + 8BE6942F28DB80320031C62E /* CADebugMacros.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693A728DB80320031C62E /* CADebugMacros.cpp */; }; + 8BE6943028DB80320031C62E /* CAAudioFileFormats.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693A828DB80320031C62E /* CAAudioFileFormats.h */; }; + 8BE6943128DB80320031C62E /* CAAUMIDIMapManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693A928DB80320031C62E /* CAAUMIDIMapManager.h */; }; + 8BE6943228DB80320031C62E /* CACFDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693AA28DB80320031C62E /* CACFDictionary.cpp */; }; + 8BE6943328DB80320031C62E /* CAMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693AB28DB80320031C62E /* CAMutex.h */; }; + 8BE6943428DB80320031C62E /* CACFString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693AC28DB80320031C62E /* CACFString.cpp */; }; + 8BE6943528DB80320031C62E /* CASettingsStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693AD28DB80320031C62E /* CASettingsStorage.h */; }; + 8BE6943628DB80320031C62E /* CADebugPrintf.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693AE28DB80320031C62E /* CADebugPrintf.h */; }; + 8BE6943728DB80320031C62E /* CAXException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693AF28DB80320031C62E /* CAXException.cpp */; }; + 8BE6943828DB80320031C62E /* CAAUMIDIMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693B028DB80320031C62E /* CAAUMIDIMap.h */; }; + 8BE6943928DB80320031C62E /* AUParamInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693B128DB80320031C62E /* AUParamInfo.h */; }; + 8BE6943A28DB80320031C62E /* CABitOperations.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693B228DB80320031C62E /* CABitOperations.h */; }; + 8BE6943B28DB80320031C62E /* CACFPreferences.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693B328DB80320031C62E /* CACFPreferences.cpp */; }; + 8BE6943C28DB80320031C62E /* CABundleLocker.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693B428DB80320031C62E /* CABundleLocker.h */; }; + 8BE6943D28DB80320031C62E /* CAPropertyAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693B528DB80320031C62E /* CAPropertyAddress.h */; }; + 8BE6943E28DB80320031C62E /* CAXException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693B628DB80320031C62E /* CAXException.h */; }; + 8BE6943F28DB80320031C62E /* CAAudioChannelLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693B728DB80320031C62E /* CAAudioChannelLayout.cpp */; }; + 8BE6944028DB80320031C62E /* CAThreadSafeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693B828DB80320031C62E /* CAThreadSafeList.h */; }; + 8BE6944128DB80320031C62E /* CAAudioUnitOutputCapturer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693B928DB80320031C62E /* CAAudioUnitOutputCapturer.h */; }; + 8BE6944228DB80320031C62E /* AUParamInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693BA28DB80320031C62E /* AUParamInfo.cpp */; }; + 8BE6944328DB80320031C62E /* CASharedLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693BB28DB80320031C62E /* CASharedLibrary.cpp */; }; + 8BE6944428DB80320031C62E /* CAAUMIDIMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693BC28DB80320031C62E /* CAAUMIDIMap.cpp */; }; + 8BE6944528DB80320031C62E /* CALogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693BD28DB80320031C62E /* CALogMacros.h */; }; + 8BE6944628DB80320031C62E /* CACFMessagePort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693BE28DB80320031C62E /* CACFMessagePort.cpp */; }; + 8BE6944728DB80320031C62E /* CARingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693BF28DB80320031C62E /* CARingBuffer.h */; }; + 8BE6944828DB80320031C62E /* AUOutputBL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693C028DB80320031C62E /* AUOutputBL.cpp */; }; + 8BE6944928DB80320031C62E /* CABufferList.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693C128DB80320031C62E /* CABufferList.h */; }; + 8BE6944A28DB80320031C62E /* CASharedLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693C228DB80320031C62E /* CASharedLibrary.h */; }; + 8BE6944B28DB80320031C62E /* CACFData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693C328DB80320031C62E /* CACFData.h */; }; + 8BE6944C28DB80320031C62E /* CAStreamRangedDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693C428DB80320031C62E /* CAStreamRangedDescription.cpp */; }; + 8BE6944D28DB80320031C62E /* CAPThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693C528DB80320031C62E /* CAPThread.cpp */; }; + 8BE6944E28DB80320031C62E /* CAAutoDisposer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693C628DB80320031C62E /* CAAutoDisposer.h */; }; + 8BE6944F28DB80320031C62E /* CACFPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693C728DB80320031C62E /* CACFPreferences.h */; }; + 8BE6945028DB80320031C62E /* CAVectorUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693C828DB80320031C62E /* CAVectorUnit.cpp */; }; + 8BE6945128DB80320031C62E /* CAComponentDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693C928DB80320031C62E /* CAComponentDescription.h */; }; + 8BE6945228DB80320031C62E /* CADebugMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693CA28DB80320031C62E /* CADebugMacros.h */; }; + 8BE6945328DB80320031C62E /* AUOutputBL.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693CB28DB80320031C62E /* AUOutputBL.h */; }; + 8BE6945428DB80320031C62E /* CADebugPrintf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693CC28DB80320031C62E /* CADebugPrintf.cpp */; }; + 8BE6945528DB80320031C62E /* CARingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693CD28DB80320031C62E /* CARingBuffer.cpp */; }; + 8BE6945628DB80320031C62E /* CACFPlugIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693CE28DB80320031C62E /* CACFPlugIn.h */; }; + 8BE6945728DB80320031C62E /* CASettingsStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693CF28DB80320031C62E /* CASettingsStorage.cpp */; }; + 8BE6945828DB80320031C62E /* CAMixMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693D028DB80320031C62E /* CAMixMap.h */; }; + 8BE6945928DB80320031C62E /* CACFDistributedNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693D128DB80320031C62E /* CACFDistributedNotification.h */; }; + 8BE6945A28DB80320031C62E /* CAFilePathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693D228DB80320031C62E /* CAFilePathUtils.h */; }; + 8BE6945B28DB80320031C62E /* CATink.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693D328DB80320031C62E /* CATink.h */; }; + 8BE6945C28DB80320031C62E /* CAStreamBasicDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693D428DB80320031C62E /* CAStreamBasicDescription.cpp */; }; + 8BE6945D28DB80320031C62E /* CAAudioChannelLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693D528DB80320031C62E /* CAAudioChannelLayout.h */; }; + 8BE6945E28DB80320031C62E /* CAProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693D628DB80320031C62E /* CAProcess.cpp */; }; + 8BE6945F28DB80320031C62E /* CAHostTimeBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693D728DB80320031C62E /* CAHostTimeBase.cpp */; }; + 8BE6946028DB80320031C62E /* CAPersistence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693D828DB80320031C62E /* CAPersistence.cpp */; }; + 8BE6946128DB80320031C62E /* CAAudioBufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693D928DB80320031C62E /* CAAudioBufferList.cpp */; }; + 8BE6946228DB80320031C62E /* CAAudioTimeStamp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693DA28DB80320031C62E /* CAAudioTimeStamp.cpp */; }; + 8BE6946328DB80320031C62E /* CAVectorUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693DB28DB80320031C62E /* CAVectorUnit.h */; }; + 8BE6946428DB80320031C62E /* CAByteOrder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693DC28DB80320031C62E /* CAByteOrder.h */; }; + 8BE6946528DB80320031C62E /* CACFArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693DD28DB80320031C62E /* CACFArray.h */; }; + 8BE6946628DB80320031C62E /* CAAtomicStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693DE28DB80320031C62E /* CAAtomicStack.h */; }; + 8BE6946728DB80320031C62E /* CAReferenceCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693DF28DB80320031C62E /* CAReferenceCounted.h */; }; + 8BE6946828DB80320031C62E /* CACFMachPort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693E028DB80320031C62E /* CACFMachPort.cpp */; }; + 8BE6946928DB80320031C62E /* CABufferList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693E128DB80320031C62E /* CABufferList.cpp */; }; + 8BE6946A28DB80320031C62E /* CAMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693E228DB80320031C62E /* CAMutex.cpp */; }; + 8BE6946B28DB80320031C62E /* CADebugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693E328DB80320031C62E /* CADebugger.cpp */; }; + 8BE6946C28DB80320031C62E /* CABundleLocker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693E428DB80320031C62E /* CABundleLocker.cpp */; }; + 8BE6946D28DB80320031C62E /* CAAudioFileFormats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693E528DB80320031C62E /* CAAudioFileFormats.cpp */; }; + 8BE6946E28DB80320031C62E /* CAMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693E628DB80320031C62E /* CAMath.h */; }; + 8BE6946F28DB80320031C62E /* CACFArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693E728DB80320031C62E /* CACFArray.cpp */; }; + 8BE6947028DB80320031C62E /* CACFMessagePort.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693E828DB80320031C62E /* CACFMessagePort.h */; }; + 8BE6947128DB80320031C62E /* CAAudioValueRange.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693E928DB80320031C62E /* CAAudioValueRange.cpp */; }; + 8BE6947228DB80320031C62E /* CAAudioUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693EA28DB80320031C62E /* CAAudioUnit.cpp */; }; + 8BE6947328DB80320031C62E /* AUViewLocalizedStringKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693EE28DB80320031C62E /* AUViewLocalizedStringKeys.h */; }; + 8BE6947428DB80320031C62E /* ComponentBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693F028DB80320031C62E /* ComponentBase.cpp */; }; + 8BE6947528DB80320031C62E /* AUScopeElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693F128DB80320031C62E /* AUScopeElement.cpp */; }; + 8BE6947628DB80320031C62E /* ComponentBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693F228DB80320031C62E /* ComponentBase.h */; }; + 8BE6947728DB80320031C62E /* AUBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693F328DB80320031C62E /* AUBase.cpp */; }; + 8BE6947828DB80320031C62E /* AUInputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693F428DB80320031C62E /* AUInputElement.h */; }; + 8BE6947928DB80320031C62E /* AUBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693F528DB80320031C62E /* AUBase.h */; }; + 8BE6947A28DB80320031C62E /* AUPlugInDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693F628DB80320031C62E /* AUPlugInDispatch.h */; }; + 8BE6947B28DB80320031C62E /* AUDispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693F728DB80320031C62E /* AUDispatch.h */; }; + 8BE6947C28DB80320031C62E /* AUOutputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693F828DB80320031C62E /* AUOutputElement.cpp */; }; + 8BE6947E28DB80320031C62E /* AUPlugInDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693FA28DB80320031C62E /* AUPlugInDispatch.cpp */; }; + 8BE6947F28DB80320031C62E /* AUOutputElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693FB28DB80320031C62E /* AUOutputElement.h */; }; + 8BE6948028DB80320031C62E /* AUDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693FC28DB80320031C62E /* AUDispatch.cpp */; }; + 8BE6948128DB80320031C62E /* AUScopeElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE693FD28DB80320031C62E /* AUScopeElement.h */; }; + 8BE6948228DB80320031C62E /* AUInputElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE693FE28DB80320031C62E /* AUInputElement.cpp */; }; + 8BE6948328DB80320031C62E /* AUEffectBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6940028DB80320031C62E /* AUEffectBase.cpp */; }; + 8BE6948428DB80320031C62E /* AUEffectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6940128DB80320031C62E /* AUEffectBase.h */; }; + 8BE6948528DB80320031C62E /* AUTimestampGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6940328DB80320031C62E /* AUTimestampGenerator.h */; }; + 8BE6948628DB80320031C62E /* AUBaseHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6940428DB80320031C62E /* AUBaseHelper.cpp */; }; + 8BE6948728DB80320031C62E /* AUSilentTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6940528DB80320031C62E /* AUSilentTimeout.h */; }; + 8BE6948828DB80320031C62E /* AUInputFormatConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6940628DB80320031C62E /* AUInputFormatConverter.h */; }; + 8BE6948928DB80320031C62E /* AUTimestampGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6940728DB80320031C62E /* AUTimestampGenerator.cpp */; }; + 8BE6948A28DB80320031C62E /* AUBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8BE6940828DB80320031C62E /* AUBuffer.cpp */; }; + 8BE6948B28DB80320031C62E /* AUMIDIDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6940928DB80320031C62E /* AUMIDIDefs.h */; }; + 8BE6948C28DB80320031C62E /* AUBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6940A28DB80320031C62E /* AUBuffer.h */; }; + 8BE6948D28DB80320031C62E /* AUBaseHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE6940B28DB80320031C62E /* AUBaseHelper.h */; }; + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; + 8BA05A660720730100365D66 /* TexturizeMS.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TexturizeMS.cpp; sourceTree = ""; }; + 8BA05A670720730100365D66 /* TexturizeMS.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = TexturizeMS.exp; sourceTree = ""; }; + 8BA05A680720730100365D66 /* TexturizeMS.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = TexturizeMS.r; sourceTree = ""; }; + 8BA05A690720730100365D66 /* TexturizeMSVersion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TexturizeMSVersion.h; sourceTree = ""; }; + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; + 8BA05AFA072074E100365D66 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; + 8BA05B01072074F900365D66 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; + 8BC6025B073B072D006C4272 /* TexturizeMS.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TexturizeMS.h; sourceTree = ""; }; + 8BE6938428DB80320031C62E /* CAExtAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAExtAudioFile.h; sourceTree = ""; }; + 8BE6938528DB80320031C62E /* CACFMachPort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMachPort.h; sourceTree = ""; }; + 8BE6938628DB80320031C62E /* CABool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABool.h; sourceTree = ""; }; + 8BE6938728DB80320031C62E /* CAComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponent.cpp; sourceTree = ""; }; + 8BE6938828DB80320031C62E /* CADebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugger.h; sourceTree = ""; }; + 8BE6938928DB80320031C62E /* CACFNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFNumber.cpp; sourceTree = ""; }; + 8BE6938A28DB80320031C62E /* CAGuard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAGuard.h; sourceTree = ""; }; + 8BE6938B28DB80320031C62E /* CAAtomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomic.h; sourceTree = ""; }; + 8BE6938C28DB80320031C62E /* CAStreamBasicDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamBasicDescription.h; sourceTree = ""; }; + 8BE6938D28DB80320031C62E /* CACFObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFObject.h; sourceTree = ""; }; + 8BE6938E28DB80320031C62E /* CAStreamRangedDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAStreamRangedDescription.h; sourceTree = ""; }; + 8BE6938F28DB80320031C62E /* CATokenMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATokenMap.h; sourceTree = ""; }; + 8BE6939028DB80320031C62E /* CAComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponent.h; sourceTree = ""; }; + 8BE6939128DB80320031C62E /* CAAudioBufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioBufferList.h; sourceTree = ""; }; + 8BE6939228DB80320031C62E /* CAAudioUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnit.h; sourceTree = ""; }; + 8BE6939328DB80320031C62E /* CAAUParameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUParameter.h; sourceTree = ""; }; + 8BE6939428DB80320031C62E /* CAException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAException.h; sourceTree = ""; }; + 8BE6939528DB80320031C62E /* CAAUProcessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUProcessor.cpp; sourceTree = ""; }; + 8BE6939628DB80320031C62E /* CAAUProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUProcessor.h; sourceTree = ""; }; + 8BE6939728DB80320031C62E /* CAProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAProcess.h; sourceTree = ""; }; + 8BE6939828DB80320031C62E /* CACFDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDictionary.h; sourceTree = ""; }; + 8BE6939928DB80320031C62E /* CAPThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPThread.h; sourceTree = ""; }; + 8BE6939A28DB80320031C62E /* CAAUParameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUParameter.cpp; sourceTree = ""; }; + 8BE6939B28DB80320031C62E /* CAAudioTimeStamp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioTimeStamp.h; sourceTree = ""; }; + 8BE6939C28DB80320031C62E /* CAFilePathUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAFilePathUtils.cpp; sourceTree = ""; }; + 8BE6939D28DB80320031C62E /* CAAudioValueRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioValueRange.h; sourceTree = ""; }; + 8BE6939E28DB80320031C62E /* CAVectorUnitTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnitTypes.h; sourceTree = ""; }; + 8BE6939F28DB80320031C62E /* CAAudioChannelLayoutObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayoutObject.cpp; sourceTree = ""; }; + 8BE693A028DB80320031C62E /* CAGuard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAGuard.cpp; sourceTree = ""; }; + 8BE693A128DB80320031C62E /* CACFNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFNumber.h; sourceTree = ""; }; + 8BE693A228DB80320031C62E /* CACFDistributedNotification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDistributedNotification.cpp; sourceTree = ""; }; + 8BE693A328DB80320031C62E /* CACFString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFString.h; sourceTree = ""; }; + 8BE693A428DB80320031C62E /* CAAUMIDIMapManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMapManager.cpp; sourceTree = ""; }; + 8BE693A528DB80320031C62E /* CAComponentDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAComponentDescription.cpp; sourceTree = ""; }; + 8BE693A628DB80320031C62E /* CAHostTimeBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAHostTimeBase.h; sourceTree = ""; }; + 8BE693A728DB80320031C62E /* CADebugMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugMacros.cpp; sourceTree = ""; }; + 8BE693A828DB80320031C62E /* CAAudioFileFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioFileFormats.h; sourceTree = ""; }; + 8BE693A928DB80320031C62E /* CAAUMIDIMapManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMapManager.h; sourceTree = ""; }; + 8BE693AA28DB80320031C62E /* CACFDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFDictionary.cpp; sourceTree = ""; }; + 8BE693AB28DB80320031C62E /* CAMutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMutex.h; sourceTree = ""; }; + 8BE693AC28DB80320031C62E /* CACFString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFString.cpp; sourceTree = ""; }; + 8BE693AD28DB80320031C62E /* CASettingsStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASettingsStorage.h; sourceTree = ""; }; + 8BE693AE28DB80320031C62E /* CADebugPrintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugPrintf.h; sourceTree = ""; }; + 8BE693AF28DB80320031C62E /* CAXException.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAXException.cpp; sourceTree = ""; }; + 8BE693B028DB80320031C62E /* CAAUMIDIMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAUMIDIMap.h; sourceTree = ""; }; + 8BE693B128DB80320031C62E /* AUParamInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUParamInfo.h; sourceTree = ""; }; + 8BE693B228DB80320031C62E /* CABitOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABitOperations.h; sourceTree = ""; }; + 8BE693B328DB80320031C62E /* CACFPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFPreferences.cpp; sourceTree = ""; }; + 8BE693B428DB80320031C62E /* CABundleLocker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABundleLocker.h; sourceTree = ""; }; + 8BE693B528DB80320031C62E /* CAPropertyAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPropertyAddress.h; sourceTree = ""; }; + 8BE693B628DB80320031C62E /* CAXException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAXException.h; sourceTree = ""; }; + 8BE693B728DB80320031C62E /* CAAudioChannelLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioChannelLayout.cpp; sourceTree = ""; }; + 8BE693B828DB80320031C62E /* CAThreadSafeList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAThreadSafeList.h; sourceTree = ""; }; + 8BE693B928DB80320031C62E /* CAAudioUnitOutputCapturer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioUnitOutputCapturer.h; sourceTree = ""; }; + 8BE693BA28DB80320031C62E /* AUParamInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUParamInfo.cpp; sourceTree = ""; }; + 8BE693BB28DB80320031C62E /* CASharedLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASharedLibrary.cpp; sourceTree = ""; }; + 8BE693BC28DB80320031C62E /* CAAUMIDIMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAUMIDIMap.cpp; sourceTree = ""; }; + 8BE693BD28DB80320031C62E /* CALogMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CALogMacros.h; sourceTree = ""; }; + 8BE693BE28DB80320031C62E /* CACFMessagePort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMessagePort.cpp; sourceTree = ""; }; + 8BE693BF28DB80320031C62E /* CARingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CARingBuffer.h; sourceTree = ""; }; + 8BE693C028DB80320031C62E /* AUOutputBL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputBL.cpp; sourceTree = ""; }; + 8BE693C128DB80320031C62E /* CABufferList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CABufferList.h; sourceTree = ""; }; + 8BE693C228DB80320031C62E /* CASharedLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CASharedLibrary.h; sourceTree = ""; }; + 8BE693C328DB80320031C62E /* CACFData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFData.h; sourceTree = ""; }; + 8BE693C428DB80320031C62E /* CAStreamRangedDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamRangedDescription.cpp; sourceTree = ""; }; + 8BE693C528DB80320031C62E /* CAPThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPThread.cpp; sourceTree = ""; }; + 8BE693C628DB80320031C62E /* CAAutoDisposer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAutoDisposer.h; sourceTree = ""; }; + 8BE693C728DB80320031C62E /* CACFPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPreferences.h; sourceTree = ""; }; + 8BE693C828DB80320031C62E /* CAVectorUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAVectorUnit.cpp; sourceTree = ""; }; + 8BE693C928DB80320031C62E /* CAComponentDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAComponentDescription.h; sourceTree = ""; }; + 8BE693CA28DB80320031C62E /* CADebugMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CADebugMacros.h; sourceTree = ""; }; + 8BE693CB28DB80320031C62E /* AUOutputBL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputBL.h; sourceTree = ""; }; + 8BE693CC28DB80320031C62E /* CADebugPrintf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugPrintf.cpp; sourceTree = ""; }; + 8BE693CD28DB80320031C62E /* CARingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CARingBuffer.cpp; sourceTree = ""; }; + 8BE693CE28DB80320031C62E /* CACFPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFPlugIn.h; sourceTree = ""; }; + 8BE693CF28DB80320031C62E /* CASettingsStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CASettingsStorage.cpp; sourceTree = ""; }; + 8BE693D028DB80320031C62E /* CAMixMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMixMap.h; sourceTree = ""; }; + 8BE693D128DB80320031C62E /* CACFDistributedNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFDistributedNotification.h; sourceTree = ""; }; + 8BE693D228DB80320031C62E /* CAFilePathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAFilePathUtils.h; sourceTree = ""; }; + 8BE693D328DB80320031C62E /* CATink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CATink.h; sourceTree = ""; }; + 8BE693D428DB80320031C62E /* CAStreamBasicDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAStreamBasicDescription.cpp; sourceTree = ""; }; + 8BE693D528DB80320031C62E /* CAAudioChannelLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAudioChannelLayout.h; sourceTree = ""; }; + 8BE693D628DB80320031C62E /* CAProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAProcess.cpp; sourceTree = ""; }; + 8BE693D728DB80320031C62E /* CAHostTimeBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAHostTimeBase.cpp; sourceTree = ""; }; + 8BE693D828DB80320031C62E /* CAPersistence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPersistence.cpp; sourceTree = ""; }; + 8BE693D928DB80320031C62E /* CAAudioBufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioBufferList.cpp; sourceTree = ""; }; + 8BE693DA28DB80320031C62E /* CAAudioTimeStamp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioTimeStamp.cpp; sourceTree = ""; }; + 8BE693DB28DB80320031C62E /* CAVectorUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAVectorUnit.h; sourceTree = ""; }; + 8BE693DC28DB80320031C62E /* CAByteOrder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAByteOrder.h; sourceTree = ""; }; + 8BE693DD28DB80320031C62E /* CACFArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFArray.h; sourceTree = ""; }; + 8BE693DE28DB80320031C62E /* CAAtomicStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAAtomicStack.h; sourceTree = ""; }; + 8BE693DF28DB80320031C62E /* CAReferenceCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAReferenceCounted.h; sourceTree = ""; }; + 8BE693E028DB80320031C62E /* CACFMachPort.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFMachPort.cpp; sourceTree = ""; }; + 8BE693E128DB80320031C62E /* CABufferList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABufferList.cpp; sourceTree = ""; }; + 8BE693E228DB80320031C62E /* CAMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAMutex.cpp; sourceTree = ""; }; + 8BE693E328DB80320031C62E /* CADebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CADebugger.cpp; sourceTree = ""; }; + 8BE693E428DB80320031C62E /* CABundleLocker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CABundleLocker.cpp; sourceTree = ""; }; + 8BE693E528DB80320031C62E /* CAAudioFileFormats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioFileFormats.cpp; sourceTree = ""; }; + 8BE693E628DB80320031C62E /* CAMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAMath.h; sourceTree = ""; }; + 8BE693E728DB80320031C62E /* CACFArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CACFArray.cpp; sourceTree = ""; }; + 8BE693E828DB80320031C62E /* CACFMessagePort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CACFMessagePort.h; sourceTree = ""; }; + 8BE693E928DB80320031C62E /* CAAudioValueRange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioValueRange.cpp; sourceTree = ""; }; + 8BE693EA28DB80320031C62E /* CAAudioUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAAudioUnit.cpp; sourceTree = ""; }; + 8BE693EE28DB80320031C62E /* AUViewLocalizedStringKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUViewLocalizedStringKeys.h; sourceTree = ""; }; + 8BE693F028DB80320031C62E /* ComponentBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentBase.cpp; sourceTree = ""; }; + 8BE693F128DB80320031C62E /* AUScopeElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUScopeElement.cpp; sourceTree = ""; }; + 8BE693F228DB80320031C62E /* ComponentBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ComponentBase.h; sourceTree = ""; }; + 8BE693F328DB80320031C62E /* AUBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBase.cpp; sourceTree = ""; }; + 8BE693F428DB80320031C62E /* AUInputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputElement.h; sourceTree = ""; }; + 8BE693F528DB80320031C62E /* AUBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBase.h; sourceTree = ""; }; + 8BE693F628DB80320031C62E /* AUPlugInDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUPlugInDispatch.h; sourceTree = ""; }; + 8BE693F728DB80320031C62E /* AUDispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUDispatch.h; sourceTree = ""; }; + 8BE693F828DB80320031C62E /* AUOutputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUOutputElement.cpp; sourceTree = ""; }; + 8BE693F928DB80320031C62E /* AUResources.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = AUResources.r; sourceTree = ""; }; + 8BE693FA28DB80320031C62E /* AUPlugInDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUPlugInDispatch.cpp; sourceTree = ""; }; + 8BE693FB28DB80320031C62E /* AUOutputElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUOutputElement.h; sourceTree = ""; }; + 8BE693FC28DB80320031C62E /* AUDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUDispatch.cpp; sourceTree = ""; }; + 8BE693FD28DB80320031C62E /* AUScopeElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUScopeElement.h; sourceTree = ""; }; + 8BE693FE28DB80320031C62E /* AUInputElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUInputElement.cpp; sourceTree = ""; }; + 8BE6940028DB80320031C62E /* AUEffectBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUEffectBase.cpp; sourceTree = ""; }; + 8BE6940128DB80320031C62E /* AUEffectBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUEffectBase.h; sourceTree = ""; }; + 8BE6940328DB80320031C62E /* AUTimestampGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUTimestampGenerator.h; sourceTree = ""; }; + 8BE6940428DB80320031C62E /* AUBaseHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBaseHelper.cpp; sourceTree = ""; }; + 8BE6940528DB80320031C62E /* AUSilentTimeout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUSilentTimeout.h; sourceTree = ""; }; + 8BE6940628DB80320031C62E /* AUInputFormatConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUInputFormatConverter.h; sourceTree = ""; }; + 8BE6940728DB80320031C62E /* AUTimestampGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUTimestampGenerator.cpp; sourceTree = ""; }; + 8BE6940828DB80320031C62E /* AUBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AUBuffer.cpp; sourceTree = ""; }; + 8BE6940928DB80320031C62E /* AUMIDIDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUMIDIDefs.h; sourceTree = ""; }; + 8BE6940A28DB80320031C62E /* AUBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBuffer.h; sourceTree = ""; }; + 8BE6940B28DB80320031C62E /* AUBaseHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AUBaseHelper.h; sourceTree = ""; }; + 8BE6948E28DB80D80031C62E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8D01CCD20486CAD60068D4B7 /* TexturizeMS.component */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TexturizeMS.component; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8D01CCCD0486CAD60068D4B7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BA05AFC072074E100365D66 /* AudioToolbox.framework in Frameworks */, + 8BA05AFD072074E100365D66 /* AudioUnit.framework in Frameworks */, + 8BA05B02072074F900365D66 /* CoreServices.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* TexturizeMS */ = { + isa = PBXGroup; + children = ( + 08FB77ADFE841716C02AAC07 /* Source */, + 089C167CFE841241C02AAC07 /* Resources */, + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + ); + name = TexturizeMS; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 8B5C7FBF076FB2C200A15F61 /* CoreAudio.framework */, + 8BA05B01072074F900365D66 /* CoreServices.framework */, + 8BA05AF9072074E100365D66 /* AudioToolbox.framework */, + 8BA05AFA072074E100365D66 /* AudioUnit.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + 089C167DFE841241C02AAC07 /* InfoPlist.strings */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8BE6938228DB80320031C62E /* CA_SDK */, + 8BA05A56072072A900365D66 /* AU Source */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 8D01CCD20486CAD60068D4B7 /* TexturizeMS.component */, + ); + name = Products; + sourceTree = ""; + }; + 8BA05A56072072A900365D66 /* AU Source */ = { + isa = PBXGroup; + children = ( + 8BC6025B073B072D006C4272 /* TexturizeMS.h */, + 8BA05A660720730100365D66 /* TexturizeMS.cpp */, + 8BA05A670720730100365D66 /* TexturizeMS.exp */, + 8BA05A680720730100365D66 /* TexturizeMS.r */, + 8BA05A690720730100365D66 /* TexturizeMSVersion.h */, + ); + name = "AU Source"; + sourceTree = ""; + }; + 8BE6938228DB80320031C62E /* CA_SDK */ = { + isa = PBXGroup; + children = ( + 8BE6938328DB80320031C62E /* PublicUtility */, + 8BE693EB28DB80320031C62E /* AudioUnits */, + ); + name = CA_SDK; + path = ../../../../CA_SDK; + sourceTree = ""; + }; + 8BE6938328DB80320031C62E /* PublicUtility */ = { + isa = PBXGroup; + children = ( + 8BE6938428DB80320031C62E /* CAExtAudioFile.h */, + 8BE6938528DB80320031C62E /* CACFMachPort.h */, + 8BE6938628DB80320031C62E /* CABool.h */, + 8BE6938728DB80320031C62E /* CAComponent.cpp */, + 8BE6938828DB80320031C62E /* CADebugger.h */, + 8BE6938928DB80320031C62E /* CACFNumber.cpp */, + 8BE6938A28DB80320031C62E /* CAGuard.h */, + 8BE6938B28DB80320031C62E /* CAAtomic.h */, + 8BE6938C28DB80320031C62E /* CAStreamBasicDescription.h */, + 8BE6938D28DB80320031C62E /* CACFObject.h */, + 8BE6938E28DB80320031C62E /* CAStreamRangedDescription.h */, + 8BE6938F28DB80320031C62E /* CATokenMap.h */, + 8BE6939028DB80320031C62E /* CAComponent.h */, + 8BE6939128DB80320031C62E /* CAAudioBufferList.h */, + 8BE6939228DB80320031C62E /* CAAudioUnit.h */, + 8BE6939328DB80320031C62E /* CAAUParameter.h */, + 8BE6939428DB80320031C62E /* CAException.h */, + 8BE6939528DB80320031C62E /* CAAUProcessor.cpp */, + 8BE6939628DB80320031C62E /* CAAUProcessor.h */, + 8BE6939728DB80320031C62E /* CAProcess.h */, + 8BE6939828DB80320031C62E /* CACFDictionary.h */, + 8BE6939928DB80320031C62E /* CAPThread.h */, + 8BE6939A28DB80320031C62E /* CAAUParameter.cpp */, + 8BE6939B28DB80320031C62E /* CAAudioTimeStamp.h */, + 8BE6939C28DB80320031C62E /* CAFilePathUtils.cpp */, + 8BE6939D28DB80320031C62E /* CAAudioValueRange.h */, + 8BE6939E28DB80320031C62E /* CAVectorUnitTypes.h */, + 8BE6939F28DB80320031C62E /* CAAudioChannelLayoutObject.cpp */, + 8BE693A028DB80320031C62E /* CAGuard.cpp */, + 8BE693A128DB80320031C62E /* CACFNumber.h */, + 8BE693A228DB80320031C62E /* CACFDistributedNotification.cpp */, + 8BE693A328DB80320031C62E /* CACFString.h */, + 8BE693A428DB80320031C62E /* CAAUMIDIMapManager.cpp */, + 8BE693A528DB80320031C62E /* CAComponentDescription.cpp */, + 8BE693A628DB80320031C62E /* CAHostTimeBase.h */, + 8BE693A728DB80320031C62E /* CADebugMacros.cpp */, + 8BE693A828DB80320031C62E /* CAAudioFileFormats.h */, + 8BE693A928DB80320031C62E /* CAAUMIDIMapManager.h */, + 8BE693AA28DB80320031C62E /* CACFDictionary.cpp */, + 8BE693AB28DB80320031C62E /* CAMutex.h */, + 8BE693AC28DB80320031C62E /* CACFString.cpp */, + 8BE693AD28DB80320031C62E /* CASettingsStorage.h */, + 8BE693AE28DB80320031C62E /* CADebugPrintf.h */, + 8BE693AF28DB80320031C62E /* CAXException.cpp */, + 8BE693B028DB80320031C62E /* CAAUMIDIMap.h */, + 8BE693B128DB80320031C62E /* AUParamInfo.h */, + 8BE693B228DB80320031C62E /* CABitOperations.h */, + 8BE693B328DB80320031C62E /* CACFPreferences.cpp */, + 8BE693B428DB80320031C62E /* CABundleLocker.h */, + 8BE693B528DB80320031C62E /* CAPropertyAddress.h */, + 8BE693B628DB80320031C62E /* CAXException.h */, + 8BE693B728DB80320031C62E /* CAAudioChannelLayout.cpp */, + 8BE693B828DB80320031C62E /* CAThreadSafeList.h */, + 8BE693B928DB80320031C62E /* CAAudioUnitOutputCapturer.h */, + 8BE693BA28DB80320031C62E /* AUParamInfo.cpp */, + 8BE693BB28DB80320031C62E /* CASharedLibrary.cpp */, + 8BE693BC28DB80320031C62E /* CAAUMIDIMap.cpp */, + 8BE693BD28DB80320031C62E /* CALogMacros.h */, + 8BE693BE28DB80320031C62E /* CACFMessagePort.cpp */, + 8BE693BF28DB80320031C62E /* CARingBuffer.h */, + 8BE693C028DB80320031C62E /* AUOutputBL.cpp */, + 8BE693C128DB80320031C62E /* CABufferList.h */, + 8BE693C228DB80320031C62E /* CASharedLibrary.h */, + 8BE693C328DB80320031C62E /* CACFData.h */, + 8BE693C428DB80320031C62E /* CAStreamRangedDescription.cpp */, + 8BE693C528DB80320031C62E /* CAPThread.cpp */, + 8BE693C628DB80320031C62E /* CAAutoDisposer.h */, + 8BE693C728DB80320031C62E /* CACFPreferences.h */, + 8BE693C828DB80320031C62E /* CAVectorUnit.cpp */, + 8BE693C928DB80320031C62E /* CAComponentDescription.h */, + 8BE693CA28DB80320031C62E /* CADebugMacros.h */, + 8BE693CB28DB80320031C62E /* AUOutputBL.h */, + 8BE693CC28DB80320031C62E /* CADebugPrintf.cpp */, + 8BE693CD28DB80320031C62E /* CARingBuffer.cpp */, + 8BE693CE28DB80320031C62E /* CACFPlugIn.h */, + 8BE693CF28DB80320031C62E /* CASettingsStorage.cpp */, + 8BE693D028DB80320031C62E /* CAMixMap.h */, + 8BE693D128DB80320031C62E /* CACFDistributedNotification.h */, + 8BE693D228DB80320031C62E /* CAFilePathUtils.h */, + 8BE693D328DB80320031C62E /* CATink.h */, + 8BE693D428DB80320031C62E /* CAStreamBasicDescription.cpp */, + 8BE693D528DB80320031C62E /* CAAudioChannelLayout.h */, + 8BE693D628DB80320031C62E /* CAProcess.cpp */, + 8BE693D728DB80320031C62E /* CAHostTimeBase.cpp */, + 8BE693D828DB80320031C62E /* CAPersistence.cpp */, + 8BE693D928DB80320031C62E /* CAAudioBufferList.cpp */, + 8BE693DA28DB80320031C62E /* CAAudioTimeStamp.cpp */, + 8BE693DB28DB80320031C62E /* CAVectorUnit.h */, + 8BE693DC28DB80320031C62E /* CAByteOrder.h */, + 8BE693DD28DB80320031C62E /* CACFArray.h */, + 8BE693DE28DB80320031C62E /* CAAtomicStack.h */, + 8BE693DF28DB80320031C62E /* CAReferenceCounted.h */, + 8BE693E028DB80320031C62E /* CACFMachPort.cpp */, + 8BE693E128DB80320031C62E /* CABufferList.cpp */, + 8BE693E228DB80320031C62E /* CAMutex.cpp */, + 8BE693E328DB80320031C62E /* CADebugger.cpp */, + 8BE693E428DB80320031C62E /* CABundleLocker.cpp */, + 8BE693E528DB80320031C62E /* CAAudioFileFormats.cpp */, + 8BE693E628DB80320031C62E /* CAMath.h */, + 8BE693E728DB80320031C62E /* CACFArray.cpp */, + 8BE693E828DB80320031C62E /* CACFMessagePort.h */, + 8BE693E928DB80320031C62E /* CAAudioValueRange.cpp */, + 8BE693EA28DB80320031C62E /* CAAudioUnit.cpp */, + ); + path = PublicUtility; + sourceTree = ""; + }; + 8BE693EB28DB80320031C62E /* AudioUnits */ = { + isa = PBXGroup; + children = ( + 8BE693EC28DB80320031C62E /* AUPublic */, + ); + path = AudioUnits; + sourceTree = ""; + }; + 8BE693EC28DB80320031C62E /* AUPublic */ = { + isa = PBXGroup; + children = ( + 8BE693ED28DB80320031C62E /* AUViewBase */, + 8BE693EF28DB80320031C62E /* AUBase */, + 8BE693FF28DB80320031C62E /* OtherBases */, + 8BE6940228DB80320031C62E /* Utility */, + ); + path = AUPublic; + sourceTree = ""; + }; + 8BE693ED28DB80320031C62E /* AUViewBase */ = { + isa = PBXGroup; + children = ( + 8BE693EE28DB80320031C62E /* AUViewLocalizedStringKeys.h */, + ); + path = AUViewBase; + sourceTree = ""; + }; + 8BE693EF28DB80320031C62E /* AUBase */ = { + isa = PBXGroup; + children = ( + 8BE693F028DB80320031C62E /* ComponentBase.cpp */, + 8BE693F128DB80320031C62E /* AUScopeElement.cpp */, + 8BE693F228DB80320031C62E /* ComponentBase.h */, + 8BE693F328DB80320031C62E /* AUBase.cpp */, + 8BE693F428DB80320031C62E /* AUInputElement.h */, + 8BE693F528DB80320031C62E /* AUBase.h */, + 8BE693F628DB80320031C62E /* AUPlugInDispatch.h */, + 8BE693F728DB80320031C62E /* AUDispatch.h */, + 8BE693F828DB80320031C62E /* AUOutputElement.cpp */, + 8BE693F928DB80320031C62E /* AUResources.r */, + 8BE693FA28DB80320031C62E /* AUPlugInDispatch.cpp */, + 8BE693FB28DB80320031C62E /* AUOutputElement.h */, + 8BE693FC28DB80320031C62E /* AUDispatch.cpp */, + 8BE693FD28DB80320031C62E /* AUScopeElement.h */, + 8BE693FE28DB80320031C62E /* AUInputElement.cpp */, + ); + path = AUBase; + sourceTree = ""; + }; + 8BE693FF28DB80320031C62E /* OtherBases */ = { + isa = PBXGroup; + children = ( + 8BE6940028DB80320031C62E /* AUEffectBase.cpp */, + 8BE6940128DB80320031C62E /* AUEffectBase.h */, + ); + path = OtherBases; + sourceTree = ""; + }; + 8BE6940228DB80320031C62E /* Utility */ = { + isa = PBXGroup; + children = ( + 8BE6940328DB80320031C62E /* AUTimestampGenerator.h */, + 8BE6940428DB80320031C62E /* AUBaseHelper.cpp */, + 8BE6940528DB80320031C62E /* AUSilentTimeout.h */, + 8BE6940628DB80320031C62E /* AUInputFormatConverter.h */, + 8BE6940728DB80320031C62E /* AUTimestampGenerator.cpp */, + 8BE6940828DB80320031C62E /* AUBuffer.cpp */, + 8BE6940928DB80320031C62E /* AUMIDIDefs.h */, + 8BE6940A28DB80320031C62E /* AUBuffer.h */, + 8BE6940B28DB80320031C62E /* AUBaseHelper.h */, + ); + path = Utility; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BE6943C28DB80320031C62E /* CABundleLocker.h in Headers */, + 8BE6945D28DB80320031C62E /* CAAudioChannelLayout.h in Headers */, + 8BE6945328DB80320031C62E /* AUOutputBL.h in Headers */, + 8BE6942E28DB80320031C62E /* CAHostTimeBase.h in Headers */, + 8BE6947628DB80320031C62E /* ComponentBase.h in Headers */, + 8BE6946628DB80320031C62E /* CAAtomicStack.h in Headers */, + 8BE6942328DB80320031C62E /* CAAudioTimeStamp.h in Headers */, + 8BE6944028DB80320031C62E /* CAThreadSafeList.h in Headers */, + 8BE6941B28DB80320031C62E /* CAAUParameter.h in Headers */, + 8BE6948D28DB80320031C62E /* AUBaseHelper.h in Headers */, + 8BE6948528DB80320031C62E /* AUTimestampGenerator.h in Headers */, + 8BE6943628DB80320031C62E /* CADebugPrintf.h in Headers */, + 8BE6947028DB80320031C62E /* CACFMessagePort.h in Headers */, + 8BE6941E28DB80320031C62E /* CAAUProcessor.h in Headers */, + 8BE6941A28DB80320031C62E /* CAAudioUnit.h in Headers */, + 8BE6947328DB80320031C62E /* AUViewLocalizedStringKeys.h in Headers */, + 8BE6945928DB80320031C62E /* CACFDistributedNotification.h in Headers */, + 8BE6941828DB80320031C62E /* CAComponent.h in Headers */, + 8BE6942628DB80320031C62E /* CAVectorUnitTypes.h in Headers */, + 8BA05A6E0720730100365D66 /* TexturizeMSVersion.h in Headers */, + 8BE6945A28DB80320031C62E /* CAFilePathUtils.h in Headers */, + 8BE6941C28DB80320031C62E /* CAException.h in Headers */, + 8BE6941328DB80320031C62E /* CAAtomic.h in Headers */, + 8BE6941228DB80320031C62E /* CAGuard.h in Headers */, + 8BE6947828DB80320031C62E /* AUInputElement.h in Headers */, + 8BE6944F28DB80320031C62E /* CACFPreferences.h in Headers */, + 8BE6946428DB80320031C62E /* CAByteOrder.h in Headers */, + 8BE6944728DB80320031C62E /* CARingBuffer.h in Headers */, + 8BE6940E28DB80320031C62E /* CABool.h in Headers */, + 8BE6943328DB80320031C62E /* CAMutex.h in Headers */, + 8BE6947928DB80320031C62E /* AUBase.h in Headers */, + 8BC6025C073B072D006C4272 /* TexturizeMS.h in Headers */, + 8BE6942B28DB80320031C62E /* CACFString.h in Headers */, + 8BE6944A28DB80320031C62E /* CASharedLibrary.h in Headers */, + 8BE6941728DB80320031C62E /* CATokenMap.h in Headers */, + 8BE6940C28DB80320031C62E /* CAExtAudioFile.h in Headers */, + 8BE6942128DB80320031C62E /* CAPThread.h in Headers */, + 8BE6943D28DB80320031C62E /* CAPropertyAddress.h in Headers */, + 8BE6946728DB80320031C62E /* CAReferenceCounted.h in Headers */, + 8BE6948C28DB80320031C62E /* AUBuffer.h in Headers */, + 8BE6946E28DB80320031C62E /* CAMath.h in Headers */, + 8BE6944E28DB80320031C62E /* CAAutoDisposer.h in Headers */, + 8BE6941528DB80320031C62E /* CACFObject.h in Headers */, + 8BE6943528DB80320031C62E /* CASettingsStorage.h in Headers */, + 8BE6943E28DB80320031C62E /* CAXException.h in Headers */, + 8BE6945B28DB80320031C62E /* CATink.h in Headers */, + 8BE6948828DB80320031C62E /* AUInputFormatConverter.h in Headers */, + 8BE6946328DB80320031C62E /* CAVectorUnit.h in Headers */, + 8BE6941F28DB80320031C62E /* CAProcess.h in Headers */, + 8BE6942528DB80320031C62E /* CAAudioValueRange.h in Headers */, + 8BE6943A28DB80320031C62E /* CABitOperations.h in Headers */, + 8BE6943028DB80320031C62E /* CAAudioFileFormats.h in Headers */, + 8BE6942928DB80320031C62E /* CACFNumber.h in Headers */, + 8BE6944128DB80320031C62E /* CAAudioUnitOutputCapturer.h in Headers */, + 8BE6945228DB80320031C62E /* CADebugMacros.h in Headers */, + 8BE6948B28DB80320031C62E /* AUMIDIDefs.h in Headers */, + 8BE6944B28DB80320031C62E /* CACFData.h in Headers */, + 8BE6941428DB80320031C62E /* CAStreamBasicDescription.h in Headers */, + 8BE6947A28DB80320031C62E /* AUPlugInDispatch.h in Headers */, + 8BE6941628DB80320031C62E /* CAStreamRangedDescription.h in Headers */, + 8BE6945628DB80320031C62E /* CACFPlugIn.h in Headers */, + 8BE6941928DB80320031C62E /* CAAudioBufferList.h in Headers */, + 8BE6943128DB80320031C62E /* CAAUMIDIMapManager.h in Headers */, + 8BE6948428DB80320031C62E /* AUEffectBase.h in Headers */, + 8BE6942028DB80320031C62E /* CACFDictionary.h in Headers */, + 8BE6948128DB80320031C62E /* AUScopeElement.h in Headers */, + 8BE6945128DB80320031C62E /* CAComponentDescription.h in Headers */, + 8BE6948728DB80320031C62E /* AUSilentTimeout.h in Headers */, + 8BE6944928DB80320031C62E /* CABufferList.h in Headers */, + 8BE6947B28DB80320031C62E /* AUDispatch.h in Headers */, + 8BE6947F28DB80320031C62E /* AUOutputElement.h in Headers */, + 8BE6944528DB80320031C62E /* CALogMacros.h in Headers */, + 8BE6943928DB80320031C62E /* AUParamInfo.h in Headers */, + 8BE6945828DB80320031C62E /* CAMixMap.h in Headers */, + 8BE6946528DB80320031C62E /* CACFArray.h in Headers */, + 8BE6940D28DB80320031C62E /* CACFMachPort.h in Headers */, + 8BE6943828DB80320031C62E /* CAAUMIDIMap.h in Headers */, + 8BE6941028DB80320031C62E /* CADebugger.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* TexturizeMS */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "TexturizeMS" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCD0486CAD60068D4B7 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = TexturizeMS; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = TexturizeMS; + productReference = 8D01CCD20486CAD60068D4B7 /* TexturizeMS.component */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1340; + }; + buildConfigurationList = 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "TexturizeMS" */; + compatibilityVersion = "Xcode 3.1"; + developmentRegion = en; + hasScannedForEncodings = 1; + knownRegions = ( + de, + Base, + fr, + ja, + en, + ); + mainGroup = 089C166AFE841209C02AAC07 /* TexturizeMS */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* TexturizeMS */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D01CCCA0486CAD60068D4B7 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BE6944828DB80320031C62E /* AUOutputBL.cpp in Sources */, + 8BE6946D28DB80320031C62E /* CAAudioFileFormats.cpp in Sources */, + 8BE6945F28DB80320031C62E /* CAHostTimeBase.cpp in Sources */, + 8BE6943728DB80320031C62E /* CAXException.cpp in Sources */, + 8BE6946128DB80320031C62E /* CAAudioBufferList.cpp in Sources */, + 8BE6942428DB80320031C62E /* CAFilePathUtils.cpp in Sources */, + 8BE6942228DB80320031C62E /* CAAUParameter.cpp in Sources */, + 8BE6944428DB80320031C62E /* CAAUMIDIMap.cpp in Sources */, + 8BE6947128DB80320031C62E /* CAAudioValueRange.cpp in Sources */, + 8BE6948028DB80320031C62E /* AUDispatch.cpp in Sources */, + 8BE6943B28DB80320031C62E /* CACFPreferences.cpp in Sources */, + 8BE6947E28DB80320031C62E /* AUPlugInDispatch.cpp in Sources */, + 8BE6941D28DB80320031C62E /* CAAUProcessor.cpp in Sources */, + 8BE6943228DB80320031C62E /* CACFDictionary.cpp in Sources */, + 8BE6948628DB80320031C62E /* AUBaseHelper.cpp in Sources */, + 8BE6946B28DB80320031C62E /* CADebugger.cpp in Sources */, + 8BE6943F28DB80320031C62E /* CAAudioChannelLayout.cpp in Sources */, + 8BE6944228DB80320031C62E /* AUParamInfo.cpp in Sources */, + 8BE6946028DB80320031C62E /* CAPersistence.cpp in Sources */, + 8BE6945428DB80320031C62E /* CADebugPrintf.cpp in Sources */, + 8BE6948928DB80320031C62E /* AUTimestampGenerator.cpp in Sources */, + 8BE6945C28DB80320031C62E /* CAStreamBasicDescription.cpp in Sources */, + 8BE6942C28DB80320031C62E /* CAAUMIDIMapManager.cpp in Sources */, + 8BE6945728DB80320031C62E /* CASettingsStorage.cpp in Sources */, + 8BE6947C28DB80320031C62E /* AUOutputElement.cpp in Sources */, + 8BE6942828DB80320031C62E /* CAGuard.cpp in Sources */, + 8BA05A6B0720730100365D66 /* TexturizeMS.cpp in Sources */, + 8BE6946A28DB80320031C62E /* CAMutex.cpp in Sources */, + 8BE6948328DB80320031C62E /* AUEffectBase.cpp in Sources */, + 8BE6946828DB80320031C62E /* CACFMachPort.cpp in Sources */, + 8BE6947728DB80320031C62E /* AUBase.cpp in Sources */, + 8BE6944328DB80320031C62E /* CASharedLibrary.cpp in Sources */, + 8BE6942A28DB80320031C62E /* CACFDistributedNotification.cpp in Sources */, + 8BE6942D28DB80320031C62E /* CAComponentDescription.cpp in Sources */, + 8BE6943428DB80320031C62E /* CACFString.cpp in Sources */, + 8BE6947428DB80320031C62E /* ComponentBase.cpp in Sources */, + 8BE6945528DB80320031C62E /* CARingBuffer.cpp in Sources */, + 8BE6947528DB80320031C62E /* AUScopeElement.cpp in Sources */, + 8BE6947228DB80320031C62E /* CAAudioUnit.cpp in Sources */, + 8BE6946F28DB80320031C62E /* CACFArray.cpp in Sources */, + 8BE6946C28DB80320031C62E /* CABundleLocker.cpp in Sources */, + 8BE6945E28DB80320031C62E /* CAProcess.cpp in Sources */, + 8BE6944C28DB80320031C62E /* CAStreamRangedDescription.cpp in Sources */, + 8BE6944D28DB80320031C62E /* CAPThread.cpp in Sources */, + 8BE6940F28DB80320031C62E /* CAComponent.cpp in Sources */, + 8BE6942728DB80320031C62E /* CAAudioChannelLayoutObject.cpp in Sources */, + 8BE6946228DB80320031C62E /* CAAudioTimeStamp.cpp in Sources */, + 8BE6946928DB80320031C62E /* CABufferList.cpp in Sources */, + 8BE6944628DB80320031C62E /* CACFMessagePort.cpp in Sources */, + 8BE6945028DB80320031C62E /* CAVectorUnit.cpp in Sources */, + 8BE6948228DB80320031C62E /* AUInputElement.cpp in Sources */, + 8BE6948A28DB80320031C62E /* AUBuffer.cpp in Sources */, + 8BE6942F28DB80320031C62E /* CADebugMacros.cpp in Sources */, + 8BE6941128DB80320031C62E /* CACFNumber.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 8BE6948E28DB80D80031C62E /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 3E4BA244089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEVELOPMENT_TEAM = 9BMAKYA76W; + EXPORTED_SYMBOLS_FILE = TexturizeMS.exp; + GCC_OPTIMIZATION_LEVEL = 0; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; + PRODUCT_NAME = TexturizeMS; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_STYLE = debugging; + WRAPPER_EXTENSION = component; + }; + name = Debug; + }; + 3E4BA245089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + DEVELOPMENT_TEAM = 9BMAKYA76W; + EXPORTED_SYMBOLS_FILE = TexturizeMS.exp; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GENERATE_PKGINFO_FILE = YES; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/Components/"; + LIBRARY_STYLE = Bundle; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_LDFLAGS = "-bundle"; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.airwindows.audiounit.${PRODUCT_NAME:identifier}"; + PRODUCT_NAME = TexturizeMS; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = debugging; + WRAPPER_EXTENSION = component; + }; + name = Release; + }; + 3E4BA248089833B7007656EC /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Debug; + }; + 3E4BA249089833B7007656EC /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/CA_SDK/**"; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 3E4BA243089833B7007656EC /* Build configuration list for PBXNativeTarget "TexturizeMS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA244089833B7007656EC /* Debug */, + 3E4BA245089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 3E4BA247089833B7007656EC /* Build configuration list for PBXProject "TexturizeMS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3E4BA248089833B7007656EC /* Debug */, + 3E4BA249089833B7007656EC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 000000000..b46c18ccd Binary files /dev/null and b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/xcshareddata/xcschemes/TexturizeMS.xcscheme b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/xcshareddata/xcschemes/TexturizeMS.xcscheme new file mode 100644 index 000000000..d1a7aa8d8 --- /dev/null +++ b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/xcshareddata/xcschemes/TexturizeMS.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 000000000..14c56f1bb --- /dev/null +++ b/plugins/MacSignedAU/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + TexturizeMS.xcscheme_^#shared#^_ + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedAU/TexturizeMS/TexturizeMSVersion.h b/plugins/MacSignedAU/TexturizeMS/TexturizeMSVersion.h new file mode 100755 index 000000000..51e04d353 --- /dev/null +++ b/plugins/MacSignedAU/TexturizeMS/TexturizeMSVersion.h @@ -0,0 +1,58 @@ +/* +* File: TexturizeMSVersion.h +* +* Version: 1.0 +* +* Created: 9/16/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, installation, modification +* or redistribution of this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or redistribute this Apple +* software. +* +* In consideration of your agreement to abide by the following terms, and subject to these terms, +* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this +* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the +* Apple Software, with or without modifications, in source and/or binary forms; provided that if you +* redistribute the Apple Software in its entirety and without modifications, you must retain this +* notice and the following text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to +* endorse or promote products derived from the Apple Software without specific prior written +* permission from Apple. Except as expressly stated in this notice, no other rights or +* licenses, express or implied, are granted by Apple herein, including but not limited to any +* patent rights that may be infringed by your derivative works or by other works in which the +* Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR +* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY +* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE +* OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL +* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, +* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER +* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN +* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +*/ +#ifndef __TexturizeMSVersion_h__ +#define __TexturizeMSVersion_h__ + + +#ifdef DEBUG + #define kTexturizeMSVersion 0xFFFFFFFF +#else + #define kTexturizeMSVersion 0x00010000 +#endif + +//~~~~~~~~~~~~~~ Change!!! ~~~~~~~~~~~~~~~~~~~~~// +#define TexturizeMS_COMP_MANF 'Dthr' +#define TexturizeMS_COMP_SUBTYPE 'texu' +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// + +#endif + diff --git a/plugins/MacSignedAU/TexturizeMS/en.lproj/InfoPlist.strings b/plugins/MacSignedAU/TexturizeMS/en.lproj/InfoPlist.strings new file mode 100755 index 000000000..f35e09cfd Binary files /dev/null and b/plugins/MacSignedAU/TexturizeMS/en.lproj/InfoPlist.strings differ diff --git a/plugins/MacSignedAU/TexturizeMS/version.plist b/plugins/MacSignedAU/TexturizeMS/version.plist new file mode 100755 index 000000000..11edf8a1b --- /dev/null +++ b/plugins/MacSignedAU/TexturizeMS/version.plist @@ -0,0 +1,16 @@ + + + + + BuildVersion + 3 + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 + ProjectName + ${EXECUTABLE_NAME} + SourceVersion + 590000 + + diff --git a/plugins/MacSignedAU/Thunder/Thunder.cpp b/plugins/MacSignedAU/Thunder/Thunder.cpp index 9bac546aa..1e98ae80f 100755 --- a/plugins/MacSignedAU/Thunder/Thunder.cpp +++ b/plugins/MacSignedAU/Thunder/Thunder.cpp @@ -5,7 +5,7 @@ * * Created: 9/19/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Thunder/Thunder.h b/plugins/MacSignedAU/Thunder/Thunder.h index ca1606fe5..7a0808fb3 100755 --- a/plugins/MacSignedAU/Thunder/Thunder.h +++ b/plugins/MacSignedAU/Thunder/Thunder.h @@ -5,7 +5,7 @@ * * Created: 9/19/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Thunder/Thunder.r b/plugins/MacSignedAU/Thunder/Thunder.r index 73c374210..5014c8c7f 100755 --- a/plugins/MacSignedAU/Thunder/Thunder.r +++ b/plugins/MacSignedAU/Thunder/Thunder.r @@ -5,7 +5,7 @@ * * Created: 9/19/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/Thunder/ThunderVersion.h b/plugins/MacSignedAU/Thunder/ThunderVersion.h index 065f31bde..65be69081 100755 --- a/plugins/MacSignedAU/Thunder/ThunderVersion.h +++ b/plugins/MacSignedAU/Thunder/ThunderVersion.h @@ -5,7 +5,7 @@ * * Created: 9/19/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/ToTape5/ToTape5.cpp b/plugins/MacSignedAU/ToTape5/ToTape5.cpp index 822bd3706..50ff51a24 100755 --- a/plugins/MacSignedAU/ToTape5/ToTape5.cpp +++ b/plugins/MacSignedAU/ToTape5/ToTape5.cpp @@ -5,7 +5,7 @@ * * Created: 6/24/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ToTape5/ToTape5.h b/plugins/MacSignedAU/ToTape5/ToTape5.h index 987ed190e..f19fd0b15 100755 --- a/plugins/MacSignedAU/ToTape5/ToTape5.h +++ b/plugins/MacSignedAU/ToTape5/ToTape5.h @@ -5,7 +5,7 @@ * * Created: 6/24/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ToTape5/ToTape5.r b/plugins/MacSignedAU/ToTape5/ToTape5.r index 2bbd9d756..6d49f4fa6 100755 --- a/plugins/MacSignedAU/ToTape5/ToTape5.r +++ b/plugins/MacSignedAU/ToTape5/ToTape5.r @@ -5,7 +5,7 @@ * * Created: 6/24/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ToTape5/ToTape5Version.h b/plugins/MacSignedAU/ToTape5/ToTape5Version.h index 32760dbb8..a0e76f342 100755 --- a/plugins/MacSignedAU/ToTape5/ToTape5Version.h +++ b/plugins/MacSignedAU/ToTape5/ToTape5Version.h @@ -5,7 +5,7 @@ * * Created: 6/24/17 * -* Copyright: Copyright © 2017 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ToTape6/ToTape6.cpp b/plugins/MacSignedAU/ToTape6/ToTape6.cpp index b3a1af55a..2867305c7 100755 --- a/plugins/MacSignedAU/ToTape6/ToTape6.cpp +++ b/plugins/MacSignedAU/ToTape6/ToTape6.cpp @@ -5,7 +5,7 @@ * * Created: 11/30/19 * -* Copyright: Copyright � 2019 Airwindows, All Rights Reserved +* Copyright: Copyright � 2019 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, installation, modification diff --git a/plugins/MacSignedAU/ToTape6/ToTape6.h b/plugins/MacSignedAU/ToTape6/ToTape6.h index 249f804cf..6042be3a9 100755 --- a/plugins/MacSignedAU/ToTape6/ToTape6.h +++ b/plugins/MacSignedAU/ToTape6/ToTape6.h @@ -5,7 +5,7 @@ * * Created: 11/30/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/ToTape6/ToTape6.r b/plugins/MacSignedAU/ToTape6/ToTape6.r index bf4a67d53..0b2e121fa 100755 --- a/plugins/MacSignedAU/ToTape6/ToTape6.r +++ b/plugins/MacSignedAU/ToTape6/ToTape6.r @@ -5,7 +5,7 @@ * * Created: 11/30/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/ToTape6/ToTape6Version.h b/plugins/MacSignedAU/ToTape6/ToTape6Version.h index 9e627d892..12d142d6a 100755 --- a/plugins/MacSignedAU/ToTape6/ToTape6Version.h +++ b/plugins/MacSignedAU/ToTape6/ToTape6Version.h @@ -5,7 +5,7 @@ * * Created: 11/30/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/ToVinyl4/ToVinyl4.cpp b/plugins/MacSignedAU/ToVinyl4/ToVinyl4.cpp index 34fb21de4..25e3af45a 100755 --- a/plugins/MacSignedAU/ToVinyl4/ToVinyl4.cpp +++ b/plugins/MacSignedAU/ToVinyl4/ToVinyl4.cpp @@ -5,7 +5,7 @@ * * Created: 6/10/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ToVinyl4/ToVinyl4.h b/plugins/MacSignedAU/ToVinyl4/ToVinyl4.h index f5b5199ac..86d0b748d 100755 --- a/plugins/MacSignedAU/ToVinyl4/ToVinyl4.h +++ b/plugins/MacSignedAU/ToVinyl4/ToVinyl4.h @@ -5,7 +5,7 @@ * * Created: 6/10/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ToVinyl4/ToVinyl4.r b/plugins/MacSignedAU/ToVinyl4/ToVinyl4.r index 861b8a77a..b82095553 100755 --- a/plugins/MacSignedAU/ToVinyl4/ToVinyl4.r +++ b/plugins/MacSignedAU/ToVinyl4/ToVinyl4.r @@ -5,7 +5,7 @@ * * Created: 6/10/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ToVinyl4/ToVinyl4Version.h b/plugins/MacSignedAU/ToVinyl4/ToVinyl4Version.h index 009f5157a..c368c5331 100755 --- a/plugins/MacSignedAU/ToVinyl4/ToVinyl4Version.h +++ b/plugins/MacSignedAU/ToVinyl4/ToVinyl4Version.h @@ -5,7 +5,7 @@ * * Created: 6/10/14 * -* Copyright: Copyright © 2014 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ToneSlant/ToneSlant.cpp b/plugins/MacSignedAU/ToneSlant/ToneSlant.cpp index 2f809e043..ec9ef8743 100755 --- a/plugins/MacSignedAU/ToneSlant/ToneSlant.cpp +++ b/plugins/MacSignedAU/ToneSlant/ToneSlant.cpp @@ -5,7 +5,7 @@ * * Created: 10/12/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/ToneSlant/ToneSlant.h b/plugins/MacSignedAU/ToneSlant/ToneSlant.h index 9a33b8985..bafbb3c0a 100755 --- a/plugins/MacSignedAU/ToneSlant/ToneSlant.h +++ b/plugins/MacSignedAU/ToneSlant/ToneSlant.h @@ -5,7 +5,7 @@ * * Created: 10/12/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/ToneSlant/ToneSlant.r b/plugins/MacSignedAU/ToneSlant/ToneSlant.r index 76da772eb..00a664b1d 100755 --- a/plugins/MacSignedAU/ToneSlant/ToneSlant.r +++ b/plugins/MacSignedAU/ToneSlant/ToneSlant.r @@ -5,7 +5,7 @@ * * Created: 10/12/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/ToneSlant/ToneSlantVersion.h b/plugins/MacSignedAU/ToneSlant/ToneSlantVersion.h index dfd4e5996..a191536ad 100755 --- a/plugins/MacSignedAU/ToneSlant/ToneSlantVersion.h +++ b/plugins/MacSignedAU/ToneSlant/ToneSlantVersion.h @@ -5,7 +5,7 @@ * * Created: 10/12/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/TransDesk/TransDesk.cpp b/plugins/MacSignedAU/TransDesk/TransDesk.cpp index ce741a578..d67f2c33f 100755 --- a/plugins/MacSignedAU/TransDesk/TransDesk.cpp +++ b/plugins/MacSignedAU/TransDesk/TransDesk.cpp @@ -5,7 +5,7 @@ * * Created: 10/1/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/TransDesk/TransDesk.h b/plugins/MacSignedAU/TransDesk/TransDesk.h index c436290c9..e4d5d48a4 100755 --- a/plugins/MacSignedAU/TransDesk/TransDesk.h +++ b/plugins/MacSignedAU/TransDesk/TransDesk.h @@ -5,7 +5,7 @@ * * Created: 10/1/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/TransDesk/TransDesk.r b/plugins/MacSignedAU/TransDesk/TransDesk.r index 2fae33b6a..84a9ced85 100755 --- a/plugins/MacSignedAU/TransDesk/TransDesk.r +++ b/plugins/MacSignedAU/TransDesk/TransDesk.r @@ -5,7 +5,7 @@ * * Created: 10/1/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/TransDesk/TransDeskVersion.h b/plugins/MacSignedAU/TransDesk/TransDeskVersion.h index 064657674..422c22668 100755 --- a/plugins/MacSignedAU/TransDesk/TransDeskVersion.h +++ b/plugins/MacSignedAU/TransDesk/TransDeskVersion.h @@ -5,7 +5,7 @@ * * Created: 10/1/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/TremoSquare/TremoSquare.cpp b/plugins/MacSignedAU/TremoSquare/TremoSquare.cpp index 344d5e0aa..cfab6a14e 100755 --- a/plugins/MacSignedAU/TremoSquare/TremoSquare.cpp +++ b/plugins/MacSignedAU/TremoSquare/TremoSquare.cpp @@ -5,7 +5,7 @@ * * Created: 10/19/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TremoSquare/TremoSquare.h b/plugins/MacSignedAU/TremoSquare/TremoSquare.h index 377937fda..cd18515a7 100755 --- a/plugins/MacSignedAU/TremoSquare/TremoSquare.h +++ b/plugins/MacSignedAU/TremoSquare/TremoSquare.h @@ -5,7 +5,7 @@ * * Created: 10/19/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TremoSquare/TremoSquare.r b/plugins/MacSignedAU/TremoSquare/TremoSquare.r index cf5a80824..6cb0118c6 100755 --- a/plugins/MacSignedAU/TremoSquare/TremoSquare.r +++ b/plugins/MacSignedAU/TremoSquare/TremoSquare.r @@ -5,7 +5,7 @@ * * Created: 10/19/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TremoSquare/TremoSquareVersion.h b/plugins/MacSignedAU/TremoSquare/TremoSquareVersion.h index 0f7cead2b..7a6e535b2 100755 --- a/plugins/MacSignedAU/TremoSquare/TremoSquareVersion.h +++ b/plugins/MacSignedAU/TremoSquare/TremoSquareVersion.h @@ -5,7 +5,7 @@ * * Created: 10/19/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Tremolo/Tremolo.cpp b/plugins/MacSignedAU/Tremolo/Tremolo.cpp index d027fb8b5..484cf842a 100755 --- a/plugins/MacSignedAU/Tremolo/Tremolo.cpp +++ b/plugins/MacSignedAU/Tremolo/Tremolo.cpp @@ -5,7 +5,7 @@ * * Created: 9/16/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Tremolo/Tremolo.h b/plugins/MacSignedAU/Tremolo/Tremolo.h index 155e2e512..af07da309 100755 --- a/plugins/MacSignedAU/Tremolo/Tremolo.h +++ b/plugins/MacSignedAU/Tremolo/Tremolo.h @@ -5,7 +5,7 @@ * * Created: 9/16/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Tremolo/Tremolo.r b/plugins/MacSignedAU/Tremolo/Tremolo.r index 81d565252..be4cc7859 100755 --- a/plugins/MacSignedAU/Tremolo/Tremolo.r +++ b/plugins/MacSignedAU/Tremolo/Tremolo.r @@ -5,7 +5,7 @@ * * Created: 9/16/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Tremolo/TremoloVersion.h b/plugins/MacSignedAU/Tremolo/TremoloVersion.h index 4772e3eeb..b3b65dcfb 100755 --- a/plugins/MacSignedAU/Tremolo/TremoloVersion.h +++ b/plugins/MacSignedAU/Tremolo/TremoloVersion.h @@ -5,7 +5,7 @@ * * Created: 9/16/07 * -* Copyright: Copyright © 2007 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TripleSpread/TripleSpread.cpp b/plugins/MacSignedAU/TripleSpread/TripleSpread.cpp index bf4193877..4262f1f3b 100755 --- a/plugins/MacSignedAU/TripleSpread/TripleSpread.cpp +++ b/plugins/MacSignedAU/TripleSpread/TripleSpread.cpp @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TripleSpread/TripleSpread.h b/plugins/MacSignedAU/TripleSpread/TripleSpread.h index 4916897e4..c031cc3af 100755 --- a/plugins/MacSignedAU/TripleSpread/TripleSpread.h +++ b/plugins/MacSignedAU/TripleSpread/TripleSpread.h @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TripleSpread/TripleSpread.r b/plugins/MacSignedAU/TripleSpread/TripleSpread.r index b4f935853..a74ca86f7 100755 --- a/plugins/MacSignedAU/TripleSpread/TripleSpread.r +++ b/plugins/MacSignedAU/TripleSpread/TripleSpread.r @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TripleSpread/TripleSpreadVersion.h b/plugins/MacSignedAU/TripleSpread/TripleSpreadVersion.h index e1e6f072c..b38dee4ce 100755 --- a/plugins/MacSignedAU/TripleSpread/TripleSpreadVersion.h +++ b/plugins/MacSignedAU/TripleSpread/TripleSpreadVersion.h @@ -5,7 +5,7 @@ * * Created: 10/2/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Tube/Tube.cpp b/plugins/MacSignedAU/Tube/Tube.cpp index d1cde4513..529a59d5a 100644 --- a/plugins/MacSignedAU/Tube/Tube.cpp +++ b/plugins/MacSignedAU/Tube/Tube.cpp @@ -5,7 +5,7 @@ * * Created: 9/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Tube/Tube.h b/plugins/MacSignedAU/Tube/Tube.h index 6cde991fe..accc9e21b 100644 --- a/plugins/MacSignedAU/Tube/Tube.h +++ b/plugins/MacSignedAU/Tube/Tube.h @@ -5,7 +5,7 @@ * * Created: 9/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Tube/Tube.r b/plugins/MacSignedAU/Tube/Tube.r index 98bf00c37..05ea23e50 100644 --- a/plugins/MacSignedAU/Tube/Tube.r +++ b/plugins/MacSignedAU/Tube/Tube.r @@ -5,7 +5,7 @@ * * Created: 9/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Tube/TubeVersion.h b/plugins/MacSignedAU/Tube/TubeVersion.h index bb06e4022..8ba3f8874 100644 --- a/plugins/MacSignedAU/Tube/TubeVersion.h +++ b/plugins/MacSignedAU/Tube/TubeVersion.h @@ -5,7 +5,7 @@ * * Created: 9/7/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Tube2/Tube2.cpp b/plugins/MacSignedAU/Tube2/Tube2.cpp index 3dcaed940..6fbf17322 100644 --- a/plugins/MacSignedAU/Tube2/Tube2.cpp +++ b/plugins/MacSignedAU/Tube2/Tube2.cpp @@ -5,7 +5,7 @@ * * Created: 9/15/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Tube2/Tube2.h b/plugins/MacSignedAU/Tube2/Tube2.h index a2ff1681f..192867d1e 100644 --- a/plugins/MacSignedAU/Tube2/Tube2.h +++ b/plugins/MacSignedAU/Tube2/Tube2.h @@ -5,7 +5,7 @@ * * Created: 9/15/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Tube2/Tube2.r b/plugins/MacSignedAU/Tube2/Tube2.r index e5226dfb2..c08504761 100644 --- a/plugins/MacSignedAU/Tube2/Tube2.r +++ b/plugins/MacSignedAU/Tube2/Tube2.r @@ -5,7 +5,7 @@ * * Created: 9/15/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Tube2/Tube2Version.h b/plugins/MacSignedAU/Tube2/Tube2Version.h index a0d08bdb5..a76f386c2 100644 --- a/plugins/MacSignedAU/Tube2/Tube2Version.h +++ b/plugins/MacSignedAU/Tube2/Tube2Version.h @@ -5,7 +5,7 @@ * * Created: 9/15/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/TubeDesk/TubeDesk.cpp b/plugins/MacSignedAU/TubeDesk/TubeDesk.cpp index 83ab33d9e..523feee5e 100755 --- a/plugins/MacSignedAU/TubeDesk/TubeDesk.cpp +++ b/plugins/MacSignedAU/TubeDesk/TubeDesk.cpp @@ -5,7 +5,7 @@ * * Created: 10/1/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/TubeDesk/TubeDesk.h b/plugins/MacSignedAU/TubeDesk/TubeDesk.h index 2ef673b07..b4b2fa2ef 100755 --- a/plugins/MacSignedAU/TubeDesk/TubeDesk.h +++ b/plugins/MacSignedAU/TubeDesk/TubeDesk.h @@ -5,7 +5,7 @@ * * Created: 10/1/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/TubeDesk/TubeDesk.r b/plugins/MacSignedAU/TubeDesk/TubeDesk.r index ffb71d1fb..4f86c8bde 100755 --- a/plugins/MacSignedAU/TubeDesk/TubeDesk.r +++ b/plugins/MacSignedAU/TubeDesk/TubeDesk.r @@ -5,7 +5,7 @@ * * Created: 10/1/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/TubeDesk/TubeDeskVersion.h b/plugins/MacSignedAU/TubeDesk/TubeDeskVersion.h index a9ee4339f..1e095cd95 100755 --- a/plugins/MacSignedAU/TubeDesk/TubeDeskVersion.h +++ b/plugins/MacSignedAU/TubeDesk/TubeDeskVersion.h @@ -5,7 +5,7 @@ * * Created: 10/1/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/UltrasonX/UltrasonX.cpp b/plugins/MacSignedAU/UltrasonX/UltrasonX.cpp index 657600387..24c687d16 100644 --- a/plugins/MacSignedAU/UltrasonX/UltrasonX.cpp +++ b/plugins/MacSignedAU/UltrasonX/UltrasonX.cpp @@ -5,7 +5,7 @@ * * Created: 11/15/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/UltrasonX/UltrasonX.h b/plugins/MacSignedAU/UltrasonX/UltrasonX.h index 6db40d451..f3ae440c8 100644 --- a/plugins/MacSignedAU/UltrasonX/UltrasonX.h +++ b/plugins/MacSignedAU/UltrasonX/UltrasonX.h @@ -5,7 +5,7 @@ * * Created: 11/15/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/UltrasonX/UltrasonX.r b/plugins/MacSignedAU/UltrasonX/UltrasonX.r index 08a727077..ff6cc171e 100644 --- a/plugins/MacSignedAU/UltrasonX/UltrasonX.r +++ b/plugins/MacSignedAU/UltrasonX/UltrasonX.r @@ -5,7 +5,7 @@ * * Created: 11/15/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/UltrasonX/UltrasonXVersion.h b/plugins/MacSignedAU/UltrasonX/UltrasonXVersion.h index bf55d1312..9e4b69046 100644 --- a/plugins/MacSignedAU/UltrasonX/UltrasonXVersion.h +++ b/plugins/MacSignedAU/UltrasonX/UltrasonXVersion.h @@ -5,7 +5,7 @@ * * Created: 11/15/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Ultrasonic/Ultrasonic.cpp b/plugins/MacSignedAU/Ultrasonic/Ultrasonic.cpp index b80ea00b6..c80a98e6f 100755 --- a/plugins/MacSignedAU/Ultrasonic/Ultrasonic.cpp +++ b/plugins/MacSignedAU/Ultrasonic/Ultrasonic.cpp @@ -5,7 +5,7 @@ * * Created: 11/16/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Ultrasonic/Ultrasonic.h b/plugins/MacSignedAU/Ultrasonic/Ultrasonic.h index 86605a999..fd2b3eb1f 100755 --- a/plugins/MacSignedAU/Ultrasonic/Ultrasonic.h +++ b/plugins/MacSignedAU/Ultrasonic/Ultrasonic.h @@ -5,7 +5,7 @@ * * Created: 11/16/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Ultrasonic/Ultrasonic.r b/plugins/MacSignedAU/Ultrasonic/Ultrasonic.r index 201390b7c..a1040746c 100755 --- a/plugins/MacSignedAU/Ultrasonic/Ultrasonic.r +++ b/plugins/MacSignedAU/Ultrasonic/Ultrasonic.r @@ -5,7 +5,7 @@ * * Created: 11/16/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Ultrasonic/UltrasonicVersion.h b/plugins/MacSignedAU/Ultrasonic/UltrasonicVersion.h index c29f0b72b..d4d5e70a1 100755 --- a/plugins/MacSignedAU/Ultrasonic/UltrasonicVersion.h +++ b/plugins/MacSignedAU/Ultrasonic/UltrasonicVersion.h @@ -5,7 +5,7 @@ * * Created: 11/16/20 * -* Copyright: Copyright © 2020 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/UltrasonicLite/UltrasonicLite.cpp b/plugins/MacSignedAU/UltrasonicLite/UltrasonicLite.cpp index e4924ac31..cfca69ad4 100644 --- a/plugins/MacSignedAU/UltrasonicLite/UltrasonicLite.cpp +++ b/plugins/MacSignedAU/UltrasonicLite/UltrasonicLite.cpp @@ -5,7 +5,7 @@ * * Created: 9/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/UltrasonicLite/UltrasonicLite.h b/plugins/MacSignedAU/UltrasonicLite/UltrasonicLite.h index 09ffe44fe..0f87a7789 100644 --- a/plugins/MacSignedAU/UltrasonicLite/UltrasonicLite.h +++ b/plugins/MacSignedAU/UltrasonicLite/UltrasonicLite.h @@ -5,7 +5,7 @@ * * Created: 9/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/UltrasonicLite/UltrasonicLite.r b/plugins/MacSignedAU/UltrasonicLite/UltrasonicLite.r index a4618a139..bee2747dd 100644 --- a/plugins/MacSignedAU/UltrasonicLite/UltrasonicLite.r +++ b/plugins/MacSignedAU/UltrasonicLite/UltrasonicLite.r @@ -5,7 +5,7 @@ * * Created: 9/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/UltrasonicLite/UltrasonicLiteVersion.h b/plugins/MacSignedAU/UltrasonicLite/UltrasonicLiteVersion.h index 9e03564cc..29c436ce2 100644 --- a/plugins/MacSignedAU/UltrasonicLite/UltrasonicLiteVersion.h +++ b/plugins/MacSignedAU/UltrasonicLite/UltrasonicLiteVersion.h @@ -5,7 +5,7 @@ * * Created: 9/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/UltrasonicMed/UltrasonicMed.cpp b/plugins/MacSignedAU/UltrasonicMed/UltrasonicMed.cpp index 9c03730c8..feac0a915 100644 --- a/plugins/MacSignedAU/UltrasonicMed/UltrasonicMed.cpp +++ b/plugins/MacSignedAU/UltrasonicMed/UltrasonicMed.cpp @@ -5,7 +5,7 @@ * * Created: 9/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/UltrasonicMed/UltrasonicMed.h b/plugins/MacSignedAU/UltrasonicMed/UltrasonicMed.h index 2e4d59615..e577ff4f1 100644 --- a/plugins/MacSignedAU/UltrasonicMed/UltrasonicMed.h +++ b/plugins/MacSignedAU/UltrasonicMed/UltrasonicMed.h @@ -5,7 +5,7 @@ * * Created: 9/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/UltrasonicMed/UltrasonicMed.r b/plugins/MacSignedAU/UltrasonicMed/UltrasonicMed.r index ecba92dd5..636285850 100644 --- a/plugins/MacSignedAU/UltrasonicMed/UltrasonicMed.r +++ b/plugins/MacSignedAU/UltrasonicMed/UltrasonicMed.r @@ -5,7 +5,7 @@ * * Created: 9/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/UltrasonicMed/UltrasonicMedVersion.h b/plugins/MacSignedAU/UltrasonicMed/UltrasonicMedVersion.h index c041dffde..5fd923433 100644 --- a/plugins/MacSignedAU/UltrasonicMed/UltrasonicMedVersion.h +++ b/plugins/MacSignedAU/UltrasonicMed/UltrasonicMedVersion.h @@ -5,7 +5,7 @@ * * Created: 9/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/UnBox/UnBox.cpp b/plugins/MacSignedAU/UnBox/UnBox.cpp index 4da4716cd..45efd9669 100755 --- a/plugins/MacSignedAU/UnBox/UnBox.cpp +++ b/plugins/MacSignedAU/UnBox/UnBox.cpp @@ -5,7 +5,7 @@ * * Created: 8/31/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/UnBox/UnBox.h b/plugins/MacSignedAU/UnBox/UnBox.h index c7832d04d..43f3dd831 100755 --- a/plugins/MacSignedAU/UnBox/UnBox.h +++ b/plugins/MacSignedAU/UnBox/UnBox.h @@ -5,7 +5,7 @@ * * Created: 8/31/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/UnBox/UnBox.r b/plugins/MacSignedAU/UnBox/UnBox.r index 957e08089..33eca4025 100755 --- a/plugins/MacSignedAU/UnBox/UnBox.r +++ b/plugins/MacSignedAU/UnBox/UnBox.r @@ -5,7 +5,7 @@ * * Created: 8/31/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/UnBox/UnBoxVersion.h b/plugins/MacSignedAU/UnBox/UnBoxVersion.h index 42e0cd9cd..f028c8a07 100755 --- a/plugins/MacSignedAU/UnBox/UnBoxVersion.h +++ b/plugins/MacSignedAU/UnBox/UnBoxVersion.h @@ -5,7 +5,7 @@ * * Created: 8/31/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/VariMu/VariMu.cpp b/plugins/MacSignedAU/VariMu/VariMu.cpp index d94e9ab3f..3a23662fd 100755 --- a/plugins/MacSignedAU/VariMu/VariMu.cpp +++ b/plugins/MacSignedAU/VariMu/VariMu.cpp @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/VariMu/VariMu.h b/plugins/MacSignedAU/VariMu/VariMu.h index 3ba594ad5..8cd83dd35 100755 --- a/plugins/MacSignedAU/VariMu/VariMu.h +++ b/plugins/MacSignedAU/VariMu/VariMu.h @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/VariMu/VariMu.r b/plugins/MacSignedAU/VariMu/VariMu.r index 2d280a243..ef0576073 100755 --- a/plugins/MacSignedAU/VariMu/VariMu.r +++ b/plugins/MacSignedAU/VariMu/VariMu.r @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/VariMu/VariMuVersion.h b/plugins/MacSignedAU/VariMu/VariMuVersion.h index f7c3410dd..834c8b72c 100755 --- a/plugins/MacSignedAU/VariMu/VariMuVersion.h +++ b/plugins/MacSignedAU/VariMu/VariMuVersion.h @@ -5,7 +5,7 @@ * * Created: 10/2/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/Verbity/Verbity.cpp b/plugins/MacSignedAU/Verbity/Verbity.cpp index 27327b68c..88500177e 100755 --- a/plugins/MacSignedAU/Verbity/Verbity.cpp +++ b/plugins/MacSignedAU/Verbity/Verbity.cpp @@ -5,7 +5,7 @@ * * Created: 2/26/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Verbity/Verbity.h b/plugins/MacSignedAU/Verbity/Verbity.h index c63038f0d..a3b661cca 100755 --- a/plugins/MacSignedAU/Verbity/Verbity.h +++ b/plugins/MacSignedAU/Verbity/Verbity.h @@ -5,7 +5,7 @@ * * Created: 2/26/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Verbity/Verbity.r b/plugins/MacSignedAU/Verbity/Verbity.r index 1a48e3209..b8c655f24 100755 --- a/plugins/MacSignedAU/Verbity/Verbity.r +++ b/plugins/MacSignedAU/Verbity/Verbity.r @@ -5,7 +5,7 @@ * * Created: 2/26/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Verbity/VerbityVersion.h b/plugins/MacSignedAU/Verbity/VerbityVersion.h index 00c7d0ba6..4f3bfb505 100755 --- a/plugins/MacSignedAU/Verbity/VerbityVersion.h +++ b/plugins/MacSignedAU/Verbity/VerbityVersion.h @@ -5,7 +5,7 @@ * * Created: 2/26/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Verbity2/Verbity2.cpp b/plugins/MacSignedAU/Verbity2/Verbity2.cpp index 0688daeef..a04fabe95 100755 --- a/plugins/MacSignedAU/Verbity2/Verbity2.cpp +++ b/plugins/MacSignedAU/Verbity2/Verbity2.cpp @@ -5,7 +5,7 @@ * * Created: 9/3/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Verbity2/Verbity2.h b/plugins/MacSignedAU/Verbity2/Verbity2.h index bdc9d57d9..92974ac1f 100755 --- a/plugins/MacSignedAU/Verbity2/Verbity2.h +++ b/plugins/MacSignedAU/Verbity2/Verbity2.h @@ -5,7 +5,7 @@ * * Created: 9/3/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Verbity2/Verbity2.r b/plugins/MacSignedAU/Verbity2/Verbity2.r index a29ac6a75..1bf53031b 100755 --- a/plugins/MacSignedAU/Verbity2/Verbity2.r +++ b/plugins/MacSignedAU/Verbity2/Verbity2.r @@ -5,7 +5,7 @@ * * Created: 9/3/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Verbity2/Verbity2Version.h b/plugins/MacSignedAU/Verbity2/Verbity2Version.h index b5c90593f..130b88a0c 100755 --- a/plugins/MacSignedAU/Verbity2/Verbity2Version.h +++ b/plugins/MacSignedAU/Verbity2/Verbity2Version.h @@ -5,7 +5,7 @@ * * Created: 9/3/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/Vibrato/Vibrato.cpp b/plugins/MacSignedAU/Vibrato/Vibrato.cpp index 43c32e54e..fc710fd81 100755 --- a/plugins/MacSignedAU/Vibrato/Vibrato.cpp +++ b/plugins/MacSignedAU/Vibrato/Vibrato.cpp @@ -5,7 +5,7 @@ * * Created: 6/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Vibrato/Vibrato.h b/plugins/MacSignedAU/Vibrato/Vibrato.h index c770643c5..7a191e09a 100755 --- a/plugins/MacSignedAU/Vibrato/Vibrato.h +++ b/plugins/MacSignedAU/Vibrato/Vibrato.h @@ -5,7 +5,7 @@ * * Created: 6/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Vibrato/Vibrato.r b/plugins/MacSignedAU/Vibrato/Vibrato.r index e629e5f1a..dcb887a2c 100755 --- a/plugins/MacSignedAU/Vibrato/Vibrato.r +++ b/plugins/MacSignedAU/Vibrato/Vibrato.r @@ -5,7 +5,7 @@ * * Created: 6/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Vibrato/VibratoVersion.h b/plugins/MacSignedAU/Vibrato/VibratoVersion.h index 65897b071..46cef07a9 100755 --- a/plugins/MacSignedAU/Vibrato/VibratoVersion.h +++ b/plugins/MacSignedAU/Vibrato/VibratoVersion.h @@ -5,7 +5,7 @@ * * Created: 6/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/VinylDither/VinylDither.cpp b/plugins/MacSignedAU/VinylDither/VinylDither.cpp index 49acd2ce8..381d251ca 100755 --- a/plugins/MacSignedAU/VinylDither/VinylDither.cpp +++ b/plugins/MacSignedAU/VinylDither/VinylDither.cpp @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright � 2016 Airwindows, All Rights Reserved +* Copyright: Copyright � 2016 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, installation, modification diff --git a/plugins/MacSignedAU/VinylDither/VinylDither.h b/plugins/MacSignedAU/VinylDither/VinylDither.h index 0170e04df..5f6a2b8bd 100755 --- a/plugins/MacSignedAU/VinylDither/VinylDither.h +++ b/plugins/MacSignedAU/VinylDither/VinylDither.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright � 2016 Airwindows, All Rights Reserved +* Copyright: Copyright � 2016 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, installation, modification diff --git a/plugins/MacSignedAU/VinylDither/VinylDither.r b/plugins/MacSignedAU/VinylDither/VinylDither.r index 3b1fb545f..cdae514d9 100755 --- a/plugins/MacSignedAU/VinylDither/VinylDither.r +++ b/plugins/MacSignedAU/VinylDither/VinylDither.r @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/VinylDither/VinylDitherVersion.h b/plugins/MacSignedAU/VinylDither/VinylDitherVersion.h index 6ff237d81..40327a7b6 100755 --- a/plugins/MacSignedAU/VinylDither/VinylDitherVersion.h +++ b/plugins/MacSignedAU/VinylDither/VinylDitherVersion.h @@ -5,7 +5,7 @@ * * Created: 11/17/16 * -* Copyright: Copyright © 2016 Airwindows, All Rights Reserved +* Copyright: Copyright © 2016 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, installation, modification diff --git a/plugins/MacSignedAU/VoiceOfTheStarship/VoiceOfTheStarship.cpp b/plugins/MacSignedAU/VoiceOfTheStarship/VoiceOfTheStarship.cpp index c122eed97..267344d73 100755 --- a/plugins/MacSignedAU/VoiceOfTheStarship/VoiceOfTheStarship.cpp +++ b/plugins/MacSignedAU/VoiceOfTheStarship/VoiceOfTheStarship.cpp @@ -5,7 +5,7 @@ * * Created: 10/12/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/VoiceOfTheStarship/VoiceOfTheStarship.h b/plugins/MacSignedAU/VoiceOfTheStarship/VoiceOfTheStarship.h index fa158943c..035b78f44 100755 --- a/plugins/MacSignedAU/VoiceOfTheStarship/VoiceOfTheStarship.h +++ b/plugins/MacSignedAU/VoiceOfTheStarship/VoiceOfTheStarship.h @@ -5,7 +5,7 @@ * * Created: 10/12/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/VoiceOfTheStarship/VoiceOfTheStarship.r b/plugins/MacSignedAU/VoiceOfTheStarship/VoiceOfTheStarship.r index d749407e8..4d4513f70 100755 --- a/plugins/MacSignedAU/VoiceOfTheStarship/VoiceOfTheStarship.r +++ b/plugins/MacSignedAU/VoiceOfTheStarship/VoiceOfTheStarship.r @@ -5,7 +5,7 @@ * * Created: 10/12/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/VoiceOfTheStarship/VoiceOfTheStarshipVersion.h b/plugins/MacSignedAU/VoiceOfTheStarship/VoiceOfTheStarshipVersion.h index 286b0b011..7295552fc 100755 --- a/plugins/MacSignedAU/VoiceOfTheStarship/VoiceOfTheStarshipVersion.h +++ b/plugins/MacSignedAU/VoiceOfTheStarship/VoiceOfTheStarshipVersion.h @@ -5,7 +5,7 @@ * * Created: 10/12/10 * -* Copyright: Copyright © 2010 Airwindows, All Rights Reserved +* Copyright: Copyright © 2010 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, installation, modification diff --git a/plugins/MacSignedAU/VoiceTrick/VoiceTrick.cpp b/plugins/MacSignedAU/VoiceTrick/VoiceTrick.cpp index bd16a349e..5c77276a3 100755 --- a/plugins/MacSignedAU/VoiceTrick/VoiceTrick.cpp +++ b/plugins/MacSignedAU/VoiceTrick/VoiceTrick.cpp @@ -5,7 +5,7 @@ * * Created: 5/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/VoiceTrick/VoiceTrick.h b/plugins/MacSignedAU/VoiceTrick/VoiceTrick.h index 4769f6cb5..d54d60bd4 100755 --- a/plugins/MacSignedAU/VoiceTrick/VoiceTrick.h +++ b/plugins/MacSignedAU/VoiceTrick/VoiceTrick.h @@ -5,7 +5,7 @@ * * Created: 5/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/VoiceTrick/VoiceTrick.r b/plugins/MacSignedAU/VoiceTrick/VoiceTrick.r index 5cca5c78a..3d3d47297 100755 --- a/plugins/MacSignedAU/VoiceTrick/VoiceTrick.r +++ b/plugins/MacSignedAU/VoiceTrick/VoiceTrick.r @@ -5,7 +5,7 @@ * * Created: 5/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/VoiceTrick/VoiceTrickVersion.h b/plugins/MacSignedAU/VoiceTrick/VoiceTrickVersion.h index 27ac15232..21521ab5b 100755 --- a/plugins/MacSignedAU/VoiceTrick/VoiceTrickVersion.h +++ b/plugins/MacSignedAU/VoiceTrick/VoiceTrickVersion.h @@ -5,7 +5,7 @@ * * Created: 5/9/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/Wider/Wider.cpp b/plugins/MacSignedAU/Wider/Wider.cpp index 12b5999b5..c28e279dc 100755 --- a/plugins/MacSignedAU/Wider/Wider.cpp +++ b/plugins/MacSignedAU/Wider/Wider.cpp @@ -5,7 +5,7 @@ * * Created: 5/21/07 * - * Copyright: Copyright © 2007 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacSignedAU/Wider/Wider.h b/plugins/MacSignedAU/Wider/Wider.h index f4788781f..60c646a07 100755 --- a/plugins/MacSignedAU/Wider/Wider.h +++ b/plugins/MacSignedAU/Wider/Wider.h @@ -5,7 +5,7 @@ * * Created: 5/21/07 * - * Copyright: Copyright © 2007 Airwindows, All Rights Reserved + * 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, installation, modification diff --git a/plugins/MacSignedAU/Wider/Wider.r b/plugins/MacSignedAU/Wider/Wider.r index e33bfc3f2..e784c220b 100755 --- a/plugins/MacSignedAU/Wider/Wider.r +++ b/plugins/MacSignedAU/Wider/Wider.r @@ -5,7 +5,7 @@ * * Created: 5/14/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacSignedAU/Wider/WiderVersion.h b/plugins/MacSignedAU/Wider/WiderVersion.h index cba9cae96..1ae760561 100755 --- a/plugins/MacSignedAU/Wider/WiderVersion.h +++ b/plugins/MacSignedAU/Wider/WiderVersion.h @@ -5,7 +5,7 @@ * * Created: 5/14/12 * -* Copyright: Copyright © 2012 Airwindows, All Rights Reserved +* Copyright: Copyright © 2012 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, installation, modification diff --git a/plugins/MacSignedAU/XBandpass/XBandpass.cpp b/plugins/MacSignedAU/XBandpass/XBandpass.cpp index 5644cb1fe..202948402 100644 --- a/plugins/MacSignedAU/XBandpass/XBandpass.cpp +++ b/plugins/MacSignedAU/XBandpass/XBandpass.cpp @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XBandpass/XBandpass.h b/plugins/MacSignedAU/XBandpass/XBandpass.h index d6e5dddcd..bc693c7d3 100644 --- a/plugins/MacSignedAU/XBandpass/XBandpass.h +++ b/plugins/MacSignedAU/XBandpass/XBandpass.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XBandpass/XBandpass.r b/plugins/MacSignedAU/XBandpass/XBandpass.r index ceba4791b..c112af87d 100644 --- a/plugins/MacSignedAU/XBandpass/XBandpass.r +++ b/plugins/MacSignedAU/XBandpass/XBandpass.r @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XBandpass/XBandpassVersion.h b/plugins/MacSignedAU/XBandpass/XBandpassVersion.h index b365e4d99..414553d30 100644 --- a/plugins/MacSignedAU/XBandpass/XBandpassVersion.h +++ b/plugins/MacSignedAU/XBandpass/XBandpassVersion.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XHighpass/XHighpass.cpp b/plugins/MacSignedAU/XHighpass/XHighpass.cpp index 411970c63..702b3d826 100644 --- a/plugins/MacSignedAU/XHighpass/XHighpass.cpp +++ b/plugins/MacSignedAU/XHighpass/XHighpass.cpp @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XHighpass/XHighpass.h b/plugins/MacSignedAU/XHighpass/XHighpass.h index b99a55e7d..fbe45e629 100644 --- a/plugins/MacSignedAU/XHighpass/XHighpass.h +++ b/plugins/MacSignedAU/XHighpass/XHighpass.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XHighpass/XHighpass.r b/plugins/MacSignedAU/XHighpass/XHighpass.r index ba342471a..7eca59bf9 100644 --- a/plugins/MacSignedAU/XHighpass/XHighpass.r +++ b/plugins/MacSignedAU/XHighpass/XHighpass.r @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XHighpass/XHighpassVersion.h b/plugins/MacSignedAU/XHighpass/XHighpassVersion.h index a0da661b6..720e79e24 100644 --- a/plugins/MacSignedAU/XHighpass/XHighpassVersion.h +++ b/plugins/MacSignedAU/XHighpass/XHighpassVersion.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XLowpass/XLowpass.cpp b/plugins/MacSignedAU/XLowpass/XLowpass.cpp index abb137696..99fe7118c 100644 --- a/plugins/MacSignedAU/XLowpass/XLowpass.cpp +++ b/plugins/MacSignedAU/XLowpass/XLowpass.cpp @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XLowpass/XLowpass.h b/plugins/MacSignedAU/XLowpass/XLowpass.h index 7527d73b8..e9d053a82 100644 --- a/plugins/MacSignedAU/XLowpass/XLowpass.h +++ b/plugins/MacSignedAU/XLowpass/XLowpass.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XLowpass/XLowpass.r b/plugins/MacSignedAU/XLowpass/XLowpass.r index 98356b0fa..ebde01ad8 100644 --- a/plugins/MacSignedAU/XLowpass/XLowpass.r +++ b/plugins/MacSignedAU/XLowpass/XLowpass.r @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XLowpass/XLowpassVersion.h b/plugins/MacSignedAU/XLowpass/XLowpassVersion.h index 1d54de539..df4a6e142 100644 --- a/plugins/MacSignedAU/XLowpass/XLowpassVersion.h +++ b/plugins/MacSignedAU/XLowpass/XLowpassVersion.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XNotch/XNotch.cpp b/plugins/MacSignedAU/XNotch/XNotch.cpp index e62df6d92..4b1665c19 100644 --- a/plugins/MacSignedAU/XNotch/XNotch.cpp +++ b/plugins/MacSignedAU/XNotch/XNotch.cpp @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XNotch/XNotch.h b/plugins/MacSignedAU/XNotch/XNotch.h index 19c7f7eb8..1c1dd7104 100644 --- a/plugins/MacSignedAU/XNotch/XNotch.h +++ b/plugins/MacSignedAU/XNotch/XNotch.h @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XNotch/XNotch.r b/plugins/MacSignedAU/XNotch/XNotch.r index f0cade276..9fe10649a 100644 --- a/plugins/MacSignedAU/XNotch/XNotch.r +++ b/plugins/MacSignedAU/XNotch/XNotch.r @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XNotch/XNotchVersion.h b/plugins/MacSignedAU/XNotch/XNotchVersion.h index ad2a05c91..0cff2c340 100644 --- a/plugins/MacSignedAU/XNotch/XNotchVersion.h +++ b/plugins/MacSignedAU/XNotch/XNotchVersion.h @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XRegion/XRegion.cpp b/plugins/MacSignedAU/XRegion/XRegion.cpp index 186286098..e4e53da06 100644 --- a/plugins/MacSignedAU/XRegion/XRegion.cpp +++ b/plugins/MacSignedAU/XRegion/XRegion.cpp @@ -5,7 +5,7 @@ * * Created: 6/14/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XRegion/XRegion.h b/plugins/MacSignedAU/XRegion/XRegion.h index 3f7adf52d..b73290758 100644 --- a/plugins/MacSignedAU/XRegion/XRegion.h +++ b/plugins/MacSignedAU/XRegion/XRegion.h @@ -5,7 +5,7 @@ * * Created: 6/14/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XRegion/XRegion.r b/plugins/MacSignedAU/XRegion/XRegion.r index 65bf7a19b..aa62a384b 100644 --- a/plugins/MacSignedAU/XRegion/XRegion.r +++ b/plugins/MacSignedAU/XRegion/XRegion.r @@ -5,7 +5,7 @@ * * Created: 6/14/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/XRegion/XRegionVersion.h b/plugins/MacSignedAU/XRegion/XRegionVersion.h index 07278cf22..fd2b84f72 100644 --- a/plugins/MacSignedAU/XRegion/XRegionVersion.h +++ b/plugins/MacSignedAU/XRegion/XRegionVersion.h @@ -5,7 +5,7 @@ * * Created: 6/14/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/YBandpass/YBandpass.cpp b/plugins/MacSignedAU/YBandpass/YBandpass.cpp index aea039d16..2f443edd3 100644 --- a/plugins/MacSignedAU/YBandpass/YBandpass.cpp +++ b/plugins/MacSignedAU/YBandpass/YBandpass.cpp @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/YBandpass/YBandpass.h b/plugins/MacSignedAU/YBandpass/YBandpass.h index e9616aa3d..7aa357d03 100644 --- a/plugins/MacSignedAU/YBandpass/YBandpass.h +++ b/plugins/MacSignedAU/YBandpass/YBandpass.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/YBandpass/YBandpass.r b/plugins/MacSignedAU/YBandpass/YBandpass.r index 55c5f72b3..434bc8c19 100644 --- a/plugins/MacSignedAU/YBandpass/YBandpass.r +++ b/plugins/MacSignedAU/YBandpass/YBandpass.r @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/YBandpass/YBandpassVersion.h b/plugins/MacSignedAU/YBandpass/YBandpassVersion.h index 0fda35e17..a68fa8bd4 100644 --- a/plugins/MacSignedAU/YBandpass/YBandpassVersion.h +++ b/plugins/MacSignedAU/YBandpass/YBandpassVersion.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/YHighpass/YHighpass.cpp b/plugins/MacSignedAU/YHighpass/YHighpass.cpp index 7c6468b78..1460d5744 100644 --- a/plugins/MacSignedAU/YHighpass/YHighpass.cpp +++ b/plugins/MacSignedAU/YHighpass/YHighpass.cpp @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/YHighpass/YHighpass.h b/plugins/MacSignedAU/YHighpass/YHighpass.h index 7006d6296..7fb98bcfe 100644 --- a/plugins/MacSignedAU/YHighpass/YHighpass.h +++ b/plugins/MacSignedAU/YHighpass/YHighpass.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/YHighpass/YHighpass.r b/plugins/MacSignedAU/YHighpass/YHighpass.r index 772e4c8d9..fa07e6d14 100644 --- a/plugins/MacSignedAU/YHighpass/YHighpass.r +++ b/plugins/MacSignedAU/YHighpass/YHighpass.r @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/YHighpass/YHighpassVersion.h b/plugins/MacSignedAU/YHighpass/YHighpassVersion.h index 198b07bee..283933073 100644 --- a/plugins/MacSignedAU/YHighpass/YHighpassVersion.h +++ b/plugins/MacSignedAU/YHighpass/YHighpassVersion.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/YLowpass/YLowpass.cpp b/plugins/MacSignedAU/YLowpass/YLowpass.cpp index 564e163bf..d80de77df 100644 --- a/plugins/MacSignedAU/YLowpass/YLowpass.cpp +++ b/plugins/MacSignedAU/YLowpass/YLowpass.cpp @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/YLowpass/YLowpass.h b/plugins/MacSignedAU/YLowpass/YLowpass.h index e176e3075..5fd999193 100644 --- a/plugins/MacSignedAU/YLowpass/YLowpass.h +++ b/plugins/MacSignedAU/YLowpass/YLowpass.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/YLowpass/YLowpass.r b/plugins/MacSignedAU/YLowpass/YLowpass.r index 0a4097da8..dd0723656 100644 --- a/plugins/MacSignedAU/YLowpass/YLowpass.r +++ b/plugins/MacSignedAU/YLowpass/YLowpass.r @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/YLowpass/YLowpassVersion.h b/plugins/MacSignedAU/YLowpass/YLowpassVersion.h index fda60854d..15c2d2dc4 100644 --- a/plugins/MacSignedAU/YLowpass/YLowpassVersion.h +++ b/plugins/MacSignedAU/YLowpass/YLowpassVersion.h @@ -5,7 +5,7 @@ * * Created: 5/1/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/YNotch/YNotch.cpp b/plugins/MacSignedAU/YNotch/YNotch.cpp index 9b8c0bc4c..75345f19c 100644 --- a/plugins/MacSignedAU/YNotch/YNotch.cpp +++ b/plugins/MacSignedAU/YNotch/YNotch.cpp @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/YNotch/YNotch.h b/plugins/MacSignedAU/YNotch/YNotch.h index bf96cdc24..5130c6d63 100644 --- a/plugins/MacSignedAU/YNotch/YNotch.h +++ b/plugins/MacSignedAU/YNotch/YNotch.h @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/YNotch/YNotch.r b/plugins/MacSignedAU/YNotch/YNotch.r index 0b5af8f9f..ac53955a5 100644 --- a/plugins/MacSignedAU/YNotch/YNotch.r +++ b/plugins/MacSignedAU/YNotch/YNotch.r @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/YNotch/YNotchVersion.h b/plugins/MacSignedAU/YNotch/YNotchVersion.h index b16b9e5ca..a9e4d3ddb 100644 --- a/plugins/MacSignedAU/YNotch/YNotchVersion.h +++ b/plugins/MacSignedAU/YNotch/YNotchVersion.h @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZBandpass/ZBandpass.cpp b/plugins/MacSignedAU/ZBandpass/ZBandpass.cpp index b5cd18e89..77db84098 100644 --- a/plugins/MacSignedAU/ZBandpass/ZBandpass.cpp +++ b/plugins/MacSignedAU/ZBandpass/ZBandpass.cpp @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZBandpass/ZBandpass.h b/plugins/MacSignedAU/ZBandpass/ZBandpass.h index ab91edfb0..e3502f104 100644 --- a/plugins/MacSignedAU/ZBandpass/ZBandpass.h +++ b/plugins/MacSignedAU/ZBandpass/ZBandpass.h @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZBandpass/ZBandpass.r b/plugins/MacSignedAU/ZBandpass/ZBandpass.r index c36c4ff14..e95f52857 100644 --- a/plugins/MacSignedAU/ZBandpass/ZBandpass.r +++ b/plugins/MacSignedAU/ZBandpass/ZBandpass.r @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZBandpass/ZBandpassVersion.h b/plugins/MacSignedAU/ZBandpass/ZBandpassVersion.h index d0d4908fe..915a44b2a 100644 --- a/plugins/MacSignedAU/ZBandpass/ZBandpassVersion.h +++ b/plugins/MacSignedAU/ZBandpass/ZBandpassVersion.h @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZBandpass2/ZBandpass2.cpp b/plugins/MacSignedAU/ZBandpass2/ZBandpass2.cpp index 34180dab9..739b460d0 100644 --- a/plugins/MacSignedAU/ZBandpass2/ZBandpass2.cpp +++ b/plugins/MacSignedAU/ZBandpass2/ZBandpass2.cpp @@ -5,7 +5,7 @@ * * Created: 12/13/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZBandpass2/ZBandpass2.h b/plugins/MacSignedAU/ZBandpass2/ZBandpass2.h index c255dbe0f..cfdcd4fe6 100644 --- a/plugins/MacSignedAU/ZBandpass2/ZBandpass2.h +++ b/plugins/MacSignedAU/ZBandpass2/ZBandpass2.h @@ -5,7 +5,7 @@ * * Created: 12/13/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZBandpass2/ZBandpass2.r b/plugins/MacSignedAU/ZBandpass2/ZBandpass2.r index 9e8a453d7..c54e4c223 100644 --- a/plugins/MacSignedAU/ZBandpass2/ZBandpass2.r +++ b/plugins/MacSignedAU/ZBandpass2/ZBandpass2.r @@ -5,7 +5,7 @@ * * Created: 12/13/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZBandpass2/ZBandpass2Version.h b/plugins/MacSignedAU/ZBandpass2/ZBandpass2Version.h index f0e431bd1..bb0904178 100644 --- a/plugins/MacSignedAU/ZBandpass2/ZBandpass2Version.h +++ b/plugins/MacSignedAU/ZBandpass2/ZBandpass2Version.h @@ -5,7 +5,7 @@ * * Created: 12/13/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZHighpass/ZHighpass.cpp b/plugins/MacSignedAU/ZHighpass/ZHighpass.cpp index 7c704fa2b..fca2c598f 100644 --- a/plugins/MacSignedAU/ZHighpass/ZHighpass.cpp +++ b/plugins/MacSignedAU/ZHighpass/ZHighpass.cpp @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZHighpass/ZHighpass.h b/plugins/MacSignedAU/ZHighpass/ZHighpass.h index e39d0ad87..5d0dcbbca 100644 --- a/plugins/MacSignedAU/ZHighpass/ZHighpass.h +++ b/plugins/MacSignedAU/ZHighpass/ZHighpass.h @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZHighpass/ZHighpass.r b/plugins/MacSignedAU/ZHighpass/ZHighpass.r index 1a51f8fcc..ee6be0f45 100644 --- a/plugins/MacSignedAU/ZHighpass/ZHighpass.r +++ b/plugins/MacSignedAU/ZHighpass/ZHighpass.r @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZHighpass/ZHighpassVersion.h b/plugins/MacSignedAU/ZHighpass/ZHighpassVersion.h index 4cf822dba..1c2542833 100644 --- a/plugins/MacSignedAU/ZHighpass/ZHighpassVersion.h +++ b/plugins/MacSignedAU/ZHighpass/ZHighpassVersion.h @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZHighpass2/ZHighpass2.cpp b/plugins/MacSignedAU/ZHighpass2/ZHighpass2.cpp index 152500494..e73343cf8 100644 --- a/plugins/MacSignedAU/ZHighpass2/ZHighpass2.cpp +++ b/plugins/MacSignedAU/ZHighpass2/ZHighpass2.cpp @@ -5,7 +5,7 @@ * * Created: 12/6/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZHighpass2/ZHighpass2.h b/plugins/MacSignedAU/ZHighpass2/ZHighpass2.h index c0d8bd6e6..2c0540585 100644 --- a/plugins/MacSignedAU/ZHighpass2/ZHighpass2.h +++ b/plugins/MacSignedAU/ZHighpass2/ZHighpass2.h @@ -5,7 +5,7 @@ * * Created: 12/6/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZHighpass2/ZHighpass2.r b/plugins/MacSignedAU/ZHighpass2/ZHighpass2.r index 5fe57a66b..cdf02f384 100644 --- a/plugins/MacSignedAU/ZHighpass2/ZHighpass2.r +++ b/plugins/MacSignedAU/ZHighpass2/ZHighpass2.r @@ -5,7 +5,7 @@ * * Created: 12/6/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZHighpass2/ZHighpass2Version.h b/plugins/MacSignedAU/ZHighpass2/ZHighpass2Version.h index f55c6a5e6..2fd0ee61d 100644 --- a/plugins/MacSignedAU/ZHighpass2/ZHighpass2Version.h +++ b/plugins/MacSignedAU/ZHighpass2/ZHighpass2Version.h @@ -5,7 +5,7 @@ * * Created: 12/6/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZLowpass/ZLowpass.cpp b/plugins/MacSignedAU/ZLowpass/ZLowpass.cpp index 2cc5d9a93..8fdf37b19 100644 --- a/plugins/MacSignedAU/ZLowpass/ZLowpass.cpp +++ b/plugins/MacSignedAU/ZLowpass/ZLowpass.cpp @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZLowpass/ZLowpass.h b/plugins/MacSignedAU/ZLowpass/ZLowpass.h index a9c4b37f0..b2403fdd2 100644 --- a/plugins/MacSignedAU/ZLowpass/ZLowpass.h +++ b/plugins/MacSignedAU/ZLowpass/ZLowpass.h @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZLowpass/ZLowpass.r b/plugins/MacSignedAU/ZLowpass/ZLowpass.r index 9733b9c56..16af774da 100644 --- a/plugins/MacSignedAU/ZLowpass/ZLowpass.r +++ b/plugins/MacSignedAU/ZLowpass/ZLowpass.r @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZLowpass/ZLowpassVersion.h b/plugins/MacSignedAU/ZLowpass/ZLowpassVersion.h index 138f6f94a..3446e68d3 100644 --- a/plugins/MacSignedAU/ZLowpass/ZLowpassVersion.h +++ b/plugins/MacSignedAU/ZLowpass/ZLowpassVersion.h @@ -5,7 +5,7 @@ * * Created: 4/27/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZLowpass2/ZLowpass2.cpp b/plugins/MacSignedAU/ZLowpass2/ZLowpass2.cpp index 0c614d395..9951f435f 100644 --- a/plugins/MacSignedAU/ZLowpass2/ZLowpass2.cpp +++ b/plugins/MacSignedAU/ZLowpass2/ZLowpass2.cpp @@ -5,7 +5,7 @@ * * Created: 11/22/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZLowpass2/ZLowpass2.h b/plugins/MacSignedAU/ZLowpass2/ZLowpass2.h index 413464837..890856873 100644 --- a/plugins/MacSignedAU/ZLowpass2/ZLowpass2.h +++ b/plugins/MacSignedAU/ZLowpass2/ZLowpass2.h @@ -5,7 +5,7 @@ * * Created: 11/22/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZLowpass2/ZLowpass2.r b/plugins/MacSignedAU/ZLowpass2/ZLowpass2.r index 75ff8f4a3..9c618787e 100644 --- a/plugins/MacSignedAU/ZLowpass2/ZLowpass2.r +++ b/plugins/MacSignedAU/ZLowpass2/ZLowpass2.r @@ -5,7 +5,7 @@ * * Created: 11/22/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZLowpass2/ZLowpass2Version.h b/plugins/MacSignedAU/ZLowpass2/ZLowpass2Version.h index 56e69d5f5..995a2479b 100644 --- a/plugins/MacSignedAU/ZLowpass2/ZLowpass2Version.h +++ b/plugins/MacSignedAU/ZLowpass2/ZLowpass2Version.h @@ -5,7 +5,7 @@ * * Created: 11/22/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZNotch/ZNotch.cpp b/plugins/MacSignedAU/ZNotch/ZNotch.cpp index a2be62258..dce7989cd 100644 --- a/plugins/MacSignedAU/ZNotch/ZNotch.cpp +++ b/plugins/MacSignedAU/ZNotch/ZNotch.cpp @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZNotch/ZNotch.h b/plugins/MacSignedAU/ZNotch/ZNotch.h index ea6e11cf8..dda7a8ad7 100644 --- a/plugins/MacSignedAU/ZNotch/ZNotch.h +++ b/plugins/MacSignedAU/ZNotch/ZNotch.h @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZNotch/ZNotch.r b/plugins/MacSignedAU/ZNotch/ZNotch.r index 662bc8e06..c29f243d1 100644 --- a/plugins/MacSignedAU/ZNotch/ZNotch.r +++ b/plugins/MacSignedAU/ZNotch/ZNotch.r @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZNotch/ZNotchVersion.h b/plugins/MacSignedAU/ZNotch/ZNotchVersion.h index a0ef2c10b..df9a2f361 100644 --- a/plugins/MacSignedAU/ZNotch/ZNotchVersion.h +++ b/plugins/MacSignedAU/ZNotch/ZNotchVersion.h @@ -5,7 +5,7 @@ * * Created: 5/24/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZNotch2/ZNotch2.cpp b/plugins/MacSignedAU/ZNotch2/ZNotch2.cpp index 484e05dc4..7eb528aa0 100644 --- a/plugins/MacSignedAU/ZNotch2/ZNotch2.cpp +++ b/plugins/MacSignedAU/ZNotch2/ZNotch2.cpp @@ -5,7 +5,7 @@ * * Created: 12/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZNotch2/ZNotch2.h b/plugins/MacSignedAU/ZNotch2/ZNotch2.h index 28609ff20..27f02697b 100644 --- a/plugins/MacSignedAU/ZNotch2/ZNotch2.h +++ b/plugins/MacSignedAU/ZNotch2/ZNotch2.h @@ -5,7 +5,7 @@ * * Created: 12/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZNotch2/ZNotch2.r b/plugins/MacSignedAU/ZNotch2/ZNotch2.r index cc63e635e..797d66f34 100644 --- a/plugins/MacSignedAU/ZNotch2/ZNotch2.r +++ b/plugins/MacSignedAU/ZNotch2/ZNotch2.r @@ -5,7 +5,7 @@ * * Created: 12/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZNotch2/ZNotch2Version.h b/plugins/MacSignedAU/ZNotch2/ZNotch2Version.h index 0f6d985ef..0b9964453 100644 --- a/plugins/MacSignedAU/ZNotch2/ZNotch2Version.h +++ b/plugins/MacSignedAU/ZNotch2/ZNotch2Version.h @@ -5,7 +5,7 @@ * * Created: 12/20/21 * -* Copyright: Copyright © 2021 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZRegion/ZRegion.cpp b/plugins/MacSignedAU/ZRegion/ZRegion.cpp index 0f00834d6..ec1d030f8 100755 --- a/plugins/MacSignedAU/ZRegion/ZRegion.cpp +++ b/plugins/MacSignedAU/ZRegion/ZRegion.cpp @@ -5,7 +5,7 @@ * * Created: 9/5/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZRegion/ZRegion.h b/plugins/MacSignedAU/ZRegion/ZRegion.h index d55bc8524..a3664f905 100755 --- a/plugins/MacSignedAU/ZRegion/ZRegion.h +++ b/plugins/MacSignedAU/ZRegion/ZRegion.h @@ -5,7 +5,7 @@ * * Created: 9/5/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZRegion/ZRegion.r b/plugins/MacSignedAU/ZRegion/ZRegion.r index be9c05141..cdc2bc327 100755 --- a/plugins/MacSignedAU/ZRegion/ZRegion.r +++ b/plugins/MacSignedAU/ZRegion/ZRegion.r @@ -5,7 +5,7 @@ * * Created: 9/5/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZRegion/ZRegionVersion.h b/plugins/MacSignedAU/ZRegion/ZRegionVersion.h index 10ca58d1a..845d1e2d8 100755 --- a/plugins/MacSignedAU/ZRegion/ZRegionVersion.h +++ b/plugins/MacSignedAU/ZRegion/ZRegionVersion.h @@ -5,7 +5,7 @@ * * Created: 9/5/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZRegion2/ZRegion2.cpp b/plugins/MacSignedAU/ZRegion2/ZRegion2.cpp index 944cdc0e1..fddc2ebc1 100755 --- a/plugins/MacSignedAU/ZRegion2/ZRegion2.cpp +++ b/plugins/MacSignedAU/ZRegion2/ZRegion2.cpp @@ -5,7 +5,7 @@ * * Created: 9/5/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZRegion2/ZRegion2.h b/plugins/MacSignedAU/ZRegion2/ZRegion2.h index f7551df88..dc57446bb 100755 --- a/plugins/MacSignedAU/ZRegion2/ZRegion2.h +++ b/plugins/MacSignedAU/ZRegion2/ZRegion2.h @@ -5,7 +5,7 @@ * * Created: 9/5/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZRegion2/ZRegion2.r b/plugins/MacSignedAU/ZRegion2/ZRegion2.r index 03e31b96b..08bcbdcef 100755 --- a/plugins/MacSignedAU/ZRegion2/ZRegion2.r +++ b/plugins/MacSignedAU/ZRegion2/ZRegion2.r @@ -5,7 +5,7 @@ * * Created: 9/5/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/ZRegion2/ZRegion2Version.h b/plugins/MacSignedAU/ZRegion2/ZRegion2Version.h index 4e9b1a588..e0936f1f2 100755 --- a/plugins/MacSignedAU/ZRegion2/ZRegion2Version.h +++ b/plugins/MacSignedAU/ZRegion2/ZRegion2Version.h @@ -5,7 +5,7 @@ * * Created: 9/5/22 * -* Copyright: Copyright © 2022 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/curve/curve.cpp b/plugins/MacSignedAU/curve/curve.cpp index 0a44c677c..ba8ae6d6d 100755 --- a/plugins/MacSignedAU/curve/curve.cpp +++ b/plugins/MacSignedAU/curve/curve.cpp @@ -5,7 +5,7 @@ * * Created: 4/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/curve/curve.h b/plugins/MacSignedAU/curve/curve.h index ffef533b6..dae7891c1 100755 --- a/plugins/MacSignedAU/curve/curve.h +++ b/plugins/MacSignedAU/curve/curve.h @@ -5,7 +5,7 @@ * * Created: 4/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/curve/curve.r b/plugins/MacSignedAU/curve/curve.r index b1d60e65d..8b72efbdd 100755 --- a/plugins/MacSignedAU/curve/curve.r +++ b/plugins/MacSignedAU/curve/curve.r @@ -5,7 +5,7 @@ * * Created: 4/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/curve/curveVersion.h b/plugins/MacSignedAU/curve/curveVersion.h index adbbd28e2..e674098b4 100755 --- a/plugins/MacSignedAU/curve/curveVersion.h +++ b/plugins/MacSignedAU/curve/curveVersion.h @@ -5,7 +5,7 @@ * * Created: 4/20/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/curvemono/curvemono.cpp b/plugins/MacSignedAU/curvemono/curvemono.cpp index 3dbfb3b1e..23457c5c3 100755 --- a/plugins/MacSignedAU/curvemono/curvemono.cpp +++ b/plugins/MacSignedAU/curvemono/curvemono.cpp @@ -5,7 +5,7 @@ * * Created: 4/22/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/curvemono/curvemono.h b/plugins/MacSignedAU/curvemono/curvemono.h index 0023b8aca..724970a80 100755 --- a/plugins/MacSignedAU/curvemono/curvemono.h +++ b/plugins/MacSignedAU/curvemono/curvemono.h @@ -5,7 +5,7 @@ * * Created: 4/22/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/curvemono/curvemono.r b/plugins/MacSignedAU/curvemono/curvemono.r index eaa2ae02a..ae38b555a 100755 --- a/plugins/MacSignedAU/curvemono/curvemono.r +++ b/plugins/MacSignedAU/curvemono/curvemono.r @@ -5,7 +5,7 @@ * * Created: 4/22/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/curvemono/curvemonoVersion.h b/plugins/MacSignedAU/curvemono/curvemonoVersion.h index 8f034068f..abe525af6 100755 --- a/plugins/MacSignedAU/curvemono/curvemonoVersion.h +++ b/plugins/MacSignedAU/curvemono/curvemonoVersion.h @@ -5,7 +5,7 @@ * * Created: 4/22/19 * -* Copyright: Copyright © 2019 Airwindows, All Rights Reserved +* Copyright: Copyright © 2019 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, installation, modification diff --git a/plugins/MacSignedAU/uLawDecode/uLawDecode.cpp b/plugins/MacSignedAU/uLawDecode/uLawDecode.cpp index 2bcb8133a..f278f8cbf 100755 --- a/plugins/MacSignedAU/uLawDecode/uLawDecode.cpp +++ b/plugins/MacSignedAU/uLawDecode/uLawDecode.cpp @@ -5,7 +5,7 @@ * * Created: 9/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/uLawDecode/uLawDecode.h b/plugins/MacSignedAU/uLawDecode/uLawDecode.h index 2f51f88b7..276cfc177 100755 --- a/plugins/MacSignedAU/uLawDecode/uLawDecode.h +++ b/plugins/MacSignedAU/uLawDecode/uLawDecode.h @@ -5,7 +5,7 @@ * * Created: 9/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/uLawDecode/uLawDecode.r b/plugins/MacSignedAU/uLawDecode/uLawDecode.r index 9725b48cb..aa3f54206 100755 --- a/plugins/MacSignedAU/uLawDecode/uLawDecode.r +++ b/plugins/MacSignedAU/uLawDecode/uLawDecode.r @@ -5,7 +5,7 @@ * * Created: 9/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/uLawDecode/uLawDecodeVersion.h b/plugins/MacSignedAU/uLawDecode/uLawDecodeVersion.h index 695167840..d0a6c23cd 100755 --- a/plugins/MacSignedAU/uLawDecode/uLawDecodeVersion.h +++ b/plugins/MacSignedAU/uLawDecode/uLawDecodeVersion.h @@ -5,7 +5,7 @@ * * Created: 9/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/uLawEncode/uLawEncode.cpp b/plugins/MacSignedAU/uLawEncode/uLawEncode.cpp index 162838f72..8cf831243 100755 --- a/plugins/MacSignedAU/uLawEncode/uLawEncode.cpp +++ b/plugins/MacSignedAU/uLawEncode/uLawEncode.cpp @@ -5,7 +5,7 @@ * * Created: 9/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/uLawEncode/uLawEncode.h b/plugins/MacSignedAU/uLawEncode/uLawEncode.h index a12457820..32a080e14 100755 --- a/plugins/MacSignedAU/uLawEncode/uLawEncode.h +++ b/plugins/MacSignedAU/uLawEncode/uLawEncode.h @@ -5,7 +5,7 @@ * * Created: 9/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/uLawEncode/uLawEncode.r b/plugins/MacSignedAU/uLawEncode/uLawEncode.r index c5afa6419..5a55e14c3 100755 --- a/plugins/MacSignedAU/uLawEncode/uLawEncode.r +++ b/plugins/MacSignedAU/uLawEncode/uLawEncode.r @@ -5,7 +5,7 @@ * * Created: 9/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedAU/uLawEncode/uLawEncodeVersion.h b/plugins/MacSignedAU/uLawEncode/uLawEncodeVersion.h index 2c9bd2ff9..1ab45de7c 100755 --- a/plugins/MacSignedAU/uLawEncode/uLawEncodeVersion.h +++ b/plugins/MacSignedAU/uLawEncode/uLawEncodeVersion.h @@ -5,7 +5,7 @@ * * Created: 9/9/18 * -* Copyright: Copyright © 2018 Airwindows, All Rights Reserved +* 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, installation, modification diff --git a/plugins/MacSignedVST/ADClip7/source/ADClip7.cpp b/plugins/MacSignedVST/ADClip7/source/ADClip7.cpp index 9f8bc2c88..14e8ee02f 100755 --- a/plugins/MacSignedVST/ADClip7/source/ADClip7.cpp +++ b/plugins/MacSignedVST/ADClip7/source/ADClip7.cpp @@ -1,6 +1,6 @@ /* ======================================== * ADClip7 - ADClip7.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADClip7_H diff --git a/plugins/MacSignedVST/ADClip7/source/ADClip7.h b/plugins/MacSignedVST/ADClip7/source/ADClip7.h index 6a619cd09..46585f444 100755 --- a/plugins/MacSignedVST/ADClip7/source/ADClip7.h +++ b/plugins/MacSignedVST/ADClip7/source/ADClip7.h @@ -1,7 +1,7 @@ /* ======================================== * ADClip7 - ADClip7.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ADClip7_H diff --git a/plugins/MacSignedVST/ADClip7/source/ADClip7Proc.cpp b/plugins/MacSignedVST/ADClip7/source/ADClip7Proc.cpp index db5a449b0..d9a681913 100755 --- a/plugins/MacSignedVST/ADClip7/source/ADClip7Proc.cpp +++ b/plugins/MacSignedVST/ADClip7/source/ADClip7Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ADClip7 - ADClip7.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADClip7_H diff --git a/plugins/MacSignedVST/ADT/source/ADT.cpp b/plugins/MacSignedVST/ADT/source/ADT.cpp index ea5906c22..e6971f9fe 100755 --- a/plugins/MacSignedVST/ADT/source/ADT.cpp +++ b/plugins/MacSignedVST/ADT/source/ADT.cpp @@ -1,6 +1,6 @@ /* ======================================== * ADT - ADT.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADT_H diff --git a/plugins/MacSignedVST/ADT/source/ADT.h b/plugins/MacSignedVST/ADT/source/ADT.h index 113e371d9..f40629b57 100755 --- a/plugins/MacSignedVST/ADT/source/ADT.h +++ b/plugins/MacSignedVST/ADT/source/ADT.h @@ -1,7 +1,7 @@ /* ======================================== * ADT - ADT.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ADT_H diff --git a/plugins/MacSignedVST/ADT/source/ADTProc.cpp b/plugins/MacSignedVST/ADT/source/ADTProc.cpp index 9ed2f4762..bd0c2c97d 100755 --- a/plugins/MacSignedVST/ADT/source/ADTProc.cpp +++ b/plugins/MacSignedVST/ADT/source/ADTProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ADT - ADT.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADT_H diff --git a/plugins/MacSignedVST/AQuickVoiceClip/source/AQuickVoiceClip.cpp b/plugins/MacSignedVST/AQuickVoiceClip/source/AQuickVoiceClip.cpp index a96f32802..ba1e44d3a 100755 --- a/plugins/MacSignedVST/AQuickVoiceClip/source/AQuickVoiceClip.cpp +++ b/plugins/MacSignedVST/AQuickVoiceClip/source/AQuickVoiceClip.cpp @@ -1,6 +1,6 @@ /* ======================================== * AQuickVoiceClip - AQuickVoiceClip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AQuickVoiceClip_H diff --git a/plugins/MacSignedVST/AQuickVoiceClip/source/AQuickVoiceClip.h b/plugins/MacSignedVST/AQuickVoiceClip/source/AQuickVoiceClip.h index 862629b6b..54ce6e488 100755 --- a/plugins/MacSignedVST/AQuickVoiceClip/source/AQuickVoiceClip.h +++ b/plugins/MacSignedVST/AQuickVoiceClip/source/AQuickVoiceClip.h @@ -1,7 +1,7 @@ /* ======================================== * AQuickVoiceClip - AQuickVoiceClip.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AQuickVoiceClip_H diff --git a/plugins/MacSignedVST/AQuickVoiceClip/source/AQuickVoiceClipProc.cpp b/plugins/MacSignedVST/AQuickVoiceClip/source/AQuickVoiceClipProc.cpp index 6ddecdf61..f37aa0cad 100755 --- a/plugins/MacSignedVST/AQuickVoiceClip/source/AQuickVoiceClipProc.cpp +++ b/plugins/MacSignedVST/AQuickVoiceClip/source/AQuickVoiceClipProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AQuickVoiceClip - AQuickVoiceClip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AQuickVoiceClip_H diff --git a/plugins/MacSignedVST/Acceleration/source/Acceleration.cpp b/plugins/MacSignedVST/Acceleration/source/Acceleration.cpp index a2d27752d..ccd24139d 100755 --- a/plugins/MacSignedVST/Acceleration/source/Acceleration.cpp +++ b/plugins/MacSignedVST/Acceleration/source/Acceleration.cpp @@ -1,6 +1,6 @@ /* ======================================== * Acceleration - Acceleration.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration_H diff --git a/plugins/MacSignedVST/Acceleration/source/Acceleration.h b/plugins/MacSignedVST/Acceleration/source/Acceleration.h index 4e4dea014..42b8c58a2 100755 --- a/plugins/MacSignedVST/Acceleration/source/Acceleration.h +++ b/plugins/MacSignedVST/Acceleration/source/Acceleration.h @@ -1,7 +1,7 @@ /* ======================================== * Acceleration - Acceleration.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration_H diff --git a/plugins/MacSignedVST/Acceleration/source/AccelerationProc.cpp b/plugins/MacSignedVST/Acceleration/source/AccelerationProc.cpp index de0446293..83cbd0748 100755 --- a/plugins/MacSignedVST/Acceleration/source/AccelerationProc.cpp +++ b/plugins/MacSignedVST/Acceleration/source/AccelerationProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Acceleration - Acceleration.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration_H diff --git a/plugins/MacSignedVST/Acceleration2/source/Acceleration2.cpp b/plugins/MacSignedVST/Acceleration2/source/Acceleration2.cpp index 71169fbf5..80182b7d6 100755 --- a/plugins/MacSignedVST/Acceleration2/source/Acceleration2.cpp +++ b/plugins/MacSignedVST/Acceleration2/source/Acceleration2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Acceleration2 - Acceleration2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration2_H diff --git a/plugins/MacSignedVST/Acceleration2/source/Acceleration2.h b/plugins/MacSignedVST/Acceleration2/source/Acceleration2.h index ee3a7e56f..72b5a8e29 100755 --- a/plugins/MacSignedVST/Acceleration2/source/Acceleration2.h +++ b/plugins/MacSignedVST/Acceleration2/source/Acceleration2.h @@ -1,7 +1,7 @@ /* ======================================== * Acceleration2 - Acceleration2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration2_H diff --git a/plugins/MacSignedVST/Acceleration2/source/Acceleration2Proc.cpp b/plugins/MacSignedVST/Acceleration2/source/Acceleration2Proc.cpp index 49ece8844..5e045e1e5 100755 --- a/plugins/MacSignedVST/Acceleration2/source/Acceleration2Proc.cpp +++ b/plugins/MacSignedVST/Acceleration2/source/Acceleration2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Acceleration2 - Acceleration2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration2_H diff --git a/plugins/MacSignedVST/Air/source/Air.cpp b/plugins/MacSignedVST/Air/source/Air.cpp index 5ad55b387..6fe7acd80 100755 --- a/plugins/MacSignedVST/Air/source/Air.cpp +++ b/plugins/MacSignedVST/Air/source/Air.cpp @@ -1,6 +1,6 @@ /* ======================================== * Air - Air.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air_H diff --git a/plugins/MacSignedVST/Air/source/Air.h b/plugins/MacSignedVST/Air/source/Air.h index 9432f792b..24cadc2a0 100755 --- a/plugins/MacSignedVST/Air/source/Air.h +++ b/plugins/MacSignedVST/Air/source/Air.h @@ -1,7 +1,7 @@ /* ======================================== * Air - Air.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Air_H diff --git a/plugins/MacSignedVST/Air/source/AirProc.cpp b/plugins/MacSignedVST/Air/source/AirProc.cpp index 9e72d87e2..3482cf7e9 100755 --- a/plugins/MacSignedVST/Air/source/AirProc.cpp +++ b/plugins/MacSignedVST/Air/source/AirProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Air - Air.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air_H diff --git a/plugins/MacSignedVST/Air2/source/Air2.cpp b/plugins/MacSignedVST/Air2/source/Air2.cpp index 29a584309..c61e662c8 100755 --- a/plugins/MacSignedVST/Air2/source/Air2.cpp +++ b/plugins/MacSignedVST/Air2/source/Air2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Air2 - Air2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air2_H diff --git a/plugins/MacSignedVST/Air2/source/Air2.h b/plugins/MacSignedVST/Air2/source/Air2.h index 5fa7a5325..d51737190 100755 --- a/plugins/MacSignedVST/Air2/source/Air2.h +++ b/plugins/MacSignedVST/Air2/source/Air2.h @@ -1,7 +1,7 @@ /* ======================================== * Air2 - Air2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Air2_H diff --git a/plugins/MacSignedVST/Air2/source/Air2Proc.cpp b/plugins/MacSignedVST/Air2/source/Air2Proc.cpp index e07abffda..10e5ce1bf 100755 --- a/plugins/MacSignedVST/Air2/source/Air2Proc.cpp +++ b/plugins/MacSignedVST/Air2/source/Air2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Air2 - Air2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air2_H diff --git a/plugins/MacSignedVST/Apicolypse/source/Apicolypse.cpp b/plugins/MacSignedVST/Apicolypse/source/Apicolypse.cpp index f86eaa223..ddc0a911b 100755 --- a/plugins/MacSignedVST/Apicolypse/source/Apicolypse.cpp +++ b/plugins/MacSignedVST/Apicolypse/source/Apicolypse.cpp @@ -1,6 +1,6 @@ /* ======================================== * Apicolypse - Apicolypse.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Apicolypse_H diff --git a/plugins/MacSignedVST/Apicolypse/source/Apicolypse.h b/plugins/MacSignedVST/Apicolypse/source/Apicolypse.h index 030e910fc..02e17df4e 100755 --- a/plugins/MacSignedVST/Apicolypse/source/Apicolypse.h +++ b/plugins/MacSignedVST/Apicolypse/source/Apicolypse.h @@ -1,7 +1,7 @@ /* ======================================== * Apicolypse - Apicolypse.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Apicolypse_H diff --git a/plugins/MacSignedVST/Apicolypse/source/ApicolypseProc.cpp b/plugins/MacSignedVST/Apicolypse/source/ApicolypseProc.cpp index 9e43be098..8e7f2a957 100755 --- a/plugins/MacSignedVST/Apicolypse/source/ApicolypseProc.cpp +++ b/plugins/MacSignedVST/Apicolypse/source/ApicolypseProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Apicolypse - Apicolypse.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Apicolypse_H diff --git a/plugins/MacSignedVST/AtmosphereBuss/source/AtmosphereBuss.cpp b/plugins/MacSignedVST/AtmosphereBuss/source/AtmosphereBuss.cpp index c2a517acf..7ee004079 100755 --- a/plugins/MacSignedVST/AtmosphereBuss/source/AtmosphereBuss.cpp +++ b/plugins/MacSignedVST/AtmosphereBuss/source/AtmosphereBuss.cpp @@ -1,6 +1,6 @@ /* ======================================== * AtmosphereBuss - AtmosphereBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereBuss_H diff --git a/plugins/MacSignedVST/AtmosphereBuss/source/AtmosphereBuss.h b/plugins/MacSignedVST/AtmosphereBuss/source/AtmosphereBuss.h index 375f70022..0573ca036 100755 --- a/plugins/MacSignedVST/AtmosphereBuss/source/AtmosphereBuss.h +++ b/plugins/MacSignedVST/AtmosphereBuss/source/AtmosphereBuss.h @@ -1,7 +1,7 @@ /* ======================================== * AtmosphereBuss - AtmosphereBuss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereBuss_H diff --git a/plugins/MacSignedVST/AtmosphereBuss/source/AtmosphereBussProc.cpp b/plugins/MacSignedVST/AtmosphereBuss/source/AtmosphereBussProc.cpp index 6a5a9a9ba..ceae16bee 100755 --- a/plugins/MacSignedVST/AtmosphereBuss/source/AtmosphereBussProc.cpp +++ b/plugins/MacSignedVST/AtmosphereBuss/source/AtmosphereBussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AtmosphereBuss - AtmosphereBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereBuss_H diff --git a/plugins/MacSignedVST/AtmosphereChannel/source/AtmosphereChannel.cpp b/plugins/MacSignedVST/AtmosphereChannel/source/AtmosphereChannel.cpp index 8e05bbd54..b5fbecea1 100755 --- a/plugins/MacSignedVST/AtmosphereChannel/source/AtmosphereChannel.cpp +++ b/plugins/MacSignedVST/AtmosphereChannel/source/AtmosphereChannel.cpp @@ -1,6 +1,6 @@ /* ======================================== * AtmosphereChannel - AtmosphereChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereChannel_H diff --git a/plugins/MacSignedVST/AtmosphereChannel/source/AtmosphereChannel.h b/plugins/MacSignedVST/AtmosphereChannel/source/AtmosphereChannel.h index 7bc3ff2fd..8eed0d2e7 100755 --- a/plugins/MacSignedVST/AtmosphereChannel/source/AtmosphereChannel.h +++ b/plugins/MacSignedVST/AtmosphereChannel/source/AtmosphereChannel.h @@ -1,7 +1,7 @@ /* ======================================== * AtmosphereChannel - AtmosphereChannel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereChannel_H diff --git a/plugins/MacSignedVST/AtmosphereChannel/source/AtmosphereChannelProc.cpp b/plugins/MacSignedVST/AtmosphereChannel/source/AtmosphereChannelProc.cpp index 92a6a7318..2c28a3e1b 100755 --- a/plugins/MacSignedVST/AtmosphereChannel/source/AtmosphereChannelProc.cpp +++ b/plugins/MacSignedVST/AtmosphereChannel/source/AtmosphereChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AtmosphereChannel - AtmosphereChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereChannel_H diff --git a/plugins/MacSignedVST/Aura/source/Aura.cpp b/plugins/MacSignedVST/Aura/source/Aura.cpp index b26d8a86f..2b5b56ec1 100755 --- a/plugins/MacSignedVST/Aura/source/Aura.cpp +++ b/plugins/MacSignedVST/Aura/source/Aura.cpp @@ -1,6 +1,6 @@ /* ======================================== * Aura - Aura.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Aura_H diff --git a/plugins/MacSignedVST/Aura/source/Aura.h b/plugins/MacSignedVST/Aura/source/Aura.h index e0feff0c2..70a5b5d41 100755 --- a/plugins/MacSignedVST/Aura/source/Aura.h +++ b/plugins/MacSignedVST/Aura/source/Aura.h @@ -1,7 +1,7 @@ /* ======================================== * Aura - Aura.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Aura_H diff --git a/plugins/MacSignedVST/Aura/source/AuraProc.cpp b/plugins/MacSignedVST/Aura/source/AuraProc.cpp index 6eb8c56ed..509586d2c 100755 --- a/plugins/MacSignedVST/Aura/source/AuraProc.cpp +++ b/plugins/MacSignedVST/Aura/source/AuraProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Aura - Aura.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Aura_H diff --git a/plugins/MacSignedVST/AutoPan/source/AutoPan.cpp b/plugins/MacSignedVST/AutoPan/source/AutoPan.cpp index 69bd7a377..9138ee002 100755 --- a/plugins/MacSignedVST/AutoPan/source/AutoPan.cpp +++ b/plugins/MacSignedVST/AutoPan/source/AutoPan.cpp @@ -1,6 +1,6 @@ /* ======================================== * AutoPan - AutoPan.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AutoPan_H diff --git a/plugins/MacSignedVST/AutoPan/source/AutoPan.h b/plugins/MacSignedVST/AutoPan/source/AutoPan.h index 64058b082..0bc64a62e 100755 --- a/plugins/MacSignedVST/AutoPan/source/AutoPan.h +++ b/plugins/MacSignedVST/AutoPan/source/AutoPan.h @@ -1,7 +1,7 @@ /* ======================================== * AutoPan - AutoPan.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AutoPan_H diff --git a/plugins/MacSignedVST/AutoPan/source/AutoPanProc.cpp b/plugins/MacSignedVST/AutoPan/source/AutoPanProc.cpp index 632f9bfaa..ae3c032c3 100755 --- a/plugins/MacSignedVST/AutoPan/source/AutoPanProc.cpp +++ b/plugins/MacSignedVST/AutoPan/source/AutoPanProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AutoPan - AutoPan.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AutoPan_H diff --git a/plugins/MacSignedVST/AverMatrix/source/AverMatrix.cpp b/plugins/MacSignedVST/AverMatrix/source/AverMatrix.cpp index 9c1db1f5e..bfa91bb09 100755 --- a/plugins/MacSignedVST/AverMatrix/source/AverMatrix.cpp +++ b/plugins/MacSignedVST/AverMatrix/source/AverMatrix.cpp @@ -1,6 +1,6 @@ /* ======================================== * AverMatrix - AverMatrix.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AverMatrix_H diff --git a/plugins/MacSignedVST/AverMatrix/source/AverMatrix.h b/plugins/MacSignedVST/AverMatrix/source/AverMatrix.h index a21b9f267..518989660 100755 --- a/plugins/MacSignedVST/AverMatrix/source/AverMatrix.h +++ b/plugins/MacSignedVST/AverMatrix/source/AverMatrix.h @@ -1,7 +1,7 @@ /* ======================================== * AverMatrix - AverMatrix.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AverMatrix_H diff --git a/plugins/MacSignedVST/AverMatrix/source/AverMatrixProc.cpp b/plugins/MacSignedVST/AverMatrix/source/AverMatrixProc.cpp index 7eff58078..146a0bdf9 100755 --- a/plugins/MacSignedVST/AverMatrix/source/AverMatrixProc.cpp +++ b/plugins/MacSignedVST/AverMatrix/source/AverMatrixProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AverMatrix - AverMatrix.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AverMatrix_H diff --git a/plugins/MacSignedVST/Average/source/Average.cpp b/plugins/MacSignedVST/Average/source/Average.cpp index 64f301f56..cd8461158 100755 --- a/plugins/MacSignedVST/Average/source/Average.cpp +++ b/plugins/MacSignedVST/Average/source/Average.cpp @@ -1,6 +1,6 @@ /* ======================================== * Average - Average.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Average_H diff --git a/plugins/MacSignedVST/Average/source/Average.h b/plugins/MacSignedVST/Average/source/Average.h index 1cdc884ba..9d70619dd 100755 --- a/plugins/MacSignedVST/Average/source/Average.h +++ b/plugins/MacSignedVST/Average/source/Average.h @@ -1,7 +1,7 @@ /* ======================================== * Average - Average.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Average_H diff --git a/plugins/MacSignedVST/Average/source/AverageProc.cpp b/plugins/MacSignedVST/Average/source/AverageProc.cpp index b47fc830b..c041e2d15 100755 --- a/plugins/MacSignedVST/Average/source/AverageProc.cpp +++ b/plugins/MacSignedVST/Average/source/AverageProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Average - Average.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Average_H diff --git a/plugins/MacSignedVST/Balanced/source/Balanced.cpp b/plugins/MacSignedVST/Balanced/source/Balanced.cpp index 4f574b36f..e445a88a3 100755 --- a/plugins/MacSignedVST/Balanced/source/Balanced.cpp +++ b/plugins/MacSignedVST/Balanced/source/Balanced.cpp @@ -1,6 +1,6 @@ /* ======================================== * Balanced - Balanced.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Balanced_H diff --git a/plugins/MacSignedVST/Balanced/source/Balanced.h b/plugins/MacSignedVST/Balanced/source/Balanced.h index abe8a01f9..de9391bb8 100755 --- a/plugins/MacSignedVST/Balanced/source/Balanced.h +++ b/plugins/MacSignedVST/Balanced/source/Balanced.h @@ -1,7 +1,7 @@ /* ======================================== * Balanced - Balanced.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/Balanced/source/BalancedProc.cpp b/plugins/MacSignedVST/Balanced/source/BalancedProc.cpp index 76eb24d3f..50b5c6e9a 100755 --- a/plugins/MacSignedVST/Balanced/source/BalancedProc.cpp +++ b/plugins/MacSignedVST/Balanced/source/BalancedProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Balanced - Balanced.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Balanced_H diff --git a/plugins/MacSignedVST/BassAmp/source/BassAmp.cpp b/plugins/MacSignedVST/BassAmp/source/BassAmp.cpp index 85eba6d6d..3c56fae52 100755 --- a/plugins/MacSignedVST/BassAmp/source/BassAmp.cpp +++ b/plugins/MacSignedVST/BassAmp/source/BassAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassAmp - BassAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassAmp_H diff --git a/plugins/MacSignedVST/BassAmp/source/BassAmp.h b/plugins/MacSignedVST/BassAmp/source/BassAmp.h index a50b4d688..de1f206c9 100755 --- a/plugins/MacSignedVST/BassAmp/source/BassAmp.h +++ b/plugins/MacSignedVST/BassAmp/source/BassAmp.h @@ -1,7 +1,7 @@ /* ======================================== * BassAmp - BassAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BassAmp_H diff --git a/plugins/MacSignedVST/BassAmp/source/BassAmpProc.cpp b/plugins/MacSignedVST/BassAmp/source/BassAmpProc.cpp index ae941ec2b..14a9c328a 100755 --- a/plugins/MacSignedVST/BassAmp/source/BassAmpProc.cpp +++ b/plugins/MacSignedVST/BassAmp/source/BassAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassAmp - BassAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassAmp_H diff --git a/plugins/MacSignedVST/BassDrive/source/BassDrive.cpp b/plugins/MacSignedVST/BassDrive/source/BassDrive.cpp index b042dd13b..bc89acfe2 100755 --- a/plugins/MacSignedVST/BassDrive/source/BassDrive.cpp +++ b/plugins/MacSignedVST/BassDrive/source/BassDrive.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassDrive - BassDrive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassDrive_H diff --git a/plugins/MacSignedVST/BassDrive/source/BassDrive.h b/plugins/MacSignedVST/BassDrive/source/BassDrive.h index c4b152e43..afc60a410 100755 --- a/plugins/MacSignedVST/BassDrive/source/BassDrive.h +++ b/plugins/MacSignedVST/BassDrive/source/BassDrive.h @@ -1,7 +1,7 @@ /* ======================================== * BassDrive - BassDrive.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BassDrive_H diff --git a/plugins/MacSignedVST/BassDrive/source/BassDriveProc.cpp b/plugins/MacSignedVST/BassDrive/source/BassDriveProc.cpp index 48770fb9e..7555dccd7 100755 --- a/plugins/MacSignedVST/BassDrive/source/BassDriveProc.cpp +++ b/plugins/MacSignedVST/BassDrive/source/BassDriveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassDrive - BassDrive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassDrive_H diff --git a/plugins/MacSignedVST/BassKit/source/BassKit.cpp b/plugins/MacSignedVST/BassKit/source/BassKit.cpp index 0eec1c5eb..8be3402e1 100755 --- a/plugins/MacSignedVST/BassKit/source/BassKit.cpp +++ b/plugins/MacSignedVST/BassKit/source/BassKit.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassKit - BassKit.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassKit_H diff --git a/plugins/MacSignedVST/BassKit/source/BassKit.h b/plugins/MacSignedVST/BassKit/source/BassKit.h index c192cfa11..dcd12945a 100755 --- a/plugins/MacSignedVST/BassKit/source/BassKit.h +++ b/plugins/MacSignedVST/BassKit/source/BassKit.h @@ -1,7 +1,7 @@ /* ======================================== * BassKit - BassKit.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BassKit_H diff --git a/plugins/MacSignedVST/BassKit/source/BassKitProc.cpp b/plugins/MacSignedVST/BassKit/source/BassKitProc.cpp index c05d6e66f..6a23df386 100755 --- a/plugins/MacSignedVST/BassKit/source/BassKitProc.cpp +++ b/plugins/MacSignedVST/BassKit/source/BassKitProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassKit - BassKit.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassKit_H diff --git a/plugins/MacSignedVST/Baxandall/source/Baxandall.cpp b/plugins/MacSignedVST/Baxandall/source/Baxandall.cpp index a9f32fa6d..6a6f1b58c 100755 --- a/plugins/MacSignedVST/Baxandall/source/Baxandall.cpp +++ b/plugins/MacSignedVST/Baxandall/source/Baxandall.cpp @@ -1,6 +1,6 @@ /* ======================================== * Baxandall - Baxandall.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall_H diff --git a/plugins/MacSignedVST/Baxandall/source/Baxandall.h b/plugins/MacSignedVST/Baxandall/source/Baxandall.h index f8b773123..b9b3b26a7 100755 --- a/plugins/MacSignedVST/Baxandall/source/Baxandall.h +++ b/plugins/MacSignedVST/Baxandall/source/Baxandall.h @@ -1,7 +1,7 @@ /* ======================================== * Baxandall - Baxandall.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall_H diff --git a/plugins/MacSignedVST/Baxandall/source/BaxandallProc.cpp b/plugins/MacSignedVST/Baxandall/source/BaxandallProc.cpp index 3a5c5b268..5f3a73821 100755 --- a/plugins/MacSignedVST/Baxandall/source/BaxandallProc.cpp +++ b/plugins/MacSignedVST/Baxandall/source/BaxandallProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Baxandall - Baxandall.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall_H diff --git a/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.pbxuser b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..a706c6765 --- /dev/null +++ b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,108 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Baxandall2 */; + codeSenseManager = 8B02375F1D42B1C400E1E8C8 /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 364, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 324, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685053156; + PBXWorkspaceStateSaveDate = 685053156; + }; + sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Baxandall2.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {948, 2394}}"; + sepNavSelRange = "{3963, 0}"; + sepNavVisRange = "{3293, 1618}"; + sepNavWindowFrame = "{{372, 47}, {895, 831}}"; + }; + }; + 245463B80991757100464AD3 /* Baxandall2.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1110, 1368}}"; + sepNavSelRange = "{2633, 0}"; + sepNavVisRange = "{169, 1506}"; + sepNavWindowFrame = "{{319, 47}, {895, 831}}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 20267}}"; + sepNavSelRange = "{10616, 0}"; + sepNavVisRange = "{9653, 2414}"; + sepNavWindowFrame = "{{15, 42}, {895, 831}}"; + }; + }; + 24D8286F09A914000093AEF8 /* Baxandall2Proc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {921, 4302}}"; + sepNavSelRange = "{5724, 0}"; + sepNavVisRange = "{0, 1736}"; + sepNavWindowFrame = "{{149, 47}, {895, 831}}"; + }; + }; + 8B02375E1D42B1C400E1E8C8 /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8B02375F1D42B1C400E1E8C8 /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8D01CCC60486CAD60068D4B7 /* Baxandall2 */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..a93af5b10 --- /dev/null +++ b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1503 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8B02375D1D42B1C400E1E8C8 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 185 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 6 + 4 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {185, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {202, 446}} + GroupTreeTableConfiguration + + MainColumn + 185 + + RubberWindowFrame + 34 365 810 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 202pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8B0237581D42B1C400E1E8C8 + PBXProjectModuleLabel + Gain.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B0237591D42B1C400E1E8C8 + PBXProjectModuleLabel + Gain.h + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {603, 0}} + RubberWindowFrame + 34 365 810 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + Proportion + 441pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {603, 414}} + RubberWindowFrame + 34 365 810 487 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + + Module + PBXBuildResultsModule + + + + + Proportion + 603pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8BF9C8EA28D517B0009E96CF + 1CA23ED40692098700951B8B + 8BF9C8EB28D517B0009E96CF + 8B0237581D42B1C400E1E8C8 + 8BF9C8EC28D517B0009E96CF + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685053872.79754102 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + 8BF9C8ED28D517B0009E96CF + /Users/christopherjohnson/Desktop/Baxandall2/Baxandall2.xcodeproj + + WindowString + 34 365 810 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.projectFormatConflicts + IsVertical + + Layout + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 8BCAE52E1D49920D0047D4BD + + GeometryConfiguration + + Frame + {{0, 0}, {472, 302}} + RubberWindowFrame + 569 378 472 322 0 0 1440 878 + + Module + XCProjectFormatConflictsModule + Proportion + 302pt + + + Proportion + 302pt + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + + TableOfContents + + 8BCAE52F1D49920D0047D4BD + 8BCAE5301D49920D0047D4BD + 8BCAE52E1D49920D0047D4BD + + WindowContentMinSize + 450 300 + WindowString + 569 378 472 322 0 0 1440 878 + WindowToolGUID + 8BCAE52F1D49920D0047D4BD + WindowToolIsVisible + + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/project.pbxproj b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/project.pbxproj new file mode 100755 index 000000000..9b7d25249 --- /dev/null +++ b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/project.pbxproj @@ -0,0 +1,454 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 2407DEB9089929BA00EB68BF /* Baxandall2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* Baxandall2.cpp */; }; + 245463B90991757100464AD3 /* Baxandall2.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* Baxandall2.h */; }; + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; + 24D8287009A914000093AEF8 /* Baxandall2Proc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* Baxandall2Proc.cpp */; }; + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; + 8B8BC71128DB82810093D701 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC70528DB82810093D701 /* vstfxstore.h */; }; + 8B8BC71228DB82810093D701 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC70628DB82810093D701 /* aeffect.h */; }; + 8B8BC71328DB82810093D701 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC70728DB82810093D701 /* aeffectx.h */; }; + 8B8BC71428DB82810093D701 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC70B28DB82810093D701 /* audioeffectx.h */; }; + 8B8BC71528DB82810093D701 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BC70C28DB82810093D701 /* audioeffect.cpp */; }; + 8B8BC71628DB82810093D701 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BC70D28DB82810093D701 /* audioeffectx.cpp */; }; + 8B8BC71728DB82810093D701 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC70E28DB82810093D701 /* aeffeditor.h */; }; + 8B8BC71828DB82810093D701 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BC70F28DB82810093D701 /* vstplugmain.cpp */; }; + 8B8BC71928DB82810093D701 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC71028DB82810093D701 /* audioeffect.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 2407DE920899296600EB68BF /* Baxandall2.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Baxandall2.vst; sourceTree = BUILT_PRODUCTS_DIR; }; + 2407DEB6089929BA00EB68BF /* Baxandall2.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Baxandall2.cpp; path = source/Baxandall2.cpp; sourceTree = ""; }; + 245463B80991757100464AD3 /* Baxandall2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Baxandall2.h; path = source/Baxandall2.h; sourceTree = ""; }; + 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; + 24D8286F09A914000093AEF8 /* Baxandall2Proc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Baxandall2Proc.cpp; path = source/Baxandall2Proc.cpp; sourceTree = ""; }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8B8BC70528DB82810093D701 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 8B8BC70628DB82810093D701 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 8B8BC70728DB82810093D701 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 8B8BC70B28DB82810093D701 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 8B8BC70C28DB82810093D701 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 8B8BC70D28DB82810093D701 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 8B8BC70E28DB82810093D701 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 8B8BC70F28DB82810093D701 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 8B8BC71028DB82810093D701 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* FM-Chopper */ = { + isa = PBXGroup; + children = ( + 19C28FB4FE9D528D11CA2CBB /* Products */, + 089C167CFE841241C02AAC07 /* Resources */, + 08FB77ADFE841716C02AAC07 /* Source */, + ); + name = "FM-Chopper"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */, + 24CFB70307E7A0220081BD57 /* PkgInfo */, + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8B8BC70228DB82810093D701 /* vstsdk2.4 */, + 2407DEB6089929BA00EB68BF /* Baxandall2.cpp */, + 24D8286F09A914000093AEF8 /* Baxandall2Proc.cpp */, + 245463B80991757100464AD3 /* Baxandall2.h */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 2407DE920899296600EB68BF /* Baxandall2.vst */, + ); + name = Products; + sourceTree = ""; + }; + 8B8BC70228DB82810093D701 /* vstsdk2.4 */ = { + isa = PBXGroup; + children = ( + 8B8BC70328DB82810093D701 /* pluginterfaces */, + 8B8BC70828DB82810093D701 /* public.sdk */, + ); + name = vstsdk2.4; + path = ../../../../vstsdk2.4; + sourceTree = ""; + }; + 8B8BC70328DB82810093D701 /* pluginterfaces */ = { + isa = PBXGroup; + children = ( + 8B8BC70428DB82810093D701 /* vst2.x */, + ); + path = pluginterfaces; + sourceTree = ""; + }; + 8B8BC70428DB82810093D701 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 8B8BC70528DB82810093D701 /* vstfxstore.h */, + 8B8BC70628DB82810093D701 /* aeffect.h */, + 8B8BC70728DB82810093D701 /* aeffectx.h */, + ); + path = vst2.x; + sourceTree = ""; + }; + 8B8BC70828DB82810093D701 /* public.sdk */ = { + isa = PBXGroup; + children = ( + 8B8BC70928DB82810093D701 /* source */, + ); + path = public.sdk; + sourceTree = ""; + }; + 8B8BC70928DB82810093D701 /* source */ = { + isa = PBXGroup; + children = ( + 8B8BC70A28DB82810093D701 /* vst2.x */, + ); + path = source; + sourceTree = ""; + }; + 8B8BC70A28DB82810093D701 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 8B8BC70B28DB82810093D701 /* audioeffectx.h */, + 8B8BC70C28DB82810093D701 /* audioeffect.cpp */, + 8B8BC70D28DB82810093D701 /* audioeffectx.cpp */, + 8B8BC70E28DB82810093D701 /* aeffeditor.h */, + 8B8BC70F28DB82810093D701 /* vstplugmain.cpp */, + 8B8BC71028DB82810093D701 /* audioeffect.h */, + ); + path = vst2.x; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B8BC71728DB82810093D701 /* aeffeditor.h in Headers */, + 245463B90991757100464AD3 /* Baxandall2.h in Headers */, + 8B8BC71928DB82810093D701 /* audioeffect.h in Headers */, + 8B8BC71228DB82810093D701 /* aeffect.h in Headers */, + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, + 8B8BC71428DB82810093D701 /* audioeffectx.h in Headers */, + 8B8BC71128DB82810093D701 /* vstfxstore.h in Headers */, + 8B8BC71328DB82810093D701 /* aeffectx.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Baxandall2 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Baxandall2" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Baxandall2; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = "FM-Chopper"; + productReference = 2407DE920899296600EB68BF /* Baxandall2.vst */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1340; + }; + buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Baxandall2" */; + compatibilityVersion = "Xcode 2.4"; + developmentRegion = en; + hasScannedForEncodings = 1; + knownRegions = ( + de, + Base, + fr, + ja, + en, + ); + mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Baxandall2 */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy PkgInfo"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/bash; + shellScript = "cp mac/PkgInfo \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.vst/Contents/\""; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B8BC71628DB82810093D701 /* audioeffectx.cpp in Sources */, + 2407DEB9089929BA00EB68BF /* Baxandall2.cpp in Sources */, + 8B8BC71528DB82810093D701 /* audioeffect.cpp in Sources */, + 8B8BC71828DB82810093D701 /* vstplugmain.cpp in Sources */, + 24D8287009A914000093AEF8 /* Baxandall2Proc.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 24BEAAEE08919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + COPY_PHASE_STRIP = NO; + DEVELOPMENT_TEAM = 9BMAKYA76W; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = ""; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.Baxandall2; + PRODUCT_NAME = Baxandall2; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + SECTORDER_FLAGS = ""; + STRIP_STYLE = debugging; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Debug; + }; + 24BEAAEF08919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = 9BMAKYA76W; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_MODEL_TUNING = ""; + GCC_OPTIMIZATION_LEVEL = s; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.Baxandall2; + PRODUCT_NAME = Baxandall2; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + SECTORDER_FLAGS = ""; + SKIP_INSTALL = NO; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = debugging; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Release; + }; + 24BEAAF208919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_MODEL_TUNING = G5; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + 24BEAAF308919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_MODEL_TUNING = G4; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = s; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Baxandall2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAEE08919AE700E695F9 /* Debug */, + 24BEAAEF08919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Baxandall2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAF208919AE700E695F9 /* Debug */, + 24BEAAF308919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100755 index 000000000..a80c03824 --- /dev/null +++ b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..dfdd7e2b3 Binary files /dev/null and b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..314de0ff8 Binary files /dev/null and b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/spiadmin.mode1v3 b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/spiadmin.mode1v3 new file mode 100755 index 000000000..c5723261d --- /dev/null +++ b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/spiadmin.mode1v3 @@ -0,0 +1,1372 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 91857D9F148EF61800AAA11B + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 089C1671FE841209C02AAC07 + 19C28FB4FE9D528D11CA2CBB + 089C167CFE841241C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 11 + 10 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 693}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 711}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + _historyCapacity + 0 + bookmark + 911C2A9D1491A5F600A430AF + history + + 915DCCBB1491A5B8008574E6 + + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {1053, 508}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 508pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 513}, {1053, 198}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + XCDetailModule + Proportion + 198pt + + + Proportion + 1053pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 911C2A901491A5F600A430AF + 1CE0B1FE06471DED0097A5F4 + 911C2A911491A5F600A430AF + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 1 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 91857DA0148EF61800AAA11B + /Users/spiadmin/Documents/Gain/Gain.xcodeproj + + WindowString + 286 197 1261 752 0 0 1680 1028 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {743, 413}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 413pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 418}, {743, 236}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 654pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 91857DA0148EF61800AAA11B + 911C2A921491A5F600A430AF + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 112 208 743 695 0 0 1680 1028 + WindowToolGUID + 91857DA0148EF61800AAA11B + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/spiadmin.pbxuser b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/spiadmin.pbxuser new file mode 100755 index 000000000..df947808e --- /dev/null +++ b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/spiadmin.pbxuser @@ -0,0 +1,143 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Gain */; + codeSenseManager = 91857D95148EF55400AAA11B /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 829, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 789, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 345089498; + PBXWorkspaceStateSaveDate = 345089498; + }; + perUserProjectItems = { + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = 911C2A9D1491A5F600A430AF /* PBXTextBookmark */; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */; + }; + sourceControlManager = 91857D94148EF55400AAA11B /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Gain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 1768}}"; + sepNavSelRange = "{247, 0}"; + sepNavVisRange = "{0, 1657}"; + }; + }; + 245463B80991757100464AD3 /* Gain.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 975}}"; + sepNavSelRange = "{1552, 0}"; + sepNavVisRange = "{796, 1857}"; + sepNavWindowFrame = "{{15, 465}, {750, 558}}"; + }; + }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 488}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 798}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 19825}}"; + sepNavSelRange = "{10641, 0}"; + sepNavVisRange = "{10076, 1095}"; + }; + }; + 24D8286F09A914000093AEF8 /* GainProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 482}}"; + sepNavSelRange = "{239, 0}"; + sepNavVisRange = "{0, 950}"; + }; + }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 493}}"; + sepNavSelRange = "{249, 0}"; + sepNavVisRange = "{0, 249}"; + }; + }; + 8D01CCC60486CAD60068D4B7 /* Gain */ = { + activeExec = 0; + }; + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1657; + vrLoc = 0; + }; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1625; + vrLoc = 0; + }; + 91857D94148EF55400AAA11B /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 91857D95148EF55400AAA11B /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; +} diff --git a/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/xcshareddata/xcschemes/Baxandall2.xcscheme b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/xcshareddata/xcschemes/Baxandall2.xcscheme new file mode 100644 index 000000000..eebbb1c26 --- /dev/null +++ b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/xcshareddata/xcschemes/Baxandall2.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..5f525377d --- /dev/null +++ b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Baxandall2.xcscheme_^#shared#^_ + + orderHint + 1 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..a7bdd62d4 --- /dev/null +++ b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + «PROJECTNAME».xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme new file mode 100755 index 000000000..0df2de4a3 --- /dev/null +++ b/plugins/MacSignedVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/Baxandall2/mac/Info.plist b/plugins/MacSignedVST/Baxandall2/mac/Info.plist new file mode 100755 index 000000000..e1a76f327 --- /dev/null +++ b/plugins/MacSignedVST/Baxandall2/mac/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + Baxandall2 + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacSignedVST/Baxandall2/mac/PkgInfo b/plugins/MacSignedVST/Baxandall2/mac/PkgInfo new file mode 100755 index 000000000..19a9cf67e --- /dev/null +++ b/plugins/MacSignedVST/Baxandall2/mac/PkgInfo @@ -0,0 +1 @@ +BNDL???? \ No newline at end of file diff --git a/plugins/MacSignedVST/Baxandall2/mac/xcode_vst_prefix.h b/plugins/MacSignedVST/Baxandall2/mac/xcode_vst_prefix.h new file mode 100755 index 000000000..eaf4c0b4b --- /dev/null +++ b/plugins/MacSignedVST/Baxandall2/mac/xcode_vst_prefix.h @@ -0,0 +1,17 @@ +#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 \ No newline at end of file diff --git a/plugins/MacSignedVST/Baxandall2/source/Baxandall2.cpp b/plugins/MacSignedVST/Baxandall2/source/Baxandall2.cpp new file mode 100755 index 000000000..253175714 --- /dev/null +++ b/plugins/MacSignedVST/Baxandall2/source/Baxandall2.cpp @@ -0,0 +1,138 @@ +/* ======================================== + * Baxandall2 - Baxandall2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Baxandall2_H +#include "Baxandall2.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Baxandall2(audioMaster);} + +Baxandall2::Baxandall2(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.5; + B = 0.5; + for (int x = 0; x < 9; x++) { + trebleAL[x] = 0.0; + trebleBL[x] = 0.0; + bassAL[x] = 0.0; + bassBL[x] = 0.0; + trebleAR[x] = 0.0; + trebleBR[x] = 0.0; + bassAR[x] = 0.0; + bassBR[x] = 0.0; + } + flip = false; + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Baxandall2::~Baxandall2() {} +VstInt32 Baxandall2::getVendorVersion () {return 1000;} +void Baxandall2::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Baxandall2::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Baxandall2::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Baxandall2::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Baxandall2::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Baxandall2::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Baxandall2::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Treble", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Bass", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Baxandall2::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string ((A*48.0)-24.0, text, kVstMaxParamStrLen); break; + case kParamB: float2string ((B*48.0)-24.0, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Baxandall2::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "dB", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "dB", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Baxandall2::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Baxandall2::getEffectName(char* name) { + vst_strncpy(name, "Baxandall2", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Baxandall2::getPlugCategory() {return kPlugCategEffect;} + +bool Baxandall2::getProductString(char* text) { + vst_strncpy (text, "airwindows Baxandall2", kVstMaxProductStrLen); return true; +} + +bool Baxandall2::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/MacSignedVST/Baxandall2/source/Baxandall2.h b/plugins/MacSignedVST/Baxandall2/source/Baxandall2.h new file mode 100755 index 000000000..05f8a37f7 --- /dev/null +++ b/plugins/MacSignedVST/Baxandall2/source/Baxandall2.h @@ -0,0 +1,78 @@ +/* ======================================== + * 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 "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kNumParameters = 2 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'baxb'; //Change this to what the AU identity is! + +class Baxandall2 : + public AudioEffectX +{ +public: + Baxandall2(audioMasterCallback audioMaster); + ~Baxandall2(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + uint32_t fpdL; + uint32_t fpdR; + //default stuff + double trebleAL[9]; + double trebleBL[9]; + double bassAL[9]; + double bassBL[9]; + + double trebleAR[9]; + double trebleBR[9]; + double bassAR[9]; + double bassBR[9]; + bool flip; + + float A; + float B; + float C; + float D; + float E; //parameters. Always 0-1, and we scale/alter them elsewhere. + +}; + +#endif diff --git a/plugins/MacSignedVST/Baxandall2/source/Baxandall2Proc.cpp b/plugins/MacSignedVST/Baxandall2/source/Baxandall2Proc.cpp new file mode 100755 index 000000000..e20498b84 --- /dev/null +++ b/plugins/MacSignedVST/Baxandall2/source/Baxandall2Proc.cpp @@ -0,0 +1,238 @@ +/* ======================================== + * 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 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double trebleGain = pow(10.0,((A*48.0)-24.0)/20.0); + double trebleFreq = (4410.0*trebleGain)/getSampleRate(); + if (trebleFreq > 0.45) trebleFreq = 0.45; + trebleAL[0] = trebleBL[0] = trebleAR[0] = trebleBR[0] = trebleFreq; + double bassGain = pow(10.0,((B*48.0)-24.0)/20.0); + double bassFreq = pow(10.0,-((B*48.0)-24.0)/20.0); + bassFreq = (8820.0*bassFreq)/getSampleRate(); + if (bassFreq > 0.45) bassFreq = 0.45; + bassAL[0] = bassBL[0] = bassAR[0] = bassBR[0] = bassFreq; + trebleAL[1] = trebleBL[1] = trebleAR[1] = trebleBR[1] = 0.4; + bassAL[1] = bassBL[1] = bassAR[1] = bassBR[1] = 0.2; + + double K = tan(M_PI * trebleAL[0]); + double norm = 1.0 / (1.0 + K / trebleAL[1] + K * K); + trebleBL[2] = trebleAL[2] = trebleBR[2] = trebleAR[2] = K * K * norm; + trebleBL[3] = trebleAL[3] = trebleBR[3] = trebleAR[3] = 2.0 * trebleAL[2]; + trebleBL[4] = trebleAL[4] = trebleBR[4] = trebleAR[4] = trebleAL[2]; + trebleBL[5] = trebleAL[5] = trebleBR[5] = trebleAR[5] = 2.0 * (K * K - 1.0) * norm; + trebleBL[6] = trebleAL[6] = trebleBR[6] = trebleAR[6] = (1.0 - K / trebleAL[1] + K * K) * norm; + + K = tan(M_PI * bassAL[0]); + norm = 1.0 / (1.0 + K / bassAL[1] + K * K); + bassBL[2] = bassAL[2] = bassBR[2] = bassAR[2] = K * K * norm; + bassBL[3] = bassAL[3] = bassBR[3] = bassAR[3] = 2.0 * bassAL[2]; + bassBL[4] = bassAL[4] = bassBR[4] = bassAR[4] = bassAL[2]; + bassBL[5] = bassAL[5] = bassBR[5] = bassAR[5] = 2.0 * (K * K - 1.0) * norm; + bassBL[6] = bassAL[6] = bassBR[6] = bassAR[6] = (1.0 - K / bassAL[1] + K * K) * norm; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + double trebleSampleL; + double bassSampleL; + double trebleSampleR; + double bassSampleR; + + if (flip) + { + trebleSampleL = (inputSampleL * trebleAL[2]) + trebleAL[7]; + trebleAL[7] = (inputSampleL * trebleAL[3]) - (trebleSampleL * trebleAL[5]) + trebleAL[8]; + trebleAL[8] = (inputSampleL * trebleAL[4]) - (trebleSampleL * trebleAL[6]); + trebleSampleL = inputSampleL - trebleSampleL; + + bassSampleL = (inputSampleL * bassAL[2]) + bassAL[7]; + bassAL[7] = (inputSampleL * bassAL[3]) - (bassSampleL * bassAL[5]) + bassAL[8]; + bassAL[8] = (inputSampleL * bassAL[4]) - (bassSampleL * bassAL[6]); + + trebleSampleR = (inputSampleR * trebleAR[2]) + trebleAR[7]; + trebleAR[7] = (inputSampleR * trebleAR[3]) - (trebleSampleR * trebleAR[5]) + trebleAR[8]; + trebleAR[8] = (inputSampleR * trebleAR[4]) - (trebleSampleR * trebleAR[6]); + trebleSampleR = inputSampleR - trebleSampleR; + + bassSampleR = (inputSampleR * bassAR[2]) + bassAR[7]; + bassAR[7] = (inputSampleR * bassAR[3]) - (bassSampleR * bassAR[5]) + bassAR[8]; + bassAR[8] = (inputSampleR * bassAR[4]) - (bassSampleR * bassAR[6]); + } + else + { + trebleSampleL = (inputSampleL * trebleBL[2]) + trebleBL[7]; + trebleBL[7] = (inputSampleL * trebleBL[3]) - (trebleSampleL * trebleBL[5]) + trebleBL[8]; + trebleBL[8] = (inputSampleL * trebleBL[4]) - (trebleSampleL * trebleBL[6]); + trebleSampleL = inputSampleL - trebleSampleL; + + bassSampleL = (inputSampleL * bassBL[2]) + bassBL[7]; + bassBL[7] = (inputSampleL * bassBL[3]) - (bassSampleL * bassBL[5]) + bassBL[8]; + bassBL[8] = (inputSampleL * bassBL[4]) - (bassSampleL * bassBL[6]); + + trebleSampleR = (inputSampleR * trebleBR[2]) + trebleBR[7]; + trebleBR[7] = (inputSampleR * trebleBR[3]) - (trebleSampleR * trebleBR[5]) + trebleBR[8]; + trebleBR[8] = (inputSampleR * trebleBR[4]) - (trebleSampleR * trebleBR[6]); + trebleSampleR = inputSampleR - trebleSampleR; + + bassSampleR = (inputSampleR * bassBR[2]) + bassBR[7]; + bassBR[7] = (inputSampleR * bassBR[3]) - (bassSampleR * bassBR[5]) + bassBR[8]; + bassBR[8] = (inputSampleR * bassBR[4]) - (bassSampleR * bassBR[6]); + } + flip = !flip; + + trebleSampleL *= trebleGain; + bassSampleL *= bassGain; + inputSampleL = bassSampleL + trebleSampleL; //interleaved biquad + trebleSampleR *= trebleGain; + bassSampleR *= bassGain; + inputSampleR = bassSampleR + trebleSampleR; //interleaved biquad + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Baxandall2::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double trebleGain = pow(10.0,((A*48.0)-24.0)/20.0); + double trebleFreq = (4410.0*trebleGain)/getSampleRate(); + if (trebleFreq > 0.45) trebleFreq = 0.45; + trebleAL[0] = trebleBL[0] = trebleAR[0] = trebleBR[0] = trebleFreq; + double bassGain = pow(10.0,((B*48.0)-24.0)/20.0); + double bassFreq = pow(10.0,-((B*48.0)-24.0)/20.0); + bassFreq = (8820.0*bassFreq)/getSampleRate(); + if (bassFreq > 0.45) bassFreq = 0.45; + bassAL[0] = bassBL[0] = bassAR[0] = bassBR[0] = bassFreq; + trebleAL[1] = trebleBL[1] = trebleAR[1] = trebleBR[1] = 0.4; + bassAL[1] = bassBL[1] = bassAR[1] = bassBR[1] = 0.2; + + double K = tan(M_PI * trebleAL[0]); + double norm = 1.0 / (1.0 + K / trebleAL[1] + K * K); + trebleBL[2] = trebleAL[2] = trebleBR[2] = trebleAR[2] = K * K * norm; + trebleBL[3] = trebleAL[3] = trebleBR[3] = trebleAR[3] = 2.0 * trebleAL[2]; + trebleBL[4] = trebleAL[4] = trebleBR[4] = trebleAR[4] = trebleAL[2]; + trebleBL[5] = trebleAL[5] = trebleBR[5] = trebleAR[5] = 2.0 * (K * K - 1.0) * norm; + trebleBL[6] = trebleAL[6] = trebleBR[6] = trebleAR[6] = (1.0 - K / trebleAL[1] + K * K) * norm; + + K = tan(M_PI * bassAL[0]); + norm = 1.0 / (1.0 + K / bassAL[1] + K * K); + bassBL[2] = bassAL[2] = bassBR[2] = bassAR[2] = K * K * norm; + bassBL[3] = bassAL[3] = bassBR[3] = bassAR[3] = 2.0 * bassAL[2]; + bassBL[4] = bassAL[4] = bassBR[4] = bassAR[4] = bassAL[2]; + bassBL[5] = bassAL[5] = bassBR[5] = bassAR[5] = 2.0 * (K * K - 1.0) * norm; + bassBL[6] = bassAL[6] = bassBR[6] = bassAR[6] = (1.0 - K / bassAL[1] + K * K) * norm; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + double trebleSampleL; + double bassSampleL; + double trebleSampleR; + double bassSampleR; + + if (flip) + { + trebleSampleL = (inputSampleL * trebleAL[2]) + trebleAL[7]; + trebleAL[7] = (inputSampleL * trebleAL[3]) - (trebleSampleL * trebleAL[5]) + trebleAL[8]; + trebleAL[8] = (inputSampleL * trebleAL[4]) - (trebleSampleL * trebleAL[6]); + trebleSampleL = inputSampleL - trebleSampleL; + + bassSampleL = (inputSampleL * bassAL[2]) + bassAL[7]; + bassAL[7] = (inputSampleL * bassAL[3]) - (bassSampleL * bassAL[5]) + bassAL[8]; + bassAL[8] = (inputSampleL * bassAL[4]) - (bassSampleL * bassAL[6]); + + trebleSampleR = (inputSampleR * trebleAR[2]) + trebleAR[7]; + trebleAR[7] = (inputSampleR * trebleAR[3]) - (trebleSampleR * trebleAR[5]) + trebleAR[8]; + trebleAR[8] = (inputSampleR * trebleAR[4]) - (trebleSampleR * trebleAR[6]); + trebleSampleR = inputSampleR - trebleSampleR; + + bassSampleR = (inputSampleR * bassAR[2]) + bassAR[7]; + bassAR[7] = (inputSampleR * bassAR[3]) - (bassSampleR * bassAR[5]) + bassAR[8]; + bassAR[8] = (inputSampleR * bassAR[4]) - (bassSampleR * bassAR[6]); + } + else + { + trebleSampleL = (inputSampleL * trebleBL[2]) + trebleBL[7]; + trebleBL[7] = (inputSampleL * trebleBL[3]) - (trebleSampleL * trebleBL[5]) + trebleBL[8]; + trebleBL[8] = (inputSampleL * trebleBL[4]) - (trebleSampleL * trebleBL[6]); + trebleSampleL = inputSampleL - trebleSampleL; + + bassSampleL = (inputSampleL * bassBL[2]) + bassBL[7]; + bassBL[7] = (inputSampleL * bassBL[3]) - (bassSampleL * bassBL[5]) + bassBL[8]; + bassBL[8] = (inputSampleL * bassBL[4]) - (bassSampleL * bassBL[6]); + + trebleSampleR = (inputSampleR * trebleBR[2]) + trebleBR[7]; + trebleBR[7] = (inputSampleR * trebleBR[3]) - (trebleSampleR * trebleBR[5]) + trebleBR[8]; + trebleBR[8] = (inputSampleR * trebleBR[4]) - (trebleSampleR * trebleBR[6]); + trebleSampleR = inputSampleR - trebleSampleR; + + bassSampleR = (inputSampleR * bassBR[2]) + bassBR[7]; + bassBR[7] = (inputSampleR * bassBR[3]) - (bassSampleR * bassBR[5]) + bassBR[8]; + bassBR[8] = (inputSampleR * bassBR[4]) - (bassSampleR * bassBR[6]); + } + flip = !flip; + + trebleSampleL *= trebleGain; + bassSampleL *= bassGain; + inputSampleL = bassSampleL + trebleSampleL; //interleaved biquad + trebleSampleR *= trebleGain; + bassSampleR *= bassGain; + inputSampleR = bassSampleR + trebleSampleR; //interleaved biquad + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/MacSignedVST/Beam/source/Beam.cpp b/plugins/MacSignedVST/Beam/source/Beam.cpp index 2f52cf2fd..e882208bf 100755 --- a/plugins/MacSignedVST/Beam/source/Beam.cpp +++ b/plugins/MacSignedVST/Beam/source/Beam.cpp @@ -1,6 +1,6 @@ /* ======================================== * Beam - Beam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Beam_H diff --git a/plugins/MacSignedVST/Beam/source/Beam.h b/plugins/MacSignedVST/Beam/source/Beam.h index 0b59bbfb8..88a7aa31f 100755 --- a/plugins/MacSignedVST/Beam/source/Beam.h +++ b/plugins/MacSignedVST/Beam/source/Beam.h @@ -1,7 +1,7 @@ /* ======================================== * Beam - Beam.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Beam_H diff --git a/plugins/MacSignedVST/Beam/source/BeamProc.cpp b/plugins/MacSignedVST/Beam/source/BeamProc.cpp index 6a2ba2eb7..aa7f95a3a 100755 --- a/plugins/MacSignedVST/Beam/source/BeamProc.cpp +++ b/plugins/MacSignedVST/Beam/source/BeamProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Beam - Beam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Beam_H diff --git a/plugins/MacSignedVST/BigAmp/source/BigAmp.cpp b/plugins/MacSignedVST/BigAmp/source/BigAmp.cpp index 1f1a3588d..99268a9ee 100755 --- a/plugins/MacSignedVST/BigAmp/source/BigAmp.cpp +++ b/plugins/MacSignedVST/BigAmp/source/BigAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * BigAmp - BigAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/BigAmp/source/BigAmp.h b/plugins/MacSignedVST/BigAmp/source/BigAmp.h index 621a90a15..44e319708 100755 --- a/plugins/MacSignedVST/BigAmp/source/BigAmp.h +++ b/plugins/MacSignedVST/BigAmp/source/BigAmp.h @@ -1,7 +1,7 @@ /* ======================================== * BigAmp - BigAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/BigAmp/source/BigAmpProc.cpp b/plugins/MacSignedVST/BigAmp/source/BigAmpProc.cpp index a478c3d2e..65c01dea0 100755 --- a/plugins/MacSignedVST/BigAmp/source/BigAmpProc.cpp +++ b/plugins/MacSignedVST/BigAmp/source/BigAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BigAmp - BigAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/Biquad/source/Biquad.cpp b/plugins/MacSignedVST/Biquad/source/Biquad.cpp index 66882abdd..00ddd4bfb 100755 --- a/plugins/MacSignedVST/Biquad/source/Biquad.cpp +++ b/plugins/MacSignedVST/Biquad/source/Biquad.cpp @@ -1,6 +1,6 @@ /* ======================================== * Biquad - Biquad.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad_H diff --git a/plugins/MacSignedVST/Biquad/source/Biquad.h b/plugins/MacSignedVST/Biquad/source/Biquad.h index caa938859..c582b9437 100755 --- a/plugins/MacSignedVST/Biquad/source/Biquad.h +++ b/plugins/MacSignedVST/Biquad/source/Biquad.h @@ -1,7 +1,7 @@ /* ======================================== * Biquad - Biquad.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad_H diff --git a/plugins/MacSignedVST/Biquad/source/BiquadProc.cpp b/plugins/MacSignedVST/Biquad/source/BiquadProc.cpp index 62f2afd7d..91befbf91 100755 --- a/plugins/MacSignedVST/Biquad/source/BiquadProc.cpp +++ b/plugins/MacSignedVST/Biquad/source/BiquadProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Biquad - Biquad.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad_H diff --git a/plugins/MacSignedVST/Biquad2/source/Biquad2.cpp b/plugins/MacSignedVST/Biquad2/source/Biquad2.cpp index 46b86d670..8cd3822cf 100755 --- a/plugins/MacSignedVST/Biquad2/source/Biquad2.cpp +++ b/plugins/MacSignedVST/Biquad2/source/Biquad2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Biquad2 - Biquad2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad2_H diff --git a/plugins/MacSignedVST/Biquad2/source/Biquad2.h b/plugins/MacSignedVST/Biquad2/source/Biquad2.h index f27b567e3..16ebf9121 100755 --- a/plugins/MacSignedVST/Biquad2/source/Biquad2.h +++ b/plugins/MacSignedVST/Biquad2/source/Biquad2.h @@ -1,7 +1,7 @@ /* ======================================== * Biquad2 - Biquad2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad2_H diff --git a/plugins/MacSignedVST/Biquad2/source/Biquad2Proc.cpp b/plugins/MacSignedVST/Biquad2/source/Biquad2Proc.cpp index 608963adc..205e34146 100755 --- a/plugins/MacSignedVST/Biquad2/source/Biquad2Proc.cpp +++ b/plugins/MacSignedVST/Biquad2/source/Biquad2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Biquad2 - Biquad2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad2_H diff --git a/plugins/MacSignedVST/BiquadDouble/source/BiquadDouble.cpp b/plugins/MacSignedVST/BiquadDouble/source/BiquadDouble.cpp index 5ceb395ff..f51f5e541 100755 --- a/plugins/MacSignedVST/BiquadDouble/source/BiquadDouble.cpp +++ b/plugins/MacSignedVST/BiquadDouble/source/BiquadDouble.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadDouble - BiquadDouble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadDouble_H diff --git a/plugins/MacSignedVST/BiquadDouble/source/BiquadDouble.h b/plugins/MacSignedVST/BiquadDouble/source/BiquadDouble.h index 8ea80f434..8a6c42b5b 100755 --- a/plugins/MacSignedVST/BiquadDouble/source/BiquadDouble.h +++ b/plugins/MacSignedVST/BiquadDouble/source/BiquadDouble.h @@ -1,7 +1,7 @@ /* ======================================== * BiquadDouble - BiquadDouble.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadDouble_H diff --git a/plugins/MacSignedVST/BiquadDouble/source/BiquadDoubleProc.cpp b/plugins/MacSignedVST/BiquadDouble/source/BiquadDoubleProc.cpp index 91ae6845a..3f91af231 100755 --- a/plugins/MacSignedVST/BiquadDouble/source/BiquadDoubleProc.cpp +++ b/plugins/MacSignedVST/BiquadDouble/source/BiquadDoubleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadDouble - BiquadDouble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadDouble_H diff --git a/plugins/MacSignedVST/BiquadOneHalf/source/BiquadOneHalf.cpp b/plugins/MacSignedVST/BiquadOneHalf/source/BiquadOneHalf.cpp index 5bbf7ff4a..dc4afba54 100755 --- a/plugins/MacSignedVST/BiquadOneHalf/source/BiquadOneHalf.cpp +++ b/plugins/MacSignedVST/BiquadOneHalf/source/BiquadOneHalf.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadOneHalf - BiquadOneHalf.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadOneHalf_H diff --git a/plugins/MacSignedVST/BiquadOneHalf/source/BiquadOneHalf.h b/plugins/MacSignedVST/BiquadOneHalf/source/BiquadOneHalf.h index 13874fd38..027065291 100755 --- a/plugins/MacSignedVST/BiquadOneHalf/source/BiquadOneHalf.h +++ b/plugins/MacSignedVST/BiquadOneHalf/source/BiquadOneHalf.h @@ -1,7 +1,7 @@ /* ======================================== * BiquadOneHalf - BiquadOneHalf.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadOneHalf_H diff --git a/plugins/MacSignedVST/BiquadOneHalf/source/BiquadOneHalfProc.cpp b/plugins/MacSignedVST/BiquadOneHalf/source/BiquadOneHalfProc.cpp index 4ab27a060..467955c1a 100755 --- a/plugins/MacSignedVST/BiquadOneHalf/source/BiquadOneHalfProc.cpp +++ b/plugins/MacSignedVST/BiquadOneHalf/source/BiquadOneHalfProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadOneHalf - BiquadOneHalf.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadOneHalf_H diff --git a/plugins/MacSignedVST/BiquadPlus/source/BiquadPlus.cpp b/plugins/MacSignedVST/BiquadPlus/source/BiquadPlus.cpp index a8665ef1c..9d9c1c18a 100755 --- a/plugins/MacSignedVST/BiquadPlus/source/BiquadPlus.cpp +++ b/plugins/MacSignedVST/BiquadPlus/source/BiquadPlus.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadPlus - BiquadPlus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadPlus_H diff --git a/plugins/MacSignedVST/BiquadPlus/source/BiquadPlus.h b/plugins/MacSignedVST/BiquadPlus/source/BiquadPlus.h index 0ef273e12..06488cd61 100755 --- a/plugins/MacSignedVST/BiquadPlus/source/BiquadPlus.h +++ b/plugins/MacSignedVST/BiquadPlus/source/BiquadPlus.h @@ -1,7 +1,7 @@ /* ======================================== * BiquadPlus - BiquadPlus.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadPlus_H diff --git a/plugins/MacSignedVST/BiquadPlus/source/BiquadPlusProc.cpp b/plugins/MacSignedVST/BiquadPlus/source/BiquadPlusProc.cpp index b2ad19c4d..0a25cbc9f 100755 --- a/plugins/MacSignedVST/BiquadPlus/source/BiquadPlusProc.cpp +++ b/plugins/MacSignedVST/BiquadPlus/source/BiquadPlusProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadPlus - BiquadPlus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadPlus_H diff --git a/plugins/MacSignedVST/BiquadTriple/source/BiquadTriple.cpp b/plugins/MacSignedVST/BiquadTriple/source/BiquadTriple.cpp index f416a95e0..58341de40 100755 --- a/plugins/MacSignedVST/BiquadTriple/source/BiquadTriple.cpp +++ b/plugins/MacSignedVST/BiquadTriple/source/BiquadTriple.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadTriple - BiquadTriple.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadTriple_H diff --git a/plugins/MacSignedVST/BiquadTriple/source/BiquadTriple.h b/plugins/MacSignedVST/BiquadTriple/source/BiquadTriple.h index f86dda9b5..c65a65d69 100755 --- a/plugins/MacSignedVST/BiquadTriple/source/BiquadTriple.h +++ b/plugins/MacSignedVST/BiquadTriple/source/BiquadTriple.h @@ -1,7 +1,7 @@ /* ======================================== * BiquadTriple - BiquadTriple.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadTriple_H diff --git a/plugins/MacSignedVST/BiquadTriple/source/BiquadTripleProc.cpp b/plugins/MacSignedVST/BiquadTriple/source/BiquadTripleProc.cpp index 4643ed6a5..d17bdc283 100755 --- a/plugins/MacSignedVST/BiquadTriple/source/BiquadTripleProc.cpp +++ b/plugins/MacSignedVST/BiquadTriple/source/BiquadTripleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadTriple - BiquadTriple.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadTriple_H diff --git a/plugins/MacSignedVST/BitGlitter/source/BitGlitter.cpp b/plugins/MacSignedVST/BitGlitter/source/BitGlitter.cpp index 13e689a6a..8b08ca613 100755 --- a/plugins/MacSignedVST/BitGlitter/source/BitGlitter.cpp +++ b/plugins/MacSignedVST/BitGlitter/source/BitGlitter.cpp @@ -1,6 +1,6 @@ /* ======================================== * BitGlitter - BitGlitter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitGlitter_H diff --git a/plugins/MacSignedVST/BitGlitter/source/BitGlitter.h b/plugins/MacSignedVST/BitGlitter/source/BitGlitter.h index 2f0702e5a..158ecdcc0 100755 --- a/plugins/MacSignedVST/BitGlitter/source/BitGlitter.h +++ b/plugins/MacSignedVST/BitGlitter/source/BitGlitter.h @@ -1,7 +1,7 @@ /* ======================================== * BitGlitter - BitGlitter.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BitGlitter_H diff --git a/plugins/MacSignedVST/BitGlitter/source/BitGlitterProc.cpp b/plugins/MacSignedVST/BitGlitter/source/BitGlitterProc.cpp index 792c78c67..2f4275f4d 100755 --- a/plugins/MacSignedVST/BitGlitter/source/BitGlitterProc.cpp +++ b/plugins/MacSignedVST/BitGlitter/source/BitGlitterProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BitGlitter - BitGlitter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitGlitter_H diff --git a/plugins/MacSignedVST/BitShiftGain/source/BitShiftGain.cpp b/plugins/MacSignedVST/BitShiftGain/source/BitShiftGain.cpp index c89bb9f3a..7e0e85a11 100755 --- a/plugins/MacSignedVST/BitShiftGain/source/BitShiftGain.cpp +++ b/plugins/MacSignedVST/BitShiftGain/source/BitShiftGain.cpp @@ -1,6 +1,6 @@ /* ======================================== * BitShiftGain - BitShiftGain.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitShiftGain_H diff --git a/plugins/MacSignedVST/BitShiftGain/source/BitShiftGain.h b/plugins/MacSignedVST/BitShiftGain/source/BitShiftGain.h index 00400a2ee..08ca7f53f 100755 --- a/plugins/MacSignedVST/BitShiftGain/source/BitShiftGain.h +++ b/plugins/MacSignedVST/BitShiftGain/source/BitShiftGain.h @@ -1,7 +1,7 @@ /* ======================================== * BitShiftGain - BitShiftGain.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BitShiftGain_H diff --git a/plugins/MacSignedVST/BitShiftGain/source/BitShiftGainProc.cpp b/plugins/MacSignedVST/BitShiftGain/source/BitShiftGainProc.cpp index c680ebed7..8bdaf5769 100755 --- a/plugins/MacSignedVST/BitShiftGain/source/BitShiftGainProc.cpp +++ b/plugins/MacSignedVST/BitShiftGain/source/BitShiftGainProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BitShiftGain - BitShiftGain.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitShiftGain_H diff --git a/plugins/MacSignedVST/Bite/source/Bite.cpp b/plugins/MacSignedVST/Bite/source/Bite.cpp index 1defea7df..3f71d4fec 100755 --- a/plugins/MacSignedVST/Bite/source/Bite.cpp +++ b/plugins/MacSignedVST/Bite/source/Bite.cpp @@ -1,6 +1,6 @@ /* ======================================== * Bite - Bite.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Bite_H diff --git a/plugins/MacSignedVST/Bite/source/Bite.h b/plugins/MacSignedVST/Bite/source/Bite.h index 895aab027..dba4c990f 100755 --- a/plugins/MacSignedVST/Bite/source/Bite.h +++ b/plugins/MacSignedVST/Bite/source/Bite.h @@ -1,7 +1,7 @@ /* ======================================== * Bite - Bite.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Bite_H diff --git a/plugins/MacSignedVST/Bite/source/BiteProc.cpp b/plugins/MacSignedVST/Bite/source/BiteProc.cpp index 66747041e..43cf433e9 100755 --- a/plugins/MacSignedVST/Bite/source/BiteProc.cpp +++ b/plugins/MacSignedVST/Bite/source/BiteProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Bite - Bite.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Bite_H diff --git a/plugins/MacSignedVST/BlockParty/source/BlockParty.cpp b/plugins/MacSignedVST/BlockParty/source/BlockParty.cpp index ba6d66fc6..c714091e5 100755 --- a/plugins/MacSignedVST/BlockParty/source/BlockParty.cpp +++ b/plugins/MacSignedVST/BlockParty/source/BlockParty.cpp @@ -1,6 +1,6 @@ /* ======================================== * BlockParty - BlockParty.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BlockParty_H diff --git a/plugins/MacSignedVST/BlockParty/source/BlockParty.h b/plugins/MacSignedVST/BlockParty/source/BlockParty.h index 006e9dfd0..394ac0058 100755 --- a/plugins/MacSignedVST/BlockParty/source/BlockParty.h +++ b/plugins/MacSignedVST/BlockParty/source/BlockParty.h @@ -1,7 +1,7 @@ /* ======================================== * BlockParty - BlockParty.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BlockParty_H diff --git a/plugins/MacSignedVST/BlockParty/source/BlockPartyProc.cpp b/plugins/MacSignedVST/BlockParty/source/BlockPartyProc.cpp index da0bb1398..55db2ceb4 100755 --- a/plugins/MacSignedVST/BlockParty/source/BlockPartyProc.cpp +++ b/plugins/MacSignedVST/BlockParty/source/BlockPartyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BlockParty - BlockParty.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BlockParty_H diff --git a/plugins/MacSignedVST/BrassRider/source/BrassRider.cpp b/plugins/MacSignedVST/BrassRider/source/BrassRider.cpp index 46f5e98b9..3d9e1fb0b 100755 --- a/plugins/MacSignedVST/BrassRider/source/BrassRider.cpp +++ b/plugins/MacSignedVST/BrassRider/source/BrassRider.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrassRider - BrassRider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrassRider_H diff --git a/plugins/MacSignedVST/BrassRider/source/BrassRider.h b/plugins/MacSignedVST/BrassRider/source/BrassRider.h index 0e93752bb..e531c6dd2 100755 --- a/plugins/MacSignedVST/BrassRider/source/BrassRider.h +++ b/plugins/MacSignedVST/BrassRider/source/BrassRider.h @@ -1,7 +1,7 @@ /* ======================================== * BrassRider - BrassRider.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrassRider_H diff --git a/plugins/MacSignedVST/BrassRider/source/BrassRiderProc.cpp b/plugins/MacSignedVST/BrassRider/source/BrassRiderProc.cpp index 66b5c75e5..1e909de08 100755 --- a/plugins/MacSignedVST/BrassRider/source/BrassRiderProc.cpp +++ b/plugins/MacSignedVST/BrassRider/source/BrassRiderProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrassRider - BrassRider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrassRider_H diff --git a/plugins/MacSignedVST/BrightAmbience/source/BrightAmbience.cpp b/plugins/MacSignedVST/BrightAmbience/source/BrightAmbience.cpp index 7f40ecbf3..cecf5491d 100755 --- a/plugins/MacSignedVST/BrightAmbience/source/BrightAmbience.cpp +++ b/plugins/MacSignedVST/BrightAmbience/source/BrightAmbience.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience - BrightAmbience.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience_H diff --git a/plugins/MacSignedVST/BrightAmbience/source/BrightAmbience.h b/plugins/MacSignedVST/BrightAmbience/source/BrightAmbience.h index ce3b2c53b..538d2ef5f 100755 --- a/plugins/MacSignedVST/BrightAmbience/source/BrightAmbience.h +++ b/plugins/MacSignedVST/BrightAmbience/source/BrightAmbience.h @@ -1,7 +1,7 @@ /* ======================================== * BrightAmbience - BrightAmbience.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience_H diff --git a/plugins/MacSignedVST/BrightAmbience/source/BrightAmbienceProc.cpp b/plugins/MacSignedVST/BrightAmbience/source/BrightAmbienceProc.cpp index c974a9586..a07921a20 100755 --- a/plugins/MacSignedVST/BrightAmbience/source/BrightAmbienceProc.cpp +++ b/plugins/MacSignedVST/BrightAmbience/source/BrightAmbienceProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience - BrightAmbience.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience_H diff --git a/plugins/MacSignedVST/BrightAmbience2/source/BrightAmbience2.cpp b/plugins/MacSignedVST/BrightAmbience2/source/BrightAmbience2.cpp index d12ddc5e9..404497326 100755 --- a/plugins/MacSignedVST/BrightAmbience2/source/BrightAmbience2.cpp +++ b/plugins/MacSignedVST/BrightAmbience2/source/BrightAmbience2.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience2 - BrightAmbience2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience2_H diff --git a/plugins/MacSignedVST/BrightAmbience2/source/BrightAmbience2.h b/plugins/MacSignedVST/BrightAmbience2/source/BrightAmbience2.h index efd6e3f4c..f6f7d2962 100755 --- a/plugins/MacSignedVST/BrightAmbience2/source/BrightAmbience2.h +++ b/plugins/MacSignedVST/BrightAmbience2/source/BrightAmbience2.h @@ -1,7 +1,7 @@ /* ======================================== * BrightAmbience2 - BrightAmbience2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience2_H diff --git a/plugins/MacSignedVST/BrightAmbience2/source/BrightAmbience2Proc.cpp b/plugins/MacSignedVST/BrightAmbience2/source/BrightAmbience2Proc.cpp index 1e33a46cc..e79b27203 100755 --- a/plugins/MacSignedVST/BrightAmbience2/source/BrightAmbience2Proc.cpp +++ b/plugins/MacSignedVST/BrightAmbience2/source/BrightAmbience2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience2 - BrightAmbience2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience2_H diff --git a/plugins/MacSignedVST/BrightAmbience3/source/BrightAmbience3.cpp b/plugins/MacSignedVST/BrightAmbience3/source/BrightAmbience3.cpp index ed805d124..a45bc62c5 100755 --- a/plugins/MacSignedVST/BrightAmbience3/source/BrightAmbience3.cpp +++ b/plugins/MacSignedVST/BrightAmbience3/source/BrightAmbience3.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience3 - BrightAmbience3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience3_H diff --git a/plugins/MacSignedVST/BrightAmbience3/source/BrightAmbience3.h b/plugins/MacSignedVST/BrightAmbience3/source/BrightAmbience3.h index cd9a6abd0..d4b77ead7 100755 --- a/plugins/MacSignedVST/BrightAmbience3/source/BrightAmbience3.h +++ b/plugins/MacSignedVST/BrightAmbience3/source/BrightAmbience3.h @@ -1,7 +1,7 @@ /* ======================================== * BrightAmbience3 - BrightAmbience3.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience3_H diff --git a/plugins/MacSignedVST/BrightAmbience3/source/BrightAmbience3Proc.cpp b/plugins/MacSignedVST/BrightAmbience3/source/BrightAmbience3Proc.cpp index dd6875d28..3a18bb9ae 100755 --- a/plugins/MacSignedVST/BrightAmbience3/source/BrightAmbience3Proc.cpp +++ b/plugins/MacSignedVST/BrightAmbience3/source/BrightAmbience3Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience3 - BrightAmbience3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience3_H diff --git a/plugins/MacSignedVST/BuildATPDF/source/BuildATPDF.cpp b/plugins/MacSignedVST/BuildATPDF/source/BuildATPDF.cpp index 50f8100ec..64853c537 100755 --- a/plugins/MacSignedVST/BuildATPDF/source/BuildATPDF.cpp +++ b/plugins/MacSignedVST/BuildATPDF/source/BuildATPDF.cpp @@ -1,6 +1,6 @@ /* ======================================== * BuildATPDF - BuildATPDF.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BuildATPDF_H diff --git a/plugins/MacSignedVST/BuildATPDF/source/BuildATPDF.h b/plugins/MacSignedVST/BuildATPDF/source/BuildATPDF.h index 06b07b9dd..ea97927e9 100755 --- a/plugins/MacSignedVST/BuildATPDF/source/BuildATPDF.h +++ b/plugins/MacSignedVST/BuildATPDF/source/BuildATPDF.h @@ -1,7 +1,7 @@ /* ======================================== * BuildATPDF - BuildATPDF.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BuildATPDF_H diff --git a/plugins/MacSignedVST/BuildATPDF/source/BuildATPDFProc.cpp b/plugins/MacSignedVST/BuildATPDF/source/BuildATPDFProc.cpp index 277522f81..31783e863 100755 --- a/plugins/MacSignedVST/BuildATPDF/source/BuildATPDFProc.cpp +++ b/plugins/MacSignedVST/BuildATPDF/source/BuildATPDFProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BuildATPDF - BuildATPDF.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BuildATPDF_H diff --git a/plugins/MacSignedVST/BussColors4/source/BussColors4.cpp b/plugins/MacSignedVST/BussColors4/source/BussColors4.cpp index 731e1331f..3a0522699 100755 --- a/plugins/MacSignedVST/BussColors4/source/BussColors4.cpp +++ b/plugins/MacSignedVST/BussColors4/source/BussColors4.cpp @@ -1,6 +1,6 @@ /* ======================================== * BussColors4 - BussColors4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BussColors4_H diff --git a/plugins/MacSignedVST/BussColors4/source/BussColors4.h b/plugins/MacSignedVST/BussColors4/source/BussColors4.h index 694ce678b..0d89dcd65 100755 --- a/plugins/MacSignedVST/BussColors4/source/BussColors4.h +++ b/plugins/MacSignedVST/BussColors4/source/BussColors4.h @@ -1,7 +1,7 @@ /* ======================================== * BussColors4 - BussColors4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BussColors4_H diff --git a/plugins/MacSignedVST/BussColors4/source/BussColors4Proc.cpp b/plugins/MacSignedVST/BussColors4/source/BussColors4Proc.cpp index 8691460d7..4afa43e04 100755 --- a/plugins/MacSignedVST/BussColors4/source/BussColors4Proc.cpp +++ b/plugins/MacSignedVST/BussColors4/source/BussColors4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BussColors4 - BussColors4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BussColors4_H diff --git a/plugins/MacSignedVST/ButterComp/source/ButterComp.cpp b/plugins/MacSignedVST/ButterComp/source/ButterComp.cpp index deac8039a..2a32126d2 100755 --- a/plugins/MacSignedVST/ButterComp/source/ButterComp.cpp +++ b/plugins/MacSignedVST/ButterComp/source/ButterComp.cpp @@ -1,6 +1,6 @@ /* ======================================== * ButterComp - ButterComp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp_H diff --git a/plugins/MacSignedVST/ButterComp/source/ButterComp.h b/plugins/MacSignedVST/ButterComp/source/ButterComp.h index 12c693fe2..689cc2fe5 100755 --- a/plugins/MacSignedVST/ButterComp/source/ButterComp.h +++ b/plugins/MacSignedVST/ButterComp/source/ButterComp.h @@ -1,7 +1,7 @@ /* ======================================== * ButterComp - ButterComp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp_H diff --git a/plugins/MacSignedVST/ButterComp/source/ButterCompProc.cpp b/plugins/MacSignedVST/ButterComp/source/ButterCompProc.cpp index cd4131698..f1f605ac8 100755 --- a/plugins/MacSignedVST/ButterComp/source/ButterCompProc.cpp +++ b/plugins/MacSignedVST/ButterComp/source/ButterCompProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ButterComp - ButterComp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp_H diff --git a/plugins/MacSignedVST/ButterComp2/source/ButterComp2.cpp b/plugins/MacSignedVST/ButterComp2/source/ButterComp2.cpp index b7bf3f1c0..347774f82 100755 --- a/plugins/MacSignedVST/ButterComp2/source/ButterComp2.cpp +++ b/plugins/MacSignedVST/ButterComp2/source/ButterComp2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ButterComp2 - ButterComp2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp2_H diff --git a/plugins/MacSignedVST/ButterComp2/source/ButterComp2.h b/plugins/MacSignedVST/ButterComp2/source/ButterComp2.h index d1f8721c1..70b7f0a0d 100755 --- a/plugins/MacSignedVST/ButterComp2/source/ButterComp2.h +++ b/plugins/MacSignedVST/ButterComp2/source/ButterComp2.h @@ -1,7 +1,7 @@ /* ======================================== * ButterComp2 - ButterComp2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp2_H diff --git a/plugins/MacSignedVST/ButterComp2/source/ButterComp2Proc.cpp b/plugins/MacSignedVST/ButterComp2/source/ButterComp2Proc.cpp index 1bf7d52dd..418ac65c8 100755 --- a/plugins/MacSignedVST/ButterComp2/source/ButterComp2Proc.cpp +++ b/plugins/MacSignedVST/ButterComp2/source/ButterComp2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ButterComp2 - ButterComp2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp2_H diff --git a/plugins/MacSignedVST/C5RawBuss/source/C5RawBuss.cpp b/plugins/MacSignedVST/C5RawBuss/source/C5RawBuss.cpp index 1515cfdec..be1090193 100755 --- a/plugins/MacSignedVST/C5RawBuss/source/C5RawBuss.cpp +++ b/plugins/MacSignedVST/C5RawBuss/source/C5RawBuss.cpp @@ -1,6 +1,6 @@ /* ======================================== * C5RawBuss - C5RawBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawBuss_H diff --git a/plugins/MacSignedVST/C5RawBuss/source/C5RawBuss.h b/plugins/MacSignedVST/C5RawBuss/source/C5RawBuss.h index dfc108b22..d0409940b 100755 --- a/plugins/MacSignedVST/C5RawBuss/source/C5RawBuss.h +++ b/plugins/MacSignedVST/C5RawBuss/source/C5RawBuss.h @@ -1,7 +1,7 @@ /* ======================================== * C5RawBuss - C5RawBuss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawBuss_H diff --git a/plugins/MacSignedVST/C5RawBuss/source/C5RawBussProc.cpp b/plugins/MacSignedVST/C5RawBuss/source/C5RawBussProc.cpp index cc884ee73..a971797fa 100755 --- a/plugins/MacSignedVST/C5RawBuss/source/C5RawBussProc.cpp +++ b/plugins/MacSignedVST/C5RawBuss/source/C5RawBussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * C5RawBuss - C5RawBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawBuss_H diff --git a/plugins/MacSignedVST/C5RawChannel/source/C5RawChannel.cpp b/plugins/MacSignedVST/C5RawChannel/source/C5RawChannel.cpp index a25bbd81d..a77b6f606 100755 --- a/plugins/MacSignedVST/C5RawChannel/source/C5RawChannel.cpp +++ b/plugins/MacSignedVST/C5RawChannel/source/C5RawChannel.cpp @@ -1,6 +1,6 @@ /* ======================================== * C5RawChannel - C5RawChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawChannel_H diff --git a/plugins/MacSignedVST/C5RawChannel/source/C5RawChannel.h b/plugins/MacSignedVST/C5RawChannel/source/C5RawChannel.h index 8ed6e152e..023fe63df 100755 --- a/plugins/MacSignedVST/C5RawChannel/source/C5RawChannel.h +++ b/plugins/MacSignedVST/C5RawChannel/source/C5RawChannel.h @@ -1,7 +1,7 @@ /* ======================================== * C5RawChannel - C5RawChannel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawChannel_H diff --git a/plugins/MacSignedVST/C5RawChannel/source/C5RawChannelProc.cpp b/plugins/MacSignedVST/C5RawChannel/source/C5RawChannelProc.cpp index d8e91ece8..0a6ed4ad5 100755 --- a/plugins/MacSignedVST/C5RawChannel/source/C5RawChannelProc.cpp +++ b/plugins/MacSignedVST/C5RawChannel/source/C5RawChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * C5RawChannel - C5RawChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawChannel_H diff --git a/plugins/MacSignedVST/CStrip/source/CStrip.cpp b/plugins/MacSignedVST/CStrip/source/CStrip.cpp index 88b4e1748..29dbbab62 100755 --- a/plugins/MacSignedVST/CStrip/source/CStrip.cpp +++ b/plugins/MacSignedVST/CStrip/source/CStrip.cpp @@ -1,6 +1,6 @@ /* ======================================== * CStrip - CStrip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __CStrip_H diff --git a/plugins/MacSignedVST/CStrip/source/CStrip.h b/plugins/MacSignedVST/CStrip/source/CStrip.h index 3e4f6219e..92fa4aa1c 100755 --- a/plugins/MacSignedVST/CStrip/source/CStrip.h +++ b/plugins/MacSignedVST/CStrip/source/CStrip.h @@ -1,7 +1,7 @@ /* ======================================== * CStrip - CStrip.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __CStrip_H diff --git a/plugins/MacSignedVST/CStrip/source/CStripProc.cpp b/plugins/MacSignedVST/CStrip/source/CStripProc.cpp index 0a758963e..bf11e5592 100755 --- a/plugins/MacSignedVST/CStrip/source/CStripProc.cpp +++ b/plugins/MacSignedVST/CStrip/source/CStripProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * CStrip - CStrip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __CStrip_H diff --git a/plugins/MacSignedVST/Cabs/source/Cabs.cpp b/plugins/MacSignedVST/Cabs/source/Cabs.cpp index dcb9a3c5f..8e0124ffb 100755 --- a/plugins/MacSignedVST/Cabs/source/Cabs.cpp +++ b/plugins/MacSignedVST/Cabs/source/Cabs.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cabs - Cabs.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cabs_H diff --git a/plugins/MacSignedVST/Cabs/source/Cabs.h b/plugins/MacSignedVST/Cabs/source/Cabs.h index dd0bfcac3..cfc6defc1 100755 --- a/plugins/MacSignedVST/Cabs/source/Cabs.h +++ b/plugins/MacSignedVST/Cabs/source/Cabs.h @@ -1,7 +1,7 @@ /* ======================================== * Cabs - Cabs.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Cabs_H diff --git a/plugins/MacSignedVST/Cabs/source/CabsProc.cpp b/plugins/MacSignedVST/Cabs/source/CabsProc.cpp index 5ec05dd1e..1a22c66c8 100755 --- a/plugins/MacSignedVST/Cabs/source/CabsProc.cpp +++ b/plugins/MacSignedVST/Cabs/source/CabsProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cabs - Cabs.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cabs_H diff --git a/plugins/MacSignedVST/Calibre/source/Calibre.cpp b/plugins/MacSignedVST/Calibre/source/Calibre.cpp index ee18c9617..63541ba92 100755 --- a/plugins/MacSignedVST/Calibre/source/Calibre.cpp +++ b/plugins/MacSignedVST/Calibre/source/Calibre.cpp @@ -1,6 +1,6 @@ /* ======================================== * Calibre - Calibre.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Calibre_H diff --git a/plugins/MacSignedVST/Calibre/source/Calibre.h b/plugins/MacSignedVST/Calibre/source/Calibre.h index 41ac899ae..293d6c00e 100755 --- a/plugins/MacSignedVST/Calibre/source/Calibre.h +++ b/plugins/MacSignedVST/Calibre/source/Calibre.h @@ -1,7 +1,7 @@ /* ======================================== * Calibre - Calibre.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Calibre_H diff --git a/plugins/MacSignedVST/Calibre/source/CalibreProc.cpp b/plugins/MacSignedVST/Calibre/source/CalibreProc.cpp index 9cb3232be..642948b10 100755 --- a/plugins/MacSignedVST/Calibre/source/CalibreProc.cpp +++ b/plugins/MacSignedVST/Calibre/source/CalibreProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Calibre - Calibre.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Calibre_H diff --git a/plugins/MacSignedVST/Capacitor/source/Capacitor.cpp b/plugins/MacSignedVST/Capacitor/source/Capacitor.cpp index 525bf3763..e47e2b065 100755 --- a/plugins/MacSignedVST/Capacitor/source/Capacitor.cpp +++ b/plugins/MacSignedVST/Capacitor/source/Capacitor.cpp @@ -1,6 +1,6 @@ /* ======================================== * Capacitor - Capacitor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor_H diff --git a/plugins/MacSignedVST/Capacitor/source/Capacitor.h b/plugins/MacSignedVST/Capacitor/source/Capacitor.h index 7407eb5d1..85943814f 100755 --- a/plugins/MacSignedVST/Capacitor/source/Capacitor.h +++ b/plugins/MacSignedVST/Capacitor/source/Capacitor.h @@ -1,7 +1,7 @@ /* ======================================== * Capacitor - Capacitor.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor_H diff --git a/plugins/MacSignedVST/Capacitor/source/CapacitorProc.cpp b/plugins/MacSignedVST/Capacitor/source/CapacitorProc.cpp index f851b2c9e..1714b915d 100755 --- a/plugins/MacSignedVST/Capacitor/source/CapacitorProc.cpp +++ b/plugins/MacSignedVST/Capacitor/source/CapacitorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Capacitor - Capacitor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor_H diff --git a/plugins/MacSignedVST/Capacitor2/source/Capacitor2.cpp b/plugins/MacSignedVST/Capacitor2/source/Capacitor2.cpp index 308b53490..b179bcdd6 100755 --- a/plugins/MacSignedVST/Capacitor2/source/Capacitor2.cpp +++ b/plugins/MacSignedVST/Capacitor2/source/Capacitor2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Capacitor2 - Capacitor2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor2_H diff --git a/plugins/MacSignedVST/Capacitor2/source/Capacitor2.h b/plugins/MacSignedVST/Capacitor2/source/Capacitor2.h index c9460f0db..168437448 100755 --- a/plugins/MacSignedVST/Capacitor2/source/Capacitor2.h +++ b/plugins/MacSignedVST/Capacitor2/source/Capacitor2.h @@ -1,7 +1,7 @@ /* ======================================== * Capacitor2 - Capacitor2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor2_H diff --git a/plugins/MacSignedVST/Capacitor2/source/Capacitor2Proc.cpp b/plugins/MacSignedVST/Capacitor2/source/Capacitor2Proc.cpp index 4b3f730fe..36319799a 100755 --- a/plugins/MacSignedVST/Capacitor2/source/Capacitor2Proc.cpp +++ b/plugins/MacSignedVST/Capacitor2/source/Capacitor2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Capacitor2 - Capacitor2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor2_H diff --git a/plugins/MacSignedVST/Chamber/source/Chamber.cpp b/plugins/MacSignedVST/Chamber/source/Chamber.cpp index 2bb273587..d6fdfca27 100755 --- a/plugins/MacSignedVST/Chamber/source/Chamber.cpp +++ b/plugins/MacSignedVST/Chamber/source/Chamber.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chamber - Chamber.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber_H diff --git a/plugins/MacSignedVST/Chamber/source/Chamber.h b/plugins/MacSignedVST/Chamber/source/Chamber.h index 0c427bdb5..8a2eb17c5 100755 --- a/plugins/MacSignedVST/Chamber/source/Chamber.h +++ b/plugins/MacSignedVST/Chamber/source/Chamber.h @@ -1,7 +1,7 @@ /* ======================================== * Chamber - Chamber.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber_H diff --git a/plugins/MacSignedVST/Chamber/source/ChamberProc.cpp b/plugins/MacSignedVST/Chamber/source/ChamberProc.cpp index c536ef030..711c96d1e 100755 --- a/plugins/MacSignedVST/Chamber/source/ChamberProc.cpp +++ b/plugins/MacSignedVST/Chamber/source/ChamberProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chamber - Chamber.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber_H diff --git a/plugins/MacSignedVST/Chamber2/source/Chamber2.cpp b/plugins/MacSignedVST/Chamber2/source/Chamber2.cpp index 2afbd2353..c13d3c187 100755 --- a/plugins/MacSignedVST/Chamber2/source/Chamber2.cpp +++ b/plugins/MacSignedVST/Chamber2/source/Chamber2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chamber2 - Chamber2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber2_H diff --git a/plugins/MacSignedVST/Chamber2/source/Chamber2.h b/plugins/MacSignedVST/Chamber2/source/Chamber2.h index 6fe5e226e..629c06d36 100755 --- a/plugins/MacSignedVST/Chamber2/source/Chamber2.h +++ b/plugins/MacSignedVST/Chamber2/source/Chamber2.h @@ -1,7 +1,7 @@ /* ======================================== * Chamber2 - Chamber2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber2_H diff --git a/plugins/MacSignedVST/Chamber2/source/Chamber2Proc.cpp b/plugins/MacSignedVST/Chamber2/source/Chamber2Proc.cpp index 4b112cd78..303f9d3ec 100755 --- a/plugins/MacSignedVST/Chamber2/source/Chamber2Proc.cpp +++ b/plugins/MacSignedVST/Chamber2/source/Chamber2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chamber2 - Chamber2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber2_H diff --git a/plugins/MacSignedVST/Channel4/source/Channel4.cpp b/plugins/MacSignedVST/Channel4/source/Channel4.cpp index acdd74a0b..ede5b2acf 100755 --- a/plugins/MacSignedVST/Channel4/source/Channel4.cpp +++ b/plugins/MacSignedVST/Channel4/source/Channel4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel4 - Channel4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel4_H diff --git a/plugins/MacSignedVST/Channel4/source/Channel4.h b/plugins/MacSignedVST/Channel4/source/Channel4.h index 1f427f88d..7c81d45fc 100755 --- a/plugins/MacSignedVST/Channel4/source/Channel4.h +++ b/plugins/MacSignedVST/Channel4/source/Channel4.h @@ -1,7 +1,7 @@ /* ======================================== * Channel4 - Channel4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel4_H diff --git a/plugins/MacSignedVST/Channel4/source/Channel4Proc.cpp b/plugins/MacSignedVST/Channel4/source/Channel4Proc.cpp index a57623d4f..33655a5f9 100755 --- a/plugins/MacSignedVST/Channel4/source/Channel4Proc.cpp +++ b/plugins/MacSignedVST/Channel4/source/Channel4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel4 - Channel4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel4_H diff --git a/plugins/MacSignedVST/Channel5/source/Channel5.cpp b/plugins/MacSignedVST/Channel5/source/Channel5.cpp index 975c7bab8..8455be251 100755 --- a/plugins/MacSignedVST/Channel5/source/Channel5.cpp +++ b/plugins/MacSignedVST/Channel5/source/Channel5.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel5 - Channel5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel5_H diff --git a/plugins/MacSignedVST/Channel5/source/Channel5.h b/plugins/MacSignedVST/Channel5/source/Channel5.h index ef3c2b8bd..892138672 100755 --- a/plugins/MacSignedVST/Channel5/source/Channel5.h +++ b/plugins/MacSignedVST/Channel5/source/Channel5.h @@ -1,7 +1,7 @@ /* ======================================== * Channel5 - Channel5.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel5_H diff --git a/plugins/MacSignedVST/Channel5/source/Channel5Proc.cpp b/plugins/MacSignedVST/Channel5/source/Channel5Proc.cpp index d873e2b2c..7cd05916b 100755 --- a/plugins/MacSignedVST/Channel5/source/Channel5Proc.cpp +++ b/plugins/MacSignedVST/Channel5/source/Channel5Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel5 - Channel5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel5_H diff --git a/plugins/MacSignedVST/Channel6/source/Channel6.cpp b/plugins/MacSignedVST/Channel6/source/Channel6.cpp index a47a1c872..2d69a40b9 100755 --- a/plugins/MacSignedVST/Channel6/source/Channel6.cpp +++ b/plugins/MacSignedVST/Channel6/source/Channel6.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel6 - Channel6.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel6_H diff --git a/plugins/MacSignedVST/Channel6/source/Channel6.h b/plugins/MacSignedVST/Channel6/source/Channel6.h index ddca3e3ae..266e65928 100755 --- a/plugins/MacSignedVST/Channel6/source/Channel6.h +++ b/plugins/MacSignedVST/Channel6/source/Channel6.h @@ -1,7 +1,7 @@ /* ======================================== * Channel6 - Channel6.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel6_H diff --git a/plugins/MacSignedVST/Channel6/source/Channel6Proc.cpp b/plugins/MacSignedVST/Channel6/source/Channel6Proc.cpp index be57dbc44..f2e8a8fc2 100755 --- a/plugins/MacSignedVST/Channel6/source/Channel6Proc.cpp +++ b/plugins/MacSignedVST/Channel6/source/Channel6Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel6 - Channel6.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel6_H diff --git a/plugins/MacSignedVST/Channel7/source/Channel7.cpp b/plugins/MacSignedVST/Channel7/source/Channel7.cpp index d9d6fbfd0..a53458a32 100755 --- a/plugins/MacSignedVST/Channel7/source/Channel7.cpp +++ b/plugins/MacSignedVST/Channel7/source/Channel7.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel7 - Channel7.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel7_H diff --git a/plugins/MacSignedVST/Channel7/source/Channel7.h b/plugins/MacSignedVST/Channel7/source/Channel7.h index 5f4a1a1bc..a8d2326e1 100755 --- a/plugins/MacSignedVST/Channel7/source/Channel7.h +++ b/plugins/MacSignedVST/Channel7/source/Channel7.h @@ -1,7 +1,7 @@ /* ======================================== * Channel7 - Channel7.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel7_H diff --git a/plugins/MacSignedVST/Channel7/source/Channel7Proc.cpp b/plugins/MacSignedVST/Channel7/source/Channel7Proc.cpp index f64647ab6..92cd4167a 100755 --- a/plugins/MacSignedVST/Channel7/source/Channel7Proc.cpp +++ b/plugins/MacSignedVST/Channel7/source/Channel7Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel7 - Channel7.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel7_H diff --git a/plugins/MacSignedVST/Channel8/source/Channel8.cpp b/plugins/MacSignedVST/Channel8/source/Channel8.cpp index 2e9827760..d9f1b459b 100755 --- a/plugins/MacSignedVST/Channel8/source/Channel8.cpp +++ b/plugins/MacSignedVST/Channel8/source/Channel8.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel8 - Channel8.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel8_H diff --git a/plugins/MacSignedVST/Channel8/source/Channel8.h b/plugins/MacSignedVST/Channel8/source/Channel8.h index 89bed0c09..e104076e7 100755 --- a/plugins/MacSignedVST/Channel8/source/Channel8.h +++ b/plugins/MacSignedVST/Channel8/source/Channel8.h @@ -1,7 +1,7 @@ /* ======================================== * Channel8 - Channel8.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel8_H diff --git a/plugins/MacSignedVST/Channel8/source/Channel8Proc.cpp b/plugins/MacSignedVST/Channel8/source/Channel8Proc.cpp index fd3200222..a54c24a0b 100755 --- a/plugins/MacSignedVST/Channel8/source/Channel8Proc.cpp +++ b/plugins/MacSignedVST/Channel8/source/Channel8Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel8 - Channel8.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel8_H diff --git a/plugins/MacSignedVST/Channel9/source/Channel9.cpp b/plugins/MacSignedVST/Channel9/source/Channel9.cpp index b9527d16e..c89338cce 100755 --- a/plugins/MacSignedVST/Channel9/source/Channel9.cpp +++ b/plugins/MacSignedVST/Channel9/source/Channel9.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel9 - Channel9.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel9_H diff --git a/plugins/MacSignedVST/Channel9/source/Channel9.h b/plugins/MacSignedVST/Channel9/source/Channel9.h index 1232f66f6..929a82c88 100755 --- a/plugins/MacSignedVST/Channel9/source/Channel9.h +++ b/plugins/MacSignedVST/Channel9/source/Channel9.h @@ -1,7 +1,7 @@ /* ======================================== * Channel9 - Channel9.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel9_H diff --git a/plugins/MacSignedVST/Channel9/source/Channel9Proc.cpp b/plugins/MacSignedVST/Channel9/source/Channel9Proc.cpp index 5ca21ec9c..bf283978f 100755 --- a/plugins/MacSignedVST/Channel9/source/Channel9Proc.cpp +++ b/plugins/MacSignedVST/Channel9/source/Channel9Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel9 - Channel9.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel9_H diff --git a/plugins/MacSignedVST/Chorus/source/Chorus.cpp b/plugins/MacSignedVST/Chorus/source/Chorus.cpp index d2a630dff..7a444dba4 100755 --- a/plugins/MacSignedVST/Chorus/source/Chorus.cpp +++ b/plugins/MacSignedVST/Chorus/source/Chorus.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chorus - Chorus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chorus_H diff --git a/plugins/MacSignedVST/Chorus/source/Chorus.h b/plugins/MacSignedVST/Chorus/source/Chorus.h index 933415bca..a17120a0f 100755 --- a/plugins/MacSignedVST/Chorus/source/Chorus.h +++ b/plugins/MacSignedVST/Chorus/source/Chorus.h @@ -1,7 +1,7 @@ /* ======================================== * Chorus - Chorus.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Chorus_H diff --git a/plugins/MacSignedVST/Chorus/source/ChorusProc.cpp b/plugins/MacSignedVST/Chorus/source/ChorusProc.cpp index a3e0a415f..8550758cf 100755 --- a/plugins/MacSignedVST/Chorus/source/ChorusProc.cpp +++ b/plugins/MacSignedVST/Chorus/source/ChorusProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chorus - Chorus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chorus_H diff --git a/plugins/MacSignedVST/ChorusEnsemble/source/ChorusEnsemble.cpp b/plugins/MacSignedVST/ChorusEnsemble/source/ChorusEnsemble.cpp index a9f898ec9..9bf35b34f 100755 --- a/plugins/MacSignedVST/ChorusEnsemble/source/ChorusEnsemble.cpp +++ b/plugins/MacSignedVST/ChorusEnsemble/source/ChorusEnsemble.cpp @@ -1,6 +1,6 @@ /* ======================================== * ChorusEnsemble - ChorusEnsemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ChorusEnsemble_H diff --git a/plugins/MacSignedVST/ChorusEnsemble/source/ChorusEnsemble.h b/plugins/MacSignedVST/ChorusEnsemble/source/ChorusEnsemble.h index 8b796e8eb..b96f35c48 100755 --- a/plugins/MacSignedVST/ChorusEnsemble/source/ChorusEnsemble.h +++ b/plugins/MacSignedVST/ChorusEnsemble/source/ChorusEnsemble.h @@ -1,7 +1,7 @@ /* ======================================== * ChorusEnsemble - ChorusEnsemble.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ChorusEnsemble_H diff --git a/plugins/MacSignedVST/ChorusEnsemble/source/ChorusEnsembleProc.cpp b/plugins/MacSignedVST/ChorusEnsemble/source/ChorusEnsembleProc.cpp index 3257fd9a2..2e3ce95a1 100755 --- a/plugins/MacSignedVST/ChorusEnsemble/source/ChorusEnsembleProc.cpp +++ b/plugins/MacSignedVST/ChorusEnsemble/source/ChorusEnsembleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ChorusEnsemble - ChorusEnsemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ChorusEnsemble_H diff --git a/plugins/MacSignedVST/ChromeOxide/source/ChromeOxide.cpp b/plugins/MacSignedVST/ChromeOxide/source/ChromeOxide.cpp index f3d7f337a..5f4cd1a62 100755 --- a/plugins/MacSignedVST/ChromeOxide/source/ChromeOxide.cpp +++ b/plugins/MacSignedVST/ChromeOxide/source/ChromeOxide.cpp @@ -1,6 +1,6 @@ /* ======================================== * ChromeOxide - ChromeOxide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ChromeOxide_H diff --git a/plugins/MacSignedVST/ChromeOxide/source/ChromeOxide.h b/plugins/MacSignedVST/ChromeOxide/source/ChromeOxide.h index a644646b8..f16d7dc61 100755 --- a/plugins/MacSignedVST/ChromeOxide/source/ChromeOxide.h +++ b/plugins/MacSignedVST/ChromeOxide/source/ChromeOxide.h @@ -1,7 +1,7 @@ /* ======================================== * ChromeOxide - ChromeOxide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ChromeOxide_H diff --git a/plugins/MacSignedVST/ChromeOxide/source/ChromeOxideProc.cpp b/plugins/MacSignedVST/ChromeOxide/source/ChromeOxideProc.cpp index e69607979..b36079f3b 100755 --- a/plugins/MacSignedVST/ChromeOxide/source/ChromeOxideProc.cpp +++ b/plugins/MacSignedVST/ChromeOxide/source/ChromeOxideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ChromeOxide - ChromeOxide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ChromeOxide_H diff --git a/plugins/MacSignedVST/Cider/source/Cider.cpp b/plugins/MacSignedVST/Cider/source/Cider.cpp index e32cf78e0..eb38872e8 100755 --- a/plugins/MacSignedVST/Cider/source/Cider.cpp +++ b/plugins/MacSignedVST/Cider/source/Cider.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cider - Cider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cider_H diff --git a/plugins/MacSignedVST/Cider/source/Cider.h b/plugins/MacSignedVST/Cider/source/Cider.h index e184005d1..5e673f42a 100755 --- a/plugins/MacSignedVST/Cider/source/Cider.h +++ b/plugins/MacSignedVST/Cider/source/Cider.h @@ -1,7 +1,7 @@ /* ======================================== * Cider - Cider.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Cider_H diff --git a/plugins/MacSignedVST/Cider/source/CiderProc.cpp b/plugins/MacSignedVST/Cider/source/CiderProc.cpp index 86bd45278..e918c06e2 100755 --- a/plugins/MacSignedVST/Cider/source/CiderProc.cpp +++ b/plugins/MacSignedVST/Cider/source/CiderProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cider - Cider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cider_H diff --git a/plugins/MacSignedVST/ClipOnly/source/ClipOnly.cpp b/plugins/MacSignedVST/ClipOnly/source/ClipOnly.cpp index 7913ce466..d09420d08 100755 --- a/plugins/MacSignedVST/ClipOnly/source/ClipOnly.cpp +++ b/plugins/MacSignedVST/ClipOnly/source/ClipOnly.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipOnly - ClipOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly_H diff --git a/plugins/MacSignedVST/ClipOnly/source/ClipOnly.h b/plugins/MacSignedVST/ClipOnly/source/ClipOnly.h index 5b7bc3127..999f4e7a7 100755 --- a/plugins/MacSignedVST/ClipOnly/source/ClipOnly.h +++ b/plugins/MacSignedVST/ClipOnly/source/ClipOnly.h @@ -1,7 +1,7 @@ /* ======================================== * ClipOnly - ClipOnly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly_H diff --git a/plugins/MacSignedVST/ClipOnly/source/ClipOnlyProc.cpp b/plugins/MacSignedVST/ClipOnly/source/ClipOnlyProc.cpp index 5f0de0b35..043047e54 100755 --- a/plugins/MacSignedVST/ClipOnly/source/ClipOnlyProc.cpp +++ b/plugins/MacSignedVST/ClipOnly/source/ClipOnlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipOnly - ClipOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly_H diff --git a/plugins/MacSignedVST/ClipOnly2/source/ClipOnly2.cpp b/plugins/MacSignedVST/ClipOnly2/source/ClipOnly2.cpp index 8621a6c73..b32273c5b 100755 --- a/plugins/MacSignedVST/ClipOnly2/source/ClipOnly2.cpp +++ b/plugins/MacSignedVST/ClipOnly2/source/ClipOnly2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipOnly2 - ClipOnly2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly2_H diff --git a/plugins/MacSignedVST/ClipOnly2/source/ClipOnly2.h b/plugins/MacSignedVST/ClipOnly2/source/ClipOnly2.h index efe560d03..7a006f235 100755 --- a/plugins/MacSignedVST/ClipOnly2/source/ClipOnly2.h +++ b/plugins/MacSignedVST/ClipOnly2/source/ClipOnly2.h @@ -1,7 +1,7 @@ /* ======================================== * ClipOnly2 - ClipOnly2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly2_H diff --git a/plugins/MacSignedVST/ClipOnly2/source/ClipOnly2Proc.cpp b/plugins/MacSignedVST/ClipOnly2/source/ClipOnly2Proc.cpp index bbdca476c..f5d765a0d 100755 --- a/plugins/MacSignedVST/ClipOnly2/source/ClipOnly2Proc.cpp +++ b/plugins/MacSignedVST/ClipOnly2/source/ClipOnly2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipOnly2 - ClipOnly2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly2_H diff --git a/plugins/MacSignedVST/ClipSoftly/source/ClipSoftly.cpp b/plugins/MacSignedVST/ClipSoftly/source/ClipSoftly.cpp index 56de12336..238b2f313 100755 --- a/plugins/MacSignedVST/ClipSoftly/source/ClipSoftly.cpp +++ b/plugins/MacSignedVST/ClipSoftly/source/ClipSoftly.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipSoftly - ClipSoftly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipSoftly_H diff --git a/plugins/MacSignedVST/ClipSoftly/source/ClipSoftly.h b/plugins/MacSignedVST/ClipSoftly/source/ClipSoftly.h index 82f617602..a11d96187 100755 --- a/plugins/MacSignedVST/ClipSoftly/source/ClipSoftly.h +++ b/plugins/MacSignedVST/ClipSoftly/source/ClipSoftly.h @@ -1,7 +1,7 @@ /* ======================================== * ClipSoftly - ClipSoftly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipSoftly_H diff --git a/plugins/MacSignedVST/ClipSoftly/source/ClipSoftlyProc.cpp b/plugins/MacSignedVST/ClipSoftly/source/ClipSoftlyProc.cpp index 6c661ed5b..3701598c1 100755 --- a/plugins/MacSignedVST/ClipSoftly/source/ClipSoftlyProc.cpp +++ b/plugins/MacSignedVST/ClipSoftly/source/ClipSoftlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipSoftly - ClipSoftly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipSoftly_H diff --git a/plugins/MacSignedVST/Coils/source/Coils.cpp b/plugins/MacSignedVST/Coils/source/Coils.cpp index 0a2d4437b..85a990d9e 100755 --- a/plugins/MacSignedVST/Coils/source/Coils.cpp +++ b/plugins/MacSignedVST/Coils/source/Coils.cpp @@ -1,6 +1,6 @@ /* ======================================== * Coils - Coils.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils_H diff --git a/plugins/MacSignedVST/Coils/source/Coils.h b/plugins/MacSignedVST/Coils/source/Coils.h index 3643a3979..1442b59ec 100755 --- a/plugins/MacSignedVST/Coils/source/Coils.h +++ b/plugins/MacSignedVST/Coils/source/Coils.h @@ -1,7 +1,7 @@ /* ======================================== * Coils - Coils.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils_H diff --git a/plugins/MacSignedVST/Coils/source/CoilsProc.cpp b/plugins/MacSignedVST/Coils/source/CoilsProc.cpp index b05090b85..3bd48617e 100755 --- a/plugins/MacSignedVST/Coils/source/CoilsProc.cpp +++ b/plugins/MacSignedVST/Coils/source/CoilsProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Coils - Coils.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils_H diff --git a/plugins/MacSignedVST/Coils2/source/Coils2.cpp b/plugins/MacSignedVST/Coils2/source/Coils2.cpp index 46e0c3c3b..64ceb5aea 100755 --- a/plugins/MacSignedVST/Coils2/source/Coils2.cpp +++ b/plugins/MacSignedVST/Coils2/source/Coils2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Coils2 - Coils2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils2_H diff --git a/plugins/MacSignedVST/Coils2/source/Coils2.h b/plugins/MacSignedVST/Coils2/source/Coils2.h index 0e3f61a3c..16f687893 100755 --- a/plugins/MacSignedVST/Coils2/source/Coils2.h +++ b/plugins/MacSignedVST/Coils2/source/Coils2.h @@ -1,7 +1,7 @@ /* ======================================== * Coils2 - Coils2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils2_H diff --git a/plugins/MacSignedVST/Coils2/source/Coils2Proc.cpp b/plugins/MacSignedVST/Coils2/source/Coils2Proc.cpp index d4466f4bc..0f7fda2e4 100755 --- a/plugins/MacSignedVST/Coils2/source/Coils2Proc.cpp +++ b/plugins/MacSignedVST/Coils2/source/Coils2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Coils2 - Coils2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils2_H diff --git a/plugins/MacSignedVST/Cojones/source/Cojones.cpp b/plugins/MacSignedVST/Cojones/source/Cojones.cpp index bd6001fa7..860c31956 100755 --- a/plugins/MacSignedVST/Cojones/source/Cojones.cpp +++ b/plugins/MacSignedVST/Cojones/source/Cojones.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cojones - Cojones.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cojones_H diff --git a/plugins/MacSignedVST/Cojones/source/Cojones.h b/plugins/MacSignedVST/Cojones/source/Cojones.h index 519304f48..feaa72435 100755 --- a/plugins/MacSignedVST/Cojones/source/Cojones.h +++ b/plugins/MacSignedVST/Cojones/source/Cojones.h @@ -1,7 +1,7 @@ /* ======================================== * Cojones - Cojones.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Cojones_H diff --git a/plugins/MacSignedVST/Cojones/source/CojonesProc.cpp b/plugins/MacSignedVST/Cojones/source/CojonesProc.cpp index 3b45cea8f..e87ceed7d 100755 --- a/plugins/MacSignedVST/Cojones/source/CojonesProc.cpp +++ b/plugins/MacSignedVST/Cojones/source/CojonesProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cojones - Cojones.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cojones_H diff --git a/plugins/MacSignedVST/Compresaturator/source/Compresaturator.cpp b/plugins/MacSignedVST/Compresaturator/source/Compresaturator.cpp index 299892abb..f51ad9cca 100755 --- a/plugins/MacSignedVST/Compresaturator/source/Compresaturator.cpp +++ b/plugins/MacSignedVST/Compresaturator/source/Compresaturator.cpp @@ -1,6 +1,6 @@ /* ======================================== * Compresaturator - Compresaturator.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Compresaturator_H diff --git a/plugins/MacSignedVST/Compresaturator/source/Compresaturator.h b/plugins/MacSignedVST/Compresaturator/source/Compresaturator.h index 868b50b4d..b30bcc95a 100755 --- a/plugins/MacSignedVST/Compresaturator/source/Compresaturator.h +++ b/plugins/MacSignedVST/Compresaturator/source/Compresaturator.h @@ -1,7 +1,7 @@ /* ======================================== * Compresaturator - Compresaturator.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Compresaturator_H diff --git a/plugins/MacSignedVST/Compresaturator/source/CompresaturatorProc.cpp b/plugins/MacSignedVST/Compresaturator/source/CompresaturatorProc.cpp index c75fc4bdf..0dfb7ab22 100755 --- a/plugins/MacSignedVST/Compresaturator/source/CompresaturatorProc.cpp +++ b/plugins/MacSignedVST/Compresaturator/source/CompresaturatorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Compresaturator - Compresaturator.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Compresaturator_H diff --git a/plugins/MacSignedVST/Console4Buss/source/Console4Buss.cpp b/plugins/MacSignedVST/Console4Buss/source/Console4Buss.cpp index 4db7b1432..dbf1f28c7 100755 --- a/plugins/MacSignedVST/Console4Buss/source/Console4Buss.cpp +++ b/plugins/MacSignedVST/Console4Buss/source/Console4Buss.cpp @@ -1,7 +1,7 @@ /* ======================================== * Console4Buss - Console4Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Buss_H diff --git a/plugins/MacSignedVST/Console4Buss/source/Console4Buss.h b/plugins/MacSignedVST/Console4Buss/source/Console4Buss.h index 04fb5d2bd..35b85affd 100755 --- a/plugins/MacSignedVST/Console4Buss/source/Console4Buss.h +++ b/plugins/MacSignedVST/Console4Buss/source/Console4Buss.h @@ -1,7 +1,7 @@ /* ======================================== * Console4Buss - Console4Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Buss_H diff --git a/plugins/MacSignedVST/Console4Buss/source/Console4BussProc.cpp b/plugins/MacSignedVST/Console4Buss/source/Console4BussProc.cpp index 2b863eaf1..d73cb6d43 100755 --- a/plugins/MacSignedVST/Console4Buss/source/Console4BussProc.cpp +++ b/plugins/MacSignedVST/Console4Buss/source/Console4BussProc.cpp @@ -1,7 +1,7 @@ /* ======================================== * Console4Buss - Console4Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Buss_H diff --git a/plugins/MacSignedVST/Console4Channel/source/Console4Channel.cpp b/plugins/MacSignedVST/Console4Channel/source/Console4Channel.cpp index 6e8f95441..0b3b36eaa 100755 --- a/plugins/MacSignedVST/Console4Channel/source/Console4Channel.cpp +++ b/plugins/MacSignedVST/Console4Channel/source/Console4Channel.cpp @@ -1,7 +1,7 @@ /* ======================================== * Console4Channel - Console4Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Channel_H diff --git a/plugins/MacSignedVST/Console4Channel/source/Console4Channel.h b/plugins/MacSignedVST/Console4Channel/source/Console4Channel.h index f5542d4bb..3d913b5f8 100755 --- a/plugins/MacSignedVST/Console4Channel/source/Console4Channel.h +++ b/plugins/MacSignedVST/Console4Channel/source/Console4Channel.h @@ -1,7 +1,7 @@ /* ======================================== * Console4Channel - Console4Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Channel_H diff --git a/plugins/MacSignedVST/Console4Channel/source/Console4ChannelProc.cpp b/plugins/MacSignedVST/Console4Channel/source/Console4ChannelProc.cpp index eed5c8d67..43b483711 100755 --- a/plugins/MacSignedVST/Console4Channel/source/Console4ChannelProc.cpp +++ b/plugins/MacSignedVST/Console4Channel/source/Console4ChannelProc.cpp @@ -1,7 +1,7 @@ /* ======================================== * Console4Channel - Console4Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Channel_H diff --git a/plugins/MacSignedVST/Console5Buss/source/Console5Buss.cpp b/plugins/MacSignedVST/Console5Buss/source/Console5Buss.cpp index 69a467ab8..e799ae724 100755 --- a/plugins/MacSignedVST/Console5Buss/source/Console5Buss.cpp +++ b/plugins/MacSignedVST/Console5Buss/source/Console5Buss.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5Buss - Console5Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Buss_H diff --git a/plugins/MacSignedVST/Console5Buss/source/Console5Buss.h b/plugins/MacSignedVST/Console5Buss/source/Console5Buss.h index 81f9d0eac..f5588504e 100755 --- a/plugins/MacSignedVST/Console5Buss/source/Console5Buss.h +++ b/plugins/MacSignedVST/Console5Buss/source/Console5Buss.h @@ -1,7 +1,7 @@ /* ======================================== * Console5Buss - Console5Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Buss_H diff --git a/plugins/MacSignedVST/Console5Buss/source/Console5BussProc.cpp b/plugins/MacSignedVST/Console5Buss/source/Console5BussProc.cpp index a61c2e7cb..5d94c22b0 100755 --- a/plugins/MacSignedVST/Console5Buss/source/Console5BussProc.cpp +++ b/plugins/MacSignedVST/Console5Buss/source/Console5BussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5Buss - Console5Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Buss_H diff --git a/plugins/MacSignedVST/Console5Channel/source/Console5Channel.cpp b/plugins/MacSignedVST/Console5Channel/source/Console5Channel.cpp index b38d63844..3eebd6caa 100755 --- a/plugins/MacSignedVST/Console5Channel/source/Console5Channel.cpp +++ b/plugins/MacSignedVST/Console5Channel/source/Console5Channel.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5Channel - Console5Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Channel_H diff --git a/plugins/MacSignedVST/Console5Channel/source/Console5Channel.h b/plugins/MacSignedVST/Console5Channel/source/Console5Channel.h index 17e48be47..e7fc9c9e7 100755 --- a/plugins/MacSignedVST/Console5Channel/source/Console5Channel.h +++ b/plugins/MacSignedVST/Console5Channel/source/Console5Channel.h @@ -1,7 +1,7 @@ /* ======================================== * Console5Channel - Console5Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Channel_H diff --git a/plugins/MacSignedVST/Console5Channel/source/Console5ChannelProc.cpp b/plugins/MacSignedVST/Console5Channel/source/Console5ChannelProc.cpp index bab2c5971..95aabbd73 100755 --- a/plugins/MacSignedVST/Console5Channel/source/Console5ChannelProc.cpp +++ b/plugins/MacSignedVST/Console5Channel/source/Console5ChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5Channel - Console5Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Channel_H diff --git a/plugins/MacSignedVST/Console5DarkCh/source/Console5DarkCh.cpp b/plugins/MacSignedVST/Console5DarkCh/source/Console5DarkCh.cpp index 25995665f..f876f0bb4 100755 --- a/plugins/MacSignedVST/Console5DarkCh/source/Console5DarkCh.cpp +++ b/plugins/MacSignedVST/Console5DarkCh/source/Console5DarkCh.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5DarkCh - Console5DarkCh.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5DarkCh_H diff --git a/plugins/MacSignedVST/Console5DarkCh/source/Console5DarkCh.h b/plugins/MacSignedVST/Console5DarkCh/source/Console5DarkCh.h index f3a777fbb..7e40d327b 100755 --- a/plugins/MacSignedVST/Console5DarkCh/source/Console5DarkCh.h +++ b/plugins/MacSignedVST/Console5DarkCh/source/Console5DarkCh.h @@ -1,7 +1,7 @@ /* ======================================== * Console5DarkCh - Console5DarkCh.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5DarkCh_H diff --git a/plugins/MacSignedVST/Console5DarkCh/source/Console5DarkChProc.cpp b/plugins/MacSignedVST/Console5DarkCh/source/Console5DarkChProc.cpp index 60469e11e..13596815d 100755 --- a/plugins/MacSignedVST/Console5DarkCh/source/Console5DarkChProc.cpp +++ b/plugins/MacSignedVST/Console5DarkCh/source/Console5DarkChProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5DarkCh - Console5DarkCh.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5DarkCh_H diff --git a/plugins/MacSignedVST/Console6Buss/source/Console6Buss.cpp b/plugins/MacSignedVST/Console6Buss/source/Console6Buss.cpp index 21fb9728b..741b7b678 100755 --- a/plugins/MacSignedVST/Console6Buss/source/Console6Buss.cpp +++ b/plugins/MacSignedVST/Console6Buss/source/Console6Buss.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console6Buss - Console6Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Buss_H diff --git a/plugins/MacSignedVST/Console6Buss/source/Console6Buss.h b/plugins/MacSignedVST/Console6Buss/source/Console6Buss.h index 67e3a3d4a..4901240af 100755 --- a/plugins/MacSignedVST/Console6Buss/source/Console6Buss.h +++ b/plugins/MacSignedVST/Console6Buss/source/Console6Buss.h @@ -1,7 +1,7 @@ /* ======================================== * Console6Buss - Console6Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Buss_H diff --git a/plugins/MacSignedVST/Console6Buss/source/Console6BussProc.cpp b/plugins/MacSignedVST/Console6Buss/source/Console6BussProc.cpp index 864c4b6a5..e2fbe07bb 100755 --- a/plugins/MacSignedVST/Console6Buss/source/Console6BussProc.cpp +++ b/plugins/MacSignedVST/Console6Buss/source/Console6BussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console6Buss - Console6Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Buss_H diff --git a/plugins/MacSignedVST/Console6Channel/source/Console6Channel.cpp b/plugins/MacSignedVST/Console6Channel/source/Console6Channel.cpp index fee5a551c..9e3058b5e 100755 --- a/plugins/MacSignedVST/Console6Channel/source/Console6Channel.cpp +++ b/plugins/MacSignedVST/Console6Channel/source/Console6Channel.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console6Channel - Console6Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Channel_H diff --git a/plugins/MacSignedVST/Console6Channel/source/Console6Channel.h b/plugins/MacSignedVST/Console6Channel/source/Console6Channel.h index 976a9b43c..dfd5a84c3 100755 --- a/plugins/MacSignedVST/Console6Channel/source/Console6Channel.h +++ b/plugins/MacSignedVST/Console6Channel/source/Console6Channel.h @@ -1,7 +1,7 @@ /* ======================================== * Console6Channel - Console6Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Channel_H diff --git a/plugins/MacSignedVST/Console6Channel/source/Console6ChannelProc.cpp b/plugins/MacSignedVST/Console6Channel/source/Console6ChannelProc.cpp index ffbcbb769..7f96a334f 100755 --- a/plugins/MacSignedVST/Console6Channel/source/Console6ChannelProc.cpp +++ b/plugins/MacSignedVST/Console6Channel/source/Console6ChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console6Channel - Console6Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Channel_H diff --git a/plugins/MacSignedVST/Console7Buss/source/Console7Buss.cpp b/plugins/MacSignedVST/Console7Buss/source/Console7Buss.cpp index b40ebfacd..16769aa58 100755 --- a/plugins/MacSignedVST/Console7Buss/source/Console7Buss.cpp +++ b/plugins/MacSignedVST/Console7Buss/source/Console7Buss.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Buss - Console7Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Buss_H diff --git a/plugins/MacSignedVST/Console7Buss/source/Console7Buss.h b/plugins/MacSignedVST/Console7Buss/source/Console7Buss.h index 0be4fcf81..ffd952f6c 100755 --- a/plugins/MacSignedVST/Console7Buss/source/Console7Buss.h +++ b/plugins/MacSignedVST/Console7Buss/source/Console7Buss.h @@ -1,7 +1,7 @@ /* ======================================== * Console7Buss - Console7Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Buss_H diff --git a/plugins/MacSignedVST/Console7Buss/source/Console7BussProc.cpp b/plugins/MacSignedVST/Console7Buss/source/Console7BussProc.cpp index 6008a31b0..f0b65819e 100755 --- a/plugins/MacSignedVST/Console7Buss/source/Console7BussProc.cpp +++ b/plugins/MacSignedVST/Console7Buss/source/Console7BussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Buss - Console7Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Buss_H diff --git a/plugins/MacSignedVST/Console7Cascade/source/Console7Cascade.cpp b/plugins/MacSignedVST/Console7Cascade/source/Console7Cascade.cpp index 98de6e478..730189c8e 100755 --- a/plugins/MacSignedVST/Console7Cascade/source/Console7Cascade.cpp +++ b/plugins/MacSignedVST/Console7Cascade/source/Console7Cascade.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Cascade - Console7Cascade.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Cascade_H diff --git a/plugins/MacSignedVST/Console7Cascade/source/Console7Cascade.h b/plugins/MacSignedVST/Console7Cascade/source/Console7Cascade.h index 05254a102..bac10b276 100755 --- a/plugins/MacSignedVST/Console7Cascade/source/Console7Cascade.h +++ b/plugins/MacSignedVST/Console7Cascade/source/Console7Cascade.h @@ -1,7 +1,7 @@ /* ======================================== * Console7Cascade - Console7Cascade.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Cascade_H diff --git a/plugins/MacSignedVST/Console7Cascade/source/Console7CascadeProc.cpp b/plugins/MacSignedVST/Console7Cascade/source/Console7CascadeProc.cpp index f004da812..a10fff659 100755 --- a/plugins/MacSignedVST/Console7Cascade/source/Console7CascadeProc.cpp +++ b/plugins/MacSignedVST/Console7Cascade/source/Console7CascadeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Cascade - Console7Cascade.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Cascade_H diff --git a/plugins/MacSignedVST/Console7Channel/source/Console7Channel.cpp b/plugins/MacSignedVST/Console7Channel/source/Console7Channel.cpp index 2815afe0e..27ba85cb3 100755 --- a/plugins/MacSignedVST/Console7Channel/source/Console7Channel.cpp +++ b/plugins/MacSignedVST/Console7Channel/source/Console7Channel.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Channel - Console7Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Channel_H diff --git a/plugins/MacSignedVST/Console7Channel/source/Console7Channel.h b/plugins/MacSignedVST/Console7Channel/source/Console7Channel.h index 7c8703c47..486bb3622 100755 --- a/plugins/MacSignedVST/Console7Channel/source/Console7Channel.h +++ b/plugins/MacSignedVST/Console7Channel/source/Console7Channel.h @@ -1,7 +1,7 @@ /* ======================================== * Console7Channel - Console7Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Channel_H diff --git a/plugins/MacSignedVST/Console7Channel/source/Console7ChannelProc.cpp b/plugins/MacSignedVST/Console7Channel/source/Console7ChannelProc.cpp index b683073da..a0b82774f 100755 --- a/plugins/MacSignedVST/Console7Channel/source/Console7ChannelProc.cpp +++ b/plugins/MacSignedVST/Console7Channel/source/Console7ChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Channel - Console7Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Channel_H diff --git a/plugins/MacSignedVST/Console7Crunch/source/Console7Crunch.cpp b/plugins/MacSignedVST/Console7Crunch/source/Console7Crunch.cpp index 13581f290..a7fb42284 100755 --- a/plugins/MacSignedVST/Console7Crunch/source/Console7Crunch.cpp +++ b/plugins/MacSignedVST/Console7Crunch/source/Console7Crunch.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Crunch - Console7Crunch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Crunch_H diff --git a/plugins/MacSignedVST/Console7Crunch/source/Console7Crunch.h b/plugins/MacSignedVST/Console7Crunch/source/Console7Crunch.h index cb1c47ff2..f1c5fe124 100755 --- a/plugins/MacSignedVST/Console7Crunch/source/Console7Crunch.h +++ b/plugins/MacSignedVST/Console7Crunch/source/Console7Crunch.h @@ -1,7 +1,7 @@ /* ======================================== * Console7Crunch - Console7Crunch.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Crunch_H diff --git a/plugins/MacSignedVST/Console7Crunch/source/Console7CrunchProc.cpp b/plugins/MacSignedVST/Console7Crunch/source/Console7CrunchProc.cpp index 7dac81098..f722e1fb5 100755 --- a/plugins/MacSignedVST/Console7Crunch/source/Console7CrunchProc.cpp +++ b/plugins/MacSignedVST/Console7Crunch/source/Console7CrunchProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Crunch - Console7Crunch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Crunch_H diff --git a/plugins/MacSignedVST/Console8BussHype/Console8BussHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Console8BussHype/Console8BussHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 75dd856c3..de3767ccf 100755 Binary files a/plugins/MacSignedVST/Console8BussHype/Console8BussHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/Console8BussHype/Console8BussHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Console8BussHype/Console8BussHype.xcodeproj/xcshareddata/xcschemes/Console8BussHype.xcscheme b/plugins/MacSignedVST/Console8BussHype/Console8BussHype.xcodeproj/xcshareddata/xcschemes/Console8BussHype.xcscheme index 0411c8247..62c4677a2 100644 --- a/plugins/MacSignedVST/Console8BussHype/Console8BussHype.xcodeproj/xcshareddata/xcschemes/Console8BussHype.xcscheme +++ b/plugins/MacSignedVST/Console8BussHype/Console8BussHype.xcodeproj/xcshareddata/xcschemes/Console8BussHype.xcscheme @@ -15,7 +15,7 @@ @@ -51,7 +51,7 @@ diff --git a/plugins/MacSignedVST/Console8BussHype/source/Console8BussHype.cpp b/plugins/MacSignedVST/Console8BussHype/source/Console8BussHype.cpp index 3ac8fda34..673dfcc55 100755 --- a/plugins/MacSignedVST/Console8BussHype/source/Console8BussHype.cpp +++ b/plugins/MacSignedVST/Console8BussHype/source/Console8BussHype.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussHype - Console8BussHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussHype_H @@ -15,26 +15,6 @@ Console8BussHype::Console8BussHype(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.5; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacSignedVST/Console8BussHype/source/Console8BussHype.h b/plugins/MacSignedVST/Console8BussHype/source/Console8BussHype.h index ed1dc1aca..44f75f3a6 100755 --- a/plugins/MacSignedVST/Console8BussHype/source/Console8BussHype.h +++ b/plugins/MacSignedVST/Console8BussHype/source/Console8BussHype.h @@ -1,7 +1,7 @@ /* ======================================== * Console8BussHype - Console8BussHype.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussHype_H diff --git a/plugins/MacSignedVST/Console8BussHype/source/Console8BussHypeProc.cpp b/plugins/MacSignedVST/Console8BussHype/source/Console8BussHypeProc.cpp index 836268caf..d7795a296 100755 --- a/plugins/MacSignedVST/Console8BussHype/source/Console8BussHypeProc.cpp +++ b/plugins/MacSignedVST/Console8BussHype/source/Console8BussHypeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussHype - Console8BussHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussHype_H @@ -22,7 +22,27 @@ void Console8BussHype::processReplacing(float **inputs, float **outputs, VstInt3 if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -124,7 +144,27 @@ void Console8BussHype::processDoubleReplacing(double **inputs, double **outputs, if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/MacSignedVST/Console8BussIn/Console8BussIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Console8BussIn/Console8BussIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 81e86e1fd..4a54b392f 100755 Binary files a/plugins/MacSignedVST/Console8BussIn/Console8BussIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/Console8BussIn/Console8BussIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Console8BussIn/Console8BussIn.xcodeproj/xcshareddata/xcschemes/Console8BussIn.xcscheme b/plugins/MacSignedVST/Console8BussIn/Console8BussIn.xcodeproj/xcshareddata/xcschemes/Console8BussIn.xcscheme index 406fa839a..22f5efb94 100644 --- a/plugins/MacSignedVST/Console8BussIn/Console8BussIn.xcodeproj/xcshareddata/xcschemes/Console8BussIn.xcscheme +++ b/plugins/MacSignedVST/Console8BussIn/Console8BussIn.xcodeproj/xcshareddata/xcschemes/Console8BussIn.xcscheme @@ -15,7 +15,7 @@ @@ -51,7 +51,7 @@ diff --git a/plugins/MacSignedVST/Console8BussIn/source/Console8BussIn.cpp b/plugins/MacSignedVST/Console8BussIn/source/Console8BussIn.cpp index 21029c9b9..1b8ce9ca6 100755 --- a/plugins/MacSignedVST/Console8BussIn/source/Console8BussIn.cpp +++ b/plugins/MacSignedVST/Console8BussIn/source/Console8BussIn.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussIn - Console8BussIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussIn_H @@ -15,26 +15,6 @@ Console8BussIn::Console8BussIn(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.5; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacSignedVST/Console8BussIn/source/Console8BussIn.h b/plugins/MacSignedVST/Console8BussIn/source/Console8BussIn.h index a8980f9d9..bb824d73b 100755 --- a/plugins/MacSignedVST/Console8BussIn/source/Console8BussIn.h +++ b/plugins/MacSignedVST/Console8BussIn/source/Console8BussIn.h @@ -1,7 +1,7 @@ /* ======================================== * Console8BussIn - Console8BussIn.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussIn_H diff --git a/plugins/MacSignedVST/Console8BussIn/source/Console8BussInProc.cpp b/plugins/MacSignedVST/Console8BussIn/source/Console8BussInProc.cpp index 9c8436d9c..ac98e8561 100755 --- a/plugins/MacSignedVST/Console8BussIn/source/Console8BussInProc.cpp +++ b/plugins/MacSignedVST/Console8BussIn/source/Console8BussInProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussIn - Console8BussIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussIn_H @@ -22,7 +22,27 @@ void Console8BussIn::processReplacing(float **inputs, float **outputs, VstInt32 if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -124,7 +144,27 @@ void Console8BussIn::processDoubleReplacing(double **inputs, double **outputs, V if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/MacSignedVST/Console8BussOut/Console8BussOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Console8BussOut/Console8BussOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index b59d86400..07607eaba 100755 Binary files a/plugins/MacSignedVST/Console8BussOut/Console8BussOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/Console8BussOut/Console8BussOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Console8BussOut/Console8BussOut.xcodeproj/xcshareddata/xcschemes/Console8BussOut.xcscheme b/plugins/MacSignedVST/Console8BussOut/Console8BussOut.xcodeproj/xcshareddata/xcschemes/Console8BussOut.xcscheme index b12ce2c79..7d914b201 100644 --- a/plugins/MacSignedVST/Console8BussOut/Console8BussOut.xcodeproj/xcshareddata/xcschemes/Console8BussOut.xcscheme +++ b/plugins/MacSignedVST/Console8BussOut/Console8BussOut.xcodeproj/xcshareddata/xcschemes/Console8BussOut.xcscheme @@ -15,7 +15,7 @@ @@ -51,7 +51,7 @@ diff --git a/plugins/MacSignedVST/Console8BussOut/source/Console8BussOut.cpp b/plugins/MacSignedVST/Console8BussOut/source/Console8BussOut.cpp index 97c355391..3aad3c62b 100755 --- a/plugins/MacSignedVST/Console8BussOut/source/Console8BussOut.cpp +++ b/plugins/MacSignedVST/Console8BussOut/source/Console8BussOut.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussOut - Console8BussOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussOut_H @@ -15,27 +15,10 @@ Console8BussOut::Console8BussOut(audioMasterCallback audioMaster) : A = 0.5; inTrimA = 0.5; inTrimB = 0.5; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; - if (getSampleRate() > 49000.0) hsr = true; else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.52110856; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter lastSampleL = 0.0; wasPosClipL = false; wasNegClipL = false; lastSampleR = 0.0; wasPosClipR = false; wasNegClipR = false; for (int x = 0; x < 17; x++) {intermediateL[x] = 0.0; intermediateR[x] = 0.0;} //ADClip2 - - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 - if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; - fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacSignedVST/Console8BussOut/source/Console8BussOut.h b/plugins/MacSignedVST/Console8BussOut/source/Console8BussOut.h index e0bc04449..0c018954c 100755 --- a/plugins/MacSignedVST/Console8BussOut/source/Console8BussOut.h +++ b/plugins/MacSignedVST/Console8BussOut/source/Console8BussOut.h @@ -1,7 +1,7 @@ /* ======================================== * Console8BussOut - Console8BussOut.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussOut_H diff --git a/plugins/MacSignedVST/Console8BussOut/source/Console8BussOutProc.cpp b/plugins/MacSignedVST/Console8BussOut/source/Console8BussOutProc.cpp index b6e6fb452..80d8e7e66 100755 --- a/plugins/MacSignedVST/Console8BussOut/source/Console8BussOutProc.cpp +++ b/plugins/MacSignedVST/Console8BussOut/source/Console8BussOutProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussOut - Console8BussOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussOut_H @@ -18,7 +18,23 @@ void Console8BussOut::processReplacing(float **inputs, float **outputs, VstInt32 inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. - + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.52110856; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -114,7 +130,23 @@ void Console8BussOut::processDoubleReplacing(double **inputs, double **outputs, inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. - + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.52110856; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/MacSignedVST/Console8ChannelHype/Console8ChannelHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Console8ChannelHype/Console8ChannelHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 24280583a..37e749ec2 100755 Binary files a/plugins/MacSignedVST/Console8ChannelHype/Console8ChannelHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/Console8ChannelHype/Console8ChannelHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Console8ChannelHype/Console8ChannelHype.xcodeproj/xcshareddata/xcschemes/Console8ChannelHype.xcscheme b/plugins/MacSignedVST/Console8ChannelHype/Console8ChannelHype.xcodeproj/xcshareddata/xcschemes/Console8ChannelHype.xcscheme index 31b997810..8dc9f2e66 100644 --- a/plugins/MacSignedVST/Console8ChannelHype/Console8ChannelHype.xcodeproj/xcshareddata/xcschemes/Console8ChannelHype.xcscheme +++ b/plugins/MacSignedVST/Console8ChannelHype/Console8ChannelHype.xcodeproj/xcshareddata/xcschemes/Console8ChannelHype.xcscheme @@ -15,7 +15,7 @@ @@ -51,7 +51,7 @@ diff --git a/plugins/MacSignedVST/Console8ChannelHype/source/Console8ChannelHype.cpp b/plugins/MacSignedVST/Console8ChannelHype/source/Console8ChannelHype.cpp index 2490456ee..6765ab1ee 100755 --- a/plugins/MacSignedVST/Console8ChannelHype/source/Console8ChannelHype.cpp +++ b/plugins/MacSignedVST/Console8ChannelHype/source/Console8ChannelHype.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelHype - Console8ChannelHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelHype_H @@ -15,26 +15,6 @@ Console8ChannelHype::Console8ChannelHype(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.76352112; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacSignedVST/Console8ChannelHype/source/Console8ChannelHype.h b/plugins/MacSignedVST/Console8ChannelHype/source/Console8ChannelHype.h index 3ad42aa5b..160d96767 100755 --- a/plugins/MacSignedVST/Console8ChannelHype/source/Console8ChannelHype.h +++ b/plugins/MacSignedVST/Console8ChannelHype/source/Console8ChannelHype.h @@ -1,7 +1,7 @@ /* ======================================== * Console8ChannelHype - Console8ChannelHype.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelHype_H diff --git a/plugins/MacSignedVST/Console8ChannelHype/source/Console8ChannelHypeProc.cpp b/plugins/MacSignedVST/Console8ChannelHype/source/Console8ChannelHypeProc.cpp index 4700293ad..7801cd13d 100755 --- a/plugins/MacSignedVST/Console8ChannelHype/source/Console8ChannelHypeProc.cpp +++ b/plugins/MacSignedVST/Console8ChannelHype/source/Console8ChannelHypeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelHype - Console8ChannelHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelHype_H @@ -22,7 +22,27 @@ void Console8ChannelHype::processReplacing(float **inputs, float **outputs, VstI if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -123,7 +143,27 @@ void Console8ChannelHype::processDoubleReplacing(double **inputs, double **outpu if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/MacSignedVST/Console8ChannelIn/Console8ChannelIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Console8ChannelIn/Console8ChannelIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 20e12a5a3..0d09d8407 100755 Binary files a/plugins/MacSignedVST/Console8ChannelIn/Console8ChannelIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/Console8ChannelIn/Console8ChannelIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Console8ChannelIn/Console8ChannelIn.xcodeproj/xcshareddata/xcschemes/Console8ChannelIn.xcscheme b/plugins/MacSignedVST/Console8ChannelIn/Console8ChannelIn.xcodeproj/xcshareddata/xcschemes/Console8ChannelIn.xcscheme index 4639fb483..3618de355 100644 --- a/plugins/MacSignedVST/Console8ChannelIn/Console8ChannelIn.xcodeproj/xcshareddata/xcschemes/Console8ChannelIn.xcscheme +++ b/plugins/MacSignedVST/Console8ChannelIn/Console8ChannelIn.xcodeproj/xcshareddata/xcschemes/Console8ChannelIn.xcscheme @@ -15,7 +15,7 @@ @@ -51,7 +51,7 @@ diff --git a/plugins/MacSignedVST/Console8ChannelIn/source/Console8ChannelIn.cpp b/plugins/MacSignedVST/Console8ChannelIn/source/Console8ChannelIn.cpp index 7fd1afdd6..211b6defc 100755 --- a/plugins/MacSignedVST/Console8ChannelIn/source/Console8ChannelIn.cpp +++ b/plugins/MacSignedVST/Console8ChannelIn/source/Console8ChannelIn.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelIn - Console8ChannelIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelIn_H @@ -15,26 +15,6 @@ Console8ChannelIn::Console8ChannelIn(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.76352112; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacSignedVST/Console8ChannelIn/source/Console8ChannelIn.h b/plugins/MacSignedVST/Console8ChannelIn/source/Console8ChannelIn.h index 1a2dffb41..6162d8d2a 100755 --- a/plugins/MacSignedVST/Console8ChannelIn/source/Console8ChannelIn.h +++ b/plugins/MacSignedVST/Console8ChannelIn/source/Console8ChannelIn.h @@ -1,7 +1,7 @@ /* ======================================== * Console8ChannelIn - Console8ChannelIn.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelIn_H diff --git a/plugins/MacSignedVST/Console8ChannelIn/source/Console8ChannelInProc.cpp b/plugins/MacSignedVST/Console8ChannelIn/source/Console8ChannelInProc.cpp index 1d6140d97..25293a722 100755 --- a/plugins/MacSignedVST/Console8ChannelIn/source/Console8ChannelInProc.cpp +++ b/plugins/MacSignedVST/Console8ChannelIn/source/Console8ChannelInProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelIn - Console8ChannelIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelIn_H @@ -22,7 +22,27 @@ void Console8ChannelIn::processReplacing(float **inputs, float **outputs, VstInt if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -123,7 +143,27 @@ void Console8ChannelIn::processDoubleReplacing(double **inputs, double **outputs if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/MacSignedVST/Console8ChannelOut/Console8ChannelOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Console8ChannelOut/Console8ChannelOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index fac7013e9..93982e143 100755 Binary files a/plugins/MacSignedVST/Console8ChannelOut/Console8ChannelOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/Console8ChannelOut/Console8ChannelOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Console8ChannelOut/Console8ChannelOut.xcodeproj/xcshareddata/xcschemes/Console8ChannelOut.xcscheme b/plugins/MacSignedVST/Console8ChannelOut/Console8ChannelOut.xcodeproj/xcshareddata/xcschemes/Console8ChannelOut.xcscheme index b8d176225..c1f7ce41a 100644 --- a/plugins/MacSignedVST/Console8ChannelOut/Console8ChannelOut.xcodeproj/xcshareddata/xcschemes/Console8ChannelOut.xcscheme +++ b/plugins/MacSignedVST/Console8ChannelOut/Console8ChannelOut.xcodeproj/xcshareddata/xcschemes/Console8ChannelOut.xcscheme @@ -15,7 +15,7 @@ @@ -51,7 +51,7 @@ diff --git a/plugins/MacSignedVST/Console8ChannelOut/source/Console8ChannelOut.cpp b/plugins/MacSignedVST/Console8ChannelOut/source/Console8ChannelOut.cpp index fc5d5b6b8..cd6b65f9d 100755 --- a/plugins/MacSignedVST/Console8ChannelOut/source/Console8ChannelOut.cpp +++ b/plugins/MacSignedVST/Console8ChannelOut/source/Console8ChannelOut.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelOut - Console8ChannelOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelOut_H @@ -15,17 +15,6 @@ Console8ChannelOut::Console8ChannelOut(audioMasterCallback audioMaster) : A = 0.5; inTrimA = 0.5; inTrimB = 0.5; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; - if (getSampleRate() > 49000.0) hsr = true; else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 3.51333709; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacSignedVST/Console8ChannelOut/source/Console8ChannelOut.h b/plugins/MacSignedVST/Console8ChannelOut/source/Console8ChannelOut.h index 00cf2b3b6..bc6b93303 100755 --- a/plugins/MacSignedVST/Console8ChannelOut/source/Console8ChannelOut.h +++ b/plugins/MacSignedVST/Console8ChannelOut/source/Console8ChannelOut.h @@ -1,7 +1,7 @@ /* ======================================== * Console8ChannelOut - Console8ChannelOut.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelOut_H diff --git a/plugins/MacSignedVST/Console8ChannelOut/source/Console8ChannelOutProc.cpp b/plugins/MacSignedVST/Console8ChannelOut/source/Console8ChannelOutProc.cpp index 96d188447..6ee1279e0 100755 --- a/plugins/MacSignedVST/Console8ChannelOut/source/Console8ChannelOutProc.cpp +++ b/plugins/MacSignedVST/Console8ChannelOut/source/Console8ChannelOutProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelOut - Console8ChannelOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelOut_H @@ -18,7 +18,18 @@ void Console8ChannelOut::processReplacing(float **inputs, float **outputs, VstIn inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. - + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 3.51333709; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -88,7 +99,18 @@ void Console8ChannelOut::processDoubleReplacing(double **inputs, double **output inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. - + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 3.51333709; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/MacSignedVST/Console8SubHype/Console8SubHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Console8SubHype/Console8SubHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index dd7fa5527..0cf06bdf2 100755 Binary files a/plugins/MacSignedVST/Console8SubHype/Console8SubHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/Console8SubHype/Console8SubHype.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Console8SubHype/Console8SubHype.xcodeproj/xcshareddata/xcschemes/Console8SubHype.xcscheme b/plugins/MacSignedVST/Console8SubHype/Console8SubHype.xcodeproj/xcshareddata/xcschemes/Console8SubHype.xcscheme index 2f1240679..4795a37a3 100644 --- a/plugins/MacSignedVST/Console8SubHype/Console8SubHype.xcodeproj/xcshareddata/xcschemes/Console8SubHype.xcscheme +++ b/plugins/MacSignedVST/Console8SubHype/Console8SubHype.xcodeproj/xcshareddata/xcschemes/Console8SubHype.xcscheme @@ -15,7 +15,7 @@ @@ -51,7 +51,7 @@ diff --git a/plugins/MacSignedVST/Console8SubHype/source/Console8SubHype.cpp b/plugins/MacSignedVST/Console8SubHype/source/Console8SubHype.cpp index 640f86886..bba1cfbbd 100755 --- a/plugins/MacSignedVST/Console8SubHype/source/Console8SubHype.cpp +++ b/plugins/MacSignedVST/Console8SubHype/source/Console8SubHype.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubHype - Console8SubHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubHype_H @@ -15,26 +15,6 @@ Console8SubHype::Console8SubHype(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.59435114; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacSignedVST/Console8SubHype/source/Console8SubHype.h b/plugins/MacSignedVST/Console8SubHype/source/Console8SubHype.h index 487250856..bffdf9cac 100755 --- a/plugins/MacSignedVST/Console8SubHype/source/Console8SubHype.h +++ b/plugins/MacSignedVST/Console8SubHype/source/Console8SubHype.h @@ -1,7 +1,7 @@ /* ======================================== * Console8SubHype - Console8SubHype.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubHype_H diff --git a/plugins/MacSignedVST/Console8SubHype/source/Console8SubHypeProc.cpp b/plugins/MacSignedVST/Console8SubHype/source/Console8SubHypeProc.cpp index 0455c9355..5606d807d 100755 --- a/plugins/MacSignedVST/Console8SubHype/source/Console8SubHypeProc.cpp +++ b/plugins/MacSignedVST/Console8SubHype/source/Console8SubHypeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubHype - Console8SubHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubHype_H @@ -22,7 +22,27 @@ void Console8SubHype::processReplacing(float **inputs, float **outputs, VstInt32 if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -124,7 +144,27 @@ void Console8SubHype::processDoubleReplacing(double **inputs, double **outputs, if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/MacSignedVST/Console8SubIn/Console8SubIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Console8SubIn/Console8SubIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index ca084c3d5..d34c04ffc 100755 Binary files a/plugins/MacSignedVST/Console8SubIn/Console8SubIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/Console8SubIn/Console8SubIn.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Console8SubIn/Console8SubIn.xcodeproj/xcshareddata/xcschemes/Console8SubIn.xcscheme b/plugins/MacSignedVST/Console8SubIn/Console8SubIn.xcodeproj/xcshareddata/xcschemes/Console8SubIn.xcscheme index 2ff184021..77a1137e9 100644 --- a/plugins/MacSignedVST/Console8SubIn/Console8SubIn.xcodeproj/xcshareddata/xcschemes/Console8SubIn.xcscheme +++ b/plugins/MacSignedVST/Console8SubIn/Console8SubIn.xcodeproj/xcshareddata/xcschemes/Console8SubIn.xcscheme @@ -15,7 +15,7 @@ @@ -51,7 +51,7 @@ diff --git a/plugins/MacSignedVST/Console8SubIn/source/Console8SubIn.cpp b/plugins/MacSignedVST/Console8SubIn/source/Console8SubIn.cpp index b25077a03..b418baacf 100755 --- a/plugins/MacSignedVST/Console8SubIn/source/Console8SubIn.cpp +++ b/plugins/MacSignedVST/Console8SubIn/source/Console8SubIn.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubIn - Console8SubIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubIn_H @@ -15,26 +15,6 @@ Console8SubIn::Console8SubIn(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.59435114; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacSignedVST/Console8SubIn/source/Console8SubIn.h b/plugins/MacSignedVST/Console8SubIn/source/Console8SubIn.h index 26326a9a9..1bfe7229e 100755 --- a/plugins/MacSignedVST/Console8SubIn/source/Console8SubIn.h +++ b/plugins/MacSignedVST/Console8SubIn/source/Console8SubIn.h @@ -1,7 +1,7 @@ /* ======================================== * Console8SubIn - Console8SubIn.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubIn_H diff --git a/plugins/MacSignedVST/Console8SubIn/source/Console8SubInProc.cpp b/plugins/MacSignedVST/Console8SubIn/source/Console8SubInProc.cpp index b1f53c485..dc9c14475 100755 --- a/plugins/MacSignedVST/Console8SubIn/source/Console8SubInProc.cpp +++ b/plugins/MacSignedVST/Console8SubIn/source/Console8SubInProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubIn - Console8SubIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubIn_H @@ -22,7 +22,27 @@ void Console8SubIn::processReplacing(float **inputs, float **outputs, VstInt32 s if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -124,7 +144,27 @@ void Console8SubIn::processDoubleReplacing(double **inputs, double **outputs, Vs if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/MacSignedVST/Console8SubOut/Console8SubOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Console8SubOut/Console8SubOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 4706f606b..2cc2338e6 100755 Binary files a/plugins/MacSignedVST/Console8SubOut/Console8SubOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/Console8SubOut/Console8SubOut.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Console8SubOut/Console8SubOut.xcodeproj/xcshareddata/xcschemes/Console8SubOut.xcscheme b/plugins/MacSignedVST/Console8SubOut/Console8SubOut.xcodeproj/xcshareddata/xcschemes/Console8SubOut.xcscheme index e10daaf8d..98aa039c8 100644 --- a/plugins/MacSignedVST/Console8SubOut/Console8SubOut.xcodeproj/xcshareddata/xcschemes/Console8SubOut.xcscheme +++ b/plugins/MacSignedVST/Console8SubOut/Console8SubOut.xcodeproj/xcshareddata/xcschemes/Console8SubOut.xcscheme @@ -15,7 +15,7 @@ @@ -51,7 +51,7 @@ diff --git a/plugins/MacSignedVST/Console8SubOut/source/Console8SubOut.cpp b/plugins/MacSignedVST/Console8SubOut/source/Console8SubOut.cpp index c28db78e4..e0a6ad4ab 100755 --- a/plugins/MacSignedVST/Console8SubOut/source/Console8SubOut.cpp +++ b/plugins/MacSignedVST/Console8SubOut/source/Console8SubOut.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubOut - Console8SubOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubOut_H @@ -15,17 +15,6 @@ Console8SubOut::Console8SubOut(audioMasterCallback audioMaster) : A = 0.5; inTrimA = 0.5; inTrimB = 0.5; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; - if (getSampleRate() > 49000.0) hsr = true; else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 1.20361562; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacSignedVST/Console8SubOut/source/Console8SubOut.h b/plugins/MacSignedVST/Console8SubOut/source/Console8SubOut.h index dc6ecf363..a8e40f8d1 100755 --- a/plugins/MacSignedVST/Console8SubOut/source/Console8SubOut.h +++ b/plugins/MacSignedVST/Console8SubOut/source/Console8SubOut.h @@ -1,7 +1,7 @@ /* ======================================== * Console8SubOut - Console8SubOut.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubOut_H diff --git a/plugins/MacSignedVST/Console8SubOut/source/Console8SubOutProc.cpp b/plugins/MacSignedVST/Console8SubOut/source/Console8SubOutProc.cpp index d36e9c4d4..4734aa3a7 100755 --- a/plugins/MacSignedVST/Console8SubOut/source/Console8SubOutProc.cpp +++ b/plugins/MacSignedVST/Console8SubOut/source/Console8SubOutProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubOut - Console8SubOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubOut_H @@ -18,7 +18,18 @@ void Console8SubOut::processReplacing(float **inputs, float **outputs, VstInt32 inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. - + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 1.20361562; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -88,7 +99,18 @@ void Console8SubOut::processDoubleReplacing(double **inputs, double **outputs, V inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. - + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 1.20361562; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/MacSignedVST/CrunchyGrooveWear/source/CrunchyGrooveWear.cpp b/plugins/MacSignedVST/CrunchyGrooveWear/source/CrunchyGrooveWear.cpp index d634bfc08..1893a56e9 100755 --- a/plugins/MacSignedVST/CrunchyGrooveWear/source/CrunchyGrooveWear.cpp +++ b/plugins/MacSignedVST/CrunchyGrooveWear/source/CrunchyGrooveWear.cpp @@ -1,6 +1,6 @@ /* ======================================== * CrunchyGrooveWear - CrunchyGrooveWear.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __CrunchyGrooveWear_H diff --git a/plugins/MacSignedVST/CrunchyGrooveWear/source/CrunchyGrooveWear.h b/plugins/MacSignedVST/CrunchyGrooveWear/source/CrunchyGrooveWear.h index 3ccd654a6..8a78bdbce 100755 --- a/plugins/MacSignedVST/CrunchyGrooveWear/source/CrunchyGrooveWear.h +++ b/plugins/MacSignedVST/CrunchyGrooveWear/source/CrunchyGrooveWear.h @@ -1,7 +1,7 @@ /* ======================================== * CrunchyGrooveWear - CrunchyGrooveWear.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __CrunchyGrooveWear_H diff --git a/plugins/MacSignedVST/CrunchyGrooveWear/source/CrunchyGrooveWearProc.cpp b/plugins/MacSignedVST/CrunchyGrooveWear/source/CrunchyGrooveWearProc.cpp index 632ee3f59..cf9e75808 100755 --- a/plugins/MacSignedVST/CrunchyGrooveWear/source/CrunchyGrooveWearProc.cpp +++ b/plugins/MacSignedVST/CrunchyGrooveWear/source/CrunchyGrooveWearProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * CrunchyGrooveWear - CrunchyGrooveWear.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __CrunchyGrooveWear_H diff --git a/plugins/MacSignedVST/Crystal/source/Crystal.cpp b/plugins/MacSignedVST/Crystal/source/Crystal.cpp index 67db8482c..583ded7df 100755 --- a/plugins/MacSignedVST/Crystal/source/Crystal.cpp +++ b/plugins/MacSignedVST/Crystal/source/Crystal.cpp @@ -1,6 +1,6 @@ /* ======================================== * Crystal - Crystal.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Crystal_H diff --git a/plugins/MacSignedVST/Crystal/source/Crystal.h b/plugins/MacSignedVST/Crystal/source/Crystal.h index 524bbc595..3e2732688 100755 --- a/plugins/MacSignedVST/Crystal/source/Crystal.h +++ b/plugins/MacSignedVST/Crystal/source/Crystal.h @@ -1,7 +1,7 @@ /* ======================================== * Crystal - Crystal.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Crystal_H diff --git a/plugins/MacSignedVST/Crystal/source/CrystalProc.cpp b/plugins/MacSignedVST/Crystal/source/CrystalProc.cpp index 1ebd6fd39..f20d9a619 100755 --- a/plugins/MacSignedVST/Crystal/source/CrystalProc.cpp +++ b/plugins/MacSignedVST/Crystal/source/CrystalProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Crystal - Crystal.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Crystal_H diff --git a/plugins/MacSignedVST/DCVoltage/source/DCVoltage.cpp b/plugins/MacSignedVST/DCVoltage/source/DCVoltage.cpp index 9b70015c4..f09ea2d9e 100755 --- a/plugins/MacSignedVST/DCVoltage/source/DCVoltage.cpp +++ b/plugins/MacSignedVST/DCVoltage/source/DCVoltage.cpp @@ -1,6 +1,6 @@ /* ======================================== * DCVoltage - DCVoltage.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DCVoltage_H diff --git a/plugins/MacSignedVST/DCVoltage/source/DCVoltage.h b/plugins/MacSignedVST/DCVoltage/source/DCVoltage.h index b3474874e..0c8d6989f 100755 --- a/plugins/MacSignedVST/DCVoltage/source/DCVoltage.h +++ b/plugins/MacSignedVST/DCVoltage/source/DCVoltage.h @@ -1,7 +1,7 @@ /* ======================================== * DCVoltage - DCVoltage.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DCVoltage_H diff --git a/plugins/MacSignedVST/DCVoltage/source/DCVoltageProc.cpp b/plugins/MacSignedVST/DCVoltage/source/DCVoltageProc.cpp index b419acc15..a9749e7aa 100755 --- a/plugins/MacSignedVST/DCVoltage/source/DCVoltageProc.cpp +++ b/plugins/MacSignedVST/DCVoltage/source/DCVoltageProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DCVoltage - DCVoltage.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DCVoltage_H diff --git a/plugins/MacSignedVST/Dark/source/Dark.cpp b/plugins/MacSignedVST/Dark/source/Dark.cpp index a1bb3148a..b649c27b9 100755 --- a/plugins/MacSignedVST/Dark/source/Dark.cpp +++ b/plugins/MacSignedVST/Dark/source/Dark.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dark - Dark.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dark_H diff --git a/plugins/MacSignedVST/Dark/source/Dark.h b/plugins/MacSignedVST/Dark/source/Dark.h index 13e02ae87..bc8d4e2cb 100755 --- a/plugins/MacSignedVST/Dark/source/Dark.h +++ b/plugins/MacSignedVST/Dark/source/Dark.h @@ -1,7 +1,7 @@ /* ======================================== * Dark - Dark.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dark_H diff --git a/plugins/MacSignedVST/Dark/source/DarkProc.cpp b/plugins/MacSignedVST/Dark/source/DarkProc.cpp index f026c1cd0..a57a80f24 100755 --- a/plugins/MacSignedVST/Dark/source/DarkProc.cpp +++ b/plugins/MacSignedVST/Dark/source/DarkProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dark - Dark.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dark_H diff --git a/plugins/MacSignedVST/DarkNoise/source/DarkNoise.cpp b/plugins/MacSignedVST/DarkNoise/source/DarkNoise.cpp index 989535fc7..3d6a7e8af 100755 --- a/plugins/MacSignedVST/DarkNoise/source/DarkNoise.cpp +++ b/plugins/MacSignedVST/DarkNoise/source/DarkNoise.cpp @@ -1,6 +1,6 @@ /* ======================================== * DarkNoise - DarkNoise.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DarkNoise_H diff --git a/plugins/MacSignedVST/DarkNoise/source/DarkNoise.h b/plugins/MacSignedVST/DarkNoise/source/DarkNoise.h index 9fa3d2e75..983bc2f0f 100755 --- a/plugins/MacSignedVST/DarkNoise/source/DarkNoise.h +++ b/plugins/MacSignedVST/DarkNoise/source/DarkNoise.h @@ -1,7 +1,7 @@ /* ======================================== * DarkNoise - DarkNoise.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DarkNoise_H diff --git a/plugins/MacSignedVST/DarkNoise/source/DarkNoiseProc.cpp b/plugins/MacSignedVST/DarkNoise/source/DarkNoiseProc.cpp index cb4f3428f..9731d9fd5 100755 --- a/plugins/MacSignedVST/DarkNoise/source/DarkNoiseProc.cpp +++ b/plugins/MacSignedVST/DarkNoise/source/DarkNoiseProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DarkNoise - DarkNoise.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DarkNoise_H diff --git a/plugins/MacSignedVST/DeBess/source/DeBess.cpp b/plugins/MacSignedVST/DeBess/source/DeBess.cpp index 43ead3df6..6cb1ee203 100755 --- a/plugins/MacSignedVST/DeBess/source/DeBess.cpp +++ b/plugins/MacSignedVST/DeBess/source/DeBess.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeBess - DeBess.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeBess_H diff --git a/plugins/MacSignedVST/DeBess/source/DeBess.h b/plugins/MacSignedVST/DeBess/source/DeBess.h index a3c4cb2ab..6a3ef438e 100755 --- a/plugins/MacSignedVST/DeBess/source/DeBess.h +++ b/plugins/MacSignedVST/DeBess/source/DeBess.h @@ -1,7 +1,7 @@ /* ======================================== * DeBess - DeBess.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeBess_H diff --git a/plugins/MacSignedVST/DeBess/source/DeBessProc.cpp b/plugins/MacSignedVST/DeBess/source/DeBessProc.cpp index defe49442..ec80ec37c 100755 --- a/plugins/MacSignedVST/DeBess/source/DeBessProc.cpp +++ b/plugins/MacSignedVST/DeBess/source/DeBessProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeBess - DeBess.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeBess_H diff --git a/plugins/MacSignedVST/DeEss/source/DeEss.cpp b/plugins/MacSignedVST/DeEss/source/DeEss.cpp index f57f5c63c..f7bcce350 100755 --- a/plugins/MacSignedVST/DeEss/source/DeEss.cpp +++ b/plugins/MacSignedVST/DeEss/source/DeEss.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeEss - DeEss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeEss_H diff --git a/plugins/MacSignedVST/DeEss/source/DeEss.h b/plugins/MacSignedVST/DeEss/source/DeEss.h index 93afbe7b9..f9e154c62 100755 --- a/plugins/MacSignedVST/DeEss/source/DeEss.h +++ b/plugins/MacSignedVST/DeEss/source/DeEss.h @@ -1,7 +1,7 @@ /* ======================================== * DeEss - DeEss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeEss_H diff --git a/plugins/MacSignedVST/DeEss/source/DeEssProc.cpp b/plugins/MacSignedVST/DeEss/source/DeEssProc.cpp index 3f9adf647..bd91b1351 100755 --- a/plugins/MacSignedVST/DeEss/source/DeEssProc.cpp +++ b/plugins/MacSignedVST/DeEss/source/DeEssProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeEss - DeEss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeEss_H diff --git a/plugins/MacSignedVST/DeHiss/source/DeHiss.cpp b/plugins/MacSignedVST/DeHiss/source/DeHiss.cpp index 4473972cb..5fed8f10e 100755 --- a/plugins/MacSignedVST/DeHiss/source/DeHiss.cpp +++ b/plugins/MacSignedVST/DeHiss/source/DeHiss.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeHiss - DeHiss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeHiss_H diff --git a/plugins/MacSignedVST/DeHiss/source/DeHiss.h b/plugins/MacSignedVST/DeHiss/source/DeHiss.h index 647f3abe8..d05542307 100755 --- a/plugins/MacSignedVST/DeHiss/source/DeHiss.h +++ b/plugins/MacSignedVST/DeHiss/source/DeHiss.h @@ -1,7 +1,7 @@ /* ======================================== * DeHiss - DeHiss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeHiss_H diff --git a/plugins/MacSignedVST/DeHiss/source/DeHissProc.cpp b/plugins/MacSignedVST/DeHiss/source/DeHissProc.cpp index ce52a4f9d..12fec327d 100755 --- a/plugins/MacSignedVST/DeHiss/source/DeHissProc.cpp +++ b/plugins/MacSignedVST/DeHiss/source/DeHissProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeHiss - DeHiss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeHiss_H diff --git a/plugins/MacSignedVST/DeRez/source/DeRez.cpp b/plugins/MacSignedVST/DeRez/source/DeRez.cpp index f24f99df9..1f0701841 100755 --- a/plugins/MacSignedVST/DeRez/source/DeRez.cpp +++ b/plugins/MacSignedVST/DeRez/source/DeRez.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeRez - DeRez.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez_H diff --git a/plugins/MacSignedVST/DeRez/source/DeRez.h b/plugins/MacSignedVST/DeRez/source/DeRez.h index 85cfe1c66..602f8477e 100755 --- a/plugins/MacSignedVST/DeRez/source/DeRez.h +++ b/plugins/MacSignedVST/DeRez/source/DeRez.h @@ -1,7 +1,7 @@ /* ======================================== * DeRez - DeRez.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez_H diff --git a/plugins/MacSignedVST/DeRez/source/DeRezProc.cpp b/plugins/MacSignedVST/DeRez/source/DeRezProc.cpp index 36cb20004..ccb3c28b0 100755 --- a/plugins/MacSignedVST/DeRez/source/DeRezProc.cpp +++ b/plugins/MacSignedVST/DeRez/source/DeRezProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeRez - DeRez.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez_H diff --git a/plugins/MacSignedVST/DeRez2/source/DeRez2.cpp b/plugins/MacSignedVST/DeRez2/source/DeRez2.cpp index 9f706d2bb..1086b016f 100755 --- a/plugins/MacSignedVST/DeRez2/source/DeRez2.cpp +++ b/plugins/MacSignedVST/DeRez2/source/DeRez2.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeRez2 - DeRez2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez2_H diff --git a/plugins/MacSignedVST/DeRez2/source/DeRez2.h b/plugins/MacSignedVST/DeRez2/source/DeRez2.h index c3856a97a..05079677f 100755 --- a/plugins/MacSignedVST/DeRez2/source/DeRez2.h +++ b/plugins/MacSignedVST/DeRez2/source/DeRez2.h @@ -1,7 +1,7 @@ /* ======================================== * DeRez2 - DeRez2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez2_H diff --git a/plugins/MacSignedVST/DeRez2/source/DeRez2Proc.cpp b/plugins/MacSignedVST/DeRez2/source/DeRez2Proc.cpp index 05ccab1f8..fe8cd11b9 100755 --- a/plugins/MacSignedVST/DeRez2/source/DeRez2Proc.cpp +++ b/plugins/MacSignedVST/DeRez2/source/DeRez2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeRez2 - DeRez2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez2_H diff --git a/plugins/MacSignedVST/Deckwrecka/source/Deckwrecka.cpp b/plugins/MacSignedVST/Deckwrecka/source/Deckwrecka.cpp index 7e0a202c2..2c16abfc6 100755 --- a/plugins/MacSignedVST/Deckwrecka/source/Deckwrecka.cpp +++ b/plugins/MacSignedVST/Deckwrecka/source/Deckwrecka.cpp @@ -1,6 +1,6 @@ /* ======================================== * Deckwrecka - Deckwrecka.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Deckwrecka_H diff --git a/plugins/MacSignedVST/Deckwrecka/source/Deckwrecka.h b/plugins/MacSignedVST/Deckwrecka/source/Deckwrecka.h index 73c5a1d76..e11cc00b6 100755 --- a/plugins/MacSignedVST/Deckwrecka/source/Deckwrecka.h +++ b/plugins/MacSignedVST/Deckwrecka/source/Deckwrecka.h @@ -1,7 +1,7 @@ /* ======================================== * Deckwrecka - Deckwrecka.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Deckwrecka_H diff --git a/plugins/MacSignedVST/Deckwrecka/source/DeckwreckaProc.cpp b/plugins/MacSignedVST/Deckwrecka/source/DeckwreckaProc.cpp index a63176921..54d57792d 100755 --- a/plugins/MacSignedVST/Deckwrecka/source/DeckwreckaProc.cpp +++ b/plugins/MacSignedVST/Deckwrecka/source/DeckwreckaProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Deckwrecka - Deckwrecka.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Deckwrecka_H diff --git a/plugins/MacSignedVST/Density/source/Density.cpp b/plugins/MacSignedVST/Density/source/Density.cpp index 01ad61f14..e565fc98f 100755 --- a/plugins/MacSignedVST/Density/source/Density.cpp +++ b/plugins/MacSignedVST/Density/source/Density.cpp @@ -1,6 +1,6 @@ /* ======================================== * Density - Density.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Density_H diff --git a/plugins/MacSignedVST/Density/source/Density.h b/plugins/MacSignedVST/Density/source/Density.h index 0f188b3bb..d485ed51a 100755 --- a/plugins/MacSignedVST/Density/source/Density.h +++ b/plugins/MacSignedVST/Density/source/Density.h @@ -1,7 +1,7 @@ /* ======================================== * Density - Density.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Density_H diff --git a/plugins/MacSignedVST/Density/source/DensityProc.cpp b/plugins/MacSignedVST/Density/source/DensityProc.cpp index 5db9e5022..b2d07a0ef 100755 --- a/plugins/MacSignedVST/Density/source/DensityProc.cpp +++ b/plugins/MacSignedVST/Density/source/DensityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Density - Density.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Density_H diff --git a/plugins/MacSignedVST/Density2/source/Density2.cpp b/plugins/MacSignedVST/Density2/source/Density2.cpp index e680b6baf..00a2e167f 100755 --- a/plugins/MacSignedVST/Density2/source/Density2.cpp +++ b/plugins/MacSignedVST/Density2/source/Density2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Density2 - Density2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Density2_H diff --git a/plugins/MacSignedVST/Density2/source/Density2.h b/plugins/MacSignedVST/Density2/source/Density2.h index eb0ca981c..7f93f2f18 100755 --- a/plugins/MacSignedVST/Density2/source/Density2.h +++ b/plugins/MacSignedVST/Density2/source/Density2.h @@ -1,7 +1,7 @@ /* ======================================== * Density2 - Density2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Density2_H diff --git a/plugins/MacSignedVST/Density2/source/Density2Proc.cpp b/plugins/MacSignedVST/Density2/source/Density2Proc.cpp index bd79936ab..f22863804 100755 --- a/plugins/MacSignedVST/Density2/source/Density2Proc.cpp +++ b/plugins/MacSignedVST/Density2/source/Density2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Density2 - Density2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Density2_H diff --git a/plugins/MacSignedVST/Desk/source/Desk.cpp b/plugins/MacSignedVST/Desk/source/Desk.cpp index a23bbc3b5..31e35ecc7 100755 --- a/plugins/MacSignedVST/Desk/source/Desk.cpp +++ b/plugins/MacSignedVST/Desk/source/Desk.cpp @@ -1,6 +1,6 @@ /* ======================================== * Desk - Desk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk_H diff --git a/plugins/MacSignedVST/Desk/source/Desk.h b/plugins/MacSignedVST/Desk/source/Desk.h index b33f2bf52..91b005a46 100755 --- a/plugins/MacSignedVST/Desk/source/Desk.h +++ b/plugins/MacSignedVST/Desk/source/Desk.h @@ -1,7 +1,7 @@ /* ======================================== * Desk - Desk.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk_H diff --git a/plugins/MacSignedVST/Desk/source/DeskProc.cpp b/plugins/MacSignedVST/Desk/source/DeskProc.cpp index 328e06643..e3295f3d7 100755 --- a/plugins/MacSignedVST/Desk/source/DeskProc.cpp +++ b/plugins/MacSignedVST/Desk/source/DeskProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Desk - Desk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk_H diff --git a/plugins/MacSignedVST/Desk4/source/Desk4.cpp b/plugins/MacSignedVST/Desk4/source/Desk4.cpp index ebf1daadb..772e1315f 100755 --- a/plugins/MacSignedVST/Desk4/source/Desk4.cpp +++ b/plugins/MacSignedVST/Desk4/source/Desk4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Desk4 - Desk4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk4_H diff --git a/plugins/MacSignedVST/Desk4/source/Desk4.h b/plugins/MacSignedVST/Desk4/source/Desk4.h index 8b1a72406..02afd135a 100755 --- a/plugins/MacSignedVST/Desk4/source/Desk4.h +++ b/plugins/MacSignedVST/Desk4/source/Desk4.h @@ -1,7 +1,7 @@ /* ======================================== * Desk4 - Desk4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk4_H diff --git a/plugins/MacSignedVST/Desk4/source/Desk4Proc.cpp b/plugins/MacSignedVST/Desk4/source/Desk4Proc.cpp index c20b66f8f..e3f8f212e 100755 --- a/plugins/MacSignedVST/Desk4/source/Desk4Proc.cpp +++ b/plugins/MacSignedVST/Desk4/source/Desk4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Desk4 - Desk4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk4_H diff --git a/plugins/MacSignedVST/DigitalBlack/source/DigitalBlack.cpp b/plugins/MacSignedVST/DigitalBlack/source/DigitalBlack.cpp index 840435762..e18eefd6e 100755 --- a/plugins/MacSignedVST/DigitalBlack/source/DigitalBlack.cpp +++ b/plugins/MacSignedVST/DigitalBlack/source/DigitalBlack.cpp @@ -1,6 +1,6 @@ /* ======================================== * DigitalBlack - DigitalBlack.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DigitalBlack_H diff --git a/plugins/MacSignedVST/DigitalBlack/source/DigitalBlack.h b/plugins/MacSignedVST/DigitalBlack/source/DigitalBlack.h index 636911dd9..9621a529f 100755 --- a/plugins/MacSignedVST/DigitalBlack/source/DigitalBlack.h +++ b/plugins/MacSignedVST/DigitalBlack/source/DigitalBlack.h @@ -1,7 +1,7 @@ /* ======================================== * DigitalBlack - DigitalBlack.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DigitalBlack_H diff --git a/plugins/MacSignedVST/DigitalBlack/source/DigitalBlackProc.cpp b/plugins/MacSignedVST/DigitalBlack/source/DigitalBlackProc.cpp index 5a0326988..1bcc280fb 100755 --- a/plugins/MacSignedVST/DigitalBlack/source/DigitalBlackProc.cpp +++ b/plugins/MacSignedVST/DigitalBlack/source/DigitalBlackProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DigitalBlack - DigitalBlack.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DigitalBlack_H diff --git a/plugins/MacSignedVST/Dirt/source/Dirt.cpp b/plugins/MacSignedVST/Dirt/source/Dirt.cpp index 19ef907b4..473b5244d 100755 --- a/plugins/MacSignedVST/Dirt/source/Dirt.cpp +++ b/plugins/MacSignedVST/Dirt/source/Dirt.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dirt - Dirt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dirt_H diff --git a/plugins/MacSignedVST/Dirt/source/Dirt.h b/plugins/MacSignedVST/Dirt/source/Dirt.h index 1bc7b8cb3..4ce66461e 100755 --- a/plugins/MacSignedVST/Dirt/source/Dirt.h +++ b/plugins/MacSignedVST/Dirt/source/Dirt.h @@ -1,7 +1,7 @@ /* ======================================== * Dirt - Dirt.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dirt_H diff --git a/plugins/MacSignedVST/Dirt/source/DirtProc.cpp b/plugins/MacSignedVST/Dirt/source/DirtProc.cpp index 16c273c9e..b681d591e 100755 --- a/plugins/MacSignedVST/Dirt/source/DirtProc.cpp +++ b/plugins/MacSignedVST/Dirt/source/DirtProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dirt - Dirt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dirt_H diff --git a/plugins/MacSignedVST/Distance/source/Distance.cpp b/plugins/MacSignedVST/Distance/source/Distance.cpp index ca1806e47..8f3f84d0b 100755 --- a/plugins/MacSignedVST/Distance/source/Distance.cpp +++ b/plugins/MacSignedVST/Distance/source/Distance.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distance - Distance.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance_H diff --git a/plugins/MacSignedVST/Distance/source/Distance.h b/plugins/MacSignedVST/Distance/source/Distance.h index 021335d65..49aada1a2 100755 --- a/plugins/MacSignedVST/Distance/source/Distance.h +++ b/plugins/MacSignedVST/Distance/source/Distance.h @@ -1,7 +1,7 @@ /* ======================================== * Distance - Distance.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance_H diff --git a/plugins/MacSignedVST/Distance/source/DistanceProc.cpp b/plugins/MacSignedVST/Distance/source/DistanceProc.cpp index 30065e778..03c69d9a2 100755 --- a/plugins/MacSignedVST/Distance/source/DistanceProc.cpp +++ b/plugins/MacSignedVST/Distance/source/DistanceProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distance - Distance.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance_H diff --git a/plugins/MacSignedVST/Distance2/source/Distance2.cpp b/plugins/MacSignedVST/Distance2/source/Distance2.cpp index 8e1e63871..2136693ee 100755 --- a/plugins/MacSignedVST/Distance2/source/Distance2.cpp +++ b/plugins/MacSignedVST/Distance2/source/Distance2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distance2 - Distance2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance2_H diff --git a/plugins/MacSignedVST/Distance2/source/Distance2.h b/plugins/MacSignedVST/Distance2/source/Distance2.h index 17d29134d..8f12429de 100755 --- a/plugins/MacSignedVST/Distance2/source/Distance2.h +++ b/plugins/MacSignedVST/Distance2/source/Distance2.h @@ -1,7 +1,7 @@ /* ======================================== * Distance2 - Distance2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance2_H diff --git a/plugins/MacSignedVST/Distance2/source/Distance2Proc.cpp b/plugins/MacSignedVST/Distance2/source/Distance2Proc.cpp index eed60619e..bb89593d0 100755 --- a/plugins/MacSignedVST/Distance2/source/Distance2Proc.cpp +++ b/plugins/MacSignedVST/Distance2/source/Distance2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distance2 - Distance2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance2_H diff --git a/plugins/MacSignedVST/Distortion/source/Distortion.cpp b/plugins/MacSignedVST/Distortion/source/Distortion.cpp index 413805a65..abd9352d3 100755 --- a/plugins/MacSignedVST/Distortion/source/Distortion.cpp +++ b/plugins/MacSignedVST/Distortion/source/Distortion.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distortion - Distortion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distortion_H diff --git a/plugins/MacSignedVST/Distortion/source/Distortion.h b/plugins/MacSignedVST/Distortion/source/Distortion.h index 2a9013380..a50bdff7a 100755 --- a/plugins/MacSignedVST/Distortion/source/Distortion.h +++ b/plugins/MacSignedVST/Distortion/source/Distortion.h @@ -1,7 +1,7 @@ /* ======================================== * Distortion - Distortion.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Distortion_H diff --git a/plugins/MacSignedVST/Distortion/source/DistortionProc.cpp b/plugins/MacSignedVST/Distortion/source/DistortionProc.cpp index 66d7a78cd..e788a3d6a 100755 --- a/plugins/MacSignedVST/Distortion/source/DistortionProc.cpp +++ b/plugins/MacSignedVST/Distortion/source/DistortionProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distortion - Distortion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distortion_H diff --git a/plugins/MacSignedVST/DitherFloat/source/DitherFloat.cpp b/plugins/MacSignedVST/DitherFloat/source/DitherFloat.cpp index 509db420c..58cfa03eb 100755 --- a/plugins/MacSignedVST/DitherFloat/source/DitherFloat.cpp +++ b/plugins/MacSignedVST/DitherFloat/source/DitherFloat.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherFloat - DitherFloat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherFloat_H diff --git a/plugins/MacSignedVST/DitherFloat/source/DitherFloat.h b/plugins/MacSignedVST/DitherFloat/source/DitherFloat.h index dd828e6a5..839f355cb 100755 --- a/plugins/MacSignedVST/DitherFloat/source/DitherFloat.h +++ b/plugins/MacSignedVST/DitherFloat/source/DitherFloat.h @@ -1,7 +1,7 @@ /* ======================================== * DitherFloat - DitherFloat.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherFloat_H diff --git a/plugins/MacSignedVST/DitherFloat/source/DitherFloatProc.cpp b/plugins/MacSignedVST/DitherFloat/source/DitherFloatProc.cpp index 9c894ad8a..86188de4b 100755 --- a/plugins/MacSignedVST/DitherFloat/source/DitherFloatProc.cpp +++ b/plugins/MacSignedVST/DitherFloat/source/DitherFloatProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherFloat - DitherFloat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherFloat_H diff --git a/plugins/MacSignedVST/DitherMeDiskers/source/DitherMeDiskers.cpp b/plugins/MacSignedVST/DitherMeDiskers/source/DitherMeDiskers.cpp index 528d54782..09051734b 100755 --- a/plugins/MacSignedVST/DitherMeDiskers/source/DitherMeDiskers.cpp +++ b/plugins/MacSignedVST/DitherMeDiskers/source/DitherMeDiskers.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherMeDiskers - DitherMeDiskers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeDiskers_H diff --git a/plugins/MacSignedVST/DitherMeDiskers/source/DitherMeDiskers.h b/plugins/MacSignedVST/DitherMeDiskers/source/DitherMeDiskers.h index 4ba134f9a..fdbe663bd 100755 --- a/plugins/MacSignedVST/DitherMeDiskers/source/DitherMeDiskers.h +++ b/plugins/MacSignedVST/DitherMeDiskers/source/DitherMeDiskers.h @@ -1,7 +1,7 @@ /* ======================================== * DitherMeDiskers - DitherMeDiskers.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeDiskers_H diff --git a/plugins/MacSignedVST/DitherMeDiskers/source/DitherMeDiskersProc.cpp b/plugins/MacSignedVST/DitherMeDiskers/source/DitherMeDiskersProc.cpp index 746f71378..1d9c3d8fe 100755 --- a/plugins/MacSignedVST/DitherMeDiskers/source/DitherMeDiskersProc.cpp +++ b/plugins/MacSignedVST/DitherMeDiskers/source/DitherMeDiskersProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherMeDiskers - DitherMeDiskers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeDiskers_H diff --git a/plugins/MacSignedVST/DitherMeTimbers/source/DitherMeTimbers.cpp b/plugins/MacSignedVST/DitherMeTimbers/source/DitherMeTimbers.cpp index a09222f53..e2eea2702 100755 --- a/plugins/MacSignedVST/DitherMeTimbers/source/DitherMeTimbers.cpp +++ b/plugins/MacSignedVST/DitherMeTimbers/source/DitherMeTimbers.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherMeTimbers - DitherMeTimbers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeTimbers_H diff --git a/plugins/MacSignedVST/DitherMeTimbers/source/DitherMeTimbers.h b/plugins/MacSignedVST/DitherMeTimbers/source/DitherMeTimbers.h index 03d712ee0..e8f25f3e1 100755 --- a/plugins/MacSignedVST/DitherMeTimbers/source/DitherMeTimbers.h +++ b/plugins/MacSignedVST/DitherMeTimbers/source/DitherMeTimbers.h @@ -1,7 +1,7 @@ /* ======================================== * DitherMeTimbers - DitherMeTimbers.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeTimbers_H diff --git a/plugins/MacSignedVST/DitherMeTimbers/source/DitherMeTimbersProc.cpp b/plugins/MacSignedVST/DitherMeTimbers/source/DitherMeTimbersProc.cpp index 4641d8bbd..b18f9c696 100755 --- a/plugins/MacSignedVST/DitherMeTimbers/source/DitherMeTimbersProc.cpp +++ b/plugins/MacSignedVST/DitherMeTimbers/source/DitherMeTimbersProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherMeTimbers - DitherMeTimbers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeTimbers_H diff --git a/plugins/MacSignedVST/Ditherbox/source/Ditherbox.cpp b/plugins/MacSignedVST/Ditherbox/source/Ditherbox.cpp index 0d3822f67..0e6c44a30 100755 --- a/plugins/MacSignedVST/Ditherbox/source/Ditherbox.cpp +++ b/plugins/MacSignedVST/Ditherbox/source/Ditherbox.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ditherbox - Ditherbox.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ditherbox_H diff --git a/plugins/MacSignedVST/Ditherbox/source/Ditherbox.h b/plugins/MacSignedVST/Ditherbox/source/Ditherbox.h index 51bc80e54..742912012 100755 --- a/plugins/MacSignedVST/Ditherbox/source/Ditherbox.h +++ b/plugins/MacSignedVST/Ditherbox/source/Ditherbox.h @@ -1,7 +1,7 @@ /* ======================================== * Ditherbox - Ditherbox.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Ditherbox_H diff --git a/plugins/MacSignedVST/Ditherbox/source/DitherboxProc.cpp b/plugins/MacSignedVST/Ditherbox/source/DitherboxProc.cpp index f12d2abbe..8a22b55cd 100755 --- a/plugins/MacSignedVST/Ditherbox/source/DitherboxProc.cpp +++ b/plugins/MacSignedVST/Ditherbox/source/DitherboxProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ditherbox - Ditherbox.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ditherbox_H diff --git a/plugins/MacSignedVST/DoublePaul/source/DoublePaul.cpp b/plugins/MacSignedVST/DoublePaul/source/DoublePaul.cpp index a5d374d25..c82906973 100755 --- a/plugins/MacSignedVST/DoublePaul/source/DoublePaul.cpp +++ b/plugins/MacSignedVST/DoublePaul/source/DoublePaul.cpp @@ -1,6 +1,6 @@ /* ======================================== * DoublePaul - DoublePaul.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DoublePaul_H diff --git a/plugins/MacSignedVST/DoublePaul/source/DoublePaul.h b/plugins/MacSignedVST/DoublePaul/source/DoublePaul.h index 1a9f0fd05..efdca4379 100755 --- a/plugins/MacSignedVST/DoublePaul/source/DoublePaul.h +++ b/plugins/MacSignedVST/DoublePaul/source/DoublePaul.h @@ -1,7 +1,7 @@ /* ======================================== * DoublePaul - DoublePaul.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DoublePaul_H diff --git a/plugins/MacSignedVST/DoublePaul/source/DoublePaulProc.cpp b/plugins/MacSignedVST/DoublePaul/source/DoublePaulProc.cpp index 430915416..87ba0ad69 100755 --- a/plugins/MacSignedVST/DoublePaul/source/DoublePaulProc.cpp +++ b/plugins/MacSignedVST/DoublePaul/source/DoublePaulProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DoublePaul - DoublePaul.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DoublePaul_H diff --git a/plugins/MacSignedVST/Doublelay/source/Doublelay.cpp b/plugins/MacSignedVST/Doublelay/source/Doublelay.cpp index 55047adc5..e1690417b 100755 --- a/plugins/MacSignedVST/Doublelay/source/Doublelay.cpp +++ b/plugins/MacSignedVST/Doublelay/source/Doublelay.cpp @@ -1,6 +1,6 @@ /* ======================================== * Doublelay - Doublelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Doublelay_H diff --git a/plugins/MacSignedVST/Doublelay/source/Doublelay.h b/plugins/MacSignedVST/Doublelay/source/Doublelay.h index fbb9afb39..093acf79f 100755 --- a/plugins/MacSignedVST/Doublelay/source/Doublelay.h +++ b/plugins/MacSignedVST/Doublelay/source/Doublelay.h @@ -1,7 +1,7 @@ /* ======================================== * Doublelay - Doublelay.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Doublelay_H diff --git a/plugins/MacSignedVST/Doublelay/source/DoublelayProc.cpp b/plugins/MacSignedVST/Doublelay/source/DoublelayProc.cpp index 11f6e7e1f..3314a2b40 100755 --- a/plugins/MacSignedVST/Doublelay/source/DoublelayProc.cpp +++ b/plugins/MacSignedVST/Doublelay/source/DoublelayProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Doublelay - Doublelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Doublelay_H diff --git a/plugins/MacSignedVST/Drive/source/Drive.cpp b/plugins/MacSignedVST/Drive/source/Drive.cpp index e88a7b678..de40595eb 100755 --- a/plugins/MacSignedVST/Drive/source/Drive.cpp +++ b/plugins/MacSignedVST/Drive/source/Drive.cpp @@ -1,6 +1,6 @@ /* ======================================== * Drive - Drive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Drive_H diff --git a/plugins/MacSignedVST/Drive/source/Drive.h b/plugins/MacSignedVST/Drive/source/Drive.h index 5b9bf5910..51bd69f60 100755 --- a/plugins/MacSignedVST/Drive/source/Drive.h +++ b/plugins/MacSignedVST/Drive/source/Drive.h @@ -1,7 +1,7 @@ /* ======================================== * Drive - Drive.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Drive_H diff --git a/plugins/MacSignedVST/Drive/source/DriveProc.cpp b/plugins/MacSignedVST/Drive/source/DriveProc.cpp index d30635b48..46282703c 100755 --- a/plugins/MacSignedVST/Drive/source/DriveProc.cpp +++ b/plugins/MacSignedVST/Drive/source/DriveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Drive - Drive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Drive_H diff --git a/plugins/MacSignedVST/DrumSlam/source/DrumSlam.cpp b/plugins/MacSignedVST/DrumSlam/source/DrumSlam.cpp index 7449845c9..f81938f81 100755 --- a/plugins/MacSignedVST/DrumSlam/source/DrumSlam.cpp +++ b/plugins/MacSignedVST/DrumSlam/source/DrumSlam.cpp @@ -1,6 +1,6 @@ /* ======================================== * DrumSlam - DrumSlam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DrumSlam_H diff --git a/plugins/MacSignedVST/DrumSlam/source/DrumSlam.h b/plugins/MacSignedVST/DrumSlam/source/DrumSlam.h index 3d83fce09..e895e4fed 100755 --- a/plugins/MacSignedVST/DrumSlam/source/DrumSlam.h +++ b/plugins/MacSignedVST/DrumSlam/source/DrumSlam.h @@ -1,7 +1,7 @@ /* ======================================== * DrumSlam - DrumSlam.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DrumSlam_H diff --git a/plugins/MacSignedVST/DrumSlam/source/DrumSlamProc.cpp b/plugins/MacSignedVST/DrumSlam/source/DrumSlamProc.cpp index fa9155394..94038f3b5 100755 --- a/plugins/MacSignedVST/DrumSlam/source/DrumSlamProc.cpp +++ b/plugins/MacSignedVST/DrumSlam/source/DrumSlamProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DrumSlam - DrumSlam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DrumSlam_H diff --git a/plugins/MacSignedVST/DubCenter/source/DubCenter.cpp b/plugins/MacSignedVST/DubCenter/source/DubCenter.cpp index ed7ff1c06..0de490388 100755 --- a/plugins/MacSignedVST/DubCenter/source/DubCenter.cpp +++ b/plugins/MacSignedVST/DubCenter/source/DubCenter.cpp @@ -1,6 +1,6 @@ /* ======================================== * DubCenter - DubCenter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DubCenter_H diff --git a/plugins/MacSignedVST/DubCenter/source/DubCenter.h b/plugins/MacSignedVST/DubCenter/source/DubCenter.h index 54b9eeb59..49273d1a6 100755 --- a/plugins/MacSignedVST/DubCenter/source/DubCenter.h +++ b/plugins/MacSignedVST/DubCenter/source/DubCenter.h @@ -1,7 +1,7 @@ /* ======================================== * DubCenter - DubCenter.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DubCenter_H diff --git a/plugins/MacSignedVST/DubCenter/source/DubCenterProc.cpp b/plugins/MacSignedVST/DubCenter/source/DubCenterProc.cpp index eac78920a..135e94805 100755 --- a/plugins/MacSignedVST/DubCenter/source/DubCenterProc.cpp +++ b/plugins/MacSignedVST/DubCenter/source/DubCenterProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DubCenter - DubCenter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DubCenter_H diff --git a/plugins/MacSignedVST/DubSub/source/DubSub.cpp b/plugins/MacSignedVST/DubSub/source/DubSub.cpp index e53c47dcc..d24590cc7 100755 --- a/plugins/MacSignedVST/DubSub/source/DubSub.cpp +++ b/plugins/MacSignedVST/DubSub/source/DubSub.cpp @@ -1,6 +1,6 @@ /* ======================================== * DubSub - DubSub.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DubSub_H diff --git a/plugins/MacSignedVST/DubSub/source/DubSub.h b/plugins/MacSignedVST/DubSub/source/DubSub.h index 4f3f6af8c..923b860c1 100755 --- a/plugins/MacSignedVST/DubSub/source/DubSub.h +++ b/plugins/MacSignedVST/DubSub/source/DubSub.h @@ -1,7 +1,7 @@ /* ======================================== * DubSub - DubSub.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DubSub_H diff --git a/plugins/MacSignedVST/DubSub/source/DubSubProc.cpp b/plugins/MacSignedVST/DubSub/source/DubSubProc.cpp index 679ab020b..bb4b8fb58 100755 --- a/plugins/MacSignedVST/DubSub/source/DubSubProc.cpp +++ b/plugins/MacSignedVST/DubSub/source/DubSubProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DubSub - DubSub.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DubSub_H diff --git a/plugins/MacSignedVST/Dubly/source/Dubly.cpp b/plugins/MacSignedVST/Dubly/source/Dubly.cpp index 8b4efe8e7..d45a8a2cf 100755 --- a/plugins/MacSignedVST/Dubly/source/Dubly.cpp +++ b/plugins/MacSignedVST/Dubly/source/Dubly.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dubly - Dubly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dubly_H diff --git a/plugins/MacSignedVST/Dubly/source/Dubly.h b/plugins/MacSignedVST/Dubly/source/Dubly.h index 548aaf83f..dfe518654 100755 --- a/plugins/MacSignedVST/Dubly/source/Dubly.h +++ b/plugins/MacSignedVST/Dubly/source/Dubly.h @@ -1,7 +1,7 @@ /* ======================================== * Dubly - Dubly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dubly_H diff --git a/plugins/MacSignedVST/Dubly/source/DublyProc.cpp b/plugins/MacSignedVST/Dubly/source/DublyProc.cpp index 52f17d1cb..3d1efb9e1 100755 --- a/plugins/MacSignedVST/Dubly/source/DublyProc.cpp +++ b/plugins/MacSignedVST/Dubly/source/DublyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dubly - Dubly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dubly_H diff --git a/plugins/MacSignedVST/DustBunny/source/DustBunny.cpp b/plugins/MacSignedVST/DustBunny/source/DustBunny.cpp index aba4a8012..2cb4e9827 100755 --- a/plugins/MacSignedVST/DustBunny/source/DustBunny.cpp +++ b/plugins/MacSignedVST/DustBunny/source/DustBunny.cpp @@ -1,6 +1,6 @@ /* ======================================== * DustBunny - DustBunny.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DustBunny_H diff --git a/plugins/MacSignedVST/DustBunny/source/DustBunny.h b/plugins/MacSignedVST/DustBunny/source/DustBunny.h index e9f1199a4..98bfdf962 100755 --- a/plugins/MacSignedVST/DustBunny/source/DustBunny.h +++ b/plugins/MacSignedVST/DustBunny/source/DustBunny.h @@ -1,7 +1,7 @@ /* ======================================== * DustBunny - DustBunny.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DustBunny_H diff --git a/plugins/MacSignedVST/DustBunny/source/DustBunnyProc.cpp b/plugins/MacSignedVST/DustBunny/source/DustBunnyProc.cpp index d4667fdec..65d72bce9 100755 --- a/plugins/MacSignedVST/DustBunny/source/DustBunnyProc.cpp +++ b/plugins/MacSignedVST/DustBunny/source/DustBunnyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DustBunny - DustBunny.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DustBunny_H diff --git a/plugins/MacSignedVST/Dynamics/source/Dynamics.cpp b/plugins/MacSignedVST/Dynamics/source/Dynamics.cpp index 1c15e3aea..792d6a1e5 100755 --- a/plugins/MacSignedVST/Dynamics/source/Dynamics.cpp +++ b/plugins/MacSignedVST/Dynamics/source/Dynamics.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dynamics - Dynamics.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dynamics_H diff --git a/plugins/MacSignedVST/Dynamics/source/Dynamics.h b/plugins/MacSignedVST/Dynamics/source/Dynamics.h index 44e3642d8..a37e2b55c 100755 --- a/plugins/MacSignedVST/Dynamics/source/Dynamics.h +++ b/plugins/MacSignedVST/Dynamics/source/Dynamics.h @@ -1,7 +1,7 @@ /* ======================================== * Dynamics - Dynamics.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dynamics_H diff --git a/plugins/MacSignedVST/Dynamics/source/DynamicsProc.cpp b/plugins/MacSignedVST/Dynamics/source/DynamicsProc.cpp index ccf96f576..d2e7eaf21 100755 --- a/plugins/MacSignedVST/Dynamics/source/DynamicsProc.cpp +++ b/plugins/MacSignedVST/Dynamics/source/DynamicsProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dynamics - Dynamics.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dynamics_H diff --git a/plugins/MacSignedVST/Dyno/source/Dyno.cpp b/plugins/MacSignedVST/Dyno/source/Dyno.cpp index 203403b0d..c612b28b8 100755 --- a/plugins/MacSignedVST/Dyno/source/Dyno.cpp +++ b/plugins/MacSignedVST/Dyno/source/Dyno.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dyno - Dyno.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dyno_H diff --git a/plugins/MacSignedVST/Dyno/source/Dyno.h b/plugins/MacSignedVST/Dyno/source/Dyno.h index db407c216..d37be41be 100755 --- a/plugins/MacSignedVST/Dyno/source/Dyno.h +++ b/plugins/MacSignedVST/Dyno/source/Dyno.h @@ -1,7 +1,7 @@ /* ======================================== * Dyno - Dyno.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dyno_H diff --git a/plugins/MacSignedVST/Dyno/source/DynoProc.cpp b/plugins/MacSignedVST/Dyno/source/DynoProc.cpp index c47a4d313..1a0f2a306 100755 --- a/plugins/MacSignedVST/Dyno/source/DynoProc.cpp +++ b/plugins/MacSignedVST/Dyno/source/DynoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dyno - Dyno.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dyno_H diff --git a/plugins/MacSignedVST/EQ/source/EQ.cpp b/plugins/MacSignedVST/EQ/source/EQ.cpp index 702dd33d4..7f009b81a 100755 --- a/plugins/MacSignedVST/EQ/source/EQ.cpp +++ b/plugins/MacSignedVST/EQ/source/EQ.cpp @@ -1,6 +1,6 @@ /* ======================================== * EQ - EQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EQ_H diff --git a/plugins/MacSignedVST/EQ/source/EQ.h b/plugins/MacSignedVST/EQ/source/EQ.h index 7d533787f..8667cf080 100755 --- a/plugins/MacSignedVST/EQ/source/EQ.h +++ b/plugins/MacSignedVST/EQ/source/EQ.h @@ -1,7 +1,7 @@ /* ======================================== * EQ - EQ.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __EQ_H diff --git a/plugins/MacSignedVST/EQ/source/EQProc.cpp b/plugins/MacSignedVST/EQ/source/EQProc.cpp index 220314936..394642078 100755 --- a/plugins/MacSignedVST/EQ/source/EQProc.cpp +++ b/plugins/MacSignedVST/EQ/source/EQProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * EQ - EQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EQ_H diff --git a/plugins/MacSignedVST/EdIsDim/source/EdIsDim.cpp b/plugins/MacSignedVST/EdIsDim/source/EdIsDim.cpp index 8a4f6db6f..c4afcdee9 100755 --- a/plugins/MacSignedVST/EdIsDim/source/EdIsDim.cpp +++ b/plugins/MacSignedVST/EdIsDim/source/EdIsDim.cpp @@ -1,6 +1,6 @@ /* ======================================== * EdIsDim - EdIsDim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EdIsDim_H diff --git a/plugins/MacSignedVST/EdIsDim/source/EdIsDim.h b/plugins/MacSignedVST/EdIsDim/source/EdIsDim.h index 7b887d69e..77f7432c7 100755 --- a/plugins/MacSignedVST/EdIsDim/source/EdIsDim.h +++ b/plugins/MacSignedVST/EdIsDim/source/EdIsDim.h @@ -1,7 +1,7 @@ /* ======================================== * EdIsDim - EdIsDim.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __EdIsDim_H diff --git a/plugins/MacSignedVST/EdIsDim/source/EdIsDimProc.cpp b/plugins/MacSignedVST/EdIsDim/source/EdIsDimProc.cpp index 39f21f688..05418e785 100755 --- a/plugins/MacSignedVST/EdIsDim/source/EdIsDimProc.cpp +++ b/plugins/MacSignedVST/EdIsDim/source/EdIsDimProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * EdIsDim - EdIsDim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EdIsDim_H diff --git a/plugins/MacSignedVST/Edge/source/Edge.cpp b/plugins/MacSignedVST/Edge/source/Edge.cpp index d93a881df..d5b7e0a03 100755 --- a/plugins/MacSignedVST/Edge/source/Edge.cpp +++ b/plugins/MacSignedVST/Edge/source/Edge.cpp @@ -1,6 +1,6 @@ /* ======================================== * Edge - Edge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Edge_H diff --git a/plugins/MacSignedVST/Edge/source/Edge.h b/plugins/MacSignedVST/Edge/source/Edge.h index 53187a878..05a41bf0d 100755 --- a/plugins/MacSignedVST/Edge/source/Edge.h +++ b/plugins/MacSignedVST/Edge/source/Edge.h @@ -1,7 +1,7 @@ /* ======================================== * Edge - Edge.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Edge_H diff --git a/plugins/MacSignedVST/Edge/source/EdgeProc.cpp b/plugins/MacSignedVST/Edge/source/EdgeProc.cpp index 433912bbe..d6ee84502 100755 --- a/plugins/MacSignedVST/Edge/source/EdgeProc.cpp +++ b/plugins/MacSignedVST/Edge/source/EdgeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Edge - Edge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Edge_H diff --git a/plugins/MacSignedVST/Elation/source/Elation.cpp b/plugins/MacSignedVST/Elation/source/Elation.cpp index 0f4c87092..37da4f308 100755 --- a/plugins/MacSignedVST/Elation/source/Elation.cpp +++ b/plugins/MacSignedVST/Elation/source/Elation.cpp @@ -1,6 +1,6 @@ /* ======================================== * Elation - Elation.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Elation_H diff --git a/plugins/MacSignedVST/Elation/source/Elation.h b/plugins/MacSignedVST/Elation/source/Elation.h index 86c647701..15ef0e226 100755 --- a/plugins/MacSignedVST/Elation/source/Elation.h +++ b/plugins/MacSignedVST/Elation/source/Elation.h @@ -1,7 +1,7 @@ /* ======================================== * Elation - Elation.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Elation_H diff --git a/plugins/MacSignedVST/Elation/source/ElationProc.cpp b/plugins/MacSignedVST/Elation/source/ElationProc.cpp index 8b99b97fa..2e189f5de 100755 --- a/plugins/MacSignedVST/Elation/source/ElationProc.cpp +++ b/plugins/MacSignedVST/Elation/source/ElationProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Elation - Elation.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Elation_H diff --git a/plugins/MacSignedVST/ElectroHat/source/ElectroHat.cpp b/plugins/MacSignedVST/ElectroHat/source/ElectroHat.cpp index 0ca7bd6c1..023eac21e 100755 --- a/plugins/MacSignedVST/ElectroHat/source/ElectroHat.cpp +++ b/plugins/MacSignedVST/ElectroHat/source/ElectroHat.cpp @@ -1,6 +1,6 @@ /* ======================================== * ElectroHat - ElectroHat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ElectroHat_H diff --git a/plugins/MacSignedVST/ElectroHat/source/ElectroHat.h b/plugins/MacSignedVST/ElectroHat/source/ElectroHat.h index b07061904..b3b9236c4 100755 --- a/plugins/MacSignedVST/ElectroHat/source/ElectroHat.h +++ b/plugins/MacSignedVST/ElectroHat/source/ElectroHat.h @@ -1,7 +1,7 @@ /* ======================================== * ElectroHat - ElectroHat.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ElectroHat_H diff --git a/plugins/MacSignedVST/ElectroHat/source/ElectroHatProc.cpp b/plugins/MacSignedVST/ElectroHat/source/ElectroHatProc.cpp index d49babc4b..a11446a23 100755 --- a/plugins/MacSignedVST/ElectroHat/source/ElectroHatProc.cpp +++ b/plugins/MacSignedVST/ElectroHat/source/ElectroHatProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ElectroHat - ElectroHat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ElectroHat_H diff --git a/plugins/MacSignedVST/Energy/source/Energy.cpp b/plugins/MacSignedVST/Energy/source/Energy.cpp index 8d8ab6081..7e47e87d4 100755 --- a/plugins/MacSignedVST/Energy/source/Energy.cpp +++ b/plugins/MacSignedVST/Energy/source/Energy.cpp @@ -1,6 +1,6 @@ /* ======================================== * Energy - Energy.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy_H diff --git a/plugins/MacSignedVST/Energy/source/Energy.h b/plugins/MacSignedVST/Energy/source/Energy.h index 0500e8391..87d737c78 100755 --- a/plugins/MacSignedVST/Energy/source/Energy.h +++ b/plugins/MacSignedVST/Energy/source/Energy.h @@ -1,7 +1,7 @@ /* ======================================== * Energy - Energy.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy_H diff --git a/plugins/MacSignedVST/Energy/source/EnergyProc.cpp b/plugins/MacSignedVST/Energy/source/EnergyProc.cpp index 1d29f1479..522e9f43c 100755 --- a/plugins/MacSignedVST/Energy/source/EnergyProc.cpp +++ b/plugins/MacSignedVST/Energy/source/EnergyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Energy - Energy.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy_H diff --git a/plugins/MacSignedVST/Energy2/source/Energy2.cpp b/plugins/MacSignedVST/Energy2/source/Energy2.cpp index 78113de46..ab382ec36 100755 --- a/plugins/MacSignedVST/Energy2/source/Energy2.cpp +++ b/plugins/MacSignedVST/Energy2/source/Energy2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Energy2 - Energy2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy2_H diff --git a/plugins/MacSignedVST/Energy2/source/Energy2.h b/plugins/MacSignedVST/Energy2/source/Energy2.h index de5e3665d..fb8076195 100755 --- a/plugins/MacSignedVST/Energy2/source/Energy2.h +++ b/plugins/MacSignedVST/Energy2/source/Energy2.h @@ -1,7 +1,7 @@ /* ======================================== * Energy2 - Energy2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy2_H diff --git a/plugins/MacSignedVST/Energy2/source/Energy2Proc.cpp b/plugins/MacSignedVST/Energy2/source/Energy2Proc.cpp index 5b5933828..53de2d92c 100755 --- a/plugins/MacSignedVST/Energy2/source/Energy2Proc.cpp +++ b/plugins/MacSignedVST/Energy2/source/Energy2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Energy2 - Energy2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy2_H diff --git a/plugins/MacSignedVST/Ensemble/source/Ensemble.cpp b/plugins/MacSignedVST/Ensemble/source/Ensemble.cpp index 1b701ecc2..095d7615b 100755 --- a/plugins/MacSignedVST/Ensemble/source/Ensemble.cpp +++ b/plugins/MacSignedVST/Ensemble/source/Ensemble.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ensemble - Ensemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ensemble_H diff --git a/plugins/MacSignedVST/Ensemble/source/Ensemble.h b/plugins/MacSignedVST/Ensemble/source/Ensemble.h index 7d0af8926..4d32a5c69 100755 --- a/plugins/MacSignedVST/Ensemble/source/Ensemble.h +++ b/plugins/MacSignedVST/Ensemble/source/Ensemble.h @@ -1,7 +1,7 @@ /* ======================================== * Ensemble - Ensemble.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Ensemble_H diff --git a/plugins/MacSignedVST/Ensemble/source/EnsembleProc.cpp b/plugins/MacSignedVST/Ensemble/source/EnsembleProc.cpp index cdc6fde6a..da70edcd2 100755 --- a/plugins/MacSignedVST/Ensemble/source/EnsembleProc.cpp +++ b/plugins/MacSignedVST/Ensemble/source/EnsembleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ensemble - Ensemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ensemble_H diff --git a/plugins/MacSignedVST/EveryTrim/source/EveryTrim.cpp b/plugins/MacSignedVST/EveryTrim/source/EveryTrim.cpp index fcb71bec3..f476e62ef 100755 --- a/plugins/MacSignedVST/EveryTrim/source/EveryTrim.cpp +++ b/plugins/MacSignedVST/EveryTrim/source/EveryTrim.cpp @@ -1,6 +1,6 @@ /* ======================================== * EveryTrim - EveryTrim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EveryTrim_H diff --git a/plugins/MacSignedVST/EveryTrim/source/EveryTrim.h b/plugins/MacSignedVST/EveryTrim/source/EveryTrim.h index aec024775..3750d4819 100755 --- a/plugins/MacSignedVST/EveryTrim/source/EveryTrim.h +++ b/plugins/MacSignedVST/EveryTrim/source/EveryTrim.h @@ -1,7 +1,7 @@ /* ======================================== * EveryTrim - EveryTrim.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __EveryTrim_H diff --git a/plugins/MacSignedVST/EveryTrim/source/EveryTrimProc.cpp b/plugins/MacSignedVST/EveryTrim/source/EveryTrimProc.cpp index 1bb858da7..3aef0bc93 100755 --- a/plugins/MacSignedVST/EveryTrim/source/EveryTrimProc.cpp +++ b/plugins/MacSignedVST/EveryTrim/source/EveryTrimProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * EveryTrim - EveryTrim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EveryTrim_H diff --git a/plugins/MacSignedVST/Exciter/source/Exciter.cpp b/plugins/MacSignedVST/Exciter/source/Exciter.cpp index 406d7ce4e..1d1a6b0e5 100755 --- a/plugins/MacSignedVST/Exciter/source/Exciter.cpp +++ b/plugins/MacSignedVST/Exciter/source/Exciter.cpp @@ -1,6 +1,6 @@ /* ======================================== * Exciter - Exciter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Exciter_H diff --git a/plugins/MacSignedVST/Exciter/source/Exciter.h b/plugins/MacSignedVST/Exciter/source/Exciter.h index 6db22f66f..4e857904e 100755 --- a/plugins/MacSignedVST/Exciter/source/Exciter.h +++ b/plugins/MacSignedVST/Exciter/source/Exciter.h @@ -1,7 +1,7 @@ /* ======================================== * Exciter - Exciter.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Exciter_H diff --git a/plugins/MacSignedVST/Exciter/source/ExciterProc.cpp b/plugins/MacSignedVST/Exciter/source/ExciterProc.cpp index 10971546f..d5915a03b 100755 --- a/plugins/MacSignedVST/Exciter/source/ExciterProc.cpp +++ b/plugins/MacSignedVST/Exciter/source/ExciterProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Exciter - Exciter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Exciter_H diff --git a/plugins/MacSignedVST/Facet/source/Facet.cpp b/plugins/MacSignedVST/Facet/source/Facet.cpp index a6b2b3f99..8353a40ff 100755 --- a/plugins/MacSignedVST/Facet/source/Facet.cpp +++ b/plugins/MacSignedVST/Facet/source/Facet.cpp @@ -1,6 +1,6 @@ /* ======================================== * Facet - Facet.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Facet_H diff --git a/plugins/MacSignedVST/Facet/source/Facet.h b/plugins/MacSignedVST/Facet/source/Facet.h index a96770914..70c4cf022 100755 --- a/plugins/MacSignedVST/Facet/source/Facet.h +++ b/plugins/MacSignedVST/Facet/source/Facet.h @@ -1,7 +1,7 @@ /* ======================================== * Facet - Facet.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Facet_H diff --git a/plugins/MacSignedVST/Facet/source/FacetProc.cpp b/plugins/MacSignedVST/Facet/source/FacetProc.cpp index 77dca004a..127feff05 100755 --- a/plugins/MacSignedVST/Facet/source/FacetProc.cpp +++ b/plugins/MacSignedVST/Facet/source/FacetProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Facet - Facet.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Facet_H diff --git a/plugins/MacSignedVST/FathomFive/source/FathomFive.cpp b/plugins/MacSignedVST/FathomFive/source/FathomFive.cpp index fd04b6d84..713613f8f 100755 --- a/plugins/MacSignedVST/FathomFive/source/FathomFive.cpp +++ b/plugins/MacSignedVST/FathomFive/source/FathomFive.cpp @@ -1,6 +1,6 @@ /* ======================================== * FathomFive - FathomFive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FathomFive_H diff --git a/plugins/MacSignedVST/FathomFive/source/FathomFive.h b/plugins/MacSignedVST/FathomFive/source/FathomFive.h index 8a67aae1b..953772c18 100755 --- a/plugins/MacSignedVST/FathomFive/source/FathomFive.h +++ b/plugins/MacSignedVST/FathomFive/source/FathomFive.h @@ -1,7 +1,7 @@ /* ======================================== * FathomFive - FathomFive.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __FathomFive_H diff --git a/plugins/MacSignedVST/FathomFive/source/FathomFiveProc.cpp b/plugins/MacSignedVST/FathomFive/source/FathomFiveProc.cpp index fee6aba1e..8d8d9ba7b 100755 --- a/plugins/MacSignedVST/FathomFive/source/FathomFiveProc.cpp +++ b/plugins/MacSignedVST/FathomFive/source/FathomFiveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * FathomFive - FathomFive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FathomFive_H diff --git a/plugins/MacSignedVST/FireAmp/source/FireAmp.cpp b/plugins/MacSignedVST/FireAmp/source/FireAmp.cpp index 44b7c5867..54ff5f741 100755 --- a/plugins/MacSignedVST/FireAmp/source/FireAmp.cpp +++ b/plugins/MacSignedVST/FireAmp/source/FireAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * FireAmp - FireAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/FireAmp/source/FireAmp.h b/plugins/MacSignedVST/FireAmp/source/FireAmp.h index 71133a2c4..3903d9875 100755 --- a/plugins/MacSignedVST/FireAmp/source/FireAmp.h +++ b/plugins/MacSignedVST/FireAmp/source/FireAmp.h @@ -1,7 +1,7 @@ /* ======================================== * FireAmp - FireAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/FireAmp/source/FireAmpProc.cpp b/plugins/MacSignedVST/FireAmp/source/FireAmpProc.cpp index 6e2960844..f52ac06c1 100755 --- a/plugins/MacSignedVST/FireAmp/source/FireAmpProc.cpp +++ b/plugins/MacSignedVST/FireAmp/source/FireAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * FireAmp - FireAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/Flipity/source/Flipity.cpp b/plugins/MacSignedVST/Flipity/source/Flipity.cpp index ccfc70335..9eb369cb0 100755 --- a/plugins/MacSignedVST/Flipity/source/Flipity.cpp +++ b/plugins/MacSignedVST/Flipity/source/Flipity.cpp @@ -1,6 +1,6 @@ /* ======================================== * Flipity - Flipity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Flipity_H diff --git a/plugins/MacSignedVST/Flipity/source/Flipity.h b/plugins/MacSignedVST/Flipity/source/Flipity.h index ec96a479f..bdb4bdc02 100755 --- a/plugins/MacSignedVST/Flipity/source/Flipity.h +++ b/plugins/MacSignedVST/Flipity/source/Flipity.h @@ -1,7 +1,7 @@ /* ======================================== * Flipity - Flipity.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Flipity_H diff --git a/plugins/MacSignedVST/Flipity/source/FlipityProc.cpp b/plugins/MacSignedVST/Flipity/source/FlipityProc.cpp index b77ebc114..4c3be2cde 100755 --- a/plugins/MacSignedVST/Flipity/source/FlipityProc.cpp +++ b/plugins/MacSignedVST/Flipity/source/FlipityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Flipity - Flipity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Flipity_H diff --git a/plugins/MacSignedVST/Floor/source/Floor.cpp b/plugins/MacSignedVST/Floor/source/Floor.cpp index 7bb4a8ddb..a995f1190 100755 --- a/plugins/MacSignedVST/Floor/source/Floor.cpp +++ b/plugins/MacSignedVST/Floor/source/Floor.cpp @@ -1,6 +1,6 @@ /* ======================================== * Floor - Floor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Floor_H diff --git a/plugins/MacSignedVST/Floor/source/Floor.h b/plugins/MacSignedVST/Floor/source/Floor.h index c80bb7c7f..c55f29d2f 100755 --- a/plugins/MacSignedVST/Floor/source/Floor.h +++ b/plugins/MacSignedVST/Floor/source/Floor.h @@ -1,7 +1,7 @@ /* ======================================== * Floor - Floor.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Floor_H diff --git a/plugins/MacSignedVST/Floor/source/FloorProc.cpp b/plugins/MacSignedVST/Floor/source/FloorProc.cpp index 115f0bc79..200743e56 100755 --- a/plugins/MacSignedVST/Floor/source/FloorProc.cpp +++ b/plugins/MacSignedVST/Floor/source/FloorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Floor - Floor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Floor_H diff --git a/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/christopherjohnson.pbxuser b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..f74ed596f --- /dev/null +++ b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,126 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Flutter */; + codeSenseManager = 8B02375F1D42B1C400E1E8C8 /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 364, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 324, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685049297; + PBXWorkspaceStateSaveDate = 685049297; + }; + perUserProjectItems = { + 8B1438ED28D50F7800B806F8 /* PBXBookmark */ = 8B1438ED28D50F7800B806F8 /* PBXBookmark */; + 8B1438EE28D50F7800B806F8 /* PBXTextBookmark */ = 8B1438EE28D50F7800B806F8 /* PBXTextBookmark */; + }; + sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Flutter.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {921, 2124}}"; + sepNavSelRange = "{658, 0}"; + sepNavVisRange = "{447, 254}"; + sepNavWindowFrame = "{{516, 47}, {895, 831}}"; + }; + }; + 245463B80991757100464AD3 /* Flutter.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1110, 1314}}"; + sepNavSelRange = "{2537, 0}"; + sepNavVisRange = "{0, 1364}"; + sepNavWindowFrame = "{{538, 47}, {895, 831}}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 20267}}"; + sepNavSelRange = "{10616, 0}"; + sepNavVisRange = "{9653, 2414}"; + sepNavWindowFrame = "{{15, 42}, {895, 831}}"; + }; + }; + 24D8286F09A914000093AEF8 /* FlutterProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {930, 2178}}"; + sepNavSelRange = "{3762, 0}"; + sepNavVisRange = "{2720, 1621}"; + sepNavWindowFrame = "{{435, 47}, {895, 831}}"; + }; + }; + 8B02375E1D42B1C400E1E8C8 /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8B02375F1D42B1C400E1E8C8 /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8B1438ED28D50F7800B806F8 /* PBXBookmark */ = { + isa = PBXBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Flutter.cpp */; + }; + 8B1438EE28D50F7800B806F8 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Flutter.cpp */; + name = "Flutter.cpp: 22"; + rLen = 0; + rLoc = 658; + rType = 0; + vrLen = 254; + vrLoc = 447; + }; + 8D01CCC60486CAD60068D4B7 /* Flutter */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..18e1694e6 --- /dev/null +++ b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1511 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8B02375D1D42B1C400E1E8C8 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 185 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 6 + 4 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {185, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {202, 446}} + GroupTreeTableConfiguration + + MainColumn + 185 + + RubberWindowFrame + 621 350 810 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 202pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8B0237581D42B1C400E1E8C8 + PBXProjectModuleLabel + Flutter.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B0237591D42B1C400E1E8C8 + PBXProjectModuleLabel + Flutter.cpp + _historyCapacity + 0 + bookmark + 8B1438EE28D50F7800B806F8 + history + + 8B1438ED28D50F7800B806F8 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {603, 132}} + RubberWindowFrame + 621 350 810 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 132pt + + + Proportion + 309pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + RubberWindowFrame + 621 350 810 487 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + + Module + PBXBuildResultsModule + + + + + Proportion + 603pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8B1438EF28D50F7800B806F8 + 1CA23ED40692098700951B8B + 8B1438F028D50F7800B806F8 + 8B0237581D42B1C400E1E8C8 + 8B1438F128D50F7800B806F8 + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685051768.77381897 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + 8B1438F228D50F7800B806F8 + /Users/christopherjohnson/Desktop/Flutter/Flutter.xcodeproj + + WindowString + 621 350 810 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.projectFormatConflicts + IsVertical + + Layout + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 8BCAE52E1D49920D0047D4BD + + GeometryConfiguration + + Frame + {{0, 0}, {472, 302}} + RubberWindowFrame + 569 378 472 322 0 0 1440 878 + + Module + XCProjectFormatConflictsModule + Proportion + 302pt + + + Proportion + 302pt + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + + TableOfContents + + 8BCAE52F1D49920D0047D4BD + 8BCAE5301D49920D0047D4BD + 8BCAE52E1D49920D0047D4BD + + WindowContentMinSize + 450 300 + WindowString + 569 378 472 322 0 0 1440 878 + WindowToolGUID + 8BCAE52F1D49920D0047D4BD + WindowToolIsVisible + + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/project.pbxproj b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/project.pbxproj new file mode 100755 index 000000000..8ef1a7536 --- /dev/null +++ b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/project.pbxproj @@ -0,0 +1,454 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 2407DEB9089929BA00EB68BF /* Flutter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* Flutter.cpp */; }; + 245463B90991757100464AD3 /* Flutter.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* Flutter.h */; }; + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; + 24D8287009A914000093AEF8 /* FlutterProc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* FlutterProc.cpp */; }; + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; + 8B8BC72C28DB83910093D701 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC72028DB83910093D701 /* vstfxstore.h */; }; + 8B8BC72D28DB83910093D701 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC72128DB83910093D701 /* aeffect.h */; }; + 8B8BC72E28DB83910093D701 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC72228DB83910093D701 /* aeffectx.h */; }; + 8B8BC72F28DB83910093D701 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC72628DB83910093D701 /* audioeffectx.h */; }; + 8B8BC73028DB83910093D701 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BC72728DB83910093D701 /* audioeffect.cpp */; }; + 8B8BC73128DB83910093D701 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BC72828DB83910093D701 /* audioeffectx.cpp */; }; + 8B8BC73228DB83910093D701 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC72928DB83910093D701 /* aeffeditor.h */; }; + 8B8BC73328DB83910093D701 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BC72A28DB83910093D701 /* vstplugmain.cpp */; }; + 8B8BC73428DB83910093D701 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC72B28DB83910093D701 /* audioeffect.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 2407DE920899296600EB68BF /* Flutter.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Flutter.vst; sourceTree = BUILT_PRODUCTS_DIR; }; + 2407DEB6089929BA00EB68BF /* Flutter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Flutter.cpp; path = source/Flutter.cpp; sourceTree = ""; }; + 245463B80991757100464AD3 /* Flutter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Flutter.h; path = source/Flutter.h; sourceTree = ""; }; + 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; + 24D8286F09A914000093AEF8 /* FlutterProc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FlutterProc.cpp; path = source/FlutterProc.cpp; sourceTree = ""; }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8B8BC72028DB83910093D701 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 8B8BC72128DB83910093D701 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 8B8BC72228DB83910093D701 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 8B8BC72628DB83910093D701 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 8B8BC72728DB83910093D701 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 8B8BC72828DB83910093D701 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 8B8BC72928DB83910093D701 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 8B8BC72A28DB83910093D701 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 8B8BC72B28DB83910093D701 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* FM-Chopper */ = { + isa = PBXGroup; + children = ( + 19C28FB4FE9D528D11CA2CBB /* Products */, + 089C167CFE841241C02AAC07 /* Resources */, + 08FB77ADFE841716C02AAC07 /* Source */, + ); + name = "FM-Chopper"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */, + 24CFB70307E7A0220081BD57 /* PkgInfo */, + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8B8BC71D28DB83910093D701 /* vstsdk2.4 */, + 2407DEB6089929BA00EB68BF /* Flutter.cpp */, + 24D8286F09A914000093AEF8 /* FlutterProc.cpp */, + 245463B80991757100464AD3 /* Flutter.h */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 2407DE920899296600EB68BF /* Flutter.vst */, + ); + name = Products; + sourceTree = ""; + }; + 8B8BC71D28DB83910093D701 /* vstsdk2.4 */ = { + isa = PBXGroup; + children = ( + 8B8BC71E28DB83910093D701 /* pluginterfaces */, + 8B8BC72328DB83910093D701 /* public.sdk */, + ); + name = vstsdk2.4; + path = ../../../../vstsdk2.4; + sourceTree = ""; + }; + 8B8BC71E28DB83910093D701 /* pluginterfaces */ = { + isa = PBXGroup; + children = ( + 8B8BC71F28DB83910093D701 /* vst2.x */, + ); + path = pluginterfaces; + sourceTree = ""; + }; + 8B8BC71F28DB83910093D701 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 8B8BC72028DB83910093D701 /* vstfxstore.h */, + 8B8BC72128DB83910093D701 /* aeffect.h */, + 8B8BC72228DB83910093D701 /* aeffectx.h */, + ); + path = vst2.x; + sourceTree = ""; + }; + 8B8BC72328DB83910093D701 /* public.sdk */ = { + isa = PBXGroup; + children = ( + 8B8BC72428DB83910093D701 /* source */, + ); + path = public.sdk; + sourceTree = ""; + }; + 8B8BC72428DB83910093D701 /* source */ = { + isa = PBXGroup; + children = ( + 8B8BC72528DB83910093D701 /* vst2.x */, + ); + path = source; + sourceTree = ""; + }; + 8B8BC72528DB83910093D701 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 8B8BC72628DB83910093D701 /* audioeffectx.h */, + 8B8BC72728DB83910093D701 /* audioeffect.cpp */, + 8B8BC72828DB83910093D701 /* audioeffectx.cpp */, + 8B8BC72928DB83910093D701 /* aeffeditor.h */, + 8B8BC72A28DB83910093D701 /* vstplugmain.cpp */, + 8B8BC72B28DB83910093D701 /* audioeffect.h */, + ); + path = vst2.x; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B8BC73228DB83910093D701 /* aeffeditor.h in Headers */, + 245463B90991757100464AD3 /* Flutter.h in Headers */, + 8B8BC73428DB83910093D701 /* audioeffect.h in Headers */, + 8B8BC72D28DB83910093D701 /* aeffect.h in Headers */, + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, + 8B8BC72F28DB83910093D701 /* audioeffectx.h in Headers */, + 8B8BC72C28DB83910093D701 /* vstfxstore.h in Headers */, + 8B8BC72E28DB83910093D701 /* aeffectx.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Flutter */ = { + isa = PBXNativeTarget; + buildConfigurationList = 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Flutter" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Flutter; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = "FM-Chopper"; + productReference = 2407DE920899296600EB68BF /* Flutter.vst */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1340; + }; + buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Flutter" */; + compatibilityVersion = "Xcode 2.4"; + developmentRegion = en; + hasScannedForEncodings = 1; + knownRegions = ( + Base, + fr, + de, + en, + ja, + ); + mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Flutter */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy PkgInfo"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/bash; + shellScript = "cp mac/PkgInfo \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.vst/Contents/\""; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B8BC73128DB83910093D701 /* audioeffectx.cpp in Sources */, + 2407DEB9089929BA00EB68BF /* Flutter.cpp in Sources */, + 8B8BC73028DB83910093D701 /* audioeffect.cpp in Sources */, + 8B8BC73328DB83910093D701 /* vstplugmain.cpp in Sources */, + 24D8287009A914000093AEF8 /* FlutterProc.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 24BEAAEE08919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + COPY_PHASE_STRIP = NO; + DEVELOPMENT_TEAM = 9BMAKYA76W; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = ""; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.Flutter; + PRODUCT_NAME = Flutter; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + SECTORDER_FLAGS = ""; + STRIP_STYLE = debugging; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Debug; + }; + 24BEAAEF08919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = 9BMAKYA76W; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_MODEL_TUNING = ""; + GCC_OPTIMIZATION_LEVEL = s; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.Flutter; + PRODUCT_NAME = Flutter; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + SECTORDER_FLAGS = ""; + SKIP_INSTALL = NO; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = debugging; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Release; + }; + 24BEAAF208919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_MODEL_TUNING = G5; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + 24BEAAF308919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_MODEL_TUNING = G4; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = s; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Flutter" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAEE08919AE700E695F9 /* Debug */, + 24BEAAEF08919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Flutter" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAF208919AE700E695F9 /* Debug */, + 24BEAAF308919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100755 index 000000000..a80c03824 --- /dev/null +++ b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..ce0f95ca8 Binary files /dev/null and b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..314de0ff8 Binary files /dev/null and b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/spiadmin.mode1v3 b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/spiadmin.mode1v3 new file mode 100755 index 000000000..c5723261d --- /dev/null +++ b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/spiadmin.mode1v3 @@ -0,0 +1,1372 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 91857D9F148EF61800AAA11B + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 089C1671FE841209C02AAC07 + 19C28FB4FE9D528D11CA2CBB + 089C167CFE841241C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 11 + 10 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 693}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 711}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + _historyCapacity + 0 + bookmark + 911C2A9D1491A5F600A430AF + history + + 915DCCBB1491A5B8008574E6 + + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {1053, 508}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 508pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 513}, {1053, 198}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + XCDetailModule + Proportion + 198pt + + + Proportion + 1053pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 911C2A901491A5F600A430AF + 1CE0B1FE06471DED0097A5F4 + 911C2A911491A5F600A430AF + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 1 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 91857DA0148EF61800AAA11B + /Users/spiadmin/Documents/Gain/Gain.xcodeproj + + WindowString + 286 197 1261 752 0 0 1680 1028 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {743, 413}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 413pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 418}, {743, 236}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 654pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 91857DA0148EF61800AAA11B + 911C2A921491A5F600A430AF + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 112 208 743 695 0 0 1680 1028 + WindowToolGUID + 91857DA0148EF61800AAA11B + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/spiadmin.pbxuser b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/spiadmin.pbxuser new file mode 100755 index 000000000..df947808e --- /dev/null +++ b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/spiadmin.pbxuser @@ -0,0 +1,143 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Gain */; + codeSenseManager = 91857D95148EF55400AAA11B /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 829, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 789, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 345089498; + PBXWorkspaceStateSaveDate = 345089498; + }; + perUserProjectItems = { + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = 911C2A9D1491A5F600A430AF /* PBXTextBookmark */; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */; + }; + sourceControlManager = 91857D94148EF55400AAA11B /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Gain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 1768}}"; + sepNavSelRange = "{247, 0}"; + sepNavVisRange = "{0, 1657}"; + }; + }; + 245463B80991757100464AD3 /* Gain.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 975}}"; + sepNavSelRange = "{1552, 0}"; + sepNavVisRange = "{796, 1857}"; + sepNavWindowFrame = "{{15, 465}, {750, 558}}"; + }; + }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 488}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 798}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 19825}}"; + sepNavSelRange = "{10641, 0}"; + sepNavVisRange = "{10076, 1095}"; + }; + }; + 24D8286F09A914000093AEF8 /* GainProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 482}}"; + sepNavSelRange = "{239, 0}"; + sepNavVisRange = "{0, 950}"; + }; + }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 493}}"; + sepNavSelRange = "{249, 0}"; + sepNavVisRange = "{0, 249}"; + }; + }; + 8D01CCC60486CAD60068D4B7 /* Gain */ = { + activeExec = 0; + }; + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1657; + vrLoc = 0; + }; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1625; + vrLoc = 0; + }; + 91857D94148EF55400AAA11B /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 91857D95148EF55400AAA11B /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; +} diff --git a/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/xcshareddata/xcschemes/Flutter.xcscheme b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/xcshareddata/xcschemes/Flutter.xcscheme new file mode 100644 index 000000000..607620607 --- /dev/null +++ b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/xcshareddata/xcschemes/Flutter.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..1b855a1b7 --- /dev/null +++ b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Flutter.xcscheme_^#shared#^_ + + orderHint + 1 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..a7bdd62d4 --- /dev/null +++ b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + «PROJECTNAME».xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme new file mode 100755 index 000000000..0df2de4a3 --- /dev/null +++ b/plugins/MacSignedVST/Flutter/Flutter.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/Flutter/mac/Info.plist b/plugins/MacSignedVST/Flutter/mac/Info.plist new file mode 100755 index 000000000..2fd601072 --- /dev/null +++ b/plugins/MacSignedVST/Flutter/mac/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + Flutter + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacSignedVST/Flutter/mac/PkgInfo b/plugins/MacSignedVST/Flutter/mac/PkgInfo new file mode 100755 index 000000000..19a9cf67e --- /dev/null +++ b/plugins/MacSignedVST/Flutter/mac/PkgInfo @@ -0,0 +1 @@ +BNDL???? \ No newline at end of file diff --git a/plugins/MacSignedVST/Flutter/mac/xcode_vst_prefix.h b/plugins/MacSignedVST/Flutter/mac/xcode_vst_prefix.h new file mode 100755 index 000000000..eaf4c0b4b --- /dev/null +++ b/plugins/MacSignedVST/Flutter/mac/xcode_vst_prefix.h @@ -0,0 +1,17 @@ +#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 \ No newline at end of file diff --git a/plugins/MacSignedVST/Flutter/source/Flutter.cpp b/plugins/MacSignedVST/Flutter/source/Flutter.cpp new file mode 100755 index 000000000..eb4a173c1 --- /dev/null +++ b/plugins/MacSignedVST/Flutter/source/Flutter.cpp @@ -0,0 +1,124 @@ +/* ======================================== + * Flutter - Flutter.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Flutter_H +#include "Flutter.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Flutter(audioMaster);} + +Flutter::Flutter(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.0; + for (int temp = 0; temp < 1001; temp++) {dL[temp] = 0.0;dR[temp] = 0.0;} + gcount = 0; + sweep = M_PI; + rateof = 0.5; + nextmax = 0.5; + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Flutter::~Flutter() {} +VstInt32 Flutter::getVendorVersion () {return 1000;} +void Flutter::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Flutter::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Flutter::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Flutter::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Flutter::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Flutter::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Flutter::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Flutter", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Flutter::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Flutter::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Flutter::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Flutter::getEffectName(char* name) { + vst_strncpy(name, "Flutter", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Flutter::getPlugCategory() {return kPlugCategEffect;} + +bool Flutter::getProductString(char* text) { + vst_strncpy (text, "airwindows Flutter", kVstMaxProductStrLen); return true; +} + +bool Flutter::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/MacSignedVST/Flutter/source/Flutter.h b/plugins/MacSignedVST/Flutter/source/Flutter.h new file mode 100755 index 000000000..28745ea3e --- /dev/null +++ b/plugins/MacSignedVST/Flutter/source/Flutter.h @@ -0,0 +1,68 @@ +/* ======================================== + * Flutter - Flutter.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Flutter_H +#define __Flutter_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kNumParameters = 1 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'flut'; //Change this to what the AU identity is! + +class Flutter : + public AudioEffectX +{ +public: + Flutter(audioMasterCallback audioMaster); + ~Flutter(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + double dL[1002]; + double dR[1002]; + int gcount; + double rateof; + double sweep; + double nextmax; + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + float A; +}; + +#endif diff --git a/plugins/MacSignedVST/Flutter/source/FlutterProc.cpp b/plugins/MacSignedVST/Flutter/source/FlutterProc.cpp new file mode 100755 index 000000000..2effd4c81 --- /dev/null +++ b/plugins/MacSignedVST/Flutter/source/FlutterProc.cpp @@ -0,0 +1,122 @@ +/* ======================================== + * Flutter - Flutter.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Flutter_H +#include "Flutter.h" +#endif + +void Flutter::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double depth = pow(A,2)*overallscale*70; + double fluttertrim = (0.0024*pow(A,2))/overallscale; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + if (gcount < 0 || gcount > 999) gcount = 999; + dL[gcount] = inputSampleL; dR[gcount] = inputSampleR; + int count = gcount; + double offset = depth + (depth * pow(rateof,2) * sin(sweep)); + count += (int)floor(offset); + + inputSampleL = (dL[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleL += (dL[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + inputSampleR = (dR[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleR += (dR[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + + rateof = (rateof * (1.0-fluttertrim)) + (nextmax * fluttertrim); + sweep += rateof * fluttertrim; + if (sweep >= (M_PI*2.0)) {sweep -= M_PI; nextmax = 0.24 + (fpdL / (double)UINT32_MAX * 0.74);} + //apply to input signal only when flutter is present, interpolate samples + gcount--; + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Flutter::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double depth = pow(A,2)*overallscale*70; + double fluttertrim = (0.0024*pow(A,2))/overallscale; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + if (gcount < 0 || gcount > 999) gcount = 999; + dL[gcount] = inputSampleL; dR[gcount] = inputSampleR; + int count = gcount; + double offset = depth + (depth * pow(rateof,2) * sin(sweep)); + count += (int)floor(offset); + + inputSampleL = (dL[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleL += (dL[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + inputSampleR = (dR[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleR += (dR[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + + rateof = (rateof * (1.0-fluttertrim)) + (nextmax * fluttertrim); + sweep += rateof * fluttertrim; + if (sweep >= (M_PI*2.0)) {sweep -= M_PI; nextmax = 0.24 + (fpdL / (double)UINT32_MAX * 0.74);} + //apply to input signal only when flutter is present, interpolate samples + gcount--; + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/MacSignedVST/Focus/source/Focus.cpp b/plugins/MacSignedVST/Focus/source/Focus.cpp index 983edb647..8a8996889 100755 --- a/plugins/MacSignedVST/Focus/source/Focus.cpp +++ b/plugins/MacSignedVST/Focus/source/Focus.cpp @@ -1,6 +1,6 @@ /* ======================================== * Focus - Focus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Focus_H diff --git a/plugins/MacSignedVST/Focus/source/Focus.h b/plugins/MacSignedVST/Focus/source/Focus.h index 7a99c47b0..b52dda368 100755 --- a/plugins/MacSignedVST/Focus/source/Focus.h +++ b/plugins/MacSignedVST/Focus/source/Focus.h @@ -1,7 +1,7 @@ /* ======================================== * Focus - Focus.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Focus_H diff --git a/plugins/MacSignedVST/Focus/source/FocusProc.cpp b/plugins/MacSignedVST/Focus/source/FocusProc.cpp index 402980354..b03118abb 100755 --- a/plugins/MacSignedVST/Focus/source/FocusProc.cpp +++ b/plugins/MacSignedVST/Focus/source/FocusProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Focus - Focus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Focus_H diff --git a/plugins/MacSignedVST/Fracture/source/Fracture.cpp b/plugins/MacSignedVST/Fracture/source/Fracture.cpp index 302b4dc54..5a15527bb 100755 --- a/plugins/MacSignedVST/Fracture/source/Fracture.cpp +++ b/plugins/MacSignedVST/Fracture/source/Fracture.cpp @@ -1,6 +1,6 @@ /* ======================================== * Fracture - Fracture.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Fracture_H diff --git a/plugins/MacSignedVST/Fracture/source/Fracture.h b/plugins/MacSignedVST/Fracture/source/Fracture.h index 54aac5a86..9f5d7b9f0 100755 --- a/plugins/MacSignedVST/Fracture/source/Fracture.h +++ b/plugins/MacSignedVST/Fracture/source/Fracture.h @@ -1,7 +1,7 @@ /* ======================================== * Fracture - Fracture.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Fracture_H diff --git a/plugins/MacSignedVST/Fracture/source/FractureProc.cpp b/plugins/MacSignedVST/Fracture/source/FractureProc.cpp index e7b6e7225..c493237ef 100755 --- a/plugins/MacSignedVST/Fracture/source/FractureProc.cpp +++ b/plugins/MacSignedVST/Fracture/source/FractureProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Fracture - Fracture.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Fracture_H diff --git a/plugins/MacSignedVST/FromTape/source/FromTape.cpp b/plugins/MacSignedVST/FromTape/source/FromTape.cpp index 4573e48be..2807a5bfd 100755 --- a/plugins/MacSignedVST/FromTape/source/FromTape.cpp +++ b/plugins/MacSignedVST/FromTape/source/FromTape.cpp @@ -1,6 +1,6 @@ /* ======================================== * FromTape - FromTape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FromTape_H diff --git a/plugins/MacSignedVST/FromTape/source/FromTape.h b/plugins/MacSignedVST/FromTape/source/FromTape.h index cd63776b9..48aa9ceb3 100755 --- a/plugins/MacSignedVST/FromTape/source/FromTape.h +++ b/plugins/MacSignedVST/FromTape/source/FromTape.h @@ -1,7 +1,7 @@ /* ======================================== * FromTape - FromTape.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __FromTape_H diff --git a/plugins/MacSignedVST/FromTape/source/FromTapeProc.cpp b/plugins/MacSignedVST/FromTape/source/FromTapeProc.cpp index eb3154f70..4756c6b5f 100755 --- a/plugins/MacSignedVST/FromTape/source/FromTapeProc.cpp +++ b/plugins/MacSignedVST/FromTape/source/FromTapeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * FromTape - FromTape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FromTape_H diff --git a/plugins/MacSignedVST/Galactic/source/Galactic.cpp b/plugins/MacSignedVST/Galactic/source/Galactic.cpp index 5b305fe65..addfad8d5 100755 --- a/plugins/MacSignedVST/Galactic/source/Galactic.cpp +++ b/plugins/MacSignedVST/Galactic/source/Galactic.cpp @@ -1,6 +1,6 @@ /* ======================================== * Galactic - Galactic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic_H diff --git a/plugins/MacSignedVST/Galactic/source/Galactic.h b/plugins/MacSignedVST/Galactic/source/Galactic.h index a852cf336..14a580fba 100755 --- a/plugins/MacSignedVST/Galactic/source/Galactic.h +++ b/plugins/MacSignedVST/Galactic/source/Galactic.h @@ -1,7 +1,7 @@ /* ======================================== * Galactic - Galactic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic_H diff --git a/plugins/MacSignedVST/Galactic/source/GalacticProc.cpp b/plugins/MacSignedVST/Galactic/source/GalacticProc.cpp index 19344f0e4..a29359158 100755 --- a/plugins/MacSignedVST/Galactic/source/GalacticProc.cpp +++ b/plugins/MacSignedVST/Galactic/source/GalacticProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Galactic - Galactic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic_H diff --git a/plugins/MacSignedVST/Gatelope/source/Gatelope.cpp b/plugins/MacSignedVST/Gatelope/source/Gatelope.cpp index 225c337d5..a367ef0d2 100755 --- a/plugins/MacSignedVST/Gatelope/source/Gatelope.cpp +++ b/plugins/MacSignedVST/Gatelope/source/Gatelope.cpp @@ -1,6 +1,6 @@ /* ======================================== * Gatelope - Gatelope.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gatelope_H diff --git a/plugins/MacSignedVST/Gatelope/source/Gatelope.h b/plugins/MacSignedVST/Gatelope/source/Gatelope.h index 273e19f6f..08e827963 100755 --- a/plugins/MacSignedVST/Gatelope/source/Gatelope.h +++ b/plugins/MacSignedVST/Gatelope/source/Gatelope.h @@ -1,7 +1,7 @@ /* ======================================== * Gatelope - Gatelope.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gatelope_H diff --git a/plugins/MacSignedVST/Gatelope/source/GatelopeProc.cpp b/plugins/MacSignedVST/Gatelope/source/GatelopeProc.cpp index 5dbcb19c3..572c26c0e 100755 --- a/plugins/MacSignedVST/Gatelope/source/GatelopeProc.cpp +++ b/plugins/MacSignedVST/Gatelope/source/GatelopeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Gatelope - Gatelope.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gatelope_H diff --git a/plugins/MacSignedVST/GlitchShifter/source/GlitchShifter.cpp b/plugins/MacSignedVST/GlitchShifter/source/GlitchShifter.cpp index 9fa68aa0b..abc8bc9e1 100755 --- a/plugins/MacSignedVST/GlitchShifter/source/GlitchShifter.cpp +++ b/plugins/MacSignedVST/GlitchShifter/source/GlitchShifter.cpp @@ -1,6 +1,6 @@ /* ======================================== * GlitchShifter - GlitchShifter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GlitchShifter_H diff --git a/plugins/MacSignedVST/GlitchShifter/source/GlitchShifter.h b/plugins/MacSignedVST/GlitchShifter/source/GlitchShifter.h index ffbd303eb..096b87da9 100755 --- a/plugins/MacSignedVST/GlitchShifter/source/GlitchShifter.h +++ b/plugins/MacSignedVST/GlitchShifter/source/GlitchShifter.h @@ -1,7 +1,7 @@ /* ======================================== * GlitchShifter - GlitchShifter.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __GlitchShifter_H diff --git a/plugins/MacSignedVST/GlitchShifter/source/GlitchShifterProc.cpp b/plugins/MacSignedVST/GlitchShifter/source/GlitchShifterProc.cpp index 13b7809f6..318c4bf8c 100755 --- a/plugins/MacSignedVST/GlitchShifter/source/GlitchShifterProc.cpp +++ b/plugins/MacSignedVST/GlitchShifter/source/GlitchShifterProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * GlitchShifter - GlitchShifter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GlitchShifter_H diff --git a/plugins/MacSignedVST/Golem/source/Golem.cpp b/plugins/MacSignedVST/Golem/source/Golem.cpp index 22d4cb6f5..e80b621ef 100755 --- a/plugins/MacSignedVST/Golem/source/Golem.cpp +++ b/plugins/MacSignedVST/Golem/source/Golem.cpp @@ -1,6 +1,6 @@ /* ======================================== * Golem - Golem.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Golem_H diff --git a/plugins/MacSignedVST/Golem/source/Golem.h b/plugins/MacSignedVST/Golem/source/Golem.h index 4416d3463..87f531bc5 100755 --- a/plugins/MacSignedVST/Golem/source/Golem.h +++ b/plugins/MacSignedVST/Golem/source/Golem.h @@ -1,7 +1,7 @@ /* ======================================== * Golem - Golem.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Golem_H diff --git a/plugins/MacSignedVST/Golem/source/GolemProc.cpp b/plugins/MacSignedVST/Golem/source/GolemProc.cpp index 316632391..3a34df02f 100755 --- a/plugins/MacSignedVST/Golem/source/GolemProc.cpp +++ b/plugins/MacSignedVST/Golem/source/GolemProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Golem - Golem.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Golem_H diff --git a/plugins/MacSignedVST/GrindAmp/source/GrindAmp.cpp b/plugins/MacSignedVST/GrindAmp/source/GrindAmp.cpp index 04d6f41f7..ec1b3aa1e 100755 --- a/plugins/MacSignedVST/GrindAmp/source/GrindAmp.cpp +++ b/plugins/MacSignedVST/GrindAmp/source/GrindAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * GrindAmp - GrindAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/GrindAmp/source/GrindAmp.h b/plugins/MacSignedVST/GrindAmp/source/GrindAmp.h index 494f0bee3..9f8679d90 100755 --- a/plugins/MacSignedVST/GrindAmp/source/GrindAmp.h +++ b/plugins/MacSignedVST/GrindAmp/source/GrindAmp.h @@ -1,7 +1,7 @@ /* ======================================== * GrindAmp - GrindAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/GrindAmp/source/GrindAmpProc.cpp b/plugins/MacSignedVST/GrindAmp/source/GrindAmpProc.cpp index 03e0335e9..37c111cc4 100755 --- a/plugins/MacSignedVST/GrindAmp/source/GrindAmpProc.cpp +++ b/plugins/MacSignedVST/GrindAmp/source/GrindAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * GrindAmp - GrindAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/Gringer/source/Gringer.cpp b/plugins/MacSignedVST/Gringer/source/Gringer.cpp index 6f37ac79c..85fbc9207 100755 --- a/plugins/MacSignedVST/Gringer/source/Gringer.cpp +++ b/plugins/MacSignedVST/Gringer/source/Gringer.cpp @@ -1,6 +1,6 @@ /* ======================================== * Gringer - Gringer.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gringer_H diff --git a/plugins/MacSignedVST/Gringer/source/Gringer.h b/plugins/MacSignedVST/Gringer/source/Gringer.h index 27f05155b..88228c4f8 100755 --- a/plugins/MacSignedVST/Gringer/source/Gringer.h +++ b/plugins/MacSignedVST/Gringer/source/Gringer.h @@ -1,7 +1,7 @@ /* ======================================== * Gringer - Gringer.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gringer_H diff --git a/plugins/MacSignedVST/Gringer/source/GringerProc.cpp b/plugins/MacSignedVST/Gringer/source/GringerProc.cpp index 11dd0c3a5..fa27c3787 100755 --- a/plugins/MacSignedVST/Gringer/source/GringerProc.cpp +++ b/plugins/MacSignedVST/Gringer/source/GringerProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Gringer - Gringer.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gringer_H diff --git a/plugins/MacSignedVST/GrooveWear/source/GrooveWear.cpp b/plugins/MacSignedVST/GrooveWear/source/GrooveWear.cpp index b15478506..7b0ba4668 100755 --- a/plugins/MacSignedVST/GrooveWear/source/GrooveWear.cpp +++ b/plugins/MacSignedVST/GrooveWear/source/GrooveWear.cpp @@ -1,6 +1,6 @@ /* ======================================== * GrooveWear - GrooveWear.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GrooveWear_H diff --git a/plugins/MacSignedVST/GrooveWear/source/GrooveWear.h b/plugins/MacSignedVST/GrooveWear/source/GrooveWear.h index fe207c7b6..f851c530e 100755 --- a/plugins/MacSignedVST/GrooveWear/source/GrooveWear.h +++ b/plugins/MacSignedVST/GrooveWear/source/GrooveWear.h @@ -1,7 +1,7 @@ /* ======================================== * GrooveWear - GrooveWear.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __GrooveWear_H diff --git a/plugins/MacSignedVST/GrooveWear/source/GrooveWearProc.cpp b/plugins/MacSignedVST/GrooveWear/source/GrooveWearProc.cpp index 98eeec25e..1d3da3deb 100755 --- a/plugins/MacSignedVST/GrooveWear/source/GrooveWearProc.cpp +++ b/plugins/MacSignedVST/GrooveWear/source/GrooveWearProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * GrooveWear - GrooveWear.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GrooveWear_H diff --git a/plugins/MacSignedVST/GuitarConditioner/source/GuitarConditioner.cpp b/plugins/MacSignedVST/GuitarConditioner/source/GuitarConditioner.cpp index 309ce7e4e..87b882c71 100755 --- a/plugins/MacSignedVST/GuitarConditioner/source/GuitarConditioner.cpp +++ b/plugins/MacSignedVST/GuitarConditioner/source/GuitarConditioner.cpp @@ -1,6 +1,6 @@ /* ======================================== * GuitarConditioner - GuitarConditioner.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GuitarConditioner_H diff --git a/plugins/MacSignedVST/GuitarConditioner/source/GuitarConditioner.h b/plugins/MacSignedVST/GuitarConditioner/source/GuitarConditioner.h index fca5a3c07..bb9f5a92f 100755 --- a/plugins/MacSignedVST/GuitarConditioner/source/GuitarConditioner.h +++ b/plugins/MacSignedVST/GuitarConditioner/source/GuitarConditioner.h @@ -1,7 +1,7 @@ /* ======================================== * GuitarConditioner - GuitarConditioner.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __GuitarConditioner_H diff --git a/plugins/MacSignedVST/GuitarConditioner/source/GuitarConditionerProc.cpp b/plugins/MacSignedVST/GuitarConditioner/source/GuitarConditionerProc.cpp index 6bfd3bbc4..a68a453b5 100755 --- a/plugins/MacSignedVST/GuitarConditioner/source/GuitarConditionerProc.cpp +++ b/plugins/MacSignedVST/GuitarConditioner/source/GuitarConditionerProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * GuitarConditioner - GuitarConditioner.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GuitarConditioner_H diff --git a/plugins/MacSignedVST/HardVacuum/source/HardVacuum.cpp b/plugins/MacSignedVST/HardVacuum/source/HardVacuum.cpp index 533cb5610..ba882277f 100755 --- a/plugins/MacSignedVST/HardVacuum/source/HardVacuum.cpp +++ b/plugins/MacSignedVST/HardVacuum/source/HardVacuum.cpp @@ -1,6 +1,6 @@ /* ======================================== * HardVacuum - HardVacuum.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HardVacuum_H diff --git a/plugins/MacSignedVST/HardVacuum/source/HardVacuum.h b/plugins/MacSignedVST/HardVacuum/source/HardVacuum.h index f159aadb8..2263e0919 100755 --- a/plugins/MacSignedVST/HardVacuum/source/HardVacuum.h +++ b/plugins/MacSignedVST/HardVacuum/source/HardVacuum.h @@ -1,7 +1,7 @@ /* ======================================== * HardVacuum - HardVacuum.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HardVacuum_H diff --git a/plugins/MacSignedVST/HardVacuum/source/HardVacuumProc.cpp b/plugins/MacSignedVST/HardVacuum/source/HardVacuumProc.cpp index 9979a8126..1b1506d77 100755 --- a/plugins/MacSignedVST/HardVacuum/source/HardVacuumProc.cpp +++ b/plugins/MacSignedVST/HardVacuum/source/HardVacuumProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HardVacuum - HardVacuum.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HardVacuum_H diff --git a/plugins/MacSignedVST/HermeTrim/source/HermeTrim.cpp b/plugins/MacSignedVST/HermeTrim/source/HermeTrim.cpp index 77103be7b..d201122fc 100755 --- a/plugins/MacSignedVST/HermeTrim/source/HermeTrim.cpp +++ b/plugins/MacSignedVST/HermeTrim/source/HermeTrim.cpp @@ -1,6 +1,6 @@ /* ======================================== * HermeTrim - HermeTrim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HermeTrim_H diff --git a/plugins/MacSignedVST/HermeTrim/source/HermeTrim.h b/plugins/MacSignedVST/HermeTrim/source/HermeTrim.h index 6db22a3b5..d588fff61 100755 --- a/plugins/MacSignedVST/HermeTrim/source/HermeTrim.h +++ b/plugins/MacSignedVST/HermeTrim/source/HermeTrim.h @@ -1,7 +1,7 @@ /* ======================================== * HermeTrim - HermeTrim.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HermeTrim_H diff --git a/plugins/MacSignedVST/HermeTrim/source/HermeTrimProc.cpp b/plugins/MacSignedVST/HermeTrim/source/HermeTrimProc.cpp index dccb829c6..d6c4ac756 100755 --- a/plugins/MacSignedVST/HermeTrim/source/HermeTrimProc.cpp +++ b/plugins/MacSignedVST/HermeTrim/source/HermeTrimProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HermeTrim - HermeTrim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HermeTrim_H diff --git a/plugins/MacSignedVST/Hermepass/source/Hermepass.cpp b/plugins/MacSignedVST/Hermepass/source/Hermepass.cpp index c18a227be..a23fa7177 100755 --- a/plugins/MacSignedVST/Hermepass/source/Hermepass.cpp +++ b/plugins/MacSignedVST/Hermepass/source/Hermepass.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hermepass - Hermepass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hermepass_H diff --git a/plugins/MacSignedVST/Hermepass/source/Hermepass.h b/plugins/MacSignedVST/Hermepass/source/Hermepass.h index d3f2970cc..8dbedef38 100755 --- a/plugins/MacSignedVST/Hermepass/source/Hermepass.h +++ b/plugins/MacSignedVST/Hermepass/source/Hermepass.h @@ -1,7 +1,7 @@ /* ======================================== * Hermepass - Hermepass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hermepass_H diff --git a/plugins/MacSignedVST/Hermepass/source/HermepassProc.cpp b/plugins/MacSignedVST/Hermepass/source/HermepassProc.cpp index 178979fbf..f4609a241 100755 --- a/plugins/MacSignedVST/Hermepass/source/HermepassProc.cpp +++ b/plugins/MacSignedVST/Hermepass/source/HermepassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hermepass - Hermepass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hermepass_H diff --git a/plugins/MacSignedVST/HighGlossDither/source/HighGlossDither.cpp b/plugins/MacSignedVST/HighGlossDither/source/HighGlossDither.cpp index 612210712..05a8b000b 100755 --- a/plugins/MacSignedVST/HighGlossDither/source/HighGlossDither.cpp +++ b/plugins/MacSignedVST/HighGlossDither/source/HighGlossDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * HighGlossDither - HighGlossDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HighGlossDither_H diff --git a/plugins/MacSignedVST/HighGlossDither/source/HighGlossDither.h b/plugins/MacSignedVST/HighGlossDither/source/HighGlossDither.h index 96804c5a8..f72236070 100755 --- a/plugins/MacSignedVST/HighGlossDither/source/HighGlossDither.h +++ b/plugins/MacSignedVST/HighGlossDither/source/HighGlossDither.h @@ -1,7 +1,7 @@ /* ======================================== * HighGlossDither - HighGlossDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HighGlossDither_H diff --git a/plugins/MacSignedVST/HighGlossDither/source/HighGlossDitherProc.cpp b/plugins/MacSignedVST/HighGlossDither/source/HighGlossDitherProc.cpp index fee894a81..53a226781 100755 --- a/plugins/MacSignedVST/HighGlossDither/source/HighGlossDitherProc.cpp +++ b/plugins/MacSignedVST/HighGlossDither/source/HighGlossDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HighGlossDither - HighGlossDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HighGlossDither_H diff --git a/plugins/MacSignedVST/HighImpact/source/HighImpact.cpp b/plugins/MacSignedVST/HighImpact/source/HighImpact.cpp index 446f34127..63b18ebfa 100755 --- a/plugins/MacSignedVST/HighImpact/source/HighImpact.cpp +++ b/plugins/MacSignedVST/HighImpact/source/HighImpact.cpp @@ -1,6 +1,6 @@ /* ======================================== * HighImpact - HighImpact.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HighImpact_H diff --git a/plugins/MacSignedVST/HighImpact/source/HighImpact.h b/plugins/MacSignedVST/HighImpact/source/HighImpact.h index 71123e03c..55e74a53b 100755 --- a/plugins/MacSignedVST/HighImpact/source/HighImpact.h +++ b/plugins/MacSignedVST/HighImpact/source/HighImpact.h @@ -1,7 +1,7 @@ /* ======================================== * HighImpact - HighImpact.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HighImpact_H diff --git a/plugins/MacSignedVST/HighImpact/source/HighImpactProc.cpp b/plugins/MacSignedVST/HighImpact/source/HighImpactProc.cpp index c6ac619a9..d963d0547 100755 --- a/plugins/MacSignedVST/HighImpact/source/HighImpactProc.cpp +++ b/plugins/MacSignedVST/HighImpact/source/HighImpactProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HighImpact - HighImpact.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HighImpact_H diff --git a/plugins/MacSignedVST/Highpass/source/Highpass.cpp b/plugins/MacSignedVST/Highpass/source/Highpass.cpp index a87a3f0ce..0a9b3a4ab 100755 --- a/plugins/MacSignedVST/Highpass/source/Highpass.cpp +++ b/plugins/MacSignedVST/Highpass/source/Highpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * Highpass - Highpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass_H diff --git a/plugins/MacSignedVST/Highpass/source/Highpass.h b/plugins/MacSignedVST/Highpass/source/Highpass.h index 468baa479..c82ead440 100755 --- a/plugins/MacSignedVST/Highpass/source/Highpass.h +++ b/plugins/MacSignedVST/Highpass/source/Highpass.h @@ -1,7 +1,7 @@ /* ======================================== * Highpass - Highpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass_H diff --git a/plugins/MacSignedVST/Highpass/source/HighpassProc.cpp b/plugins/MacSignedVST/Highpass/source/HighpassProc.cpp index b1dfc193a..2f65cb581 100755 --- a/plugins/MacSignedVST/Highpass/source/HighpassProc.cpp +++ b/plugins/MacSignedVST/Highpass/source/HighpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Highpass - Highpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass_H diff --git a/plugins/MacSignedVST/Highpass2/source/Highpass2.cpp b/plugins/MacSignedVST/Highpass2/source/Highpass2.cpp index 3c1833407..909c71b9a 100755 --- a/plugins/MacSignedVST/Highpass2/source/Highpass2.cpp +++ b/plugins/MacSignedVST/Highpass2/source/Highpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Highpass2 - Highpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass2_H diff --git a/plugins/MacSignedVST/Highpass2/source/Highpass2.h b/plugins/MacSignedVST/Highpass2/source/Highpass2.h index 4b9efb1f3..3d8ac7247 100755 --- a/plugins/MacSignedVST/Highpass2/source/Highpass2.h +++ b/plugins/MacSignedVST/Highpass2/source/Highpass2.h @@ -1,7 +1,7 @@ /* ======================================== * Highpass2 - Highpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass2_H diff --git a/plugins/MacSignedVST/Highpass2/source/Highpass2Proc.cpp b/plugins/MacSignedVST/Highpass2/source/Highpass2Proc.cpp index b66aa6d31..5bc498d78 100755 --- a/plugins/MacSignedVST/Highpass2/source/Highpass2Proc.cpp +++ b/plugins/MacSignedVST/Highpass2/source/Highpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Highpass2 - Highpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass2_H diff --git a/plugins/MacSignedVST/Holt/source/Holt.cpp b/plugins/MacSignedVST/Holt/source/Holt.cpp index 8f14a7238..cefbe9221 100755 --- a/plugins/MacSignedVST/Holt/source/Holt.cpp +++ b/plugins/MacSignedVST/Holt/source/Holt.cpp @@ -1,6 +1,6 @@ /* ======================================== * Holt - Holt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Holt_H diff --git a/plugins/MacSignedVST/Holt/source/Holt.h b/plugins/MacSignedVST/Holt/source/Holt.h index 8026fa40d..ddb5182fe 100755 --- a/plugins/MacSignedVST/Holt/source/Holt.h +++ b/plugins/MacSignedVST/Holt/source/Holt.h @@ -1,7 +1,7 @@ /* ======================================== * Holt - Holt.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Holt_H diff --git a/plugins/MacSignedVST/Holt/source/HoltProc.cpp b/plugins/MacSignedVST/Holt/source/HoltProc.cpp index d37f50ef4..16880a5f4 100755 --- a/plugins/MacSignedVST/Holt/source/HoltProc.cpp +++ b/plugins/MacSignedVST/Holt/source/HoltProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Holt - Holt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Holt_H diff --git a/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/christopherjohnson.pbxuser b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..db55c320c --- /dev/null +++ b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,132 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Holt2 */; + codeSenseManager = 8B02375F1D42B1C400E1E8C8 /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 364, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 324, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685292112; + PBXWorkspaceStateSaveDate = 685292112; + }; + perUserProjectItems = { + 8B09432528D8928400166A02 /* PBXTextBookmark */ = 8B09432528D8928400166A02 /* PBXTextBookmark */; + 8B0943FA28D8BDEB00166A02 /* PBXTextBookmark */ = 8B0943FA28D8BDEB00166A02 /* PBXTextBookmark */; + }; + sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Holt2.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {948, 3366}}"; + sepNavSelRange = "{1253, 0}"; + sepNavVisRange = "{4877, 1658}"; + sepNavWindowFrame = "{{519, 47}, {895, 831}}"; + }; + }; + 245463B80991757100464AD3 /* Holt2.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {561, 1836}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 159}"; + sepNavWindowFrame = "{{494, 47}, {895, 831}}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 20267}}"; + sepNavSelRange = "{10616, 0}"; + sepNavVisRange = "{9653, 2414}"; + sepNavWindowFrame = "{{15, 42}, {895, 831}}"; + }; + }; + 24D8286F09A914000093AEF8 /* Holt2Proc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {983, 8118}}"; + sepNavSelRange = "{11313, 0}"; + sepNavVisRange = "{9526, 1867}"; + sepNavWindowFrame = "{{280, 38}, {1030, 840}}"; + }; + }; + 8B02375E1D42B1C400E1E8C8 /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8B02375F1D42B1C400E1E8C8 /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8B09432528D8928400166A02 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 245463B80991757100464AD3 /* Holt2.h */; + name = "Holt2.h: 1"; + rLen = 0; + rLoc = 0; + rType = 0; + vrLen = 206; + vrLoc = 0; + }; + 8B0943FA28D8BDEB00166A02 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 245463B80991757100464AD3 /* Holt2.h */; + name = "Holt2.h: 1"; + rLen = 0; + rLoc = 0; + rType = 0; + vrLen = 159; + vrLoc = 0; + }; + 8D01CCC60486CAD60068D4B7 /* Holt2 */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..867973f65 --- /dev/null +++ b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1510 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8B02375D1D42B1C400E1E8C8 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 185 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 6 + 4 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {185, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {202, 446}} + GroupTreeTableConfiguration + + MainColumn + 185 + + RubberWindowFrame + 597 338 810 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 202pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8B0237581D42B1C400E1E8C8 + PBXProjectModuleLabel + Holt2.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B0237591D42B1C400E1E8C8 + PBXProjectModuleLabel + Holt2.h + _historyCapacity + 0 + bookmark + 8B0943FA28D8BDEB00166A02 + history + + 8B09432528D8928400166A02 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {603, 102}} + RubberWindowFrame + 597 338 810 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 102pt + + + Proportion + 339pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {603, 312}} + RubberWindowFrame + 597 338 810 487 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + + Module + PBXBuildResultsModule + + + + + Proportion + 603pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8B0943FB28D8BDEB00166A02 + 1CA23ED40692098700951B8B + 8B0943FC28D8BDEB00166A02 + 8B0237581D42B1C400E1E8C8 + 8B0943FD28D8BDEB00166A02 + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685293035.63884902 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + /Users/christopherjohnson/Desktop/airwindows/plugins/MacVST/Holt2/Holt2.xcodeproj + + WindowString + 597 338 810 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.projectFormatConflicts + IsVertical + + Layout + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 8BCAE52E1D49920D0047D4BD + + GeometryConfiguration + + Frame + {{0, 0}, {472, 302}} + RubberWindowFrame + 569 378 472 322 0 0 1440 878 + + Module + XCProjectFormatConflictsModule + Proportion + 302pt + + + Proportion + 302pt + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + + TableOfContents + + 8BCAE52F1D49920D0047D4BD + 8BCAE5301D49920D0047D4BD + 8BCAE52E1D49920D0047D4BD + + WindowContentMinSize + 450 300 + WindowString + 569 378 472 322 0 0 1440 878 + WindowToolGUID + 8BCAE52F1D49920D0047D4BD + WindowToolIsVisible + + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/project.pbxproj b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/project.pbxproj new file mode 100755 index 000000000..ce6915ccc --- /dev/null +++ b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/project.pbxproj @@ -0,0 +1,454 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 2407DEB9089929BA00EB68BF /* Holt2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* Holt2.cpp */; }; + 245463B90991757100464AD3 /* Holt2.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* Holt2.h */; }; + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; + 24D8287009A914000093AEF8 /* Holt2Proc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* Holt2Proc.cpp */; }; + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; + 8B8BC74728DB84CE0093D701 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC73B28DB84CE0093D701 /* vstfxstore.h */; }; + 8B8BC74828DB84CE0093D701 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC73C28DB84CE0093D701 /* aeffect.h */; }; + 8B8BC74928DB84CE0093D701 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC73D28DB84CE0093D701 /* aeffectx.h */; }; + 8B8BC74A28DB84CE0093D701 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC74128DB84CE0093D701 /* audioeffectx.h */; }; + 8B8BC74B28DB84CE0093D701 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BC74228DB84CE0093D701 /* audioeffect.cpp */; }; + 8B8BC74C28DB84CE0093D701 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BC74328DB84CE0093D701 /* audioeffectx.cpp */; }; + 8B8BC74D28DB84CE0093D701 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC74428DB84CE0093D701 /* aeffeditor.h */; }; + 8B8BC74E28DB84CE0093D701 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BC74528DB84CE0093D701 /* vstplugmain.cpp */; }; + 8B8BC74F28DB84CE0093D701 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC74628DB84CE0093D701 /* audioeffect.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 2407DE920899296600EB68BF /* Holt2.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Holt2.vst; sourceTree = BUILT_PRODUCTS_DIR; }; + 2407DEB6089929BA00EB68BF /* Holt2.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Holt2.cpp; path = source/Holt2.cpp; sourceTree = ""; }; + 245463B80991757100464AD3 /* Holt2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Holt2.h; path = source/Holt2.h; sourceTree = ""; }; + 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; + 24D8286F09A914000093AEF8 /* Holt2Proc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Holt2Proc.cpp; path = source/Holt2Proc.cpp; sourceTree = ""; }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8B8BC73B28DB84CE0093D701 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 8B8BC73C28DB84CE0093D701 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 8B8BC73D28DB84CE0093D701 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 8B8BC74128DB84CE0093D701 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 8B8BC74228DB84CE0093D701 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 8B8BC74328DB84CE0093D701 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 8B8BC74428DB84CE0093D701 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 8B8BC74528DB84CE0093D701 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 8B8BC74628DB84CE0093D701 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* FM-Chopper */ = { + isa = PBXGroup; + children = ( + 19C28FB4FE9D528D11CA2CBB /* Products */, + 089C167CFE841241C02AAC07 /* Resources */, + 08FB77ADFE841716C02AAC07 /* Source */, + ); + name = "FM-Chopper"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */, + 24CFB70307E7A0220081BD57 /* PkgInfo */, + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8B8BC73828DB84CE0093D701 /* vstsdk2.4 */, + 2407DEB6089929BA00EB68BF /* Holt2.cpp */, + 24D8286F09A914000093AEF8 /* Holt2Proc.cpp */, + 245463B80991757100464AD3 /* Holt2.h */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 2407DE920899296600EB68BF /* Holt2.vst */, + ); + name = Products; + sourceTree = ""; + }; + 8B8BC73828DB84CE0093D701 /* vstsdk2.4 */ = { + isa = PBXGroup; + children = ( + 8B8BC73928DB84CE0093D701 /* pluginterfaces */, + 8B8BC73E28DB84CE0093D701 /* public.sdk */, + ); + name = vstsdk2.4; + path = ../../../../vstsdk2.4; + sourceTree = ""; + }; + 8B8BC73928DB84CE0093D701 /* pluginterfaces */ = { + isa = PBXGroup; + children = ( + 8B8BC73A28DB84CE0093D701 /* vst2.x */, + ); + path = pluginterfaces; + sourceTree = ""; + }; + 8B8BC73A28DB84CE0093D701 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 8B8BC73B28DB84CE0093D701 /* vstfxstore.h */, + 8B8BC73C28DB84CE0093D701 /* aeffect.h */, + 8B8BC73D28DB84CE0093D701 /* aeffectx.h */, + ); + path = vst2.x; + sourceTree = ""; + }; + 8B8BC73E28DB84CE0093D701 /* public.sdk */ = { + isa = PBXGroup; + children = ( + 8B8BC73F28DB84CE0093D701 /* source */, + ); + path = public.sdk; + sourceTree = ""; + }; + 8B8BC73F28DB84CE0093D701 /* source */ = { + isa = PBXGroup; + children = ( + 8B8BC74028DB84CE0093D701 /* vst2.x */, + ); + path = source; + sourceTree = ""; + }; + 8B8BC74028DB84CE0093D701 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 8B8BC74128DB84CE0093D701 /* audioeffectx.h */, + 8B8BC74228DB84CE0093D701 /* audioeffect.cpp */, + 8B8BC74328DB84CE0093D701 /* audioeffectx.cpp */, + 8B8BC74428DB84CE0093D701 /* aeffeditor.h */, + 8B8BC74528DB84CE0093D701 /* vstplugmain.cpp */, + 8B8BC74628DB84CE0093D701 /* audioeffect.h */, + ); + path = vst2.x; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B8BC74D28DB84CE0093D701 /* aeffeditor.h in Headers */, + 245463B90991757100464AD3 /* Holt2.h in Headers */, + 8B8BC74F28DB84CE0093D701 /* audioeffect.h in Headers */, + 8B8BC74828DB84CE0093D701 /* aeffect.h in Headers */, + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, + 8B8BC74A28DB84CE0093D701 /* audioeffectx.h in Headers */, + 8B8BC74728DB84CE0093D701 /* vstfxstore.h in Headers */, + 8B8BC74928DB84CE0093D701 /* aeffectx.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Holt2 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Holt2" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Holt2; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = "FM-Chopper"; + productReference = 2407DE920899296600EB68BF /* Holt2.vst */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1340; + }; + buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Holt2" */; + compatibilityVersion = "Xcode 2.4"; + developmentRegion = en; + hasScannedForEncodings = 1; + knownRegions = ( + de, + Base, + ja, + fr, + en, + ); + mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Holt2 */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy PkgInfo"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/bash; + shellScript = "cp mac/PkgInfo \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.vst/Contents/\""; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B8BC74C28DB84CE0093D701 /* audioeffectx.cpp in Sources */, + 2407DEB9089929BA00EB68BF /* Holt2.cpp in Sources */, + 8B8BC74B28DB84CE0093D701 /* audioeffect.cpp in Sources */, + 8B8BC74E28DB84CE0093D701 /* vstplugmain.cpp in Sources */, + 24D8287009A914000093AEF8 /* Holt2Proc.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 24BEAAEE08919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + COPY_PHASE_STRIP = NO; + DEVELOPMENT_TEAM = 9BMAKYA76W; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = ""; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.Holt2; + PRODUCT_NAME = Holt2; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + SECTORDER_FLAGS = ""; + STRIP_STYLE = debugging; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Debug; + }; + 24BEAAEF08919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = 9BMAKYA76W; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_MODEL_TUNING = ""; + GCC_OPTIMIZATION_LEVEL = s; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.Holt2; + PRODUCT_NAME = Holt2; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + SECTORDER_FLAGS = ""; + SKIP_INSTALL = NO; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = debugging; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Release; + }; + 24BEAAF208919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_MODEL_TUNING = G5; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + 24BEAAF308919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_MODEL_TUNING = G4; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = s; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Holt2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAEE08919AE700E695F9 /* Debug */, + 24BEAAEF08919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Holt2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAF208919AE700E695F9 /* Debug */, + 24BEAAF308919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100755 index 000000000..a80c03824 --- /dev/null +++ b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..497cf105f Binary files /dev/null and b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..314de0ff8 Binary files /dev/null and b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/spiadmin.mode1v3 b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/spiadmin.mode1v3 new file mode 100755 index 000000000..c5723261d --- /dev/null +++ b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/spiadmin.mode1v3 @@ -0,0 +1,1372 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 91857D9F148EF61800AAA11B + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 089C1671FE841209C02AAC07 + 19C28FB4FE9D528D11CA2CBB + 089C167CFE841241C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 11 + 10 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 693}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 711}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + _historyCapacity + 0 + bookmark + 911C2A9D1491A5F600A430AF + history + + 915DCCBB1491A5B8008574E6 + + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {1053, 508}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 508pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 513}, {1053, 198}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + XCDetailModule + Proportion + 198pt + + + Proportion + 1053pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 911C2A901491A5F600A430AF + 1CE0B1FE06471DED0097A5F4 + 911C2A911491A5F600A430AF + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 1 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 91857DA0148EF61800AAA11B + /Users/spiadmin/Documents/Gain/Gain.xcodeproj + + WindowString + 286 197 1261 752 0 0 1680 1028 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {743, 413}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 413pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 418}, {743, 236}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 654pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 91857DA0148EF61800AAA11B + 911C2A921491A5F600A430AF + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 112 208 743 695 0 0 1680 1028 + WindowToolGUID + 91857DA0148EF61800AAA11B + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/spiadmin.pbxuser b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/spiadmin.pbxuser new file mode 100755 index 000000000..df947808e --- /dev/null +++ b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/spiadmin.pbxuser @@ -0,0 +1,143 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Gain */; + codeSenseManager = 91857D95148EF55400AAA11B /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 829, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 789, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 345089498; + PBXWorkspaceStateSaveDate = 345089498; + }; + perUserProjectItems = { + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = 911C2A9D1491A5F600A430AF /* PBXTextBookmark */; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */; + }; + sourceControlManager = 91857D94148EF55400AAA11B /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Gain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 1768}}"; + sepNavSelRange = "{247, 0}"; + sepNavVisRange = "{0, 1657}"; + }; + }; + 245463B80991757100464AD3 /* Gain.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 975}}"; + sepNavSelRange = "{1552, 0}"; + sepNavVisRange = "{796, 1857}"; + sepNavWindowFrame = "{{15, 465}, {750, 558}}"; + }; + }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 488}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 798}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 19825}}"; + sepNavSelRange = "{10641, 0}"; + sepNavVisRange = "{10076, 1095}"; + }; + }; + 24D8286F09A914000093AEF8 /* GainProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 482}}"; + sepNavSelRange = "{239, 0}"; + sepNavVisRange = "{0, 950}"; + }; + }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 493}}"; + sepNavSelRange = "{249, 0}"; + sepNavVisRange = "{0, 249}"; + }; + }; + 8D01CCC60486CAD60068D4B7 /* Gain */ = { + activeExec = 0; + }; + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1657; + vrLoc = 0; + }; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1625; + vrLoc = 0; + }; + 91857D94148EF55400AAA11B /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 91857D95148EF55400AAA11B /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; +} diff --git a/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/xcshareddata/xcschemes/Holt2.xcscheme b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/xcshareddata/xcschemes/Holt2.xcscheme new file mode 100644 index 000000000..755763c92 --- /dev/null +++ b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/xcshareddata/xcschemes/Holt2.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..2d35829a6 --- /dev/null +++ b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Holt2.xcscheme_^#shared#^_ + + orderHint + 1 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..a7bdd62d4 --- /dev/null +++ b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + «PROJECTNAME».xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme new file mode 100755 index 000000000..0df2de4a3 --- /dev/null +++ b/plugins/MacSignedVST/Holt2/Holt2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/Holt2/mac/Info.plist b/plugins/MacSignedVST/Holt2/mac/Info.plist new file mode 100755 index 000000000..3380676a6 --- /dev/null +++ b/plugins/MacSignedVST/Holt2/mac/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + Holt2 + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacSignedVST/Holt2/mac/PkgInfo b/plugins/MacSignedVST/Holt2/mac/PkgInfo new file mode 100755 index 000000000..19a9cf67e --- /dev/null +++ b/plugins/MacSignedVST/Holt2/mac/PkgInfo @@ -0,0 +1 @@ +BNDL???? \ No newline at end of file diff --git a/plugins/MacSignedVST/Holt2/mac/xcode_vst_prefix.h b/plugins/MacSignedVST/Holt2/mac/xcode_vst_prefix.h new file mode 100755 index 000000000..eaf4c0b4b --- /dev/null +++ b/plugins/MacSignedVST/Holt2/mac/xcode_vst_prefix.h @@ -0,0 +1,17 @@ +#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 \ No newline at end of file diff --git a/plugins/MacSignedVST/Holt2/source/Holt2.cpp b/plugins/MacSignedVST/Holt2/source/Holt2.cpp new file mode 100755 index 000000000..2c7bb2924 --- /dev/null +++ b/plugins/MacSignedVST/Holt2/source/Holt2.cpp @@ -0,0 +1,186 @@ +/* ======================================== + * Holt2 - Holt2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Holt2_H +#include "Holt2.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Holt2(audioMaster);} + +Holt2::Holt2(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 1.0; + B = 0.5; + C = 1.0; + D = 1.0; + E = 1.0; + + previousSampleAL = 0.0; + previousTrendAL = 0.0; + previousSampleBL = 0.0; + previousTrendBL = 0.0; + previousSampleCL = 0.0; + previousTrendCL = 0.0; + previousSampleDL = 0.0; + previousTrendDL = 0.0; + previousSampleEL = 0.0; + previousTrendEL = 0.0; + previousSampleFL = 0.0; + previousTrendFL = 0.0; + previousSampleGL = 0.0; + previousTrendGL = 0.0; + previousSampleHL = 0.0; + previousTrendHL = 0.0; + + previousSampleAR = 0.0; + previousTrendAR = 0.0; + previousSampleBR = 0.0; + previousTrendBR = 0.0; + previousSampleCR = 0.0; + previousTrendCR = 0.0; + previousSampleDR = 0.0; + previousTrendDR = 0.0; + previousSampleER = 0.0; + previousTrendER = 0.0; + previousSampleFR = 0.0; + previousTrendFR = 0.0; + previousSampleGR = 0.0; + previousTrendGR = 0.0; + previousSampleHR = 0.0; + previousTrendHR = 0.0; + + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Holt2::~Holt2() {} +VstInt32 Holt2::getVendorVersion () {return 1000;} +void Holt2::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Holt2::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Holt2::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + chunkData[4] = E; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Holt2::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + E = pinParameter(chunkData[4]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Holt2::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + case kParamE: E = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Holt2::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + case kParamE: return E; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Holt2::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Freq", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Reso", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "Poles", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "Output", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "Dry/Wet", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Holt2::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + case kParamB: float2string (B, text, kVstMaxParamStrLen); break; + case kParamC: float2string (C*8.0, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + case kParamE: float2string (E, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Holt2::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Holt2::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Holt2::getEffectName(char* name) { + vst_strncpy(name, "Holt2", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Holt2::getPlugCategory() {return kPlugCategEffect;} + +bool Holt2::getProductString(char* text) { + vst_strncpy (text, "airwindows Holt2", kVstMaxProductStrLen); return true; +} + +bool Holt2::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/MacSignedVST/Holt2/source/Holt2.h b/plugins/MacSignedVST/Holt2/source/Holt2.h new file mode 100755 index 000000000..a1640eeef --- /dev/null +++ b/plugins/MacSignedVST/Holt2/source/Holt2.h @@ -0,0 +1,105 @@ +/* ======================================== + * Holt2 - Holt2.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Holt2_H +#define __Holt2_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kParamE = 4, + kNumParameters = 5 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'holu'; //Change this to what the AU identity is! + +class Holt2 : + public AudioEffectX +{ +public: + Holt2(audioMasterCallback audioMaster); + ~Holt2(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + double previousSampleAL; + double previousTrendAL; + double previousSampleBL; + double previousTrendBL; + double previousSampleCL; + double previousTrendCL; + double previousSampleDL; + double previousTrendDL; + double previousSampleEL; + double previousTrendEL; + double previousSampleFL; + double previousTrendFL; + double previousSampleGL; + double previousTrendGL; + double previousSampleHL; + double previousTrendHL; + + double previousSampleAR; + double previousTrendAR; + double previousSampleBR; + double previousTrendBR; + double previousSampleCR; + double previousTrendCR; + double previousSampleDR; + double previousTrendDR; + double previousSampleER; + double previousTrendER; + double previousSampleFR; + double previousTrendFR; + double previousSampleGR; + double previousTrendGR; + double previousSampleHR; + double previousTrendHR; + + float A; + float B; + float C; + float D; + float E; //parameters. Always 0-1, and we scale/alter them elsewhere. + +}; + +#endif diff --git a/plugins/MacSignedVST/Holt2/source/Holt2Proc.cpp b/plugins/MacSignedVST/Holt2/source/Holt2Proc.cpp new file mode 100755 index 000000000..6c5b1f53e --- /dev/null +++ b/plugins/MacSignedVST/Holt2/source/Holt2Proc.cpp @@ -0,0 +1,406 @@ +/* ======================================== + * Holt2 - Holt2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Holt2_H +#include "Holt2.h" +#endif + +void Holt2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double alpha = pow(A,4)+0.00001; + if (alpha > 1.0) alpha = 1.0; + double resControl = (B*0.15)+0.12; + double beta = (alpha * pow(resControl,2)); + //0.27 max resonance for full stages on white noise keeping below 0dB + //0.12 min resonance for not losing all the level as we go down + //as we remove the 'avoid zero' +0.00001 on beta, our subsonic stability improves + alpha += ((1.0-beta)*pow(A,3)); //correct for droop in frequency + if (alpha > 1.0) alpha = 1.0; + + double trend; + double forecast; //defining these here because we're copying the routine eight times + + double aWet = 0.0; + double bWet = 0.0; + double cWet = 0.0; + double dWet = 0.0; + double eWet = 0.0; + double fWet = 0.0; + double gWet = 0.0; + double hWet = C*8.0; + //eight-stage wet/dry control using progressive stages that bypass when not engaged + if (hWet < 1.0) {aWet = hWet; hWet = 0.0;} + else if (hWet < 2.0) {bWet = hWet - 1.0; aWet = 1.0; hWet = 0.0;} + else if (hWet < 3.0) {cWet = hWet - 2.0; bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 4.0) {dWet = hWet - 3.0; cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 5.0) {eWet = hWet - 4.0; dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 6.0) {fWet = hWet - 5.0; eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 7.0) {gWet = hWet - 6.0; fWet = eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else {hWet -= 7.0; gWet = fWet = eWet = dWet = cWet = bWet = aWet = 1.0;} + //this is one way to make a little set of dry/wet stages that are successively added to the + //output as the control is turned up. Each one independently goes from 0-1 and stays at 1 + //beyond that point: this is a way to progressively add a 'black box' sound processing + //which lets you fall through to simpler processing at lower settings. + + double gain = D; + double wet = E; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + if (aWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleAL) + ((0.999-beta) * previousTrendAL)); + forecast = previousSampleAL + previousTrendAL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleAL = inputSampleL; previousTrendAL = trend; + inputSampleL = (inputSampleL * aWet) + (drySampleL * (1.0-aWet)); + + trend = (beta * (inputSampleR - previousSampleAR) + ((0.999-beta) * previousTrendAR)); + forecast = previousSampleAR + previousTrendAR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleAR = inputSampleR; previousTrendAR = trend; + inputSampleR = (inputSampleR * aWet) + (drySampleR * (1.0-aWet)); + } + + if (bWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleBL) + ((0.999-beta) * previousTrendBL)); + forecast = previousSampleBL + previousTrendBL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleBL = inputSampleL; previousTrendBL = trend; + inputSampleL = (inputSampleL * bWet) + (previousSampleAL * (1.0-bWet)); + + trend = (beta * (inputSampleR - previousSampleBR) + ((0.999-beta) * previousTrendBR)); + forecast = previousSampleBR + previousTrendBR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleBR = inputSampleR; previousTrendBR = trend; + inputSampleR = (inputSampleR * bWet) + (previousSampleAR * (1.0-bWet)); + } + + if (cWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleCL) + ((0.999-beta) * previousTrendCL)); + forecast = previousSampleCL + previousTrendCL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleCL = inputSampleL; previousTrendCL = trend; + inputSampleL = (inputSampleL * cWet) + (previousSampleBL * (1.0-cWet)); + + trend = (beta * (inputSampleR - previousSampleCR) + ((0.999-beta) * previousTrendCR)); + forecast = previousSampleCR + previousTrendCR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleCR = inputSampleR; previousTrendCR = trend; + inputSampleR = (inputSampleR * cWet) + (previousSampleBR * (1.0-cWet)); + } + + if (dWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleDL) + ((0.999-beta) * previousTrendDL)); + forecast = previousSampleDL + previousTrendDL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleDL = inputSampleL; previousTrendDL = trend; + inputSampleL = (inputSampleL * dWet) + (previousSampleCL * (1.0-dWet)); + + trend = (beta * (inputSampleR - previousSampleDR) + ((0.999-beta) * previousTrendDR)); + forecast = previousSampleDR + previousTrendDR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleDR = inputSampleR; previousTrendDR = trend; + inputSampleR = (inputSampleR * dWet) + (previousSampleCR * (1.0-dWet)); + } + + if (eWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleEL) + ((0.999-beta) * previousTrendEL)); + forecast = previousSampleEL + previousTrendEL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleEL = inputSampleL; previousTrendEL = trend; + inputSampleL = (inputSampleL * eWet) + (previousSampleDL * (1.0-eWet)); + + trend = (beta * (inputSampleR - previousSampleER) + ((0.999-beta) * previousTrendER)); + forecast = previousSampleER + previousTrendER; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleER = inputSampleR; previousTrendER = trend; + inputSampleR = (inputSampleR * eWet) + (previousSampleDR * (1.0-eWet)); + } + + if (fWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleFL) + ((0.999-beta) * previousTrendFL)); + forecast = previousSampleFL + previousTrendFL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleFL = inputSampleL; previousTrendFL = trend; + inputSampleL = (inputSampleL * fWet) + (previousSampleEL * (1.0-fWet)); + + trend = (beta * (inputSampleR - previousSampleFR) + ((0.999-beta) * previousTrendFR)); + forecast = previousSampleFR + previousTrendFR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleFR = inputSampleR; previousTrendFR = trend; + inputSampleR = (inputSampleR * fWet) + (previousSampleER * (1.0-fWet)); + } + + if (gWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleGL) + ((0.999-beta) * previousTrendGL)); + forecast = previousSampleGL + previousTrendGL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleGL = inputSampleL; previousTrendGL = trend; + inputSampleL = (inputSampleL * gWet) + (previousSampleFL * (1.0-gWet)); + + trend = (beta * (inputSampleR - previousSampleGR) + ((0.999-beta) * previousTrendGR)); + forecast = previousSampleGR + previousTrendGR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleGR = inputSampleR; previousTrendGR = trend; + inputSampleR = (inputSampleR * gWet) + (previousSampleFR * (1.0-gWet)); + } + + if (hWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleHL) + ((0.999-beta) * previousTrendHL)); + forecast = previousSampleHL + previousTrendHL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleHL = inputSampleL; previousTrendHL = trend; + inputSampleL = (inputSampleL * hWet) + (previousSampleGL * (1.0-hWet)); + + trend = (beta * (inputSampleR - previousSampleHR) + ((0.999-beta) * previousTrendHR)); + forecast = previousSampleHR + previousTrendHR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleHR = inputSampleR; previousTrendHR = trend; + inputSampleR = (inputSampleR * hWet) + (previousSampleGR * (1.0-hWet)); + } + + if (gain < 1.0) { + inputSampleL *= gain; + inputSampleR *= gain; + } + + if (wet < 1.0) { + inputSampleL = (inputSampleL*wet)+(drySampleL*(1.0-wet)); + inputSampleR = (inputSampleR*wet)+(drySampleR*(1.0-wet)); + } + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Holt2::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double alpha = pow(A,4)+0.00001; + if (alpha > 1.0) alpha = 1.0; + double resControl = (B*0.15)+0.12; + double beta = (alpha * pow(resControl,2)); + //0.27 max resonance for full stages on white noise keeping below 0dB + //0.12 min resonance for not losing all the level as we go down + //as we remove the 'avoid zero' +0.00001 on beta, our subsonic stability improves + alpha += ((1.0-beta)*pow(A,3)); //correct for droop in frequency + if (alpha > 1.0) alpha = 1.0; + + double trend; + double forecast; //defining these here because we're copying the routine eight times + + double aWet = 0.0; + double bWet = 0.0; + double cWet = 0.0; + double dWet = 0.0; + double eWet = 0.0; + double fWet = 0.0; + double gWet = 0.0; + double hWet = C*8.0; + //eight-stage wet/dry control using progressive stages that bypass when not engaged + if (hWet < 1.0) {aWet = hWet; hWet = 0.0;} + else if (hWet < 2.0) {bWet = hWet - 1.0; aWet = 1.0; hWet = 0.0;} + else if (hWet < 3.0) {cWet = hWet - 2.0; bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 4.0) {dWet = hWet - 3.0; cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 5.0) {eWet = hWet - 4.0; dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 6.0) {fWet = hWet - 5.0; eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 7.0) {gWet = hWet - 6.0; fWet = eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else {hWet -= 7.0; gWet = fWet = eWet = dWet = cWet = bWet = aWet = 1.0;} + //this is one way to make a little set of dry/wet stages that are successively added to the + //output as the control is turned up. Each one independently goes from 0-1 and stays at 1 + //beyond that point: this is a way to progressively add a 'black box' sound processing + //which lets you fall through to simpler processing at lower settings. + + double gain = D; + double wet = E; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + if (aWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleAL) + ((0.999-beta) * previousTrendAL)); + forecast = previousSampleAL + previousTrendAL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleAL = inputSampleL; previousTrendAL = trend; + inputSampleL = (inputSampleL * aWet) + (drySampleL * (1.0-aWet)); + + trend = (beta * (inputSampleR - previousSampleAR) + ((0.999-beta) * previousTrendAR)); + forecast = previousSampleAR + previousTrendAR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleAR = inputSampleR; previousTrendAR = trend; + inputSampleR = (inputSampleR * aWet) + (drySampleR * (1.0-aWet)); + } + + if (bWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleBL) + ((0.999-beta) * previousTrendBL)); + forecast = previousSampleBL + previousTrendBL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleBL = inputSampleL; previousTrendBL = trend; + inputSampleL = (inputSampleL * bWet) + (previousSampleAL * (1.0-bWet)); + + trend = (beta * (inputSampleR - previousSampleBR) + ((0.999-beta) * previousTrendBR)); + forecast = previousSampleBR + previousTrendBR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleBR = inputSampleR; previousTrendBR = trend; + inputSampleR = (inputSampleR * bWet) + (previousSampleAR * (1.0-bWet)); + } + + if (cWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleCL) + ((0.999-beta) * previousTrendCL)); + forecast = previousSampleCL + previousTrendCL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleCL = inputSampleL; previousTrendCL = trend; + inputSampleL = (inputSampleL * cWet) + (previousSampleBL * (1.0-cWet)); + + trend = (beta * (inputSampleR - previousSampleCR) + ((0.999-beta) * previousTrendCR)); + forecast = previousSampleCR + previousTrendCR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleCR = inputSampleR; previousTrendCR = trend; + inputSampleR = (inputSampleR * cWet) + (previousSampleBR * (1.0-cWet)); + } + + if (dWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleDL) + ((0.999-beta) * previousTrendDL)); + forecast = previousSampleDL + previousTrendDL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleDL = inputSampleL; previousTrendDL = trend; + inputSampleL = (inputSampleL * dWet) + (previousSampleCL * (1.0-dWet)); + + trend = (beta * (inputSampleR - previousSampleDR) + ((0.999-beta) * previousTrendDR)); + forecast = previousSampleDR + previousTrendDR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleDR = inputSampleR; previousTrendDR = trend; + inputSampleR = (inputSampleR * dWet) + (previousSampleCR * (1.0-dWet)); + } + + if (eWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleEL) + ((0.999-beta) * previousTrendEL)); + forecast = previousSampleEL + previousTrendEL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleEL = inputSampleL; previousTrendEL = trend; + inputSampleL = (inputSampleL * eWet) + (previousSampleDL * (1.0-eWet)); + + trend = (beta * (inputSampleR - previousSampleER) + ((0.999-beta) * previousTrendER)); + forecast = previousSampleER + previousTrendER; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleER = inputSampleR; previousTrendER = trend; + inputSampleR = (inputSampleR * eWet) + (previousSampleDR * (1.0-eWet)); + } + + if (fWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleFL) + ((0.999-beta) * previousTrendFL)); + forecast = previousSampleFL + previousTrendFL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleFL = inputSampleL; previousTrendFL = trend; + inputSampleL = (inputSampleL * fWet) + (previousSampleEL * (1.0-fWet)); + + trend = (beta * (inputSampleR - previousSampleFR) + ((0.999-beta) * previousTrendFR)); + forecast = previousSampleFR + previousTrendFR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleFR = inputSampleR; previousTrendFR = trend; + inputSampleR = (inputSampleR * fWet) + (previousSampleER * (1.0-fWet)); + } + + if (gWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleGL) + ((0.999-beta) * previousTrendGL)); + forecast = previousSampleGL + previousTrendGL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleGL = inputSampleL; previousTrendGL = trend; + inputSampleL = (inputSampleL * gWet) + (previousSampleFL * (1.0-gWet)); + + trend = (beta * (inputSampleR - previousSampleGR) + ((0.999-beta) * previousTrendGR)); + forecast = previousSampleGR + previousTrendGR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleGR = inputSampleR; previousTrendGR = trend; + inputSampleR = (inputSampleR * gWet) + (previousSampleFR * (1.0-gWet)); + } + + if (hWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleHL) + ((0.999-beta) * previousTrendHL)); + forecast = previousSampleHL + previousTrendHL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleHL = inputSampleL; previousTrendHL = trend; + inputSampleL = (inputSampleL * hWet) + (previousSampleGL * (1.0-hWet)); + + trend = (beta * (inputSampleR - previousSampleHR) + ((0.999-beta) * previousTrendHR)); + forecast = previousSampleHR + previousTrendHR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleHR = inputSampleR; previousTrendHR = trend; + inputSampleR = (inputSampleR * hWet) + (previousSampleGR * (1.0-hWet)); + } + + if (gain < 1.0) { + inputSampleL *= gain; + inputSampleR *= gain; + } + + if (wet < 1.0) { + inputSampleL = (inputSampleL*wet)+(drySampleL*(1.0-wet)); + inputSampleR = (inputSampleR*wet)+(drySampleR*(1.0-wet)); + } + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/MacSignedVST/Hombre/source/Hombre.cpp b/plugins/MacSignedVST/Hombre/source/Hombre.cpp index ebf3e4b36..36fcd504d 100755 --- a/plugins/MacSignedVST/Hombre/source/Hombre.cpp +++ b/plugins/MacSignedVST/Hombre/source/Hombre.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hombre - Hombre.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hombre_H diff --git a/plugins/MacSignedVST/Hombre/source/Hombre.h b/plugins/MacSignedVST/Hombre/source/Hombre.h index af14c14ed..051288c32 100755 --- a/plugins/MacSignedVST/Hombre/source/Hombre.h +++ b/plugins/MacSignedVST/Hombre/source/Hombre.h @@ -1,7 +1,7 @@ /* ======================================== * Hombre - Hombre.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hombre_H diff --git a/plugins/MacSignedVST/Hombre/source/HombreProc.cpp b/plugins/MacSignedVST/Hombre/source/HombreProc.cpp index fc0977fff..9058ead65 100755 --- a/plugins/MacSignedVST/Hombre/source/HombreProc.cpp +++ b/plugins/MacSignedVST/Hombre/source/HombreProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hombre - Hombre.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hombre_H diff --git a/plugins/MacSignedVST/Hull/source/Hull.cpp b/plugins/MacSignedVST/Hull/source/Hull.cpp index 3a7306d82..0c1c839a3 100755 --- a/plugins/MacSignedVST/Hull/source/Hull.cpp +++ b/plugins/MacSignedVST/Hull/source/Hull.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hull - Hull.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hull_H diff --git a/plugins/MacSignedVST/Hull/source/Hull.h b/plugins/MacSignedVST/Hull/source/Hull.h index 1d9df9e4d..498dca85d 100755 --- a/plugins/MacSignedVST/Hull/source/Hull.h +++ b/plugins/MacSignedVST/Hull/source/Hull.h @@ -1,7 +1,7 @@ /* ======================================== * Hull - Hull.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hull_H diff --git a/plugins/MacSignedVST/Hull/source/HullProc.cpp b/plugins/MacSignedVST/Hull/source/HullProc.cpp index 4cdbe2d03..25e35fcac 100755 --- a/plugins/MacSignedVST/Hull/source/HullProc.cpp +++ b/plugins/MacSignedVST/Hull/source/HullProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hull - Hull.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hull_H diff --git a/plugins/MacSignedVST/Hype/source/Hype.cpp b/plugins/MacSignedVST/Hype/source/Hype.cpp index fe1e7f0eb..f165936eb 100755 --- a/plugins/MacSignedVST/Hype/source/Hype.cpp +++ b/plugins/MacSignedVST/Hype/source/Hype.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hype - Hype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hype_H diff --git a/plugins/MacSignedVST/Hype/source/Hype.h b/plugins/MacSignedVST/Hype/source/Hype.h index 705b395ec..df32835ea 100755 --- a/plugins/MacSignedVST/Hype/source/Hype.h +++ b/plugins/MacSignedVST/Hype/source/Hype.h @@ -1,7 +1,7 @@ /* ======================================== * Hype - Hype.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hype_H diff --git a/plugins/MacSignedVST/Hype/source/HypeProc.cpp b/plugins/MacSignedVST/Hype/source/HypeProc.cpp index 59829a1da..195931fc0 100755 --- a/plugins/MacSignedVST/Hype/source/HypeProc.cpp +++ b/plugins/MacSignedVST/Hype/source/HypeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hype - Hype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hype_H diff --git a/plugins/MacSignedVST/HypersonX/source/HypersonX.cpp b/plugins/MacSignedVST/HypersonX/source/HypersonX.cpp index d497a093b..fa4b18ee9 100755 --- a/plugins/MacSignedVST/HypersonX/source/HypersonX.cpp +++ b/plugins/MacSignedVST/HypersonX/source/HypersonX.cpp @@ -1,6 +1,6 @@ /* ======================================== * HypersonX - HypersonX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HypersonX_H diff --git a/plugins/MacSignedVST/HypersonX/source/HypersonX.h b/plugins/MacSignedVST/HypersonX/source/HypersonX.h index 1e2cb3db9..cade99f9f 100755 --- a/plugins/MacSignedVST/HypersonX/source/HypersonX.h +++ b/plugins/MacSignedVST/HypersonX/source/HypersonX.h @@ -1,7 +1,7 @@ /* ======================================== * HypersonX - HypersonX.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HypersonX_H diff --git a/plugins/MacSignedVST/HypersonX/source/HypersonXProc.cpp b/plugins/MacSignedVST/HypersonX/source/HypersonXProc.cpp index bd88aeefa..192601215 100755 --- a/plugins/MacSignedVST/HypersonX/source/HypersonXProc.cpp +++ b/plugins/MacSignedVST/HypersonX/source/HypersonXProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HypersonX - HypersonX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HypersonX_H diff --git a/plugins/MacSignedVST/Hypersonic/source/Hypersonic.cpp b/plugins/MacSignedVST/Hypersonic/source/Hypersonic.cpp index 727100756..0f57a9ada 100755 --- a/plugins/MacSignedVST/Hypersonic/source/Hypersonic.cpp +++ b/plugins/MacSignedVST/Hypersonic/source/Hypersonic.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hypersonic - Hypersonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hypersonic_H diff --git a/plugins/MacSignedVST/Hypersonic/source/Hypersonic.h b/plugins/MacSignedVST/Hypersonic/source/Hypersonic.h index 4c783957e..0e2781688 100755 --- a/plugins/MacSignedVST/Hypersonic/source/Hypersonic.h +++ b/plugins/MacSignedVST/Hypersonic/source/Hypersonic.h @@ -1,7 +1,7 @@ /* ======================================== * Hypersonic - Hypersonic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hypersonic_H diff --git a/plugins/MacSignedVST/Hypersonic/source/HypersonicProc.cpp b/plugins/MacSignedVST/Hypersonic/source/HypersonicProc.cpp index d3361986c..1f1bfe7ae 100755 --- a/plugins/MacSignedVST/Hypersonic/source/HypersonicProc.cpp +++ b/plugins/MacSignedVST/Hypersonic/source/HypersonicProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hypersonic - Hypersonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hypersonic_H diff --git a/plugins/MacSignedVST/Infinity/source/Infinity.cpp b/plugins/MacSignedVST/Infinity/source/Infinity.cpp index 6eafe7278..62be13cd9 100755 --- a/plugins/MacSignedVST/Infinity/source/Infinity.cpp +++ b/plugins/MacSignedVST/Infinity/source/Infinity.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infinity - Infinity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity_H diff --git a/plugins/MacSignedVST/Infinity/source/Infinity.h b/plugins/MacSignedVST/Infinity/source/Infinity.h index 6a3a0b593..c869233f9 100755 --- a/plugins/MacSignedVST/Infinity/source/Infinity.h +++ b/plugins/MacSignedVST/Infinity/source/Infinity.h @@ -1,7 +1,7 @@ /* ======================================== * Infinity - Infinity.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity_H diff --git a/plugins/MacSignedVST/Infinity/source/InfinityProc.cpp b/plugins/MacSignedVST/Infinity/source/InfinityProc.cpp index 70c57ee1b..0afc64a59 100755 --- a/plugins/MacSignedVST/Infinity/source/InfinityProc.cpp +++ b/plugins/MacSignedVST/Infinity/source/InfinityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infinity - Infinity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity_H diff --git a/plugins/MacSignedVST/Infinity2/source/Infinity2.cpp b/plugins/MacSignedVST/Infinity2/source/Infinity2.cpp index 576cedced..412ef4b8e 100755 --- a/plugins/MacSignedVST/Infinity2/source/Infinity2.cpp +++ b/plugins/MacSignedVST/Infinity2/source/Infinity2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infinity2 - Infinity2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity2_H diff --git a/plugins/MacSignedVST/Infinity2/source/Infinity2.h b/plugins/MacSignedVST/Infinity2/source/Infinity2.h index 60c0f9004..534996522 100755 --- a/plugins/MacSignedVST/Infinity2/source/Infinity2.h +++ b/plugins/MacSignedVST/Infinity2/source/Infinity2.h @@ -1,7 +1,7 @@ /* ======================================== * Infinity2 - Infinity2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity2_H diff --git a/plugins/MacSignedVST/Infinity2/source/Infinity2Proc.cpp b/plugins/MacSignedVST/Infinity2/source/Infinity2Proc.cpp index cf8e5f6f8..ea2636c1e 100755 --- a/plugins/MacSignedVST/Infinity2/source/Infinity2Proc.cpp +++ b/plugins/MacSignedVST/Infinity2/source/Infinity2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infinity2 - Infinity2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity2_H diff --git a/plugins/MacSignedVST/Infrasonic/source/Infrasonic.cpp b/plugins/MacSignedVST/Infrasonic/source/Infrasonic.cpp index 7d77058bc..ccc4f6eb3 100755 --- a/plugins/MacSignedVST/Infrasonic/source/Infrasonic.cpp +++ b/plugins/MacSignedVST/Infrasonic/source/Infrasonic.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infrasonic - Infrasonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infrasonic_H diff --git a/plugins/MacSignedVST/Infrasonic/source/Infrasonic.h b/plugins/MacSignedVST/Infrasonic/source/Infrasonic.h index 3258cc059..f3fe2f4f7 100755 --- a/plugins/MacSignedVST/Infrasonic/source/Infrasonic.h +++ b/plugins/MacSignedVST/Infrasonic/source/Infrasonic.h @@ -1,7 +1,7 @@ /* ======================================== * Infrasonic - Infrasonic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Infrasonic_H diff --git a/plugins/MacSignedVST/Infrasonic/source/InfrasonicProc.cpp b/plugins/MacSignedVST/Infrasonic/source/InfrasonicProc.cpp index 5f855a157..f11dd18f5 100755 --- a/plugins/MacSignedVST/Infrasonic/source/InfrasonicProc.cpp +++ b/plugins/MacSignedVST/Infrasonic/source/InfrasonicProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infrasonic - Infrasonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infrasonic_H diff --git a/plugins/MacSignedVST/Interstage/source/Interstage.cpp b/plugins/MacSignedVST/Interstage/source/Interstage.cpp index 03c0aec6c..5aaf95a50 100755 --- a/plugins/MacSignedVST/Interstage/source/Interstage.cpp +++ b/plugins/MacSignedVST/Interstage/source/Interstage.cpp @@ -1,6 +1,6 @@ /* ======================================== * Interstage - Interstage.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Interstage_H diff --git a/plugins/MacSignedVST/Interstage/source/Interstage.h b/plugins/MacSignedVST/Interstage/source/Interstage.h index 16e5d2aa7..b220e89b5 100755 --- a/plugins/MacSignedVST/Interstage/source/Interstage.h +++ b/plugins/MacSignedVST/Interstage/source/Interstage.h @@ -1,7 +1,7 @@ /* ======================================== * Interstage - Interstage.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Interstage_H diff --git a/plugins/MacSignedVST/Interstage/source/InterstageProc.cpp b/plugins/MacSignedVST/Interstage/source/InterstageProc.cpp index ca4f5be8a..29cf8b4ae 100755 --- a/plugins/MacSignedVST/Interstage/source/InterstageProc.cpp +++ b/plugins/MacSignedVST/Interstage/source/InterstageProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Interstage - Interstage.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Interstage_H diff --git a/plugins/MacSignedVST/IronOxide5/source/IronOxide5.cpp b/plugins/MacSignedVST/IronOxide5/source/IronOxide5.cpp index 9d720380d..e02fe785e 100755 --- a/plugins/MacSignedVST/IronOxide5/source/IronOxide5.cpp +++ b/plugins/MacSignedVST/IronOxide5/source/IronOxide5.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxide5 - IronOxide5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxide5_H diff --git a/plugins/MacSignedVST/IronOxide5/source/IronOxide5.h b/plugins/MacSignedVST/IronOxide5/source/IronOxide5.h index 8e1173796..f05383a00 100755 --- a/plugins/MacSignedVST/IronOxide5/source/IronOxide5.h +++ b/plugins/MacSignedVST/IronOxide5/source/IronOxide5.h @@ -1,7 +1,7 @@ /* ======================================== * IronOxide5 - IronOxide5.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxide5_H diff --git a/plugins/MacSignedVST/IronOxide5/source/IronOxide5Proc.cpp b/plugins/MacSignedVST/IronOxide5/source/IronOxide5Proc.cpp index b51e9b7cf..f4cf7d4ea 100755 --- a/plugins/MacSignedVST/IronOxide5/source/IronOxide5Proc.cpp +++ b/plugins/MacSignedVST/IronOxide5/source/IronOxide5Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxide5 - IronOxide5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxide5_H diff --git a/plugins/MacSignedVST/IronOxideClassic/source/IronOxideClassic.cpp b/plugins/MacSignedVST/IronOxideClassic/source/IronOxideClassic.cpp index a52227101..c32a4177d 100755 --- a/plugins/MacSignedVST/IronOxideClassic/source/IronOxideClassic.cpp +++ b/plugins/MacSignedVST/IronOxideClassic/source/IronOxideClassic.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxideClassic - IronOxideClassic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic_H diff --git a/plugins/MacSignedVST/IronOxideClassic/source/IronOxideClassic.h b/plugins/MacSignedVST/IronOxideClassic/source/IronOxideClassic.h index 118b6fd9d..8dc9f97b3 100755 --- a/plugins/MacSignedVST/IronOxideClassic/source/IronOxideClassic.h +++ b/plugins/MacSignedVST/IronOxideClassic/source/IronOxideClassic.h @@ -1,7 +1,7 @@ /* ======================================== * IronOxideClassic - IronOxideClassic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic_H diff --git a/plugins/MacSignedVST/IronOxideClassic/source/IronOxideClassicProc.cpp b/plugins/MacSignedVST/IronOxideClassic/source/IronOxideClassicProc.cpp index 8f7d52f98..54283e06a 100755 --- a/plugins/MacSignedVST/IronOxideClassic/source/IronOxideClassicProc.cpp +++ b/plugins/MacSignedVST/IronOxideClassic/source/IronOxideClassicProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxideClassic - IronOxideClassic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic_H diff --git a/plugins/MacSignedVST/IronOxideClassic2/source/IronOxideClassic2.cpp b/plugins/MacSignedVST/IronOxideClassic2/source/IronOxideClassic2.cpp index 2fcd3e002..87d60905d 100755 --- a/plugins/MacSignedVST/IronOxideClassic2/source/IronOxideClassic2.cpp +++ b/plugins/MacSignedVST/IronOxideClassic2/source/IronOxideClassic2.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxideClassic2 - IronOxideClassic2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic2_H diff --git a/plugins/MacSignedVST/IronOxideClassic2/source/IronOxideClassic2.h b/plugins/MacSignedVST/IronOxideClassic2/source/IronOxideClassic2.h index 816678bb0..cbe247d76 100755 --- a/plugins/MacSignedVST/IronOxideClassic2/source/IronOxideClassic2.h +++ b/plugins/MacSignedVST/IronOxideClassic2/source/IronOxideClassic2.h @@ -1,7 +1,7 @@ /* ======================================== * IronOxideClassic2 - IronOxideClassic2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic2_H diff --git a/plugins/MacSignedVST/IronOxideClassic2/source/IronOxideClassic2Proc.cpp b/plugins/MacSignedVST/IronOxideClassic2/source/IronOxideClassic2Proc.cpp index cbd05ac5f..eafb8575e 100755 --- a/plugins/MacSignedVST/IronOxideClassic2/source/IronOxideClassic2Proc.cpp +++ b/plugins/MacSignedVST/IronOxideClassic2/source/IronOxideClassic2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxideClassic2 - IronOxideClassic2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic2_H diff --git a/plugins/MacSignedVST/Isolator/source/Isolator.cpp b/plugins/MacSignedVST/Isolator/source/Isolator.cpp index 779521dc4..48a48ec08 100755 --- a/plugins/MacSignedVST/Isolator/source/Isolator.cpp +++ b/plugins/MacSignedVST/Isolator/source/Isolator.cpp @@ -1,6 +1,6 @@ /* ======================================== * Isolator - Isolator.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Isolator_H diff --git a/plugins/MacSignedVST/Isolator/source/Isolator.h b/plugins/MacSignedVST/Isolator/source/Isolator.h index 9734c4c75..17d677ee5 100755 --- a/plugins/MacSignedVST/Isolator/source/Isolator.h +++ b/plugins/MacSignedVST/Isolator/source/Isolator.h @@ -1,7 +1,7 @@ /* ======================================== * Isolator - Isolator.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Isolator_H diff --git a/plugins/MacSignedVST/Isolator/source/IsolatorProc.cpp b/plugins/MacSignedVST/Isolator/source/IsolatorProc.cpp index f14a82664..f19b53315 100755 --- a/plugins/MacSignedVST/Isolator/source/IsolatorProc.cpp +++ b/plugins/MacSignedVST/Isolator/source/IsolatorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Isolator - Isolator.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Isolator_H diff --git a/plugins/MacSignedVST/Isolator2/source/Isolator2.cpp b/plugins/MacSignedVST/Isolator2/source/Isolator2.cpp index 76a2913c7..ff5f3d351 100755 --- a/plugins/MacSignedVST/Isolator2/source/Isolator2.cpp +++ b/plugins/MacSignedVST/Isolator2/source/Isolator2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Isolator2 - Isolator2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/Isolator2/source/Isolator2.h b/plugins/MacSignedVST/Isolator2/source/Isolator2.h index d8c66d499..c2ac58811 100755 --- a/plugins/MacSignedVST/Isolator2/source/Isolator2.h +++ b/plugins/MacSignedVST/Isolator2/source/Isolator2.h @@ -1,7 +1,7 @@ /* ======================================== * Isolator2 - Isolator2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/Isolator2/source/Isolator2Proc.cpp b/plugins/MacSignedVST/Isolator2/source/Isolator2Proc.cpp index e28ecc690..425c4a10c 100755 --- a/plugins/MacSignedVST/Isolator2/source/Isolator2Proc.cpp +++ b/plugins/MacSignedVST/Isolator2/source/Isolator2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Isolator2 - Isolator2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/LRFlipTimer/source/LRFlipTimer.cpp b/plugins/MacSignedVST/LRFlipTimer/source/LRFlipTimer.cpp index fe8cf8cdf..0c9ff5ac9 100755 --- a/plugins/MacSignedVST/LRFlipTimer/source/LRFlipTimer.cpp +++ b/plugins/MacSignedVST/LRFlipTimer/source/LRFlipTimer.cpp @@ -1,6 +1,6 @@ /* ======================================== * LRFlipTimer - LRFlipTimer.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRFlipTimer_H diff --git a/plugins/MacSignedVST/LRFlipTimer/source/LRFlipTimer.h b/plugins/MacSignedVST/LRFlipTimer/source/LRFlipTimer.h index 96a179142..c22153f25 100755 --- a/plugins/MacSignedVST/LRFlipTimer/source/LRFlipTimer.h +++ b/plugins/MacSignedVST/LRFlipTimer/source/LRFlipTimer.h @@ -1,7 +1,7 @@ /* ======================================== * LRFlipTimer - LRFlipTimer.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __LRFlipTimer_H diff --git a/plugins/MacSignedVST/LRFlipTimer/source/LRFlipTimerProc.cpp b/plugins/MacSignedVST/LRFlipTimer/source/LRFlipTimerProc.cpp index 75a308972..cd0bf86da 100755 --- a/plugins/MacSignedVST/LRFlipTimer/source/LRFlipTimerProc.cpp +++ b/plugins/MacSignedVST/LRFlipTimer/source/LRFlipTimerProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * LRFlipTimer - LRFlipTimer.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRFlipTimer_H diff --git a/plugins/MacSignedVST/LeadAmp/source/LeadAmp.cpp b/plugins/MacSignedVST/LeadAmp/source/LeadAmp.cpp index 84d80358d..929e5bd61 100755 --- a/plugins/MacSignedVST/LeadAmp/source/LeadAmp.cpp +++ b/plugins/MacSignedVST/LeadAmp/source/LeadAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * LeadAmp - LeadAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/LeadAmp/source/LeadAmp.h b/plugins/MacSignedVST/LeadAmp/source/LeadAmp.h index 4e0bdc648..568da9912 100755 --- a/plugins/MacSignedVST/LeadAmp/source/LeadAmp.h +++ b/plugins/MacSignedVST/LeadAmp/source/LeadAmp.h @@ -1,7 +1,7 @@ /* ======================================== * LeadAmp - LeadAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/LeadAmp/source/LeadAmpProc.cpp b/plugins/MacSignedVST/LeadAmp/source/LeadAmpProc.cpp index d71a082d5..e63cb7e44 100755 --- a/plugins/MacSignedVST/LeadAmp/source/LeadAmpProc.cpp +++ b/plugins/MacSignedVST/LeadAmp/source/LeadAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * LeadAmp - LeadAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/LeftoMono/source/LeftoMono.cpp b/plugins/MacSignedVST/LeftoMono/source/LeftoMono.cpp index 1387bd68b..df623fe3b 100755 --- a/plugins/MacSignedVST/LeftoMono/source/LeftoMono.cpp +++ b/plugins/MacSignedVST/LeftoMono/source/LeftoMono.cpp @@ -1,6 +1,6 @@ /* ======================================== * LeftoMono - LeftoMono.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LeftoMono_H diff --git a/plugins/MacSignedVST/LeftoMono/source/LeftoMono.h b/plugins/MacSignedVST/LeftoMono/source/LeftoMono.h index b2fd6bf12..3eaabae9e 100755 --- a/plugins/MacSignedVST/LeftoMono/source/LeftoMono.h +++ b/plugins/MacSignedVST/LeftoMono/source/LeftoMono.h @@ -1,7 +1,7 @@ /* ======================================== * LeftoMono - LeftoMono.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __LeftoMono_H diff --git a/plugins/MacSignedVST/LeftoMono/source/LeftoMonoProc.cpp b/plugins/MacSignedVST/LeftoMono/source/LeftoMonoProc.cpp index a8f063f19..223064995 100755 --- a/plugins/MacSignedVST/LeftoMono/source/LeftoMonoProc.cpp +++ b/plugins/MacSignedVST/LeftoMono/source/LeftoMonoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * LeftoMono - LeftoMono.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LeftoMono_H diff --git a/plugins/MacSignedVST/LilAmp/source/LilAmp.cpp b/plugins/MacSignedVST/LilAmp/source/LilAmp.cpp index 5310bb40a..2b88de75a 100755 --- a/plugins/MacSignedVST/LilAmp/source/LilAmp.cpp +++ b/plugins/MacSignedVST/LilAmp/source/LilAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * LilAmp - LilAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/LilAmp/source/LilAmp.h b/plugins/MacSignedVST/LilAmp/source/LilAmp.h index f0aea8f92..8a839072e 100755 --- a/plugins/MacSignedVST/LilAmp/source/LilAmp.h +++ b/plugins/MacSignedVST/LilAmp/source/LilAmp.h @@ -1,7 +1,7 @@ /* ======================================== * LilAmp - LilAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/LilAmp/source/LilAmpProc.cpp b/plugins/MacSignedVST/LilAmp/source/LilAmpProc.cpp index 8b94b2c88..e040a75d8 100755 --- a/plugins/MacSignedVST/LilAmp/source/LilAmpProc.cpp +++ b/plugins/MacSignedVST/LilAmp/source/LilAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * LilAmp - LilAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/Logical4/source/Logical4.cpp b/plugins/MacSignedVST/Logical4/source/Logical4.cpp index 72da4ad93..bbe78bff2 100755 --- a/plugins/MacSignedVST/Logical4/source/Logical4.cpp +++ b/plugins/MacSignedVST/Logical4/source/Logical4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Logical4 - Logical4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Logical4_H diff --git a/plugins/MacSignedVST/Logical4/source/Logical4.h b/plugins/MacSignedVST/Logical4/source/Logical4.h index f1389f452..938fd0280 100755 --- a/plugins/MacSignedVST/Logical4/source/Logical4.h +++ b/plugins/MacSignedVST/Logical4/source/Logical4.h @@ -1,7 +1,7 @@ /* ======================================== * Logical4 - Logical4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Logical4_H diff --git a/plugins/MacSignedVST/Logical4/source/Logical4Proc.cpp b/plugins/MacSignedVST/Logical4/source/Logical4Proc.cpp index 9b1f5b55e..938bd589f 100755 --- a/plugins/MacSignedVST/Logical4/source/Logical4Proc.cpp +++ b/plugins/MacSignedVST/Logical4/source/Logical4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Logical4 - Logical4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Logical4_H diff --git a/plugins/MacSignedVST/Loud/source/Loud.cpp b/plugins/MacSignedVST/Loud/source/Loud.cpp index 06a6020af..6180298f0 100755 --- a/plugins/MacSignedVST/Loud/source/Loud.cpp +++ b/plugins/MacSignedVST/Loud/source/Loud.cpp @@ -1,6 +1,6 @@ /* ======================================== * Loud - Loud.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Loud_H diff --git a/plugins/MacSignedVST/Loud/source/Loud.h b/plugins/MacSignedVST/Loud/source/Loud.h index 14e613399..ca083e775 100755 --- a/plugins/MacSignedVST/Loud/source/Loud.h +++ b/plugins/MacSignedVST/Loud/source/Loud.h @@ -1,7 +1,7 @@ /* ======================================== * Loud - Loud.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Loud_H diff --git a/plugins/MacSignedVST/Loud/source/LoudProc.cpp b/plugins/MacSignedVST/Loud/source/LoudProc.cpp index 8637aba0c..ce3a54127 100755 --- a/plugins/MacSignedVST/Loud/source/LoudProc.cpp +++ b/plugins/MacSignedVST/Loud/source/LoudProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Loud - Loud.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Loud_H diff --git a/plugins/MacSignedVST/Lowpass/source/Lowpass.cpp b/plugins/MacSignedVST/Lowpass/source/Lowpass.cpp index 9b6a6f4eb..7df161357 100755 --- a/plugins/MacSignedVST/Lowpass/source/Lowpass.cpp +++ b/plugins/MacSignedVST/Lowpass/source/Lowpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * Lowpass - Lowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass_H diff --git a/plugins/MacSignedVST/Lowpass/source/Lowpass.h b/plugins/MacSignedVST/Lowpass/source/Lowpass.h index f9d4ec8c7..df14e3f59 100755 --- a/plugins/MacSignedVST/Lowpass/source/Lowpass.h +++ b/plugins/MacSignedVST/Lowpass/source/Lowpass.h @@ -1,7 +1,7 @@ /* ======================================== * Lowpass - Lowpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass_H diff --git a/plugins/MacSignedVST/Lowpass/source/LowpassProc.cpp b/plugins/MacSignedVST/Lowpass/source/LowpassProc.cpp index df57f7cd8..de80e7d59 100755 --- a/plugins/MacSignedVST/Lowpass/source/LowpassProc.cpp +++ b/plugins/MacSignedVST/Lowpass/source/LowpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Lowpass - Lowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass_H diff --git a/plugins/MacSignedVST/Lowpass2/source/Lowpass2.cpp b/plugins/MacSignedVST/Lowpass2/source/Lowpass2.cpp index 27f081846..74dc5799b 100755 --- a/plugins/MacSignedVST/Lowpass2/source/Lowpass2.cpp +++ b/plugins/MacSignedVST/Lowpass2/source/Lowpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Lowpass2 - Lowpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass2_H diff --git a/plugins/MacSignedVST/Lowpass2/source/Lowpass2.h b/plugins/MacSignedVST/Lowpass2/source/Lowpass2.h index 6d7cebe29..d73f835a4 100755 --- a/plugins/MacSignedVST/Lowpass2/source/Lowpass2.h +++ b/plugins/MacSignedVST/Lowpass2/source/Lowpass2.h @@ -1,7 +1,7 @@ /* ======================================== * Lowpass2 - Lowpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass2_H diff --git a/plugins/MacSignedVST/Lowpass2/source/Lowpass2Proc.cpp b/plugins/MacSignedVST/Lowpass2/source/Lowpass2Proc.cpp index 8e27a2379..c3704ab5e 100755 --- a/plugins/MacSignedVST/Lowpass2/source/Lowpass2Proc.cpp +++ b/plugins/MacSignedVST/Lowpass2/source/Lowpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Lowpass2 - Lowpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass2_H diff --git a/plugins/MacSignedVST/Luxor/source/Luxor.cpp b/plugins/MacSignedVST/Luxor/source/Luxor.cpp index 673c0cfe9..f0bf323d9 100755 --- a/plugins/MacSignedVST/Luxor/source/Luxor.cpp +++ b/plugins/MacSignedVST/Luxor/source/Luxor.cpp @@ -1,6 +1,6 @@ /* ======================================== * Luxor - Luxor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Luxor_H diff --git a/plugins/MacSignedVST/Luxor/source/Luxor.h b/plugins/MacSignedVST/Luxor/source/Luxor.h index a354f2c3c..f07634680 100755 --- a/plugins/MacSignedVST/Luxor/source/Luxor.h +++ b/plugins/MacSignedVST/Luxor/source/Luxor.h @@ -1,7 +1,7 @@ /* ======================================== * Luxor - Luxor.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Luxor_H diff --git a/plugins/MacSignedVST/Luxor/source/LuxorProc.cpp b/plugins/MacSignedVST/Luxor/source/LuxorProc.cpp index 2ea8a55c1..489b6b91e 100755 --- a/plugins/MacSignedVST/Luxor/source/LuxorProc.cpp +++ b/plugins/MacSignedVST/Luxor/source/LuxorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Luxor - Luxor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Luxor_H diff --git a/plugins/MacSignedVST/MV/source/MV.cpp b/plugins/MacSignedVST/MV/source/MV.cpp index c6d104f9b..63ec51c96 100755 --- a/plugins/MacSignedVST/MV/source/MV.cpp +++ b/plugins/MacSignedVST/MV/source/MV.cpp @@ -1,6 +1,6 @@ /* ======================================== * MV - MV.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MV_H diff --git a/plugins/MacSignedVST/MV/source/MV.h b/plugins/MacSignedVST/MV/source/MV.h index 5a60fa653..b4a6ba594 100755 --- a/plugins/MacSignedVST/MV/source/MV.h +++ b/plugins/MacSignedVST/MV/source/MV.h @@ -1,7 +1,7 @@ /* ======================================== * MV - MV.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MV_H diff --git a/plugins/MacSignedVST/MV/source/MVProc.cpp b/plugins/MacSignedVST/MV/source/MVProc.cpp index bab3b0416..594a405ba 100755 --- a/plugins/MacSignedVST/MV/source/MVProc.cpp +++ b/plugins/MacSignedVST/MV/source/MVProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MV - MV.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MV_H diff --git a/plugins/MacSignedVST/MackEQ/source/MackEQ.cpp b/plugins/MacSignedVST/MackEQ/source/MackEQ.cpp index 72e7bf2c7..62003db42 100755 --- a/plugins/MacSignedVST/MackEQ/source/MackEQ.cpp +++ b/plugins/MacSignedVST/MackEQ/source/MackEQ.cpp @@ -1,6 +1,6 @@ /* ======================================== * MackEQ - MackEQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MackEQ_H diff --git a/plugins/MacSignedVST/MackEQ/source/MackEQ.h b/plugins/MacSignedVST/MackEQ/source/MackEQ.h index d413503b3..7be9e51e9 100755 --- a/plugins/MacSignedVST/MackEQ/source/MackEQ.h +++ b/plugins/MacSignedVST/MackEQ/source/MackEQ.h @@ -1,7 +1,7 @@ /* ======================================== * MackEQ - MackEQ.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MackEQ_H diff --git a/plugins/MacSignedVST/MackEQ/source/MackEQProc.cpp b/plugins/MacSignedVST/MackEQ/source/MackEQProc.cpp index 00466fda1..60aca24d5 100755 --- a/plugins/MacSignedVST/MackEQ/source/MackEQProc.cpp +++ b/plugins/MacSignedVST/MackEQ/source/MackEQProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MackEQ - MackEQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MackEQ_H diff --git a/plugins/MacSignedVST/Mackity/source/Mackity.cpp b/plugins/MacSignedVST/Mackity/source/Mackity.cpp index 3e78cd322..1354eafe5 100755 --- a/plugins/MacSignedVST/Mackity/source/Mackity.cpp +++ b/plugins/MacSignedVST/Mackity/source/Mackity.cpp @@ -1,6 +1,6 @@ /* ======================================== * Mackity - Mackity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mackity_H diff --git a/plugins/MacSignedVST/Mackity/source/Mackity.h b/plugins/MacSignedVST/Mackity/source/Mackity.h index 338df8de9..856be80c4 100755 --- a/plugins/MacSignedVST/Mackity/source/Mackity.h +++ b/plugins/MacSignedVST/Mackity/source/Mackity.h @@ -1,7 +1,7 @@ /* ======================================== * Mackity - Mackity.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Mackity_H diff --git a/plugins/MacSignedVST/Mackity/source/MackityProc.cpp b/plugins/MacSignedVST/Mackity/source/MackityProc.cpp index ff7c1631a..1d148b30a 100755 --- a/plugins/MacSignedVST/Mackity/source/MackityProc.cpp +++ b/plugins/MacSignedVST/Mackity/source/MackityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Mackity - Mackity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mackity_H diff --git a/plugins/MacSignedVST/MatrixVerb/source/MatrixVerb.cpp b/plugins/MacSignedVST/MatrixVerb/source/MatrixVerb.cpp index 4c1391f5b..a3c690b65 100755 --- a/plugins/MacSignedVST/MatrixVerb/source/MatrixVerb.cpp +++ b/plugins/MacSignedVST/MatrixVerb/source/MatrixVerb.cpp @@ -1,6 +1,6 @@ /* ======================================== * MatrixVerb - MatrixVerb.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MatrixVerb_H diff --git a/plugins/MacSignedVST/MatrixVerb/source/MatrixVerb.h b/plugins/MacSignedVST/MatrixVerb/source/MatrixVerb.h index 3f3b8298c..4b4e4fcaf 100755 --- a/plugins/MacSignedVST/MatrixVerb/source/MatrixVerb.h +++ b/plugins/MacSignedVST/MatrixVerb/source/MatrixVerb.h @@ -1,7 +1,7 @@ /* ======================================== * MatrixVerb - MatrixVerb.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MatrixVerb_H diff --git a/plugins/MacSignedVST/MatrixVerb/source/MatrixVerbProc.cpp b/plugins/MacSignedVST/MatrixVerb/source/MatrixVerbProc.cpp index 4099a1853..0ae1307ea 100755 --- a/plugins/MacSignedVST/MatrixVerb/source/MatrixVerbProc.cpp +++ b/plugins/MacSignedVST/MatrixVerb/source/MatrixVerbProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MatrixVerb - MatrixVerb.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MatrixVerb_H diff --git a/plugins/MacSignedVST/Melt/source/Melt.cpp b/plugins/MacSignedVST/Melt/source/Melt.cpp index b2f8301bc..cdccf45d4 100755 --- a/plugins/MacSignedVST/Melt/source/Melt.cpp +++ b/plugins/MacSignedVST/Melt/source/Melt.cpp @@ -1,6 +1,6 @@ /* ======================================== * Melt - Melt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Melt_H diff --git a/plugins/MacSignedVST/Melt/source/Melt.h b/plugins/MacSignedVST/Melt/source/Melt.h index 07cf0075c..59fdcf4f2 100755 --- a/plugins/MacSignedVST/Melt/source/Melt.h +++ b/plugins/MacSignedVST/Melt/source/Melt.h @@ -1,7 +1,7 @@ /* ======================================== * Melt - Melt.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Melt_H diff --git a/plugins/MacSignedVST/Melt/source/MeltProc.cpp b/plugins/MacSignedVST/Melt/source/MeltProc.cpp index c990386b6..039b687d2 100755 --- a/plugins/MacSignedVST/Melt/source/MeltProc.cpp +++ b/plugins/MacSignedVST/Melt/source/MeltProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Melt - Melt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Melt_H diff --git a/plugins/MacSignedVST/MidAmp/source/MidAmp.cpp b/plugins/MacSignedVST/MidAmp/source/MidAmp.cpp index 740a931b3..7436210e6 100755 --- a/plugins/MacSignedVST/MidAmp/source/MidAmp.cpp +++ b/plugins/MacSignedVST/MidAmp/source/MidAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * MidAmp - MidAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/MidAmp/source/MidAmp.h b/plugins/MacSignedVST/MidAmp/source/MidAmp.h index e3e0802eb..91c804780 100755 --- a/plugins/MacSignedVST/MidAmp/source/MidAmp.h +++ b/plugins/MacSignedVST/MidAmp/source/MidAmp.h @@ -1,7 +1,7 @@ /* ======================================== * MidAmp - MidAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/MidAmp/source/MidAmpProc.cpp b/plugins/MacSignedVST/MidAmp/source/MidAmpProc.cpp index 0fbb3b1cd..208d8e460 100755 --- a/plugins/MacSignedVST/MidAmp/source/MidAmpProc.cpp +++ b/plugins/MacSignedVST/MidAmp/source/MidAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MidAmp - MidAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/MidSide/source/MidSide.cpp b/plugins/MacSignedVST/MidSide/source/MidSide.cpp index 4bb31183d..d45a3c449 100755 --- a/plugins/MacSignedVST/MidSide/source/MidSide.cpp +++ b/plugins/MacSignedVST/MidSide/source/MidSide.cpp @@ -1,6 +1,6 @@ /* ======================================== * MidSide - MidSide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MidSide_H diff --git a/plugins/MacSignedVST/MidSide/source/MidSide.h b/plugins/MacSignedVST/MidSide/source/MidSide.h index 086fbea98..595e493ca 100755 --- a/plugins/MacSignedVST/MidSide/source/MidSide.h +++ b/plugins/MacSignedVST/MidSide/source/MidSide.h @@ -1,7 +1,7 @@ /* ======================================== * MidSide - MidSide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MidSide_H diff --git a/plugins/MacSignedVST/MidSide/source/MidSideProc.cpp b/plugins/MacSignedVST/MidSide/source/MidSideProc.cpp index cb5f2ffa6..2e1268455 100755 --- a/plugins/MacSignedVST/MidSide/source/MidSideProc.cpp +++ b/plugins/MacSignedVST/MidSide/source/MidSideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MidSide - MidSide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MidSide_H diff --git a/plugins/MacSignedVST/MoNoam/source/MoNoam.cpp b/plugins/MacSignedVST/MoNoam/source/MoNoam.cpp index 56a243e5d..183a3d57d 100755 --- a/plugins/MacSignedVST/MoNoam/source/MoNoam.cpp +++ b/plugins/MacSignedVST/MoNoam/source/MoNoam.cpp @@ -1,6 +1,6 @@ /* ======================================== * MoNoam - MoNoam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MoNoam_H diff --git a/plugins/MacSignedVST/MoNoam/source/MoNoam.h b/plugins/MacSignedVST/MoNoam/source/MoNoam.h index e4aff140f..4558b9a52 100755 --- a/plugins/MacSignedVST/MoNoam/source/MoNoam.h +++ b/plugins/MacSignedVST/MoNoam/source/MoNoam.h @@ -1,7 +1,7 @@ /* ======================================== * MoNoam - MoNoam.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MoNoam_H diff --git a/plugins/MacSignedVST/MoNoam/source/MoNoamProc.cpp b/plugins/MacSignedVST/MoNoam/source/MoNoamProc.cpp index 741bb58e5..306c49831 100755 --- a/plugins/MacSignedVST/MoNoam/source/MoNoamProc.cpp +++ b/plugins/MacSignedVST/MoNoam/source/MoNoamProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MoNoam - MoNoam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MoNoam_H diff --git a/plugins/MacSignedVST/Mojo/source/Mojo.cpp b/plugins/MacSignedVST/Mojo/source/Mojo.cpp index 65c270402..b42e7f51b 100755 --- a/plugins/MacSignedVST/Mojo/source/Mojo.cpp +++ b/plugins/MacSignedVST/Mojo/source/Mojo.cpp @@ -1,6 +1,6 @@ /* ======================================== * Mojo - Mojo.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mojo_H diff --git a/plugins/MacSignedVST/Mojo/source/Mojo.h b/plugins/MacSignedVST/Mojo/source/Mojo.h index 4e759375b..f5f0c92ab 100755 --- a/plugins/MacSignedVST/Mojo/source/Mojo.h +++ b/plugins/MacSignedVST/Mojo/source/Mojo.h @@ -1,7 +1,7 @@ /* ======================================== * Mojo - Mojo.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Mojo_H diff --git a/plugins/MacSignedVST/Mojo/source/MojoProc.cpp b/plugins/MacSignedVST/Mojo/source/MojoProc.cpp index 80774cabf..8c8a099af 100755 --- a/plugins/MacSignedVST/Mojo/source/MojoProc.cpp +++ b/plugins/MacSignedVST/Mojo/source/MojoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Mojo - Mojo.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mojo_H diff --git a/plugins/MacSignedVST/Monitoring/source/Monitoring.cpp b/plugins/MacSignedVST/Monitoring/source/Monitoring.cpp index 5acf52beb..054338e59 100755 --- a/plugins/MacSignedVST/Monitoring/source/Monitoring.cpp +++ b/plugins/MacSignedVST/Monitoring/source/Monitoring.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring - Monitoring.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring_H diff --git a/plugins/MacSignedVST/Monitoring/source/Monitoring.h b/plugins/MacSignedVST/Monitoring/source/Monitoring.h index 12452111a..5baa2ba08 100755 --- a/plugins/MacSignedVST/Monitoring/source/Monitoring.h +++ b/plugins/MacSignedVST/Monitoring/source/Monitoring.h @@ -1,7 +1,7 @@ /* ======================================== * Monitoring - Monitoring.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring_H diff --git a/plugins/MacSignedVST/Monitoring/source/MonitoringProc.cpp b/plugins/MacSignedVST/Monitoring/source/MonitoringProc.cpp index 5afe8feeb..a7c91bc45 100755 --- a/plugins/MacSignedVST/Monitoring/source/MonitoringProc.cpp +++ b/plugins/MacSignedVST/Monitoring/source/MonitoringProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring - Monitoring.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring_H diff --git a/plugins/MacSignedVST/Monitoring2/source/Monitoring2.cpp b/plugins/MacSignedVST/Monitoring2/source/Monitoring2.cpp index 1a1bd4d8f..2c05238bf 100755 --- a/plugins/MacSignedVST/Monitoring2/source/Monitoring2.cpp +++ b/plugins/MacSignedVST/Monitoring2/source/Monitoring2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring2 - Monitoring2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring2_H diff --git a/plugins/MacSignedVST/Monitoring2/source/Monitoring2.h b/plugins/MacSignedVST/Monitoring2/source/Monitoring2.h index a1d6c5e4b..ec02edab1 100755 --- a/plugins/MacSignedVST/Monitoring2/source/Monitoring2.h +++ b/plugins/MacSignedVST/Monitoring2/source/Monitoring2.h @@ -1,7 +1,7 @@ /* ======================================== * Monitoring2 - Monitoring2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring2_H diff --git a/plugins/MacSignedVST/Monitoring2/source/Monitoring2Proc.cpp b/plugins/MacSignedVST/Monitoring2/source/Monitoring2Proc.cpp index 82325d164..68400f89b 100755 --- a/plugins/MacSignedVST/Monitoring2/source/Monitoring2Proc.cpp +++ b/plugins/MacSignedVST/Monitoring2/source/Monitoring2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring2 - Monitoring2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring2_H diff --git a/plugins/MacSignedVST/Monitoring3/Monitoring3.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Monitoring3/Monitoring3.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 8084c8321..1bda5d636 100755 Binary files a/plugins/MacSignedVST/Monitoring3/Monitoring3.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/Monitoring3/Monitoring3.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Monitoring3/Monitoring3.xcodeproj/xcshareddata/xcschemes/Monitoring3.xcscheme b/plugins/MacSignedVST/Monitoring3/Monitoring3.xcodeproj/xcshareddata/xcschemes/Monitoring3.xcscheme index cd258a713..e8dc78b58 100644 --- a/plugins/MacSignedVST/Monitoring3/Monitoring3.xcodeproj/xcshareddata/xcschemes/Monitoring3.xcscheme +++ b/plugins/MacSignedVST/Monitoring3/Monitoring3.xcodeproj/xcshareddata/xcschemes/Monitoring3.xcscheme @@ -15,7 +15,7 @@ @@ -51,7 +51,7 @@ diff --git a/plugins/MacSignedVST/Monitoring3/source/Monitoring3.cpp b/plugins/MacSignedVST/Monitoring3/source/Monitoring3.cpp index d51ce197a..2e938e7c6 100755 --- a/plugins/MacSignedVST/Monitoring3/source/Monitoring3.cpp +++ b/plugins/MacSignedVST/Monitoring3/source/Monitoring3.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring3 - Monitoring3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring3_H @@ -18,14 +18,7 @@ Monitoring3::Monitoring3(audioMasterCallback audioMaster) : for(int count = 0; count < 99; count++) { darkSampleL[count] = 0; darkSampleR[count] = 0; - } - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - depth = (int)(17.0*overallscale); - if (depth < 3) depth = 3; - if (depth > 98) depth = 98; //Dark - + } for(int count = 0; count < 1502; count++) { aL[count] = 0.0; bL[count] = 0.0; cL[count] = 0.0; dL[count] = 0.0; aR[count] = 0.0; bR[count] = 0.0; cR[count] = 0.0; dR[count] = 0.0; diff --git a/plugins/MacSignedVST/Monitoring3/source/Monitoring3.h b/plugins/MacSignedVST/Monitoring3/source/Monitoring3.h index 0ead2df74..b2790b745 100755 --- a/plugins/MacSignedVST/Monitoring3/source/Monitoring3.h +++ b/plugins/MacSignedVST/Monitoring3/source/Monitoring3.h @@ -1,7 +1,7 @@ /* ======================================== * Monitoring3 - Monitoring3.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring3_H diff --git a/plugins/MacSignedVST/Monitoring3/source/Monitoring3Proc.cpp b/plugins/MacSignedVST/Monitoring3/source/Monitoring3Proc.cpp index d32a71c9e..59d01d3f4 100755 --- a/plugins/MacSignedVST/Monitoring3/source/Monitoring3Proc.cpp +++ b/plugins/MacSignedVST/Monitoring3/source/Monitoring3Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring3 - Monitoring3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring3_H @@ -14,13 +14,12 @@ void Monitoring3::processReplacing(float **inputs, float **outputs, VstInt32 sam float* out1 = outputs[0]; float* out2 = outputs[1]; - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - - int depth = (int)(17.0*overallscale); + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + depth = (int)(17.0*overallscale); if (depth < 3) depth = 3; - if (depth > 98) depth = 98; //for Dark + if (depth > 98) depth = 98; //Dark int processing = (VstInt32)( A * 16.999 ); int am = (int)149.0 * overallscale; @@ -532,13 +531,12 @@ void Monitoring3::processDoubleReplacing(double **inputs, double **outputs, VstI double* out1 = outputs[0]; double* out2 = outputs[1]; - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - - int depth = (int)(17.0*overallscale); - if (depth < 3) depth = 3; - if (depth > 98) depth = 98; //for Dark + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + depth = (int)(17.0*overallscale); + if (depth < 3) depth = 3; + if (depth > 98) depth = 98; //Dark int processing = (VstInt32)( A * 16.999 ); int am = (int)149.0 * overallscale; diff --git a/plugins/MacSignedVST/MultiBandDistortion/source/MultiBandDistortion.cpp b/plugins/MacSignedVST/MultiBandDistortion/source/MultiBandDistortion.cpp index bfe36b820..6d1c899ed 100755 --- a/plugins/MacSignedVST/MultiBandDistortion/source/MultiBandDistortion.cpp +++ b/plugins/MacSignedVST/MultiBandDistortion/source/MultiBandDistortion.cpp @@ -1,6 +1,6 @@ /* ======================================== * MultiBandDistortion - MultiBandDistortion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MultiBandDistortion_H diff --git a/plugins/MacSignedVST/MultiBandDistortion/source/MultiBandDistortion.h b/plugins/MacSignedVST/MultiBandDistortion/source/MultiBandDistortion.h index 8af37cafd..cd380bd0d 100755 --- a/plugins/MacSignedVST/MultiBandDistortion/source/MultiBandDistortion.h +++ b/plugins/MacSignedVST/MultiBandDistortion/source/MultiBandDistortion.h @@ -1,7 +1,7 @@ /* ======================================== * MultiBandDistortion - MultiBandDistortion.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MultiBandDistortion_H diff --git a/plugins/MacSignedVST/MultiBandDistortion/source/MultiBandDistortionProc.cpp b/plugins/MacSignedVST/MultiBandDistortion/source/MultiBandDistortionProc.cpp index 0336c96dc..74b5e4857 100755 --- a/plugins/MacSignedVST/MultiBandDistortion/source/MultiBandDistortionProc.cpp +++ b/plugins/MacSignedVST/MultiBandDistortion/source/MultiBandDistortionProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MultiBandDistortion - MultiBandDistortion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MultiBandDistortion_H diff --git a/plugins/MacSignedVST/NCSeventeen/source/NCSeventeen.cpp b/plugins/MacSignedVST/NCSeventeen/source/NCSeventeen.cpp index a0a9a061d..7543e62af 100755 --- a/plugins/MacSignedVST/NCSeventeen/source/NCSeventeen.cpp +++ b/plugins/MacSignedVST/NCSeventeen/source/NCSeventeen.cpp @@ -1,6 +1,6 @@ /* ======================================== * NCSeventeen - NCSeventeen.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NCSeventeen_H diff --git a/plugins/MacSignedVST/NCSeventeen/source/NCSeventeen.h b/plugins/MacSignedVST/NCSeventeen/source/NCSeventeen.h index 100f02bdb..f9445926d 100755 --- a/plugins/MacSignedVST/NCSeventeen/source/NCSeventeen.h +++ b/plugins/MacSignedVST/NCSeventeen/source/NCSeventeen.h @@ -1,7 +1,7 @@ /* ======================================== * NCSeventeen - NCSeventeen.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NCSeventeen_H diff --git a/plugins/MacSignedVST/NCSeventeen/source/NCSeventeenProc.cpp b/plugins/MacSignedVST/NCSeventeen/source/NCSeventeenProc.cpp index aebc1ba49..f878d796b 100755 --- a/plugins/MacSignedVST/NCSeventeen/source/NCSeventeenProc.cpp +++ b/plugins/MacSignedVST/NCSeventeen/source/NCSeventeenProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NCSeventeen - NCSeventeen.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NCSeventeen_H diff --git a/plugins/MacSignedVST/NaturalizeDither/source/NaturalizeDither.cpp b/plugins/MacSignedVST/NaturalizeDither/source/NaturalizeDither.cpp index 700c2f472..8cba80529 100755 --- a/plugins/MacSignedVST/NaturalizeDither/source/NaturalizeDither.cpp +++ b/plugins/MacSignedVST/NaturalizeDither/source/NaturalizeDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * NaturalizeDither - NaturalizeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NaturalizeDither_H diff --git a/plugins/MacSignedVST/NaturalizeDither/source/NaturalizeDither.h b/plugins/MacSignedVST/NaturalizeDither/source/NaturalizeDither.h index 6692763d8..c96a9072b 100755 --- a/plugins/MacSignedVST/NaturalizeDither/source/NaturalizeDither.h +++ b/plugins/MacSignedVST/NaturalizeDither/source/NaturalizeDither.h @@ -1,7 +1,7 @@ /* ======================================== * NaturalizeDither - NaturalizeDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NaturalizeDither_H diff --git a/plugins/MacSignedVST/NaturalizeDither/source/NaturalizeDitherProc.cpp b/plugins/MacSignedVST/NaturalizeDither/source/NaturalizeDitherProc.cpp index 04f45e9b1..7cd30d6d8 100755 --- a/plugins/MacSignedVST/NaturalizeDither/source/NaturalizeDitherProc.cpp +++ b/plugins/MacSignedVST/NaturalizeDither/source/NaturalizeDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NaturalizeDither - NaturalizeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NaturalizeDither_H diff --git a/plugins/MacSignedVST/Neverland/source/Neverland.cpp b/plugins/MacSignedVST/Neverland/source/Neverland.cpp index 2af42daa3..290f6bf66 100755 --- a/plugins/MacSignedVST/Neverland/source/Neverland.cpp +++ b/plugins/MacSignedVST/Neverland/source/Neverland.cpp @@ -1,6 +1,6 @@ /* ======================================== * Neverland - Neverland.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Neverland_H diff --git a/plugins/MacSignedVST/Neverland/source/Neverland.h b/plugins/MacSignedVST/Neverland/source/Neverland.h index 03c03f45b..a81af8eb5 100755 --- a/plugins/MacSignedVST/Neverland/source/Neverland.h +++ b/plugins/MacSignedVST/Neverland/source/Neverland.h @@ -1,7 +1,7 @@ /* ======================================== * Neverland - Neverland.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Neverland_H diff --git a/plugins/MacSignedVST/Neverland/source/NeverlandProc.cpp b/plugins/MacSignedVST/Neverland/source/NeverlandProc.cpp index f2224b6ea..5fc40579e 100755 --- a/plugins/MacSignedVST/Neverland/source/NeverlandProc.cpp +++ b/plugins/MacSignedVST/Neverland/source/NeverlandProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Neverland - Neverland.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Neverland_H diff --git a/plugins/MacSignedVST/Nikola/source/Nikola.cpp b/plugins/MacSignedVST/Nikola/source/Nikola.cpp index db76154df..e91735dca 100755 --- a/plugins/MacSignedVST/Nikola/source/Nikola.cpp +++ b/plugins/MacSignedVST/Nikola/source/Nikola.cpp @@ -1,6 +1,6 @@ /* ======================================== * Nikola - Nikola.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Nikola_H diff --git a/plugins/MacSignedVST/Nikola/source/Nikola.h b/plugins/MacSignedVST/Nikola/source/Nikola.h index 7170189ac..4971b82f1 100755 --- a/plugins/MacSignedVST/Nikola/source/Nikola.h +++ b/plugins/MacSignedVST/Nikola/source/Nikola.h @@ -1,7 +1,7 @@ /* ======================================== * Nikola - Nikola.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Nikola_H diff --git a/plugins/MacSignedVST/Nikola/source/NikolaProc.cpp b/plugins/MacSignedVST/Nikola/source/NikolaProc.cpp index e4104ac91..159653e68 100755 --- a/plugins/MacSignedVST/Nikola/source/NikolaProc.cpp +++ b/plugins/MacSignedVST/Nikola/source/NikolaProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Nikola - Nikola.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Nikola_H diff --git a/plugins/MacSignedVST/NodeDither/source/NodeDither.cpp b/plugins/MacSignedVST/NodeDither/source/NodeDither.cpp index 663b6081c..4f190477d 100755 --- a/plugins/MacSignedVST/NodeDither/source/NodeDither.cpp +++ b/plugins/MacSignedVST/NodeDither/source/NodeDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * NodeDither - NodeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NodeDither_H diff --git a/plugins/MacSignedVST/NodeDither/source/NodeDither.h b/plugins/MacSignedVST/NodeDither/source/NodeDither.h index bfd641309..e24f9283a 100755 --- a/plugins/MacSignedVST/NodeDither/source/NodeDither.h +++ b/plugins/MacSignedVST/NodeDither/source/NodeDither.h @@ -1,7 +1,7 @@ /* ======================================== * NodeDither - NodeDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NodeDither_H diff --git a/plugins/MacSignedVST/NodeDither/source/NodeDitherProc.cpp b/plugins/MacSignedVST/NodeDither/source/NodeDitherProc.cpp index 3dc70a685..e4eb688f1 100755 --- a/plugins/MacSignedVST/NodeDither/source/NodeDitherProc.cpp +++ b/plugins/MacSignedVST/NodeDither/source/NodeDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NodeDither - NodeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NodeDither_H diff --git a/plugins/MacSignedVST/Noise/source/Noise.cpp b/plugins/MacSignedVST/Noise/source/Noise.cpp index ebb384dbe..5ab082f8f 100755 --- a/plugins/MacSignedVST/Noise/source/Noise.cpp +++ b/plugins/MacSignedVST/Noise/source/Noise.cpp @@ -1,6 +1,6 @@ /* ======================================== * Noise - Noise.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Noise_H diff --git a/plugins/MacSignedVST/Noise/source/Noise.h b/plugins/MacSignedVST/Noise/source/Noise.h index d14ef6305..8446dc287 100755 --- a/plugins/MacSignedVST/Noise/source/Noise.h +++ b/plugins/MacSignedVST/Noise/source/Noise.h @@ -1,7 +1,7 @@ /* ======================================== * Noise - Noise.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Noise_H diff --git a/plugins/MacSignedVST/Noise/source/NoiseProc.cpp b/plugins/MacSignedVST/Noise/source/NoiseProc.cpp index 0dbe5c6d2..48d33cb27 100755 --- a/plugins/MacSignedVST/Noise/source/NoiseProc.cpp +++ b/plugins/MacSignedVST/Noise/source/NoiseProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Noise - Noise.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Noise_H diff --git a/plugins/MacSignedVST/NonlinearSpace/source/NonlinearSpace.cpp b/plugins/MacSignedVST/NonlinearSpace/source/NonlinearSpace.cpp index 48eac47c8..568509b45 100755 --- a/plugins/MacSignedVST/NonlinearSpace/source/NonlinearSpace.cpp +++ b/plugins/MacSignedVST/NonlinearSpace/source/NonlinearSpace.cpp @@ -1,6 +1,6 @@ /* ======================================== * NonlinearSpace - NonlinearSpace.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NonlinearSpace_H diff --git a/plugins/MacSignedVST/NonlinearSpace/source/NonlinearSpace.h b/plugins/MacSignedVST/NonlinearSpace/source/NonlinearSpace.h index b75c7a51d..9fdb45f0b 100755 --- a/plugins/MacSignedVST/NonlinearSpace/source/NonlinearSpace.h +++ b/plugins/MacSignedVST/NonlinearSpace/source/NonlinearSpace.h @@ -1,7 +1,7 @@ /* ======================================== * NonlinearSpace - NonlinearSpace.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NonlinearSpace_H diff --git a/plugins/MacSignedVST/NonlinearSpace/source/NonlinearSpaceProc.cpp b/plugins/MacSignedVST/NonlinearSpace/source/NonlinearSpaceProc.cpp index c7efecbc4..1849dbad9 100755 --- a/plugins/MacSignedVST/NonlinearSpace/source/NonlinearSpaceProc.cpp +++ b/plugins/MacSignedVST/NonlinearSpace/source/NonlinearSpaceProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NonlinearSpace - NonlinearSpace.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NonlinearSpace_H diff --git a/plugins/MacSignedVST/NotJustAnotherCD/source/NotJustAnotherCD.cpp b/plugins/MacSignedVST/NotJustAnotherCD/source/NotJustAnotherCD.cpp index 497c1e881..81395167a 100755 --- a/plugins/MacSignedVST/NotJustAnotherCD/source/NotJustAnotherCD.cpp +++ b/plugins/MacSignedVST/NotJustAnotherCD/source/NotJustAnotherCD.cpp @@ -1,6 +1,6 @@ /* ======================================== * NotJustAnotherCD - NotJustAnotherCD.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherCD_H diff --git a/plugins/MacSignedVST/NotJustAnotherCD/source/NotJustAnotherCD.h b/plugins/MacSignedVST/NotJustAnotherCD/source/NotJustAnotherCD.h index 81fe49f8d..5f3a04925 100755 --- a/plugins/MacSignedVST/NotJustAnotherCD/source/NotJustAnotherCD.h +++ b/plugins/MacSignedVST/NotJustAnotherCD/source/NotJustAnotherCD.h @@ -1,7 +1,7 @@ /* ======================================== * NotJustAnotherCD - NotJustAnotherCD.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherCD_H diff --git a/plugins/MacSignedVST/NotJustAnotherCD/source/NotJustAnotherCDProc.cpp b/plugins/MacSignedVST/NotJustAnotherCD/source/NotJustAnotherCDProc.cpp index f129dda8f..674b03325 100755 --- a/plugins/MacSignedVST/NotJustAnotherCD/source/NotJustAnotherCDProc.cpp +++ b/plugins/MacSignedVST/NotJustAnotherCD/source/NotJustAnotherCDProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NotJustAnotherCD - NotJustAnotherCD.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherCD_H diff --git a/plugins/MacSignedVST/NotJustAnotherDither/source/NotJustAnotherDither.cpp b/plugins/MacSignedVST/NotJustAnotherDither/source/NotJustAnotherDither.cpp index 6213b6228..f6f6cb851 100755 --- a/plugins/MacSignedVST/NotJustAnotherDither/source/NotJustAnotherDither.cpp +++ b/plugins/MacSignedVST/NotJustAnotherDither/source/NotJustAnotherDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * NotJustAnotherDither - NotJustAnotherDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherDither_H diff --git a/plugins/MacSignedVST/NotJustAnotherDither/source/NotJustAnotherDither.h b/plugins/MacSignedVST/NotJustAnotherDither/source/NotJustAnotherDither.h index e0a1402a8..c6607e471 100755 --- a/plugins/MacSignedVST/NotJustAnotherDither/source/NotJustAnotherDither.h +++ b/plugins/MacSignedVST/NotJustAnotherDither/source/NotJustAnotherDither.h @@ -1,7 +1,7 @@ /* ======================================== * NotJustAnotherDither - NotJustAnotherDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherDither_H diff --git a/plugins/MacSignedVST/NotJustAnotherDither/source/NotJustAnotherDitherProc.cpp b/plugins/MacSignedVST/NotJustAnotherDither/source/NotJustAnotherDitherProc.cpp index f9721a726..dc7119fa4 100755 --- a/plugins/MacSignedVST/NotJustAnotherDither/source/NotJustAnotherDitherProc.cpp +++ b/plugins/MacSignedVST/NotJustAnotherDither/source/NotJustAnotherDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NotJustAnotherDither - NotJustAnotherDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherDither_H diff --git a/plugins/MacSignedVST/OneCornerClip/source/OneCornerClip.cpp b/plugins/MacSignedVST/OneCornerClip/source/OneCornerClip.cpp index ea15e1fe2..09728707e 100755 --- a/plugins/MacSignedVST/OneCornerClip/source/OneCornerClip.cpp +++ b/plugins/MacSignedVST/OneCornerClip/source/OneCornerClip.cpp @@ -1,6 +1,6 @@ /* ======================================== * OneCornerClip - OneCornerClip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __OneCornerClip_H diff --git a/plugins/MacSignedVST/OneCornerClip/source/OneCornerClip.h b/plugins/MacSignedVST/OneCornerClip/source/OneCornerClip.h index a69f185b2..06cef0aba 100755 --- a/plugins/MacSignedVST/OneCornerClip/source/OneCornerClip.h +++ b/plugins/MacSignedVST/OneCornerClip/source/OneCornerClip.h @@ -1,7 +1,7 @@ /* ======================================== * OneCornerClip - OneCornerClip.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __OneCornerClip_H diff --git a/plugins/MacSignedVST/OneCornerClip/source/OneCornerClipProc.cpp b/plugins/MacSignedVST/OneCornerClip/source/OneCornerClipProc.cpp index 7526cecc3..8074e7b3d 100755 --- a/plugins/MacSignedVST/OneCornerClip/source/OneCornerClipProc.cpp +++ b/plugins/MacSignedVST/OneCornerClip/source/OneCornerClipProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * OneCornerClip - OneCornerClip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __OneCornerClip_H diff --git a/plugins/MacSignedVST/PDBuss/source/PDBuss.cpp b/plugins/MacSignedVST/PDBuss/source/PDBuss.cpp index 60bdec0bd..00985c59e 100755 --- a/plugins/MacSignedVST/PDBuss/source/PDBuss.cpp +++ b/plugins/MacSignedVST/PDBuss/source/PDBuss.cpp @@ -1,6 +1,6 @@ /* ======================================== * PDBuss - PDBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDBuss_H diff --git a/plugins/MacSignedVST/PDBuss/source/PDBuss.h b/plugins/MacSignedVST/PDBuss/source/PDBuss.h index 0b962dcfb..6beba1e8b 100755 --- a/plugins/MacSignedVST/PDBuss/source/PDBuss.h +++ b/plugins/MacSignedVST/PDBuss/source/PDBuss.h @@ -1,7 +1,7 @@ /* ======================================== * PDBuss - PDBuss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PDBuss_H diff --git a/plugins/MacSignedVST/PDBuss/source/PDBussProc.cpp b/plugins/MacSignedVST/PDBuss/source/PDBussProc.cpp index 00b05af39..f9e5abe03 100755 --- a/plugins/MacSignedVST/PDBuss/source/PDBussProc.cpp +++ b/plugins/MacSignedVST/PDBuss/source/PDBussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PDBuss - PDBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDBuss_H diff --git a/plugins/MacSignedVST/PDChannel/source/PDChannel.cpp b/plugins/MacSignedVST/PDChannel/source/PDChannel.cpp index 6cf15db30..0d1999652 100755 --- a/plugins/MacSignedVST/PDChannel/source/PDChannel.cpp +++ b/plugins/MacSignedVST/PDChannel/source/PDChannel.cpp @@ -1,6 +1,6 @@ /* ======================================== * PDChannel - PDChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDChannel_H diff --git a/plugins/MacSignedVST/PDChannel/source/PDChannel.h b/plugins/MacSignedVST/PDChannel/source/PDChannel.h index cd7c14fb7..963c86c08 100755 --- a/plugins/MacSignedVST/PDChannel/source/PDChannel.h +++ b/plugins/MacSignedVST/PDChannel/source/PDChannel.h @@ -1,7 +1,7 @@ /* ======================================== * PDChannel - PDChannel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PDChannel_H diff --git a/plugins/MacSignedVST/PDChannel/source/PDChannelProc.cpp b/plugins/MacSignedVST/PDChannel/source/PDChannelProc.cpp index 2277acc7d..afcbe0142 100755 --- a/plugins/MacSignedVST/PDChannel/source/PDChannelProc.cpp +++ b/plugins/MacSignedVST/PDChannel/source/PDChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PDChannel - PDChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDChannel_H diff --git a/plugins/MacSignedVST/Pafnuty/source/Pafnuty.cpp b/plugins/MacSignedVST/Pafnuty/source/Pafnuty.cpp index 14eb30129..1ae4e92fa 100755 --- a/plugins/MacSignedVST/Pafnuty/source/Pafnuty.cpp +++ b/plugins/MacSignedVST/Pafnuty/source/Pafnuty.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pafnuty - Pafnuty.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pafnuty_H diff --git a/plugins/MacSignedVST/Pafnuty/source/Pafnuty.h b/plugins/MacSignedVST/Pafnuty/source/Pafnuty.h index 80eba3e36..99408bd70 100755 --- a/plugins/MacSignedVST/Pafnuty/source/Pafnuty.h +++ b/plugins/MacSignedVST/Pafnuty/source/Pafnuty.h @@ -1,7 +1,7 @@ /* ======================================== * Pafnuty - Pafnuty.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pafnuty_H diff --git a/plugins/MacSignedVST/Pafnuty/source/PafnutyProc.cpp b/plugins/MacSignedVST/Pafnuty/source/PafnutyProc.cpp index 38e2b05a3..03aa084a0 100755 --- a/plugins/MacSignedVST/Pafnuty/source/PafnutyProc.cpp +++ b/plugins/MacSignedVST/Pafnuty/source/PafnutyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pafnuty - Pafnuty.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pafnuty_H diff --git a/plugins/MacSignedVST/PaulDither/source/PaulDither.cpp b/plugins/MacSignedVST/PaulDither/source/PaulDither.cpp index dc7aaeb6d..d296eec70 100755 --- a/plugins/MacSignedVST/PaulDither/source/PaulDither.cpp +++ b/plugins/MacSignedVST/PaulDither/source/PaulDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * PaulDither - PaulDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulDither_H diff --git a/plugins/MacSignedVST/PaulDither/source/PaulDither.h b/plugins/MacSignedVST/PaulDither/source/PaulDither.h index 62f360514..418b82077 100755 --- a/plugins/MacSignedVST/PaulDither/source/PaulDither.h +++ b/plugins/MacSignedVST/PaulDither/source/PaulDither.h @@ -1,7 +1,7 @@ /* ======================================== * PaulDither - PaulDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulDither_H diff --git a/plugins/MacSignedVST/PaulDither/source/PaulDitherProc.cpp b/plugins/MacSignedVST/PaulDither/source/PaulDitherProc.cpp index 366455123..31e7cb796 100755 --- a/plugins/MacSignedVST/PaulDither/source/PaulDitherProc.cpp +++ b/plugins/MacSignedVST/PaulDither/source/PaulDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PaulDither - PaulDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulDither_H diff --git a/plugins/MacSignedVST/PaulWide/source/PaulWide.cpp b/plugins/MacSignedVST/PaulWide/source/PaulWide.cpp index 2e9a35b63..d09a1b029 100755 --- a/plugins/MacSignedVST/PaulWide/source/PaulWide.cpp +++ b/plugins/MacSignedVST/PaulWide/source/PaulWide.cpp @@ -1,6 +1,6 @@ /* ======================================== * PaulWide - PaulWide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulWide_H diff --git a/plugins/MacSignedVST/PaulWide/source/PaulWide.h b/plugins/MacSignedVST/PaulWide/source/PaulWide.h index 691750511..2027a1ec7 100755 --- a/plugins/MacSignedVST/PaulWide/source/PaulWide.h +++ b/plugins/MacSignedVST/PaulWide/source/PaulWide.h @@ -1,7 +1,7 @@ /* ======================================== * PaulWide - PaulWide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulWide_H diff --git a/plugins/MacSignedVST/PaulWide/source/PaulWideProc.cpp b/plugins/MacSignedVST/PaulWide/source/PaulWideProc.cpp index 0f165a3c5..f5744dbe5 100755 --- a/plugins/MacSignedVST/PaulWide/source/PaulWideProc.cpp +++ b/plugins/MacSignedVST/PaulWide/source/PaulWideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PaulWide - PaulWide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulWide_H diff --git a/plugins/MacSignedVST/PeaksOnly/source/PeaksOnly.cpp b/plugins/MacSignedVST/PeaksOnly/source/PeaksOnly.cpp index bca880912..08f19c4c8 100755 --- a/plugins/MacSignedVST/PeaksOnly/source/PeaksOnly.cpp +++ b/plugins/MacSignedVST/PeaksOnly/source/PeaksOnly.cpp @@ -1,6 +1,6 @@ /* ======================================== * PeaksOnly - PeaksOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PeaksOnly_H diff --git a/plugins/MacSignedVST/PeaksOnly/source/PeaksOnly.h b/plugins/MacSignedVST/PeaksOnly/source/PeaksOnly.h index f17716230..c72db7566 100755 --- a/plugins/MacSignedVST/PeaksOnly/source/PeaksOnly.h +++ b/plugins/MacSignedVST/PeaksOnly/source/PeaksOnly.h @@ -1,7 +1,7 @@ /* ======================================== * PeaksOnly - PeaksOnly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PeaksOnly_H diff --git a/plugins/MacSignedVST/PeaksOnly/source/PeaksOnlyProc.cpp b/plugins/MacSignedVST/PeaksOnly/source/PeaksOnlyProc.cpp index 087c0be80..eb7ad13aa 100755 --- a/plugins/MacSignedVST/PeaksOnly/source/PeaksOnlyProc.cpp +++ b/plugins/MacSignedVST/PeaksOnly/source/PeaksOnlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PeaksOnly - PeaksOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PeaksOnly_H diff --git a/plugins/MacSignedVST/PhaseNudge/source/PhaseNudge.cpp b/plugins/MacSignedVST/PhaseNudge/source/PhaseNudge.cpp index 7c200bd4d..19e45a0ee 100755 --- a/plugins/MacSignedVST/PhaseNudge/source/PhaseNudge.cpp +++ b/plugins/MacSignedVST/PhaseNudge/source/PhaseNudge.cpp @@ -1,6 +1,6 @@ /* ======================================== * PhaseNudge - PhaseNudge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PhaseNudge_H diff --git a/plugins/MacSignedVST/PhaseNudge/source/PhaseNudge.h b/plugins/MacSignedVST/PhaseNudge/source/PhaseNudge.h index a2f0dedbc..8d751c5a3 100755 --- a/plugins/MacSignedVST/PhaseNudge/source/PhaseNudge.h +++ b/plugins/MacSignedVST/PhaseNudge/source/PhaseNudge.h @@ -1,7 +1,7 @@ /* ======================================== * PhaseNudge - PhaseNudge.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PhaseNudge_H diff --git a/plugins/MacSignedVST/PhaseNudge/source/PhaseNudgeProc.cpp b/plugins/MacSignedVST/PhaseNudge/source/PhaseNudgeProc.cpp index 73e9b1254..c4cb0d0d8 100755 --- a/plugins/MacSignedVST/PhaseNudge/source/PhaseNudgeProc.cpp +++ b/plugins/MacSignedVST/PhaseNudge/source/PhaseNudgeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PhaseNudge - PhaseNudge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PhaseNudge_H diff --git a/plugins/MacSignedVST/PitchDelay/source/PitchDelay.cpp b/plugins/MacSignedVST/PitchDelay/source/PitchDelay.cpp index 0327d71d0..e89b2c599 100755 --- a/plugins/MacSignedVST/PitchDelay/source/PitchDelay.cpp +++ b/plugins/MacSignedVST/PitchDelay/source/PitchDelay.cpp @@ -1,6 +1,6 @@ /* ======================================== * PitchDelay - PitchDelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PitchDelay_H diff --git a/plugins/MacSignedVST/PitchDelay/source/PitchDelay.h b/plugins/MacSignedVST/PitchDelay/source/PitchDelay.h index 2c6f52ffc..11acab36a 100755 --- a/plugins/MacSignedVST/PitchDelay/source/PitchDelay.h +++ b/plugins/MacSignedVST/PitchDelay/source/PitchDelay.h @@ -1,7 +1,7 @@ /* ======================================== * PitchDelay - PitchDelay.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PitchDelay_H diff --git a/plugins/MacSignedVST/PitchDelay/source/PitchDelayProc.cpp b/plugins/MacSignedVST/PitchDelay/source/PitchDelayProc.cpp index be0bb419f..f0debc60a 100755 --- a/plugins/MacSignedVST/PitchDelay/source/PitchDelayProc.cpp +++ b/plugins/MacSignedVST/PitchDelay/source/PitchDelayProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PitchDelay - PitchDelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PitchDelay_H diff --git a/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.pbxuser b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..d3f52e777 --- /dev/null +++ b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,108 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* PitchNasty */; + codeSenseManager = 8B02375F1D42B1C400E1E8C8 /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 364, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 324, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685056475; + PBXWorkspaceStateSaveDate = 685056475; + }; + sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* PitchNasty.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {948, 3024}}"; + sepNavSelRange = "{4909, 14}"; + sepNavVisRange = "{3774, 2140}"; + sepNavWindowFrame = "{{12, 47}, {810, 831}}"; + }; + }; + 245463B80991757100464AD3 /* PitchNasty.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1110, 1476}}"; + sepNavSelRange = "{2844, 0}"; + sepNavVisRange = "{659, 2046}"; + sepNavWindowFrame = "{{20, 47}, {895, 831}}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 20267}}"; + sepNavSelRange = "{10616, 0}"; + sepNavVisRange = "{9653, 2414}"; + sepNavWindowFrame = "{{15, 42}, {895, 831}}"; + }; + }; + 24D8286F09A914000093AEF8 /* PitchNastyProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1242, 3906}}"; + sepNavSelRange = "{714, 0}"; + sepNavVisRange = "{0, 1336}"; + sepNavWindowFrame = "{{86, 38}, {1289, 840}}"; + }; + }; + 8B02375E1D42B1C400E1E8C8 /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8B02375F1D42B1C400E1E8C8 /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8D01CCC60486CAD60068D4B7 /* PitchNasty */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..71a309c14 --- /dev/null +++ b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1503 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8B02375D1D42B1C400E1E8C8 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 185 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 5 + 4 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {185, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {202, 446}} + GroupTreeTableConfiguration + + MainColumn + 185 + + RubberWindowFrame + 34 365 810 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 202pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8B0237581D42B1C400E1E8C8 + PBXProjectModuleLabel + Gain.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B0237591D42B1C400E1E8C8 + PBXProjectModuleLabel + Gain.h + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {603, 0}} + RubberWindowFrame + 34 365 810 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + Proportion + 441pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {603, 414}} + RubberWindowFrame + 34 365 810 487 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {603, 414}} + + Module + PBXBuildResultsModule + + + + + Proportion + 603pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8BF9C96228D522B1009E96CF + 1CA23ED40692098700951B8B + 8BF9C96328D522B1009E96CF + 8B0237581D42B1C400E1E8C8 + 8BF9C96428D522B1009E96CF + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685056689.917328 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + 8BF9C96528D522B1009E96CF + /Users/christopherjohnson/Desktop/PitchNasty/PitchNasty.xcodeproj + + WindowString + 34 365 810 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.projectFormatConflicts + IsVertical + + Layout + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 8BCAE52E1D49920D0047D4BD + + GeometryConfiguration + + Frame + {{0, 0}, {472, 302}} + RubberWindowFrame + 569 378 472 322 0 0 1440 878 + + Module + XCProjectFormatConflictsModule + Proportion + 302pt + + + Proportion + 302pt + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + + TableOfContents + + 8BCAE52F1D49920D0047D4BD + 8BCAE5301D49920D0047D4BD + 8BCAE52E1D49920D0047D4BD + + WindowContentMinSize + 450 300 + WindowString + 569 378 472 322 0 0 1440 878 + WindowToolGUID + 8BCAE52F1D49920D0047D4BD + WindowToolIsVisible + + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/project.pbxproj b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/project.pbxproj new file mode 100755 index 000000000..41fdb35d0 --- /dev/null +++ b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/project.pbxproj @@ -0,0 +1,454 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 2407DEB9089929BA00EB68BF /* PitchNasty.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* PitchNasty.cpp */; }; + 245463B90991757100464AD3 /* PitchNasty.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* PitchNasty.h */; }; + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; + 24D8287009A914000093AEF8 /* PitchNastyProc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* PitchNastyProc.cpp */; }; + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; + 8B8BC76228DB85CA0093D701 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC75628DB85CA0093D701 /* vstfxstore.h */; }; + 8B8BC76328DB85CA0093D701 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC75728DB85CA0093D701 /* aeffect.h */; }; + 8B8BC76428DB85CA0093D701 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC75828DB85CA0093D701 /* aeffectx.h */; }; + 8B8BC76528DB85CA0093D701 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC75C28DB85CA0093D701 /* audioeffectx.h */; }; + 8B8BC76628DB85CA0093D701 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BC75D28DB85CA0093D701 /* audioeffect.cpp */; }; + 8B8BC76728DB85CA0093D701 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BC75E28DB85CA0093D701 /* audioeffectx.cpp */; }; + 8B8BC76828DB85CA0093D701 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC75F28DB85CA0093D701 /* aeffeditor.h */; }; + 8B8BC76928DB85CA0093D701 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BC76028DB85CA0093D701 /* vstplugmain.cpp */; }; + 8B8BC76A28DB85CA0093D701 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC76128DB85CA0093D701 /* audioeffect.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 2407DE920899296600EB68BF /* PitchNasty.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PitchNasty.vst; sourceTree = BUILT_PRODUCTS_DIR; }; + 2407DEB6089929BA00EB68BF /* PitchNasty.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = PitchNasty.cpp; path = source/PitchNasty.cpp; sourceTree = ""; }; + 245463B80991757100464AD3 /* PitchNasty.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PitchNasty.h; path = source/PitchNasty.h; sourceTree = ""; }; + 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; + 24D8286F09A914000093AEF8 /* PitchNastyProc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PitchNastyProc.cpp; path = source/PitchNastyProc.cpp; sourceTree = ""; }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8B8BC75628DB85CA0093D701 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 8B8BC75728DB85CA0093D701 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 8B8BC75828DB85CA0093D701 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 8B8BC75C28DB85CA0093D701 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 8B8BC75D28DB85CA0093D701 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 8B8BC75E28DB85CA0093D701 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 8B8BC75F28DB85CA0093D701 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 8B8BC76028DB85CA0093D701 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 8B8BC76128DB85CA0093D701 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* FM-Chopper */ = { + isa = PBXGroup; + children = ( + 19C28FB4FE9D528D11CA2CBB /* Products */, + 089C167CFE841241C02AAC07 /* Resources */, + 08FB77ADFE841716C02AAC07 /* Source */, + ); + name = "FM-Chopper"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */, + 24CFB70307E7A0220081BD57 /* PkgInfo */, + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8B8BC75328DB85CA0093D701 /* vstsdk2.4 */, + 2407DEB6089929BA00EB68BF /* PitchNasty.cpp */, + 24D8286F09A914000093AEF8 /* PitchNastyProc.cpp */, + 245463B80991757100464AD3 /* PitchNasty.h */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 2407DE920899296600EB68BF /* PitchNasty.vst */, + ); + name = Products; + sourceTree = ""; + }; + 8B8BC75328DB85CA0093D701 /* vstsdk2.4 */ = { + isa = PBXGroup; + children = ( + 8B8BC75428DB85CA0093D701 /* pluginterfaces */, + 8B8BC75928DB85CA0093D701 /* public.sdk */, + ); + name = vstsdk2.4; + path = ../../../../vstsdk2.4; + sourceTree = ""; + }; + 8B8BC75428DB85CA0093D701 /* pluginterfaces */ = { + isa = PBXGroup; + children = ( + 8B8BC75528DB85CA0093D701 /* vst2.x */, + ); + path = pluginterfaces; + sourceTree = ""; + }; + 8B8BC75528DB85CA0093D701 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 8B8BC75628DB85CA0093D701 /* vstfxstore.h */, + 8B8BC75728DB85CA0093D701 /* aeffect.h */, + 8B8BC75828DB85CA0093D701 /* aeffectx.h */, + ); + path = vst2.x; + sourceTree = ""; + }; + 8B8BC75928DB85CA0093D701 /* public.sdk */ = { + isa = PBXGroup; + children = ( + 8B8BC75A28DB85CA0093D701 /* source */, + ); + path = public.sdk; + sourceTree = ""; + }; + 8B8BC75A28DB85CA0093D701 /* source */ = { + isa = PBXGroup; + children = ( + 8B8BC75B28DB85CA0093D701 /* vst2.x */, + ); + path = source; + sourceTree = ""; + }; + 8B8BC75B28DB85CA0093D701 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 8B8BC75C28DB85CA0093D701 /* audioeffectx.h */, + 8B8BC75D28DB85CA0093D701 /* audioeffect.cpp */, + 8B8BC75E28DB85CA0093D701 /* audioeffectx.cpp */, + 8B8BC75F28DB85CA0093D701 /* aeffeditor.h */, + 8B8BC76028DB85CA0093D701 /* vstplugmain.cpp */, + 8B8BC76128DB85CA0093D701 /* audioeffect.h */, + ); + path = vst2.x; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B8BC76828DB85CA0093D701 /* aeffeditor.h in Headers */, + 245463B90991757100464AD3 /* PitchNasty.h in Headers */, + 8B8BC76A28DB85CA0093D701 /* audioeffect.h in Headers */, + 8B8BC76328DB85CA0093D701 /* aeffect.h in Headers */, + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, + 8B8BC76528DB85CA0093D701 /* audioeffectx.h in Headers */, + 8B8BC76228DB85CA0093D701 /* vstfxstore.h in Headers */, + 8B8BC76428DB85CA0093D701 /* aeffectx.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* PitchNasty */ = { + isa = PBXNativeTarget; + buildConfigurationList = 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "PitchNasty" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = PitchNasty; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = "FM-Chopper"; + productReference = 2407DE920899296600EB68BF /* PitchNasty.vst */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1340; + }; + buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "PitchNasty" */; + compatibilityVersion = "Xcode 2.4"; + developmentRegion = en; + hasScannedForEncodings = 1; + knownRegions = ( + ja, + de, + en, + fr, + Base, + ); + mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* PitchNasty */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy PkgInfo"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/bash; + shellScript = "cp mac/PkgInfo \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.vst/Contents/\""; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B8BC76728DB85CA0093D701 /* audioeffectx.cpp in Sources */, + 2407DEB9089929BA00EB68BF /* PitchNasty.cpp in Sources */, + 8B8BC76628DB85CA0093D701 /* audioeffect.cpp in Sources */, + 8B8BC76928DB85CA0093D701 /* vstplugmain.cpp in Sources */, + 24D8287009A914000093AEF8 /* PitchNastyProc.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 24BEAAEE08919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + COPY_PHASE_STRIP = NO; + DEVELOPMENT_TEAM = 9BMAKYA76W; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = ""; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.PitchNasty; + PRODUCT_NAME = PitchNasty; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + SECTORDER_FLAGS = ""; + STRIP_STYLE = debugging; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Debug; + }; + 24BEAAEF08919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = 9BMAKYA76W; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_MODEL_TUNING = ""; + GCC_OPTIMIZATION_LEVEL = s; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.PitchNasty; + PRODUCT_NAME = PitchNasty; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + SECTORDER_FLAGS = ""; + SKIP_INSTALL = NO; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = debugging; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Release; + }; + 24BEAAF208919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_MODEL_TUNING = G5; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + 24BEAAF308919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_MODEL_TUNING = G4; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = s; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "PitchNasty" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAEE08919AE700E695F9 /* Debug */, + 24BEAAEF08919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "PitchNasty" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAF208919AE700E695F9 /* Debug */, + 24BEAAF308919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100755 index 000000000..a80c03824 --- /dev/null +++ b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..31dd3f29b Binary files /dev/null and b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..314de0ff8 Binary files /dev/null and b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/spiadmin.mode1v3 b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/spiadmin.mode1v3 new file mode 100755 index 000000000..c5723261d --- /dev/null +++ b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/spiadmin.mode1v3 @@ -0,0 +1,1372 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 91857D9F148EF61800AAA11B + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 089C1671FE841209C02AAC07 + 19C28FB4FE9D528D11CA2CBB + 089C167CFE841241C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 11 + 10 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 693}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 711}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + _historyCapacity + 0 + bookmark + 911C2A9D1491A5F600A430AF + history + + 915DCCBB1491A5B8008574E6 + + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {1053, 508}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 508pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 513}, {1053, 198}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + XCDetailModule + Proportion + 198pt + + + Proportion + 1053pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 911C2A901491A5F600A430AF + 1CE0B1FE06471DED0097A5F4 + 911C2A911491A5F600A430AF + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 1 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 91857DA0148EF61800AAA11B + /Users/spiadmin/Documents/Gain/Gain.xcodeproj + + WindowString + 286 197 1261 752 0 0 1680 1028 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {743, 413}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 413pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 418}, {743, 236}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 654pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 91857DA0148EF61800AAA11B + 911C2A921491A5F600A430AF + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 112 208 743 695 0 0 1680 1028 + WindowToolGUID + 91857DA0148EF61800AAA11B + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/spiadmin.pbxuser b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/spiadmin.pbxuser new file mode 100755 index 000000000..df947808e --- /dev/null +++ b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/spiadmin.pbxuser @@ -0,0 +1,143 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Gain */; + codeSenseManager = 91857D95148EF55400AAA11B /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 829, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 789, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 345089498; + PBXWorkspaceStateSaveDate = 345089498; + }; + perUserProjectItems = { + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = 911C2A9D1491A5F600A430AF /* PBXTextBookmark */; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */; + }; + sourceControlManager = 91857D94148EF55400AAA11B /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Gain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 1768}}"; + sepNavSelRange = "{247, 0}"; + sepNavVisRange = "{0, 1657}"; + }; + }; + 245463B80991757100464AD3 /* Gain.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 975}}"; + sepNavSelRange = "{1552, 0}"; + sepNavVisRange = "{796, 1857}"; + sepNavWindowFrame = "{{15, 465}, {750, 558}}"; + }; + }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 488}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 798}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 19825}}"; + sepNavSelRange = "{10641, 0}"; + sepNavVisRange = "{10076, 1095}"; + }; + }; + 24D8286F09A914000093AEF8 /* GainProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 482}}"; + sepNavSelRange = "{239, 0}"; + sepNavVisRange = "{0, 950}"; + }; + }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 493}}"; + sepNavSelRange = "{249, 0}"; + sepNavVisRange = "{0, 249}"; + }; + }; + 8D01CCC60486CAD60068D4B7 /* Gain */ = { + activeExec = 0; + }; + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1657; + vrLoc = 0; + }; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1625; + vrLoc = 0; + }; + 91857D94148EF55400AAA11B /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 91857D95148EF55400AAA11B /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; +} diff --git a/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/xcshareddata/xcschemes/PitchNasty.xcscheme b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/xcshareddata/xcschemes/PitchNasty.xcscheme new file mode 100644 index 000000000..fa7e95b1a --- /dev/null +++ b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/xcshareddata/xcschemes/PitchNasty.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..08e2011f4 --- /dev/null +++ b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + PitchNasty.xcscheme_^#shared#^_ + + orderHint + 1 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..a7bdd62d4 --- /dev/null +++ b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + «PROJECTNAME».xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme new file mode 100755 index 000000000..0df2de4a3 --- /dev/null +++ b/plugins/MacSignedVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/PitchNasty/mac/Info.plist b/plugins/MacSignedVST/PitchNasty/mac/Info.plist new file mode 100755 index 000000000..6b59686b8 --- /dev/null +++ b/plugins/MacSignedVST/PitchNasty/mac/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + PitchNasty + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacSignedVST/PitchNasty/mac/PkgInfo b/plugins/MacSignedVST/PitchNasty/mac/PkgInfo new file mode 100755 index 000000000..19a9cf67e --- /dev/null +++ b/plugins/MacSignedVST/PitchNasty/mac/PkgInfo @@ -0,0 +1 @@ +BNDL???? \ No newline at end of file diff --git a/plugins/MacSignedVST/PitchNasty/mac/xcode_vst_prefix.h b/plugins/MacSignedVST/PitchNasty/mac/xcode_vst_prefix.h new file mode 100755 index 000000000..eaf4c0b4b --- /dev/null +++ b/plugins/MacSignedVST/PitchNasty/mac/xcode_vst_prefix.h @@ -0,0 +1,17 @@ +#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 \ No newline at end of file diff --git a/plugins/MacSignedVST/PitchNasty/source/PitchNasty.cpp b/plugins/MacSignedVST/PitchNasty/source/PitchNasty.cpp new file mode 100755 index 000000000..d7a309ce1 --- /dev/null +++ b/plugins/MacSignedVST/PitchNasty/source/PitchNasty.cpp @@ -0,0 +1,167 @@ +/* ======================================== + * PitchNasty - PitchNasty.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __PitchNasty_H +#include "PitchNasty.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new PitchNasty(audioMaster);} + +PitchNasty::PitchNasty(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.0; + B = 0.0; + C = 0.25; + D = 0.0; + E = 1.0; + F = 1.0; + + for (int temp = 0; temp < 10001; temp++) {dL[temp] = 0.0; dR[temp] = 0.0;} + inCount = 1; + outCount = 1.0; + switchTransition = false; + switchAmountL = 0.0; switchAmountR = 0.0; + feedbackSampleL = 0.0; feedbackSampleR = 0.0; + + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +PitchNasty::~PitchNasty() {} +VstInt32 PitchNasty::getVendorVersion () {return 1000;} +void PitchNasty::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void PitchNasty::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 PitchNasty::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + chunkData[4] = E; + chunkData[5] = F; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 PitchNasty::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + E = pinParameter(chunkData[4]); + F = pinParameter(chunkData[5]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void PitchNasty::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + case kParamE: E = value; break; + case kParamF: F = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float PitchNasty::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + case kParamE: return E; break; + case kParamF: return F; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void PitchNasty::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Note", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Bend", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "Grind", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "Feedbck", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "Output", kVstMaxParamStrLen); break; + case kParamF: vst_strncpy (text, "Dry/Wet", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void PitchNasty::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: int2string ((int)(A*24)-12, text, kVstMaxParamStrLen); break; + case kParamB: float2string ((B*24.0)-12.0, text, kVstMaxParamStrLen); break; + case kParamC: int2string ((int)(C*72)-36, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + case kParamE: float2string (E, text, kVstMaxParamStrLen); break; + case kParamF: float2string (F, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void PitchNasty::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamF: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 PitchNasty::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool PitchNasty::getEffectName(char* name) { + vst_strncpy(name, "PitchNasty", kVstMaxProductStrLen); return true; +} + +VstPlugCategory PitchNasty::getPlugCategory() {return kPlugCategEffect;} + +bool PitchNasty::getProductString(char* text) { + vst_strncpy (text, "airwindows PitchNasty", kVstMaxProductStrLen); return true; +} + +bool PitchNasty::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/MacSignedVST/PitchNasty/source/PitchNasty.h b/plugins/MacSignedVST/PitchNasty/source/PitchNasty.h new file mode 100755 index 000000000..a02544425 --- /dev/null +++ b/plugins/MacSignedVST/PitchNasty/source/PitchNasty.h @@ -0,0 +1,81 @@ +/* ======================================== + * PitchNasty - PitchNasty.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __PitchNasty_H +#define __PitchNasty_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kParamE = 4, + kParamF = 5, + kNumParameters = 6 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'pitn'; //Change this to what the AU identity is! + +class PitchNasty : + public AudioEffectX +{ +public: + PitchNasty(audioMasterCallback audioMaster); + ~PitchNasty(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + double dL[10002]; + double dR[10002]; + int inCount; + double outCount; + bool switchTransition; + double switchAmountL; + double switchAmountR; + double feedbackSampleL; + double feedbackSampleR; + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + float A; + float B; + float C; + float D; + float E; + float F; //parameters. Always 0-1, and we scale/alter them elsewhere. +}; + +#endif diff --git a/plugins/MacSignedVST/PitchNasty/source/PitchNastyProc.cpp b/plugins/MacSignedVST/PitchNasty/source/PitchNastyProc.cpp new file mode 100755 index 000000000..75872c2bf --- /dev/null +++ b/plugins/MacSignedVST/PitchNasty/source/PitchNastyProc.cpp @@ -0,0 +1,214 @@ +/* ======================================== + * PitchNasty - PitchNasty.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __PitchNasty_H +#include "PitchNasty.h" +#endif + +void PitchNasty::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double note = (int)(A*24)-12;// -12 to +12 + double bend = (B*24.0)-12.0;// -12 to +12 + double speed = pow(2,note/12.0)*pow(2,bend/12.0); + + double grindRef = (1.0/261.6)*getSampleRate(); //samples per Middle C cycle + double grindNote = pow(2,((int)(C*72)-36)/12.0); + double width = grindRef / grindNote; + if (width > 9990) width = 9990; //safety check + double feedback = D; + double trim = E; + double wet = F; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + inputSampleL += (feedbackSampleL * feedback); + inputSampleR += (feedbackSampleR * feedback); + if (fabs(feedbackSampleL) > 1.0) inputSampleL /= fabs(feedbackSampleL); + if (fabs(feedbackSampleR) > 1.0) inputSampleR /= fabs(feedbackSampleR); + + dL[inCount] = inputSampleL; + dR[inCount] = inputSampleR; + + inCount++; + outCount += speed; + + if (outCount > inCount && switchTransition) { + switchAmountL = 1.0; + switchAmountR = 1.0; + switchTransition = false; + } + + if (inCount > width) inCount -= width; + if (outCount > width) { + outCount -= width; + switchTransition = true; + //reset the transition point + } + + int count = floor(outCount); + int arrayWidth = floor(width); + + inputSampleL = (dL[count-((count > arrayWidth)?arrayWidth+1:0)] * (1-(outCount-floor(outCount)))); + inputSampleL += (dL[count+1-((count+1 > arrayWidth)?arrayWidth+1:0)] * (outCount-floor(outCount))); + + inputSampleR = (dR[count-((count > arrayWidth)?arrayWidth+1:0)] * (1-(outCount-floor(outCount)))); + inputSampleR += (dR[count+1-((count+1 > arrayWidth)?arrayWidth+1:0)] * (outCount-floor(outCount))); + + if (switchAmountL > fabs(inputSampleL-dL[inCount])*2.0) { + switchAmountL = (switchAmountL * 0.5) + (fabs(inputSampleL-dL[inCount])); + } + if (switchAmountR > fabs(inputSampleR-dR[inCount])*2.0) { + switchAmountR = (switchAmountR * 0.5) + (fabs(inputSampleR-dR[inCount])); + } + inputSampleL = (dL[inCount] * switchAmountL) + (inputSampleL * (1.0-switchAmountL)); + inputSampleR = (dR[inCount] * switchAmountR) + (inputSampleR * (1.0-switchAmountR)); + + feedbackSampleL = inputSampleL; + feedbackSampleR = inputSampleR; + + if (trim != 1.0) { + inputSampleL *= trim; + inputSampleR *= trim; + } + + if (wet !=1.0) { + inputSampleL = (inputSampleL * wet) + (drySampleL * (1.0-wet)); + inputSampleR = (inputSampleR * wet) + (drySampleR * (1.0-wet)); + } + //Dry/Wet control, defaults to the last slider + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void PitchNasty::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double note = (int)(A*24)-12;// -12 to +12 + double bend = (B*24.0)-12.0;// -12 to +12 + double speed = pow(2,note/12.0)*pow(2,bend/12.0); + + double grindRef = (1.0/261.6)*getSampleRate(); //samples per Middle C cycle + double grindNote = pow(2,((int)(C*72)-36)/12.0); + double width = grindRef / grindNote; + if (width > 9990) width = 9990; //safety check + double feedback = D; + double trim = E; + double wet = F; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + inputSampleL += (feedbackSampleL * feedback); + inputSampleR += (feedbackSampleR * feedback); + if (fabs(feedbackSampleL) > 1.0) inputSampleL /= fabs(feedbackSampleL); + if (fabs(feedbackSampleR) > 1.0) inputSampleR /= fabs(feedbackSampleR); + + dL[inCount] = inputSampleL; + dR[inCount] = inputSampleR; + + inCount++; + outCount += speed; + + if (outCount > inCount && switchTransition) { + switchAmountL = 1.0; + switchAmountR = 1.0; + switchTransition = false; + } + + if (inCount > width) inCount -= width; + if (outCount > width) { + outCount -= width; + switchTransition = true; + //reset the transition point + } + + int count = floor(outCount); + int arrayWidth = floor(width); + + inputSampleL = (dL[count-((count > arrayWidth)?arrayWidth+1:0)] * (1-(outCount-floor(outCount)))); + inputSampleL += (dL[count+1-((count+1 > arrayWidth)?arrayWidth+1:0)] * (outCount-floor(outCount))); + + inputSampleR = (dR[count-((count > arrayWidth)?arrayWidth+1:0)] * (1-(outCount-floor(outCount)))); + inputSampleR += (dR[count+1-((count+1 > arrayWidth)?arrayWidth+1:0)] * (outCount-floor(outCount))); + + if (switchAmountL > fabs(inputSampleL-dL[inCount])*2.0) { + switchAmountL = (switchAmountL * 0.5) + (fabs(inputSampleL-dL[inCount])); + } + if (switchAmountR > fabs(inputSampleR-dR[inCount])*2.0) { + switchAmountR = (switchAmountR * 0.5) + (fabs(inputSampleR-dR[inCount])); + } + inputSampleL = (dL[inCount] * switchAmountL) + (inputSampleL * (1.0-switchAmountL)); + inputSampleR = (dR[inCount] * switchAmountR) + (inputSampleR * (1.0-switchAmountR)); + + feedbackSampleL = inputSampleL; + feedbackSampleR = inputSampleR; + + if (trim != 1.0) { + inputSampleL *= trim; + inputSampleR *= trim; + } + + if (wet !=1.0) { + inputSampleL = (inputSampleL * wet) + (drySampleL * (1.0-wet)); + inputSampleR = (inputSampleR * wet) + (drySampleR * (1.0-wet)); + } + //Dry/Wet control, defaults to the last slider + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/MacSignedVST/PocketVerbs/source/PocketVerbs.cpp b/plugins/MacSignedVST/PocketVerbs/source/PocketVerbs.cpp index 3c6332d41..66dd70498 100755 --- a/plugins/MacSignedVST/PocketVerbs/source/PocketVerbs.cpp +++ b/plugins/MacSignedVST/PocketVerbs/source/PocketVerbs.cpp @@ -1,6 +1,6 @@ /* ======================================== * PocketVerbs - PocketVerbs.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PocketVerbs_H diff --git a/plugins/MacSignedVST/PocketVerbs/source/PocketVerbs.h b/plugins/MacSignedVST/PocketVerbs/source/PocketVerbs.h index 3cdc9379c..cf0301be4 100755 --- a/plugins/MacSignedVST/PocketVerbs/source/PocketVerbs.h +++ b/plugins/MacSignedVST/PocketVerbs/source/PocketVerbs.h @@ -1,7 +1,7 @@ /* ======================================== * PocketVerbs - PocketVerbs.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PocketVerbs_H diff --git a/plugins/MacSignedVST/PocketVerbs/source/PocketVerbsProc.cpp b/plugins/MacSignedVST/PocketVerbs/source/PocketVerbsProc.cpp index b8b5fa7b5..dca8e6441 100755 --- a/plugins/MacSignedVST/PocketVerbs/source/PocketVerbsProc.cpp +++ b/plugins/MacSignedVST/PocketVerbs/source/PocketVerbsProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PocketVerbs - PocketVerbs.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PocketVerbs_H diff --git a/plugins/MacSignedVST/Pockey/source/Pockey.cpp b/plugins/MacSignedVST/Pockey/source/Pockey.cpp index 0ae76d26a..d680cadfd 100755 --- a/plugins/MacSignedVST/Pockey/source/Pockey.cpp +++ b/plugins/MacSignedVST/Pockey/source/Pockey.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pockey - Pockey.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey_H diff --git a/plugins/MacSignedVST/Pockey/source/Pockey.h b/plugins/MacSignedVST/Pockey/source/Pockey.h index 40ea32379..e01e8d9ae 100755 --- a/plugins/MacSignedVST/Pockey/source/Pockey.h +++ b/plugins/MacSignedVST/Pockey/source/Pockey.h @@ -1,7 +1,7 @@ /* ======================================== * Pockey - Pockey.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey_H diff --git a/plugins/MacSignedVST/Pockey/source/PockeyProc.cpp b/plugins/MacSignedVST/Pockey/source/PockeyProc.cpp index f2b277d54..cd9c9f397 100755 --- a/plugins/MacSignedVST/Pockey/source/PockeyProc.cpp +++ b/plugins/MacSignedVST/Pockey/source/PockeyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pockey - Pockey.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey_H diff --git a/plugins/MacSignedVST/Pockey2/source/Pockey2.cpp b/plugins/MacSignedVST/Pockey2/source/Pockey2.cpp index 8a005ffa3..b851eab6c 100755 --- a/plugins/MacSignedVST/Pockey2/source/Pockey2.cpp +++ b/plugins/MacSignedVST/Pockey2/source/Pockey2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pockey2 - Pockey2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey2_H diff --git a/plugins/MacSignedVST/Pockey2/source/Pockey2.h b/plugins/MacSignedVST/Pockey2/source/Pockey2.h index df6fe17a9..c7e7de701 100755 --- a/plugins/MacSignedVST/Pockey2/source/Pockey2.h +++ b/plugins/MacSignedVST/Pockey2/source/Pockey2.h @@ -1,7 +1,7 @@ /* ======================================== * Pockey2 - Pockey2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey2_H diff --git a/plugins/MacSignedVST/Pockey2/source/Pockey2Proc.cpp b/plugins/MacSignedVST/Pockey2/source/Pockey2Proc.cpp index 6ae95b96d..c8071a9f9 100755 --- a/plugins/MacSignedVST/Pockey2/source/Pockey2Proc.cpp +++ b/plugins/MacSignedVST/Pockey2/source/Pockey2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pockey2 - Pockey2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey2_H diff --git a/plugins/MacSignedVST/Podcast/source/Podcast.cpp b/plugins/MacSignedVST/Podcast/source/Podcast.cpp index 1a7edc51c..5926eb0f2 100755 --- a/plugins/MacSignedVST/Podcast/source/Podcast.cpp +++ b/plugins/MacSignedVST/Podcast/source/Podcast.cpp @@ -1,6 +1,6 @@ /* ======================================== * Podcast - Podcast.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Podcast_H diff --git a/plugins/MacSignedVST/Podcast/source/Podcast.h b/plugins/MacSignedVST/Podcast/source/Podcast.h index f753ffb25..17e2fe9ea 100755 --- a/plugins/MacSignedVST/Podcast/source/Podcast.h +++ b/plugins/MacSignedVST/Podcast/source/Podcast.h @@ -1,7 +1,7 @@ /* ======================================== * Podcast - Podcast.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Podcast_H diff --git a/plugins/MacSignedVST/Podcast/source/PodcastProc.cpp b/plugins/MacSignedVST/Podcast/source/PodcastProc.cpp index 788d62130..f5c96e48b 100755 --- a/plugins/MacSignedVST/Podcast/source/PodcastProc.cpp +++ b/plugins/MacSignedVST/Podcast/source/PodcastProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Podcast - Podcast.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Podcast_H diff --git a/plugins/MacSignedVST/PodcastDeluxe/source/PodcastDeluxe.cpp b/plugins/MacSignedVST/PodcastDeluxe/source/PodcastDeluxe.cpp index a410bc2f0..85a33f4cd 100755 --- a/plugins/MacSignedVST/PodcastDeluxe/source/PodcastDeluxe.cpp +++ b/plugins/MacSignedVST/PodcastDeluxe/source/PodcastDeluxe.cpp @@ -1,6 +1,6 @@ /* ======================================== * PodcastDeluxe - PodcastDeluxe.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PodcastDeluxe_H diff --git a/plugins/MacSignedVST/PodcastDeluxe/source/PodcastDeluxe.h b/plugins/MacSignedVST/PodcastDeluxe/source/PodcastDeluxe.h index 78e81f9c7..b68266311 100755 --- a/plugins/MacSignedVST/PodcastDeluxe/source/PodcastDeluxe.h +++ b/plugins/MacSignedVST/PodcastDeluxe/source/PodcastDeluxe.h @@ -1,7 +1,7 @@ /* ======================================== * PodcastDeluxe - PodcastDeluxe.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PodcastDeluxe_H diff --git a/plugins/MacSignedVST/PodcastDeluxe/source/PodcastDeluxeProc.cpp b/plugins/MacSignedVST/PodcastDeluxe/source/PodcastDeluxeProc.cpp index 5a8f8818e..26b56f62c 100755 --- a/plugins/MacSignedVST/PodcastDeluxe/source/PodcastDeluxeProc.cpp +++ b/plugins/MacSignedVST/PodcastDeluxe/source/PodcastDeluxeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PodcastDeluxe - PodcastDeluxe.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PodcastDeluxe_H diff --git a/plugins/MacSignedVST/Point/source/Point.cpp b/plugins/MacSignedVST/Point/source/Point.cpp index 636dec5f7..862fbb1ac 100755 --- a/plugins/MacSignedVST/Point/source/Point.cpp +++ b/plugins/MacSignedVST/Point/source/Point.cpp @@ -1,6 +1,6 @@ /* ======================================== * Point - Point.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Point_H diff --git a/plugins/MacSignedVST/Point/source/Point.h b/plugins/MacSignedVST/Point/source/Point.h index 046c81f6b..815a63f81 100755 --- a/plugins/MacSignedVST/Point/source/Point.h +++ b/plugins/MacSignedVST/Point/source/Point.h @@ -1,7 +1,7 @@ /* ======================================== * Point - Point.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Point_H diff --git a/plugins/MacSignedVST/Point/source/PointProc.cpp b/plugins/MacSignedVST/Point/source/PointProc.cpp index 70173909f..2c75f0ac2 100755 --- a/plugins/MacSignedVST/Point/source/PointProc.cpp +++ b/plugins/MacSignedVST/Point/source/PointProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Point - Point.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Point_H diff --git a/plugins/MacSignedVST/Pop/source/Pop.cpp b/plugins/MacSignedVST/Pop/source/Pop.cpp index 55903d7f0..612a2485e 100755 --- a/plugins/MacSignedVST/Pop/source/Pop.cpp +++ b/plugins/MacSignedVST/Pop/source/Pop.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pop - Pop.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop_H diff --git a/plugins/MacSignedVST/Pop/source/Pop.h b/plugins/MacSignedVST/Pop/source/Pop.h index 9411334aa..2c74b349e 100755 --- a/plugins/MacSignedVST/Pop/source/Pop.h +++ b/plugins/MacSignedVST/Pop/source/Pop.h @@ -1,7 +1,7 @@ /* ======================================== * Pop - Pop.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop_H diff --git a/plugins/MacSignedVST/Pop/source/PopProc.cpp b/plugins/MacSignedVST/Pop/source/PopProc.cpp index 2186f06fb..08d461e32 100755 --- a/plugins/MacSignedVST/Pop/source/PopProc.cpp +++ b/plugins/MacSignedVST/Pop/source/PopProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pop - Pop.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop_H diff --git a/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/christopherjohnson.pbxuser b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..891dd5259 --- /dev/null +++ b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,126 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Pop2 */; + codeSenseManager = 8B02375F1D42B1C400E1E8C8 /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 364, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 324, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685363421; + PBXWorkspaceStateSaveDate = 685363421; + }; + perUserProjectItems = { + 8B09453F28DA13C700166A02 /* PBXBookmark */ = 8B09453F28DA13C700166A02 /* PBXBookmark */; + 8B09454028DA13C700166A02 /* PBXTextBookmark */ = 8B09454028DA13C700166A02 /* PBXTextBookmark */; + }; + sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Pop2.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {948, 3204}}"; + sepNavSelRange = "{1093, 0}"; + sepNavVisRange = "{3677, 2028}"; + sepNavWindowFrame = "{{642, 47}, {895, 831}}"; + }; + }; + 245463B80991757100464AD3 /* Pop2.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {669, 2034}}"; + sepNavSelRange = "{2961, 0}"; + sepNavVisRange = "{3015, 86}"; + sepNavWindowFrame = "{{545, 47}, {895, 831}}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 20267}}"; + sepNavSelRange = "{10616, 0}"; + sepNavVisRange = "{9653, 2414}"; + sepNavWindowFrame = "{{15, 42}, {895, 831}}"; + }; + }; + 24D8286F09A914000093AEF8 /* Pop2Proc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1268, 7434}}"; + sepNavSelRange = "{15862, 0}"; + sepNavVisRange = "{14764, 1677}"; + sepNavWindowFrame = "{{82, 56}, {1315, 822}}"; + }; + }; + 8B02375E1D42B1C400E1E8C8 /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8B02375F1D42B1C400E1E8C8 /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8B09453F28DA13C700166A02 /* PBXBookmark */ = { + isa = PBXBookmark; + fRef = 245463B80991757100464AD3 /* Pop2.h */; + }; + 8B09454028DA13C700166A02 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 245463B80991757100464AD3 /* Pop2.h */; + name = "Pop2.h: 89"; + rLen = 0; + rLoc = 2961; + rType = 0; + vrLen = 86; + vrLoc = 3015; + }; + 8D01CCC60486CAD60068D4B7 /* Pop2 */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..7be555033 --- /dev/null +++ b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1511 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8B02375D1D42B1C400E1E8C8 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 185 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 6 + 4 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {185, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {202, 446}} + GroupTreeTableConfiguration + + MainColumn + 185 + + RubberWindowFrame + 623 377 810 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 202pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8B0237581D42B1C400E1E8C8 + PBXProjectModuleLabel + Pop2.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B0237591D42B1C400E1E8C8 + PBXProjectModuleLabel + Pop2.h + _historyCapacity + 0 + bookmark + 8B09454028DA13C700166A02 + history + + 8B09453F28DA13C700166A02 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {603, 132}} + RubberWindowFrame + 623 377 810 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 132pt + + + Proportion + 309pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + RubberWindowFrame + 623 377 810 487 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + + Module + PBXBuildResultsModule + + + + + Proportion + 603pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8B09454128DA13C700166A02 + 1CA23ED40692098700951B8B + 8B09454228DA13C700166A02 + 8B0237581D42B1C400E1E8C8 + 8B09454328DA13C700166A02 + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685380551.34428203 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + 8B09454428DA13C700166A02 + /Users/christopherjohnson/Desktop/airwindows/plugins/MacVST/Pop2/Pop2.xcodeproj + + WindowString + 623 377 810 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.projectFormatConflicts + IsVertical + + Layout + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 8BCAE52E1D49920D0047D4BD + + GeometryConfiguration + + Frame + {{0, 0}, {472, 302}} + RubberWindowFrame + 569 378 472 322 0 0 1440 878 + + Module + XCProjectFormatConflictsModule + Proportion + 302pt + + + Proportion + 302pt + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + + TableOfContents + + 8BCAE52F1D49920D0047D4BD + 8BCAE5301D49920D0047D4BD + 8BCAE52E1D49920D0047D4BD + + WindowContentMinSize + 450 300 + WindowString + 569 378 472 322 0 0 1440 878 + WindowToolGUID + 8BCAE52F1D49920D0047D4BD + WindowToolIsVisible + + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/project.pbxproj b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/project.pbxproj new file mode 100755 index 000000000..454325a83 --- /dev/null +++ b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/project.pbxproj @@ -0,0 +1,454 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 2407DEB9089929BA00EB68BF /* Pop2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* Pop2.cpp */; }; + 245463B90991757100464AD3 /* Pop2.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* Pop2.h */; }; + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; + 24D8287009A914000093AEF8 /* Pop2Proc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* Pop2Proc.cpp */; }; + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; + 8B8BC77D28DB86980093D701 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC77128DB86980093D701 /* vstfxstore.h */; }; + 8B8BC77E28DB86980093D701 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC77228DB86980093D701 /* aeffect.h */; }; + 8B8BC77F28DB86980093D701 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC77328DB86980093D701 /* aeffectx.h */; }; + 8B8BC78028DB86980093D701 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC77728DB86980093D701 /* audioeffectx.h */; }; + 8B8BC78128DB86980093D701 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BC77828DB86980093D701 /* audioeffect.cpp */; }; + 8B8BC78228DB86980093D701 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BC77928DB86980093D701 /* audioeffectx.cpp */; }; + 8B8BC78328DB86980093D701 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC77A28DB86980093D701 /* aeffeditor.h */; }; + 8B8BC78428DB86980093D701 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BC77B28DB86980093D701 /* vstplugmain.cpp */; }; + 8B8BC78528DB86980093D701 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC77C28DB86980093D701 /* audioeffect.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 2407DE920899296600EB68BF /* Pop2.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Pop2.vst; sourceTree = BUILT_PRODUCTS_DIR; }; + 2407DEB6089929BA00EB68BF /* Pop2.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Pop2.cpp; path = source/Pop2.cpp; sourceTree = ""; }; + 245463B80991757100464AD3 /* Pop2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Pop2.h; path = source/Pop2.h; sourceTree = ""; }; + 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; + 24D8286F09A914000093AEF8 /* Pop2Proc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Pop2Proc.cpp; path = source/Pop2Proc.cpp; sourceTree = ""; }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8B8BC77128DB86980093D701 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 8B8BC77228DB86980093D701 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 8B8BC77328DB86980093D701 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 8B8BC77728DB86980093D701 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 8B8BC77828DB86980093D701 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 8B8BC77928DB86980093D701 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 8B8BC77A28DB86980093D701 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 8B8BC77B28DB86980093D701 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 8B8BC77C28DB86980093D701 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* FM-Chopper */ = { + isa = PBXGroup; + children = ( + 19C28FB4FE9D528D11CA2CBB /* Products */, + 089C167CFE841241C02AAC07 /* Resources */, + 08FB77ADFE841716C02AAC07 /* Source */, + ); + name = "FM-Chopper"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */, + 24CFB70307E7A0220081BD57 /* PkgInfo */, + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8B8BC76E28DB86980093D701 /* vstsdk2.4 */, + 2407DEB6089929BA00EB68BF /* Pop2.cpp */, + 24D8286F09A914000093AEF8 /* Pop2Proc.cpp */, + 245463B80991757100464AD3 /* Pop2.h */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 2407DE920899296600EB68BF /* Pop2.vst */, + ); + name = Products; + sourceTree = ""; + }; + 8B8BC76E28DB86980093D701 /* vstsdk2.4 */ = { + isa = PBXGroup; + children = ( + 8B8BC76F28DB86980093D701 /* pluginterfaces */, + 8B8BC77428DB86980093D701 /* public.sdk */, + ); + name = vstsdk2.4; + path = ../../../../vstsdk2.4; + sourceTree = ""; + }; + 8B8BC76F28DB86980093D701 /* pluginterfaces */ = { + isa = PBXGroup; + children = ( + 8B8BC77028DB86980093D701 /* vst2.x */, + ); + path = pluginterfaces; + sourceTree = ""; + }; + 8B8BC77028DB86980093D701 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 8B8BC77128DB86980093D701 /* vstfxstore.h */, + 8B8BC77228DB86980093D701 /* aeffect.h */, + 8B8BC77328DB86980093D701 /* aeffectx.h */, + ); + path = vst2.x; + sourceTree = ""; + }; + 8B8BC77428DB86980093D701 /* public.sdk */ = { + isa = PBXGroup; + children = ( + 8B8BC77528DB86980093D701 /* source */, + ); + path = public.sdk; + sourceTree = ""; + }; + 8B8BC77528DB86980093D701 /* source */ = { + isa = PBXGroup; + children = ( + 8B8BC77628DB86980093D701 /* vst2.x */, + ); + path = source; + sourceTree = ""; + }; + 8B8BC77628DB86980093D701 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 8B8BC77728DB86980093D701 /* audioeffectx.h */, + 8B8BC77828DB86980093D701 /* audioeffect.cpp */, + 8B8BC77928DB86980093D701 /* audioeffectx.cpp */, + 8B8BC77A28DB86980093D701 /* aeffeditor.h */, + 8B8BC77B28DB86980093D701 /* vstplugmain.cpp */, + 8B8BC77C28DB86980093D701 /* audioeffect.h */, + ); + path = vst2.x; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B8BC78328DB86980093D701 /* aeffeditor.h in Headers */, + 245463B90991757100464AD3 /* Pop2.h in Headers */, + 8B8BC78528DB86980093D701 /* audioeffect.h in Headers */, + 8B8BC77E28DB86980093D701 /* aeffect.h in Headers */, + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, + 8B8BC78028DB86980093D701 /* audioeffectx.h in Headers */, + 8B8BC77D28DB86980093D701 /* vstfxstore.h in Headers */, + 8B8BC77F28DB86980093D701 /* aeffectx.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Pop2 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Pop2" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Pop2; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = "FM-Chopper"; + productReference = 2407DE920899296600EB68BF /* Pop2.vst */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1340; + }; + buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Pop2" */; + compatibilityVersion = "Xcode 2.4"; + developmentRegion = en; + hasScannedForEncodings = 1; + knownRegions = ( + Base, + de, + ja, + fr, + en, + ); + mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Pop2 */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy PkgInfo"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/bash; + shellScript = "cp mac/PkgInfo \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.vst/Contents/\""; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B8BC78228DB86980093D701 /* audioeffectx.cpp in Sources */, + 2407DEB9089929BA00EB68BF /* Pop2.cpp in Sources */, + 8B8BC78128DB86980093D701 /* audioeffect.cpp in Sources */, + 8B8BC78428DB86980093D701 /* vstplugmain.cpp in Sources */, + 24D8287009A914000093AEF8 /* Pop2Proc.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 24BEAAEE08919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + COPY_PHASE_STRIP = NO; + DEVELOPMENT_TEAM = 9BMAKYA76W; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = ""; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.Pop2; + PRODUCT_NAME = Pop2; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + SECTORDER_FLAGS = ""; + STRIP_STYLE = debugging; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Debug; + }; + 24BEAAEF08919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = 9BMAKYA76W; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_MODEL_TUNING = ""; + GCC_OPTIMIZATION_LEVEL = s; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.Pop2; + PRODUCT_NAME = Pop2; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + SECTORDER_FLAGS = ""; + SKIP_INSTALL = NO; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = debugging; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Release; + }; + 24BEAAF208919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_MODEL_TUNING = G5; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + 24BEAAF308919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_MODEL_TUNING = G4; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = s; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Pop2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAEE08919AE700E695F9 /* Debug */, + 24BEAAEF08919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Pop2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAF208919AE700E695F9 /* Debug */, + 24BEAAF308919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100755 index 000000000..a80c03824 --- /dev/null +++ b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..1f59f0460 Binary files /dev/null and b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..314de0ff8 Binary files /dev/null and b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/spiadmin.mode1v3 b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/spiadmin.mode1v3 new file mode 100755 index 000000000..c5723261d --- /dev/null +++ b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/spiadmin.mode1v3 @@ -0,0 +1,1372 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 91857D9F148EF61800AAA11B + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 089C1671FE841209C02AAC07 + 19C28FB4FE9D528D11CA2CBB + 089C167CFE841241C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 11 + 10 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 693}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 711}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + _historyCapacity + 0 + bookmark + 911C2A9D1491A5F600A430AF + history + + 915DCCBB1491A5B8008574E6 + + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {1053, 508}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 508pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 513}, {1053, 198}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + XCDetailModule + Proportion + 198pt + + + Proportion + 1053pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 911C2A901491A5F600A430AF + 1CE0B1FE06471DED0097A5F4 + 911C2A911491A5F600A430AF + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 1 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 91857DA0148EF61800AAA11B + /Users/spiadmin/Documents/Gain/Gain.xcodeproj + + WindowString + 286 197 1261 752 0 0 1680 1028 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {743, 413}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 413pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 418}, {743, 236}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 654pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 91857DA0148EF61800AAA11B + 911C2A921491A5F600A430AF + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 112 208 743 695 0 0 1680 1028 + WindowToolGUID + 91857DA0148EF61800AAA11B + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/spiadmin.pbxuser b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/spiadmin.pbxuser new file mode 100755 index 000000000..df947808e --- /dev/null +++ b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/spiadmin.pbxuser @@ -0,0 +1,143 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Gain */; + codeSenseManager = 91857D95148EF55400AAA11B /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 829, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 789, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 345089498; + PBXWorkspaceStateSaveDate = 345089498; + }; + perUserProjectItems = { + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = 911C2A9D1491A5F600A430AF /* PBXTextBookmark */; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */; + }; + sourceControlManager = 91857D94148EF55400AAA11B /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Gain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 1768}}"; + sepNavSelRange = "{247, 0}"; + sepNavVisRange = "{0, 1657}"; + }; + }; + 245463B80991757100464AD3 /* Gain.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 975}}"; + sepNavSelRange = "{1552, 0}"; + sepNavVisRange = "{796, 1857}"; + sepNavWindowFrame = "{{15, 465}, {750, 558}}"; + }; + }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 488}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 798}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 19825}}"; + sepNavSelRange = "{10641, 0}"; + sepNavVisRange = "{10076, 1095}"; + }; + }; + 24D8286F09A914000093AEF8 /* GainProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 482}}"; + sepNavSelRange = "{239, 0}"; + sepNavVisRange = "{0, 950}"; + }; + }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 493}}"; + sepNavSelRange = "{249, 0}"; + sepNavVisRange = "{0, 249}"; + }; + }; + 8D01CCC60486CAD60068D4B7 /* Gain */ = { + activeExec = 0; + }; + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1657; + vrLoc = 0; + }; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1625; + vrLoc = 0; + }; + 91857D94148EF55400AAA11B /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 91857D95148EF55400AAA11B /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; +} diff --git a/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/xcshareddata/xcschemes/Pop2.xcscheme b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/xcshareddata/xcschemes/Pop2.xcscheme new file mode 100644 index 000000000..19a57be0d --- /dev/null +++ b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/xcshareddata/xcschemes/Pop2.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..6826cc32a --- /dev/null +++ b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Pop2.xcscheme_^#shared#^_ + + orderHint + 1 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..a7bdd62d4 --- /dev/null +++ b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + «PROJECTNAME».xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme new file mode 100755 index 000000000..0df2de4a3 --- /dev/null +++ b/plugins/MacSignedVST/Pop2/Pop2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/Pop2/mac/Info.plist b/plugins/MacSignedVST/Pop2/mac/Info.plist new file mode 100755 index 000000000..dead588f6 --- /dev/null +++ b/plugins/MacSignedVST/Pop2/mac/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + Pop2 + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacSignedVST/Pop2/mac/PkgInfo b/plugins/MacSignedVST/Pop2/mac/PkgInfo new file mode 100755 index 000000000..19a9cf67e --- /dev/null +++ b/plugins/MacSignedVST/Pop2/mac/PkgInfo @@ -0,0 +1 @@ +BNDL???? \ No newline at end of file diff --git a/plugins/MacSignedVST/Pop2/mac/xcode_vst_prefix.h b/plugins/MacSignedVST/Pop2/mac/xcode_vst_prefix.h new file mode 100755 index 000000000..eaf4c0b4b --- /dev/null +++ b/plugins/MacSignedVST/Pop2/mac/xcode_vst_prefix.h @@ -0,0 +1,17 @@ +#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 \ No newline at end of file diff --git a/plugins/MacSignedVST/Pop2/source/Pop2.cpp b/plugins/MacSignedVST/Pop2/source/Pop2.cpp new file mode 100755 index 000000000..9785272b8 --- /dev/null +++ b/plugins/MacSignedVST/Pop2/source/Pop2.cpp @@ -0,0 +1,177 @@ +/* ======================================== + * Pop2 - Pop2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Pop2_H +#include "Pop2.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pop2(audioMaster);} + +Pop2::Pop2(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.5; + B = 0.5; + C = 0.5; + D = 0.5; + E = 1.0; + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + + lastSampleL = 0.0; + wasPosClipL = false; + wasNegClipL = false; + lastSampleR = 0.0; + wasPosClipR = false; + wasNegClipR = false; + for (int x = 0; x < 16; x++) {intermediateL[x] = 0.0; intermediateR[x] = 0.0;} + + muVaryL = 0.0; + muAttackL = 0.0; + muNewSpeedL = 1000.0; + muSpeedAL = 1000.0; + muSpeedBL = 1000.0; + muCoefficientAL = 1.0; + muCoefficientBL = 1.0; + + muVaryR = 0.0; + muAttackR = 0.0; + muNewSpeedR = 1000.0; + muSpeedAR = 1000.0; + muSpeedBR = 1000.0; + muCoefficientAR = 1.0; + muCoefficientBR = 1.0; + + flip = false; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Pop2::~Pop2() {} +VstInt32 Pop2::getVendorVersion () {return 1000;} +void Pop2::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Pop2::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Pop2::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + chunkData[4] = E; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Pop2::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + E = pinParameter(chunkData[4]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Pop2::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + case kParamE: E = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Pop2::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + case kParamE: return E; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Pop2::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Compres", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Attack", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "Release", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "Drive", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "Dry/Wet", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Pop2::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + case kParamB: float2string (B, text, kVstMaxParamStrLen); break; + case kParamC: float2string (C, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + case kParamE: float2string (E, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Pop2::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Pop2::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Pop2::getEffectName(char* name) { + vst_strncpy(name, "Pop2", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Pop2::getPlugCategory() {return kPlugCategEffect;} + +bool Pop2::getProductString(char* text) { + vst_strncpy (text, "airwindows Pop2", kVstMaxProductStrLen); return true; +} + +bool Pop2::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/MacSignedVST/Pop2/source/Pop2.h b/plugins/MacSignedVST/Pop2/source/Pop2.h new file mode 100755 index 000000000..a5e25e998 --- /dev/null +++ b/plugins/MacSignedVST/Pop2/source/Pop2.h @@ -0,0 +1,98 @@ +/* ======================================== + * Pop2 - Pop2.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Pop2_H +#define __Pop2_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kParamE = 4, + kNumParameters = 5 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'popd'; //Change this to what the AU identity is! + +class Pop2 : + public AudioEffectX +{ +public: + Pop2(audioMasterCallback audioMaster); + ~Pop2(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + double muVaryL; + double muAttackL; + double muNewSpeedL; + double muSpeedAL; + double muSpeedBL; + double muCoefficientAL; + double muCoefficientBL; + + double muVaryR; + double muAttackR; + double muNewSpeedR; + double muSpeedAR; + double muSpeedBR; + double muCoefficientAR; + double muCoefficientBR; + + bool flip; + + double lastSampleL; + double intermediateL[16]; + bool wasPosClipL; + bool wasNegClipL; + double lastSampleR; + double intermediateR[16]; + bool wasPosClipR; + bool wasNegClipR; //Stereo ClipOnly2 + + float A; + float B; + float C; + float D; + float E; //parameters. Always 0-1, and we scale/alter them elsewhere. + +}; + +#endif diff --git a/plugins/MacSignedVST/Pop2/source/Pop2Proc.cpp b/plugins/MacSignedVST/Pop2/source/Pop2Proc.cpp new file mode 100755 index 000000000..f7659e816 --- /dev/null +++ b/plugins/MacSignedVST/Pop2/source/Pop2Proc.cpp @@ -0,0 +1,392 @@ +/* ======================================== + * Pop2 - Pop2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Pop2_H +#include "Pop2.h" +#endif + +void Pop2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + int spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; + + double threshold = 1.0 - ((1.0-pow(1.0-A,2))*0.9); + double attack = ((pow(B,4)*100000.0)+10.0)*overallscale; + double release = ((pow(C,5)*2000000.0)+20.0)*overallscale; + double maxRelease = release * 4.0; + double muPreGain = 1.0/threshold; + double muMakeupGain = sqrt(1.0 / threshold)*D; + double wet = E; + //compressor section + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + //begin compressor section + inputSampleL *= muPreGain; + inputSampleR *= muPreGain; + //adjust coefficients for L + if (flip) { + if (fabs(inputSampleL) > threshold) { + muVaryL = threshold / fabs(inputSampleL); + muAttackL = sqrt(fabs(muSpeedAL)); + muCoefficientAL = muCoefficientAL * (muAttackL-1.0); + if (muVaryL < threshold) muCoefficientAL = muCoefficientAL + threshold; + else muCoefficientAL = muCoefficientAL + muVaryL; + muCoefficientAL = muCoefficientAL / muAttackL; + muNewSpeedL = muSpeedAL * (muSpeedAL-1.0); + muNewSpeedL = muNewSpeedL + release; + muSpeedAL = muNewSpeedL / muSpeedAL; + if (muSpeedAL > maxRelease) muSpeedAL = maxRelease; + } else { + muCoefficientAL = muCoefficientAL * ((muSpeedAL * muSpeedAL)-1.0); + muCoefficientAL = muCoefficientAL + 1.0; + muCoefficientAL = muCoefficientAL / (muSpeedAL * muSpeedAL); + muNewSpeedL = muSpeedAL * (muSpeedAL-1.0); + muNewSpeedL = muNewSpeedL + attack; + muSpeedAL = muNewSpeedL / muSpeedAL;} + } else { + if (fabs(inputSampleL) > threshold) { + muVaryL = threshold / fabs(inputSampleL); + muAttackL = sqrt(fabs(muSpeedBL)); + muCoefficientBL = muCoefficientBL * (muAttackL-1); + if (muVaryL < threshold) muCoefficientBL = muCoefficientBL + threshold; + else muCoefficientBL = muCoefficientBL + muVaryL; + muCoefficientBL = muCoefficientBL / muAttackL; + muNewSpeedL = muSpeedBL * (muSpeedBL-1.0); + muNewSpeedL = muNewSpeedL + release; + muSpeedBL = muNewSpeedL / muSpeedBL; + if (muSpeedBL > maxRelease) muSpeedBL = maxRelease; + } else { + muCoefficientBL = muCoefficientBL * ((muSpeedBL * muSpeedBL)-1.0); + muCoefficientBL = muCoefficientBL + 1.0; + muCoefficientBL = muCoefficientBL / (muSpeedBL * muSpeedBL); + muNewSpeedL = muSpeedBL * (muSpeedBL-1.0); + muNewSpeedL = muNewSpeedL + attack; + muSpeedBL = muNewSpeedL / muSpeedBL; + } + } + //got coefficients, adjusted speeds for L + + //adjust coefficients for R + if (flip) { + if (fabs(inputSampleR) > threshold) { + muVaryR = threshold / fabs(inputSampleR); + muAttackR = sqrt(fabs(muSpeedAR)); + muCoefficientAR = muCoefficientAR * (muAttackR-1.0); + if (muVaryR < threshold) muCoefficientAR = muCoefficientAR + threshold; + else muCoefficientAR = muCoefficientAR + muVaryR; + muCoefficientAR = muCoefficientAR / muAttackR; + muNewSpeedR = muSpeedAR * (muSpeedAR-1.0); + muNewSpeedR = muNewSpeedR + release; + muSpeedAR = muNewSpeedR / muSpeedAR; + if (muSpeedAR > maxRelease) muSpeedAR = maxRelease; + } else { + muCoefficientAR = muCoefficientAR * ((muSpeedAR * muSpeedAR)-1.0); + muCoefficientAR = muCoefficientAR + 1.0; + muCoefficientAR = muCoefficientAR / (muSpeedAR * muSpeedAR); + muNewSpeedR = muSpeedAR * (muSpeedAR-1.0); + muNewSpeedR = muNewSpeedR + attack; + muSpeedAR = muNewSpeedR / muSpeedAR; + } + } else { + if (fabs(inputSampleR) > threshold) { + muVaryR = threshold / fabs(inputSampleR); + muAttackR = sqrt(fabs(muSpeedBR)); + muCoefficientBR = muCoefficientBR * (muAttackR-1); + if (muVaryR < threshold) muCoefficientBR = muCoefficientBR + threshold; + else muCoefficientBR = muCoefficientBR + muVaryR; + muCoefficientBR = muCoefficientBR / muAttackR; + muNewSpeedR = muSpeedBR * (muSpeedBR-1.0); + muNewSpeedR = muNewSpeedR + release; + muSpeedBR = muNewSpeedR / muSpeedBR; + if (muSpeedBR > maxRelease) muSpeedBR = maxRelease; + } else { + muCoefficientBR = muCoefficientBR * ((muSpeedBR * muSpeedBR)-1.0); + muCoefficientBR = muCoefficientBR + 1.0; + muCoefficientBR = muCoefficientBR / (muSpeedBR * muSpeedBR); + muNewSpeedR = muSpeedBR * (muSpeedBR-1.0); + muNewSpeedR = muNewSpeedR + attack; + muSpeedBR = muNewSpeedR / muSpeedBR; + } + } + //got coefficients, adjusted speeds for R + + if (flip) { + inputSampleL *= pow(muCoefficientAL,2); + inputSampleR *= pow(muCoefficientAR,2); + } else { + inputSampleL *= pow(muCoefficientBL,2); + inputSampleR *= pow(muCoefficientBR,2); + } + inputSampleL *= muMakeupGain; + inputSampleR *= muMakeupGain; + flip = !flip; + //end compressor section + + //begin ClipOnly2 stereo as a little, compressed chunk that can be dropped into code + if (inputSampleL > 4.0) inputSampleL = 4.0; if (inputSampleL < -4.0) inputSampleL = -4.0; + if (wasPosClipL == true) { //current will be over + if (inputSampleL0.9549925859) {wasPosClipL=true;inputSampleL=0.7058208+(lastSampleL*0.2609148);} + if (wasNegClipL == true) { //current will be -over + if (inputSampleL > lastSampleL) lastSampleL=-0.7058208+(inputSampleL*0.2609148); + else lastSampleL=-0.2491717+(lastSampleL*0.7390851); + } wasNegClipL = false; + if (inputSampleL<-0.9549925859) {wasNegClipL=true;inputSampleL=-0.7058208+(lastSampleL*0.2609148);} + intermediateL[spacing] = inputSampleL; + inputSampleL = lastSampleL; //Latency is however many samples equals one 44.1k sample + for (int x = spacing; x > 0; x--) intermediateL[x-1] = intermediateL[x]; + lastSampleL = intermediateL[0]; //run a little buffer to handle this + + if (inputSampleR > 4.0) inputSampleR = 4.0; if (inputSampleR < -4.0) inputSampleR = -4.0; + if (wasPosClipR == true) { //current will be over + if (inputSampleR0.9549925859) {wasPosClipR=true;inputSampleR=0.7058208+(lastSampleR*0.2609148);} + if (wasNegClipR == true) { //current will be -over + if (inputSampleR > lastSampleR) lastSampleR=-0.7058208+(inputSampleR*0.2609148); + else lastSampleR=-0.2491717+(lastSampleR*0.7390851); + } wasNegClipR = false; + if (inputSampleR<-0.9549925859) {wasNegClipR=true;inputSampleR=-0.7058208+(lastSampleR*0.2609148);} + intermediateR[spacing] = inputSampleR; + inputSampleR = lastSampleR; //Latency is however many samples equals one 44.1k sample + for (int x = spacing; x > 0; x--) intermediateR[x-1] = intermediateR[x]; + lastSampleR = intermediateR[0]; //run a little buffer to handle this + //end ClipOnly2 stereo as a little, compressed chunk that can be dropped into code + + if (wet<1.0) { + inputSampleL = (drySampleL*(1.0-wet))+(inputSampleL*wet); + inputSampleR = (drySampleR*(1.0-wet))+(inputSampleR*wet); + } + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Pop2::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + int spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; + + double threshold = 1.0 - ((1.0-pow(1.0-A,2))*0.9); + double attack = ((pow(B,4)*100000.0)+10.0)*overallscale; + double release = ((pow(C,5)*2000000.0)+20.0)*overallscale; + double maxRelease = release * 4.0; + double muPreGain = 1.0/threshold; + double muMakeupGain = sqrt(1.0 / threshold)*D; + double wet = E; + //compressor section + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + //begin compressor section + inputSampleL *= muPreGain; + inputSampleR *= muPreGain; + //adjust coefficients for L + if (flip) { + if (fabs(inputSampleL) > threshold) { + muVaryL = threshold / fabs(inputSampleL); + muAttackL = sqrt(fabs(muSpeedAL)); + muCoefficientAL = muCoefficientAL * (muAttackL-1.0); + if (muVaryL < threshold) muCoefficientAL = muCoefficientAL + threshold; + else muCoefficientAL = muCoefficientAL + muVaryL; + muCoefficientAL = muCoefficientAL / muAttackL; + muNewSpeedL = muSpeedAL * (muSpeedAL-1.0); + muNewSpeedL = muNewSpeedL + release; + muSpeedAL = muNewSpeedL / muSpeedAL; + if (muSpeedAL > maxRelease) muSpeedAL = maxRelease; + } else { + muCoefficientAL = muCoefficientAL * ((muSpeedAL * muSpeedAL)-1.0); + muCoefficientAL = muCoefficientAL + 1.0; + muCoefficientAL = muCoefficientAL / (muSpeedAL * muSpeedAL); + muNewSpeedL = muSpeedAL * (muSpeedAL-1.0); + muNewSpeedL = muNewSpeedL + attack; + muSpeedAL = muNewSpeedL / muSpeedAL;} + } else { + if (fabs(inputSampleL) > threshold) { + muVaryL = threshold / fabs(inputSampleL); + muAttackL = sqrt(fabs(muSpeedBL)); + muCoefficientBL = muCoefficientBL * (muAttackL-1); + if (muVaryL < threshold) muCoefficientBL = muCoefficientBL + threshold; + else muCoefficientBL = muCoefficientBL + muVaryL; + muCoefficientBL = muCoefficientBL / muAttackL; + muNewSpeedL = muSpeedBL * (muSpeedBL-1.0); + muNewSpeedL = muNewSpeedL + release; + muSpeedBL = muNewSpeedL / muSpeedBL; + if (muSpeedBL > maxRelease) muSpeedBL = maxRelease; + } else { + muCoefficientBL = muCoefficientBL * ((muSpeedBL * muSpeedBL)-1.0); + muCoefficientBL = muCoefficientBL + 1.0; + muCoefficientBL = muCoefficientBL / (muSpeedBL * muSpeedBL); + muNewSpeedL = muSpeedBL * (muSpeedBL-1.0); + muNewSpeedL = muNewSpeedL + attack; + muSpeedBL = muNewSpeedL / muSpeedBL; + } + } + //got coefficients, adjusted speeds for L + + //adjust coefficients for R + if (flip) { + if (fabs(inputSampleR) > threshold) { + muVaryR = threshold / fabs(inputSampleR); + muAttackR = sqrt(fabs(muSpeedAR)); + muCoefficientAR = muCoefficientAR * (muAttackR-1.0); + if (muVaryR < threshold) muCoefficientAR = muCoefficientAR + threshold; + else muCoefficientAR = muCoefficientAR + muVaryR; + muCoefficientAR = muCoefficientAR / muAttackR; + muNewSpeedR = muSpeedAR * (muSpeedAR-1.0); + muNewSpeedR = muNewSpeedR + release; + muSpeedAR = muNewSpeedR / muSpeedAR; + if (muSpeedAR > maxRelease) muSpeedAR = maxRelease; + } else { + muCoefficientAR = muCoefficientAR * ((muSpeedAR * muSpeedAR)-1.0); + muCoefficientAR = muCoefficientAR + 1.0; + muCoefficientAR = muCoefficientAR / (muSpeedAR * muSpeedAR); + muNewSpeedR = muSpeedAR * (muSpeedAR-1.0); + muNewSpeedR = muNewSpeedR + attack; + muSpeedAR = muNewSpeedR / muSpeedAR; + } + } else { + if (fabs(inputSampleR) > threshold) { + muVaryR = threshold / fabs(inputSampleR); + muAttackR = sqrt(fabs(muSpeedBR)); + muCoefficientBR = muCoefficientBR * (muAttackR-1); + if (muVaryR < threshold) muCoefficientBR = muCoefficientBR + threshold; + else muCoefficientBR = muCoefficientBR + muVaryR; + muCoefficientBR = muCoefficientBR / muAttackR; + muNewSpeedR = muSpeedBR * (muSpeedBR-1.0); + muNewSpeedR = muNewSpeedR + release; + muSpeedBR = muNewSpeedR / muSpeedBR; + if (muSpeedBR > maxRelease) muSpeedBR = maxRelease; + } else { + muCoefficientBR = muCoefficientBR * ((muSpeedBR * muSpeedBR)-1.0); + muCoefficientBR = muCoefficientBR + 1.0; + muCoefficientBR = muCoefficientBR / (muSpeedBR * muSpeedBR); + muNewSpeedR = muSpeedBR * (muSpeedBR-1.0); + muNewSpeedR = muNewSpeedR + attack; + muSpeedBR = muNewSpeedR / muSpeedBR; + } + } + //got coefficients, adjusted speeds for R + + if (flip) { + inputSampleL *= pow(muCoefficientAL,2); + inputSampleR *= pow(muCoefficientAR,2); + } else { + inputSampleL *= pow(muCoefficientBL,2); + inputSampleR *= pow(muCoefficientBR,2); + } + inputSampleL *= muMakeupGain; + inputSampleR *= muMakeupGain; + flip = !flip; + //end compressor section + + //begin ClipOnly2 stereo as a little, compressed chunk that can be dropped into code + if (inputSampleL > 4.0) inputSampleL = 4.0; if (inputSampleL < -4.0) inputSampleL = -4.0; + if (wasPosClipL == true) { //current will be over + if (inputSampleL0.9549925859) {wasPosClipL=true;inputSampleL=0.7058208+(lastSampleL*0.2609148);} + if (wasNegClipL == true) { //current will be -over + if (inputSampleL > lastSampleL) lastSampleL=-0.7058208+(inputSampleL*0.2609148); + else lastSampleL=-0.2491717+(lastSampleL*0.7390851); + } wasNegClipL = false; + if (inputSampleL<-0.9549925859) {wasNegClipL=true;inputSampleL=-0.7058208+(lastSampleL*0.2609148);} + intermediateL[spacing] = inputSampleL; + inputSampleL = lastSampleL; //Latency is however many samples equals one 44.1k sample + for (int x = spacing; x > 0; x--) intermediateL[x-1] = intermediateL[x]; + lastSampleL = intermediateL[0]; //run a little buffer to handle this + + if (inputSampleR > 4.0) inputSampleR = 4.0; if (inputSampleR < -4.0) inputSampleR = -4.0; + if (wasPosClipR == true) { //current will be over + if (inputSampleR0.9549925859) {wasPosClipR=true;inputSampleR=0.7058208+(lastSampleR*0.2609148);} + if (wasNegClipR == true) { //current will be -over + if (inputSampleR > lastSampleR) lastSampleR=-0.7058208+(inputSampleR*0.2609148); + else lastSampleR=-0.2491717+(lastSampleR*0.7390851); + } wasNegClipR = false; + if (inputSampleR<-0.9549925859) {wasNegClipR=true;inputSampleR=-0.7058208+(lastSampleR*0.2609148);} + intermediateR[spacing] = inputSampleR; + inputSampleR = lastSampleR; //Latency is however many samples equals one 44.1k sample + for (int x = spacing; x > 0; x--) intermediateR[x-1] = intermediateR[x]; + lastSampleR = intermediateR[0]; //run a little buffer to handle this + //end ClipOnly2 stereo as a little, compressed chunk that can be dropped into code + + if (wet<1.0) { + inputSampleL = (drySampleL*(1.0-wet))+(inputSampleL*wet); + inputSampleR = (drySampleR*(1.0-wet))+(inputSampleR*wet); + } + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/MacSignedVST/PowerSag/source/PowerSag.cpp b/plugins/MacSignedVST/PowerSag/source/PowerSag.cpp index 12c46489a..5daef6480 100755 --- a/plugins/MacSignedVST/PowerSag/source/PowerSag.cpp +++ b/plugins/MacSignedVST/PowerSag/source/PowerSag.cpp @@ -1,6 +1,6 @@ /* ======================================== * PowerSag - PowerSag.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag_H diff --git a/plugins/MacSignedVST/PowerSag/source/PowerSag.h b/plugins/MacSignedVST/PowerSag/source/PowerSag.h index 106a02c34..90101cb68 100755 --- a/plugins/MacSignedVST/PowerSag/source/PowerSag.h +++ b/plugins/MacSignedVST/PowerSag/source/PowerSag.h @@ -1,7 +1,7 @@ /* ======================================== * PowerSag - PowerSag.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag_H diff --git a/plugins/MacSignedVST/PowerSag/source/PowerSagProc.cpp b/plugins/MacSignedVST/PowerSag/source/PowerSagProc.cpp index 61c9be8c7..4f71561d4 100755 --- a/plugins/MacSignedVST/PowerSag/source/PowerSagProc.cpp +++ b/plugins/MacSignedVST/PowerSag/source/PowerSagProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PowerSag - PowerSag.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag_H diff --git a/plugins/MacSignedVST/PowerSag2/source/PowerSag2.cpp b/plugins/MacSignedVST/PowerSag2/source/PowerSag2.cpp index cd6430a4b..1db1a6e11 100755 --- a/plugins/MacSignedVST/PowerSag2/source/PowerSag2.cpp +++ b/plugins/MacSignedVST/PowerSag2/source/PowerSag2.cpp @@ -1,6 +1,6 @@ /* ======================================== * PowerSag2 - PowerSag2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag2_H diff --git a/plugins/MacSignedVST/PowerSag2/source/PowerSag2.h b/plugins/MacSignedVST/PowerSag2/source/PowerSag2.h index b85beb050..b255b302e 100755 --- a/plugins/MacSignedVST/PowerSag2/source/PowerSag2.h +++ b/plugins/MacSignedVST/PowerSag2/source/PowerSag2.h @@ -1,7 +1,7 @@ /* ======================================== * PowerSag2 - PowerSag2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag2_H diff --git a/plugins/MacSignedVST/PowerSag2/source/PowerSag2Proc.cpp b/plugins/MacSignedVST/PowerSag2/source/PowerSag2Proc.cpp index 59c8668e7..b6e7e4b8b 100755 --- a/plugins/MacSignedVST/PowerSag2/source/PowerSag2Proc.cpp +++ b/plugins/MacSignedVST/PowerSag2/source/PowerSag2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PowerSag2 - PowerSag2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag2_H diff --git a/plugins/MacSignedVST/Precious/source/Precious.cpp b/plugins/MacSignedVST/Precious/source/Precious.cpp index c2ed1d7c7..5485313ac 100755 --- a/plugins/MacSignedVST/Precious/source/Precious.cpp +++ b/plugins/MacSignedVST/Precious/source/Precious.cpp @@ -1,6 +1,6 @@ /* ======================================== * Precious - Precious.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Precious_H diff --git a/plugins/MacSignedVST/Precious/source/Precious.h b/plugins/MacSignedVST/Precious/source/Precious.h index 36f51a058..9ed7f39a9 100755 --- a/plugins/MacSignedVST/Precious/source/Precious.h +++ b/plugins/MacSignedVST/Precious/source/Precious.h @@ -1,7 +1,7 @@ /* ======================================== * Precious - Precious.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Precious_H diff --git a/plugins/MacSignedVST/Precious/source/PreciousProc.cpp b/plugins/MacSignedVST/Precious/source/PreciousProc.cpp index ed37b906a..3ad4e16a0 100755 --- a/plugins/MacSignedVST/Precious/source/PreciousProc.cpp +++ b/plugins/MacSignedVST/Precious/source/PreciousProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Precious - Precious.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Precious_H diff --git a/plugins/MacSignedVST/Preponderant/source/Preponderant.cpp b/plugins/MacSignedVST/Preponderant/source/Preponderant.cpp index 78d6a18f0..7b9dab442 100755 --- a/plugins/MacSignedVST/Preponderant/source/Preponderant.cpp +++ b/plugins/MacSignedVST/Preponderant/source/Preponderant.cpp @@ -1,6 +1,6 @@ /* ======================================== * Preponderant - Preponderant.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Preponderant_H diff --git a/plugins/MacSignedVST/Preponderant/source/Preponderant.h b/plugins/MacSignedVST/Preponderant/source/Preponderant.h index 731430fb8..253d4bfa5 100755 --- a/plugins/MacSignedVST/Preponderant/source/Preponderant.h +++ b/plugins/MacSignedVST/Preponderant/source/Preponderant.h @@ -1,7 +1,7 @@ /* ======================================== * Preponderant - Preponderant.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Preponderant_H diff --git a/plugins/MacSignedVST/Preponderant/source/PreponderantProc.cpp b/plugins/MacSignedVST/Preponderant/source/PreponderantProc.cpp index 9ea118e03..e4389546b 100755 --- a/plugins/MacSignedVST/Preponderant/source/PreponderantProc.cpp +++ b/plugins/MacSignedVST/Preponderant/source/PreponderantProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Preponderant - Preponderant.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Preponderant_H diff --git a/plugins/MacSignedVST/Pressure4/source/Pressure4.cpp b/plugins/MacSignedVST/Pressure4/source/Pressure4.cpp index cdfc41d8b..2fac64f07 100755 --- a/plugins/MacSignedVST/Pressure4/source/Pressure4.cpp +++ b/plugins/MacSignedVST/Pressure4/source/Pressure4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pressure4 - Pressure4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure4_H diff --git a/plugins/MacSignedVST/Pressure4/source/Pressure4.h b/plugins/MacSignedVST/Pressure4/source/Pressure4.h index 1e30c3f88..b84c5bcff 100755 --- a/plugins/MacSignedVST/Pressure4/source/Pressure4.h +++ b/plugins/MacSignedVST/Pressure4/source/Pressure4.h @@ -1,7 +1,7 @@ /* ======================================== * Pressure4 - Pressure4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure4_H diff --git a/plugins/MacSignedVST/Pressure4/source/Pressure4Proc.cpp b/plugins/MacSignedVST/Pressure4/source/Pressure4Proc.cpp index 2c1445a6b..1111cce8e 100755 --- a/plugins/MacSignedVST/Pressure4/source/Pressure4Proc.cpp +++ b/plugins/MacSignedVST/Pressure4/source/Pressure4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pressure4 - Pressure4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure4_H diff --git a/plugins/MacSignedVST/Pressure5/source/Pressure5.cpp b/plugins/MacSignedVST/Pressure5/source/Pressure5.cpp index 4ab677852..da1770613 100755 --- a/plugins/MacSignedVST/Pressure5/source/Pressure5.cpp +++ b/plugins/MacSignedVST/Pressure5/source/Pressure5.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pressure5 - Pressure5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure5_H diff --git a/plugins/MacSignedVST/Pressure5/source/Pressure5.h b/plugins/MacSignedVST/Pressure5/source/Pressure5.h index 479d94b12..17bee549d 100755 --- a/plugins/MacSignedVST/Pressure5/source/Pressure5.h +++ b/plugins/MacSignedVST/Pressure5/source/Pressure5.h @@ -1,7 +1,7 @@ /* ======================================== * Pressure5 - Pressure5.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure5_H diff --git a/plugins/MacSignedVST/Pressure5/source/Pressure5Proc.cpp b/plugins/MacSignedVST/Pressure5/source/Pressure5Proc.cpp index 41fbf6480..fe9696694 100755 --- a/plugins/MacSignedVST/Pressure5/source/Pressure5Proc.cpp +++ b/plugins/MacSignedVST/Pressure5/source/Pressure5Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pressure5 - Pressure5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure5_H diff --git a/plugins/MacSignedVST/PurestAir/source/PurestAir.cpp b/plugins/MacSignedVST/PurestAir/source/PurestAir.cpp index cd9734ccc..f2bf4196c 100755 --- a/plugins/MacSignedVST/PurestAir/source/PurestAir.cpp +++ b/plugins/MacSignedVST/PurestAir/source/PurestAir.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestAir - PurestAir.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestAir_H diff --git a/plugins/MacSignedVST/PurestAir/source/PurestAir.h b/plugins/MacSignedVST/PurestAir/source/PurestAir.h index 3cff79445..d1309aa1c 100755 --- a/plugins/MacSignedVST/PurestAir/source/PurestAir.h +++ b/plugins/MacSignedVST/PurestAir/source/PurestAir.h @@ -1,7 +1,7 @@ /* ======================================== * PurestAir - PurestAir.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestAir_H diff --git a/plugins/MacSignedVST/PurestAir/source/PurestAirProc.cpp b/plugins/MacSignedVST/PurestAir/source/PurestAirProc.cpp index 1fb81c3c1..58c4c788e 100755 --- a/plugins/MacSignedVST/PurestAir/source/PurestAirProc.cpp +++ b/plugins/MacSignedVST/PurestAir/source/PurestAirProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestAir - PurestAir.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestAir_H diff --git a/plugins/MacSignedVST/PurestConsole2Buss/source/PurestConsole2Buss.cpp b/plugins/MacSignedVST/PurestConsole2Buss/source/PurestConsole2Buss.cpp index d92ed3a58..9115d06dc 100755 --- a/plugins/MacSignedVST/PurestConsole2Buss/source/PurestConsole2Buss.cpp +++ b/plugins/MacSignedVST/PurestConsole2Buss/source/PurestConsole2Buss.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsole2Buss - PurestConsole2Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Buss_H diff --git a/plugins/MacSignedVST/PurestConsole2Buss/source/PurestConsole2Buss.h b/plugins/MacSignedVST/PurestConsole2Buss/source/PurestConsole2Buss.h index d625c7545..2e80469f7 100755 --- a/plugins/MacSignedVST/PurestConsole2Buss/source/PurestConsole2Buss.h +++ b/plugins/MacSignedVST/PurestConsole2Buss/source/PurestConsole2Buss.h @@ -1,7 +1,7 @@ /* ======================================== * PurestConsole2Buss - PurestConsole2Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Buss_H diff --git a/plugins/MacSignedVST/PurestConsole2Buss/source/PurestConsole2BussProc.cpp b/plugins/MacSignedVST/PurestConsole2Buss/source/PurestConsole2BussProc.cpp index 08b4a4904..730bf0b72 100755 --- a/plugins/MacSignedVST/PurestConsole2Buss/source/PurestConsole2BussProc.cpp +++ b/plugins/MacSignedVST/PurestConsole2Buss/source/PurestConsole2BussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsole2Buss - PurestConsole2Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Buss_H diff --git a/plugins/MacSignedVST/PurestConsole2Channel/source/PurestConsole2Channel.cpp b/plugins/MacSignedVST/PurestConsole2Channel/source/PurestConsole2Channel.cpp index 490788423..7cc6c35b7 100755 --- a/plugins/MacSignedVST/PurestConsole2Channel/source/PurestConsole2Channel.cpp +++ b/plugins/MacSignedVST/PurestConsole2Channel/source/PurestConsole2Channel.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsole2Channel - PurestConsole2Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Channel_H diff --git a/plugins/MacSignedVST/PurestConsole2Channel/source/PurestConsole2Channel.h b/plugins/MacSignedVST/PurestConsole2Channel/source/PurestConsole2Channel.h index 6c7a2753e..4e6bc59ab 100755 --- a/plugins/MacSignedVST/PurestConsole2Channel/source/PurestConsole2Channel.h +++ b/plugins/MacSignedVST/PurestConsole2Channel/source/PurestConsole2Channel.h @@ -1,7 +1,7 @@ /* ======================================== * PurestConsole2Channel - PurestConsole2Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Channel_H diff --git a/plugins/MacSignedVST/PurestConsole2Channel/source/PurestConsole2ChannelProc.cpp b/plugins/MacSignedVST/PurestConsole2Channel/source/PurestConsole2ChannelProc.cpp index 127c7910b..295d9e594 100755 --- a/plugins/MacSignedVST/PurestConsole2Channel/source/PurestConsole2ChannelProc.cpp +++ b/plugins/MacSignedVST/PurestConsole2Channel/source/PurestConsole2ChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsole2Channel - PurestConsole2Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Channel_H diff --git a/plugins/MacSignedVST/PurestConsoleBuss/source/PurestConsoleBuss.cpp b/plugins/MacSignedVST/PurestConsoleBuss/source/PurestConsoleBuss.cpp index c7b1ee68e..470521dec 100755 --- a/plugins/MacSignedVST/PurestConsoleBuss/source/PurestConsoleBuss.cpp +++ b/plugins/MacSignedVST/PurestConsoleBuss/source/PurestConsoleBuss.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsoleBuss - PurestConsoleBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleBuss_H diff --git a/plugins/MacSignedVST/PurestConsoleBuss/source/PurestConsoleBuss.h b/plugins/MacSignedVST/PurestConsoleBuss/source/PurestConsoleBuss.h index 2c49190a0..a59443ac4 100755 --- a/plugins/MacSignedVST/PurestConsoleBuss/source/PurestConsoleBuss.h +++ b/plugins/MacSignedVST/PurestConsoleBuss/source/PurestConsoleBuss.h @@ -1,7 +1,7 @@ /* ======================================== * PurestConsoleBuss - PurestConsoleBuss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleBuss_H diff --git a/plugins/MacSignedVST/PurestConsoleBuss/source/PurestConsoleBussProc.cpp b/plugins/MacSignedVST/PurestConsoleBuss/source/PurestConsoleBussProc.cpp index 95223c51e..985d4462c 100755 --- a/plugins/MacSignedVST/PurestConsoleBuss/source/PurestConsoleBussProc.cpp +++ b/plugins/MacSignedVST/PurestConsoleBuss/source/PurestConsoleBussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsoleBuss - PurestConsoleBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleBuss_H diff --git a/plugins/MacSignedVST/PurestConsoleChannel/source/PurestConsoleChannel.cpp b/plugins/MacSignedVST/PurestConsoleChannel/source/PurestConsoleChannel.cpp index 909f43b68..37620981e 100755 --- a/plugins/MacSignedVST/PurestConsoleChannel/source/PurestConsoleChannel.cpp +++ b/plugins/MacSignedVST/PurestConsoleChannel/source/PurestConsoleChannel.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsoleChannel - PurestConsoleChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleChannel_H diff --git a/plugins/MacSignedVST/PurestConsoleChannel/source/PurestConsoleChannel.h b/plugins/MacSignedVST/PurestConsoleChannel/source/PurestConsoleChannel.h index aa984365d..62abf82bb 100755 --- a/plugins/MacSignedVST/PurestConsoleChannel/source/PurestConsoleChannel.h +++ b/plugins/MacSignedVST/PurestConsoleChannel/source/PurestConsoleChannel.h @@ -1,7 +1,7 @@ /* ======================================== * PurestConsoleChannel - PurestConsoleChannel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleChannel_H diff --git a/plugins/MacSignedVST/PurestConsoleChannel/source/PurestConsoleChannelProc.cpp b/plugins/MacSignedVST/PurestConsoleChannel/source/PurestConsoleChannelProc.cpp index 4a500fadf..30b6ce5c1 100755 --- a/plugins/MacSignedVST/PurestConsoleChannel/source/PurestConsoleChannelProc.cpp +++ b/plugins/MacSignedVST/PurestConsoleChannel/source/PurestConsoleChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsoleChannel - PurestConsoleChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleChannel_H diff --git a/plugins/MacSignedVST/PurestDrive/source/PurestDrive.cpp b/plugins/MacSignedVST/PurestDrive/source/PurestDrive.cpp index 08c592079..3010708e7 100755 --- a/plugins/MacSignedVST/PurestDrive/source/PurestDrive.cpp +++ b/plugins/MacSignedVST/PurestDrive/source/PurestDrive.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestDrive - PurestDrive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestDrive_H diff --git a/plugins/MacSignedVST/PurestDrive/source/PurestDrive.h b/plugins/MacSignedVST/PurestDrive/source/PurestDrive.h index 2b84c79e1..c3ee97bb1 100755 --- a/plugins/MacSignedVST/PurestDrive/source/PurestDrive.h +++ b/plugins/MacSignedVST/PurestDrive/source/PurestDrive.h @@ -1,7 +1,7 @@ /* ======================================== * PurestDrive - PurestDrive.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestDrive_H diff --git a/plugins/MacSignedVST/PurestDrive/source/PurestDriveProc.cpp b/plugins/MacSignedVST/PurestDrive/source/PurestDriveProc.cpp index 39c9096f5..e49485280 100755 --- a/plugins/MacSignedVST/PurestDrive/source/PurestDriveProc.cpp +++ b/plugins/MacSignedVST/PurestDrive/source/PurestDriveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestDrive - PurestDrive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestDrive_H diff --git a/plugins/MacSignedVST/PurestEcho/source/PurestEcho.cpp b/plugins/MacSignedVST/PurestEcho/source/PurestEcho.cpp index d54d53c1e..d03404144 100755 --- a/plugins/MacSignedVST/PurestEcho/source/PurestEcho.cpp +++ b/plugins/MacSignedVST/PurestEcho/source/PurestEcho.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestEcho - PurestEcho.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestEcho_H diff --git a/plugins/MacSignedVST/PurestEcho/source/PurestEcho.h b/plugins/MacSignedVST/PurestEcho/source/PurestEcho.h index e16cde658..fd2b3b31d 100755 --- a/plugins/MacSignedVST/PurestEcho/source/PurestEcho.h +++ b/plugins/MacSignedVST/PurestEcho/source/PurestEcho.h @@ -1,7 +1,7 @@ /* ======================================== * PurestEcho - PurestEcho.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestEcho_H diff --git a/plugins/MacSignedVST/PurestEcho/source/PurestEchoProc.cpp b/plugins/MacSignedVST/PurestEcho/source/PurestEchoProc.cpp index a64daf546..9125c928a 100755 --- a/plugins/MacSignedVST/PurestEcho/source/PurestEchoProc.cpp +++ b/plugins/MacSignedVST/PurestEcho/source/PurestEchoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestEcho - PurestEcho.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestEcho_H diff --git a/plugins/MacSignedVST/PurestFade/source/PurestFade.cpp b/plugins/MacSignedVST/PurestFade/source/PurestFade.cpp index 1ed241db4..da48ab063 100755 --- a/plugins/MacSignedVST/PurestFade/source/PurestFade.cpp +++ b/plugins/MacSignedVST/PurestFade/source/PurestFade.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestFade - PurestFade.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestFade_H diff --git a/plugins/MacSignedVST/PurestFade/source/PurestFade.h b/plugins/MacSignedVST/PurestFade/source/PurestFade.h index 2a3540af6..68ed3a0f9 100755 --- a/plugins/MacSignedVST/PurestFade/source/PurestFade.h +++ b/plugins/MacSignedVST/PurestFade/source/PurestFade.h @@ -1,7 +1,7 @@ /* ======================================== * PurestFade - PurestFade.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestFade_H diff --git a/plugins/MacSignedVST/PurestFade/source/PurestFadeProc.cpp b/plugins/MacSignedVST/PurestFade/source/PurestFadeProc.cpp index eca9d83ce..9bdcd9095 100755 --- a/plugins/MacSignedVST/PurestFade/source/PurestFadeProc.cpp +++ b/plugins/MacSignedVST/PurestFade/source/PurestFadeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestFade - PurestFade.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestFade_H diff --git a/plugins/MacSignedVST/PurestGain/source/PurestGain.cpp b/plugins/MacSignedVST/PurestGain/source/PurestGain.cpp index d068d7fac..2a2a8b2a2 100755 --- a/plugins/MacSignedVST/PurestGain/source/PurestGain.cpp +++ b/plugins/MacSignedVST/PurestGain/source/PurestGain.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestGain - PurestGain.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestGain_H diff --git a/plugins/MacSignedVST/PurestGain/source/PurestGain.h b/plugins/MacSignedVST/PurestGain/source/PurestGain.h index b9d3a2d47..82cc11678 100755 --- a/plugins/MacSignedVST/PurestGain/source/PurestGain.h +++ b/plugins/MacSignedVST/PurestGain/source/PurestGain.h @@ -1,7 +1,7 @@ /* ======================================== * PurestGain - PurestGain.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestGain_H diff --git a/plugins/MacSignedVST/PurestGain/source/PurestGainProc.cpp b/plugins/MacSignedVST/PurestGain/source/PurestGainProc.cpp index 1bb58d727..e7ccc79e1 100755 --- a/plugins/MacSignedVST/PurestGain/source/PurestGainProc.cpp +++ b/plugins/MacSignedVST/PurestGain/source/PurestGainProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestGain - PurestGain.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestGain_H diff --git a/plugins/MacSignedVST/PurestSquish/source/PurestSquish.cpp b/plugins/MacSignedVST/PurestSquish/source/PurestSquish.cpp index e165860c5..eb12ae997 100755 --- a/plugins/MacSignedVST/PurestSquish/source/PurestSquish.cpp +++ b/plugins/MacSignedVST/PurestSquish/source/PurestSquish.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestSquish - PurestSquish.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestSquish_H diff --git a/plugins/MacSignedVST/PurestSquish/source/PurestSquish.h b/plugins/MacSignedVST/PurestSquish/source/PurestSquish.h index a1c96fccb..d04ba6859 100755 --- a/plugins/MacSignedVST/PurestSquish/source/PurestSquish.h +++ b/plugins/MacSignedVST/PurestSquish/source/PurestSquish.h @@ -1,7 +1,7 @@ /* ======================================== * PurestSquish - PurestSquish.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestSquish_H diff --git a/plugins/MacSignedVST/PurestSquish/source/PurestSquishProc.cpp b/plugins/MacSignedVST/PurestSquish/source/PurestSquishProc.cpp index 48ccc6d3a..71244cc7e 100755 --- a/plugins/MacSignedVST/PurestSquish/source/PurestSquishProc.cpp +++ b/plugins/MacSignedVST/PurestSquish/source/PurestSquishProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestSquish - PurestSquish.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestSquish_H diff --git a/plugins/MacSignedVST/PurestWarm/source/PurestWarm.cpp b/plugins/MacSignedVST/PurestWarm/source/PurestWarm.cpp index 13dbe8bd6..b05889473 100755 --- a/plugins/MacSignedVST/PurestWarm/source/PurestWarm.cpp +++ b/plugins/MacSignedVST/PurestWarm/source/PurestWarm.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestWarm - PurestWarm.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestWarm_H diff --git a/plugins/MacSignedVST/PurestWarm/source/PurestWarm.h b/plugins/MacSignedVST/PurestWarm/source/PurestWarm.h index 83fd9c336..35cd7e2f1 100755 --- a/plugins/MacSignedVST/PurestWarm/source/PurestWarm.h +++ b/plugins/MacSignedVST/PurestWarm/source/PurestWarm.h @@ -1,7 +1,7 @@ /* ======================================== * PurestWarm - PurestWarm.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestWarm_H diff --git a/plugins/MacSignedVST/PurestWarm/source/PurestWarmProc.cpp b/plugins/MacSignedVST/PurestWarm/source/PurestWarmProc.cpp index 9039bbcca..b9c909009 100755 --- a/plugins/MacSignedVST/PurestWarm/source/PurestWarmProc.cpp +++ b/plugins/MacSignedVST/PurestWarm/source/PurestWarmProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestWarm - PurestWarm.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestWarm_H diff --git a/plugins/MacSignedVST/PurestWarm2/PurestWarm2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/PurestWarm2/PurestWarm2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index 0e05e9502..912d63153 100755 Binary files a/plugins/MacSignedVST/PurestWarm2/PurestWarm2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/PurestWarm2/PurestWarm2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/PurestWarm2/PurestWarm2.xcodeproj/xcshareddata/xcschemes/PurestWarm2.xcscheme b/plugins/MacSignedVST/PurestWarm2/PurestWarm2.xcodeproj/xcshareddata/xcschemes/PurestWarm2.xcscheme index 2a269d480..31a168750 100644 --- a/plugins/MacSignedVST/PurestWarm2/PurestWarm2.xcodeproj/xcshareddata/xcschemes/PurestWarm2.xcscheme +++ b/plugins/MacSignedVST/PurestWarm2/PurestWarm2.xcodeproj/xcshareddata/xcschemes/PurestWarm2.xcscheme @@ -15,7 +15,7 @@ @@ -51,7 +51,7 @@ diff --git a/plugins/MacSignedVST/PurestWarm2/source/PurestWarm2.cpp b/plugins/MacSignedVST/PurestWarm2/source/PurestWarm2.cpp index 84734dae0..cab15183a 100755 --- a/plugins/MacSignedVST/PurestWarm2/source/PurestWarm2.cpp +++ b/plugins/MacSignedVST/PurestWarm2/source/PurestWarm2.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestWarm2 - PurestWarm2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H @@ -14,23 +14,6 @@ PurestWarm2::PurestWarm2(audioMasterCallback audioMaster) : { A = 0.0; B = 0.0; - double cutoff = 25000.0 / getSampleRate(); - if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k - fixA[fix_freq] = cutoff; - fixA[fix_reso] = 0.70710678; //butterworth Q - double K = tan(M_PI * fixA[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); - fixA[fix_a0] = K * K * norm; - fixA[fix_a1] = 2.0 * fixA[fix_a0]; - fixA[fix_a2] = fixA[fix_a0]; - fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; - fixA[fix_sL1] = 0.0; - fixA[fix_sL2] = 0.0; - fixA[fix_sR1] = 0.0; - fixA[fix_sR2] = 0.0; - //define entire filter in instantiation, it's totally static - fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacSignedVST/PurestWarm2/source/PurestWarm2.h b/plugins/MacSignedVST/PurestWarm2/source/PurestWarm2.h index 7596ea183..5c8de8703 100755 --- a/plugins/MacSignedVST/PurestWarm2/source/PurestWarm2.h +++ b/plugins/MacSignedVST/PurestWarm2/source/PurestWarm2.h @@ -1,7 +1,7 @@ /* ======================================== * PurestWarm2 - PurestWarm2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/PurestWarm2/source/PurestWarm2Proc.cpp b/plugins/MacSignedVST/PurestWarm2/source/PurestWarm2Proc.cpp index 8c33ef1ef..4b60952c5 100755 --- a/plugins/MacSignedVST/PurestWarm2/source/PurestWarm2Proc.cpp +++ b/plugins/MacSignedVST/PurestWarm2/source/PurestWarm2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestWarm2 - PurestWarm2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H @@ -16,7 +16,23 @@ void PurestWarm2::processReplacing(float **inputs, float **outputs, VstInt32 sam double pos = A; double neg = B; - + double cutoff = 25000.0 / getSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -68,7 +84,23 @@ void PurestWarm2::processDoubleReplacing(double **inputs, double **outputs, VstI double pos = A; double neg = B; - + double cutoff = 25000.0 / getSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/MacSignedVST/Pyewacket/source/Pyewacket.cpp b/plugins/MacSignedVST/Pyewacket/source/Pyewacket.cpp index 2be4313fe..7ead4455c 100755 --- a/plugins/MacSignedVST/Pyewacket/source/Pyewacket.cpp +++ b/plugins/MacSignedVST/Pyewacket/source/Pyewacket.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pyewacket - Pyewacket.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pyewacket_H diff --git a/plugins/MacSignedVST/Pyewacket/source/Pyewacket.h b/plugins/MacSignedVST/Pyewacket/source/Pyewacket.h index 5624c4b93..ca4f0816e 100755 --- a/plugins/MacSignedVST/Pyewacket/source/Pyewacket.h +++ b/plugins/MacSignedVST/Pyewacket/source/Pyewacket.h @@ -1,7 +1,7 @@ /* ======================================== * Pyewacket - Pyewacket.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pyewacket_H diff --git a/plugins/MacSignedVST/Pyewacket/source/PyewacketProc.cpp b/plugins/MacSignedVST/Pyewacket/source/PyewacketProc.cpp index 8b21a91fb..8d389ba84 100755 --- a/plugins/MacSignedVST/Pyewacket/source/PyewacketProc.cpp +++ b/plugins/MacSignedVST/Pyewacket/source/PyewacketProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pyewacket - Pyewacket.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pyewacket_H diff --git a/plugins/MacSignedVST/RawGlitters/source/RawGlitters.cpp b/plugins/MacSignedVST/RawGlitters/source/RawGlitters.cpp index 262b4122c..3ffa7bd33 100755 --- a/plugins/MacSignedVST/RawGlitters/source/RawGlitters.cpp +++ b/plugins/MacSignedVST/RawGlitters/source/RawGlitters.cpp @@ -1,6 +1,6 @@ /* ======================================== * RawGlitters - RawGlitters.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RawGlitters_H diff --git a/plugins/MacSignedVST/RawGlitters/source/RawGlitters.h b/plugins/MacSignedVST/RawGlitters/source/RawGlitters.h index 8ff9806d1..5e2a861e2 100755 --- a/plugins/MacSignedVST/RawGlitters/source/RawGlitters.h +++ b/plugins/MacSignedVST/RawGlitters/source/RawGlitters.h @@ -1,7 +1,7 @@ /* ======================================== * RawGlitters - RawGlitters.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __RawGlitters_H diff --git a/plugins/MacSignedVST/RawGlitters/source/RawGlittersProc.cpp b/plugins/MacSignedVST/RawGlitters/source/RawGlittersProc.cpp index c98e0f6cb..7cdfb0b25 100755 --- a/plugins/MacSignedVST/RawGlitters/source/RawGlittersProc.cpp +++ b/plugins/MacSignedVST/RawGlitters/source/RawGlittersProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * RawGlitters - RawGlitters.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RawGlitters_H diff --git a/plugins/MacSignedVST/RawTimbers/source/RawTimbers.cpp b/plugins/MacSignedVST/RawTimbers/source/RawTimbers.cpp index 9b0093a23..aa7098375 100755 --- a/plugins/MacSignedVST/RawTimbers/source/RawTimbers.cpp +++ b/plugins/MacSignedVST/RawTimbers/source/RawTimbers.cpp @@ -1,6 +1,6 @@ /* ======================================== * RawTimbers - RawTimbers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RawTimbers_H diff --git a/plugins/MacSignedVST/RawTimbers/source/RawTimbers.h b/plugins/MacSignedVST/RawTimbers/source/RawTimbers.h index 15311f058..61d4764f7 100755 --- a/plugins/MacSignedVST/RawTimbers/source/RawTimbers.h +++ b/plugins/MacSignedVST/RawTimbers/source/RawTimbers.h @@ -1,7 +1,7 @@ /* ======================================== * RawTimbers - RawTimbers.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __RawTimbers_H diff --git a/plugins/MacSignedVST/RawTimbers/source/RawTimbersProc.cpp b/plugins/MacSignedVST/RawTimbers/source/RawTimbersProc.cpp index 626a3c84a..521656d44 100755 --- a/plugins/MacSignedVST/RawTimbers/source/RawTimbersProc.cpp +++ b/plugins/MacSignedVST/RawTimbers/source/RawTimbersProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * RawTimbers - RawTimbers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RawTimbers_H diff --git a/plugins/MacSignedVST/Recurve/source/Recurve.cpp b/plugins/MacSignedVST/Recurve/source/Recurve.cpp index 8d8f1f0dc..1116b7237 100755 --- a/plugins/MacSignedVST/Recurve/source/Recurve.cpp +++ b/plugins/MacSignedVST/Recurve/source/Recurve.cpp @@ -1,6 +1,6 @@ /* ======================================== * Recurve - Recurve.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Recurve_H diff --git a/plugins/MacSignedVST/Recurve/source/Recurve.h b/plugins/MacSignedVST/Recurve/source/Recurve.h index 9a7875836..14e13e65a 100755 --- a/plugins/MacSignedVST/Recurve/source/Recurve.h +++ b/plugins/MacSignedVST/Recurve/source/Recurve.h @@ -1,7 +1,7 @@ /* ======================================== * Recurve - Recurve.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Recurve_H diff --git a/plugins/MacSignedVST/Recurve/source/RecurveProc.cpp b/plugins/MacSignedVST/Recurve/source/RecurveProc.cpp index c2e914454..8819850a1 100755 --- a/plugins/MacSignedVST/Recurve/source/RecurveProc.cpp +++ b/plugins/MacSignedVST/Recurve/source/RecurveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Recurve - Recurve.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Recurve_H diff --git a/plugins/MacSignedVST/Remap/source/Remap.cpp b/plugins/MacSignedVST/Remap/source/Remap.cpp index 99b46e0ca..70113fcca 100755 --- a/plugins/MacSignedVST/Remap/source/Remap.cpp +++ b/plugins/MacSignedVST/Remap/source/Remap.cpp @@ -1,6 +1,6 @@ /* ======================================== * Remap - Remap.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Remap_H diff --git a/plugins/MacSignedVST/Remap/source/Remap.h b/plugins/MacSignedVST/Remap/source/Remap.h index cd5a901e9..d1b2a6479 100755 --- a/plugins/MacSignedVST/Remap/source/Remap.h +++ b/plugins/MacSignedVST/Remap/source/Remap.h @@ -1,7 +1,7 @@ /* ======================================== * Remap - Remap.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Remap_H diff --git a/plugins/MacSignedVST/Remap/source/RemapProc.cpp b/plugins/MacSignedVST/Remap/source/RemapProc.cpp index 76f65d453..bfc1d1b0d 100755 --- a/plugins/MacSignedVST/Remap/source/RemapProc.cpp +++ b/plugins/MacSignedVST/Remap/source/RemapProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Remap - Remap.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Remap_H diff --git a/plugins/MacSignedVST/ResEQ/source/ResEQ.cpp b/plugins/MacSignedVST/ResEQ/source/ResEQ.cpp index ad7c8782f..9cfb067b4 100755 --- a/plugins/MacSignedVST/ResEQ/source/ResEQ.cpp +++ b/plugins/MacSignedVST/ResEQ/source/ResEQ.cpp @@ -1,6 +1,6 @@ /* ======================================== * ResEQ - ResEQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ResEQ_H diff --git a/plugins/MacSignedVST/ResEQ/source/ResEQ.h b/plugins/MacSignedVST/ResEQ/source/ResEQ.h index 59e973560..545bd07cb 100755 --- a/plugins/MacSignedVST/ResEQ/source/ResEQ.h +++ b/plugins/MacSignedVST/ResEQ/source/ResEQ.h @@ -1,7 +1,7 @@ /* ======================================== * ResEQ - ResEQ.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ResEQ_H diff --git a/plugins/MacSignedVST/ResEQ/source/ResEQProc.cpp b/plugins/MacSignedVST/ResEQ/source/ResEQProc.cpp index 51db2dce3..ec2004ae4 100755 --- a/plugins/MacSignedVST/ResEQ/source/ResEQProc.cpp +++ b/plugins/MacSignedVST/ResEQ/source/ResEQProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ResEQ - ResEQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ResEQ_H diff --git a/plugins/MacSignedVST/Reverb/source/Reverb.cpp b/plugins/MacSignedVST/Reverb/source/Reverb.cpp index 805f83de6..6a81a6822 100755 --- a/plugins/MacSignedVST/Reverb/source/Reverb.cpp +++ b/plugins/MacSignedVST/Reverb/source/Reverb.cpp @@ -1,6 +1,6 @@ /* ======================================== * Reverb - Reverb.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Reverb_H diff --git a/plugins/MacSignedVST/Reverb/source/Reverb.h b/plugins/MacSignedVST/Reverb/source/Reverb.h index 5d6f36229..9fda2f410 100755 --- a/plugins/MacSignedVST/Reverb/source/Reverb.h +++ b/plugins/MacSignedVST/Reverb/source/Reverb.h @@ -1,7 +1,7 @@ /* ======================================== * Reverb - Reverb.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Reverb_H diff --git a/plugins/MacSignedVST/Reverb/source/ReverbProc.cpp b/plugins/MacSignedVST/Reverb/source/ReverbProc.cpp index 3dce2d8af..976ef6c4a 100755 --- a/plugins/MacSignedVST/Reverb/source/ReverbProc.cpp +++ b/plugins/MacSignedVST/Reverb/source/ReverbProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Reverb - Reverb.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Reverb_H diff --git a/plugins/MacSignedVST/Righteous4/source/Righteous4.cpp b/plugins/MacSignedVST/Righteous4/source/Righteous4.cpp index ffedc9292..30fa988fc 100755 --- a/plugins/MacSignedVST/Righteous4/source/Righteous4.cpp +++ b/plugins/MacSignedVST/Righteous4/source/Righteous4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Righteous4 - Righteous4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Righteous4_H diff --git a/plugins/MacSignedVST/Righteous4/source/Righteous4.h b/plugins/MacSignedVST/Righteous4/source/Righteous4.h index 4ddd61ec9..5135ba238 100755 --- a/plugins/MacSignedVST/Righteous4/source/Righteous4.h +++ b/plugins/MacSignedVST/Righteous4/source/Righteous4.h @@ -1,7 +1,7 @@ /* ======================================== * Righteous4 - Righteous4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Righteous4_H diff --git a/plugins/MacSignedVST/Righteous4/source/Righteous4Proc.cpp b/plugins/MacSignedVST/Righteous4/source/Righteous4Proc.cpp index 3b330cb6d..e8bffa080 100755 --- a/plugins/MacSignedVST/Righteous4/source/Righteous4Proc.cpp +++ b/plugins/MacSignedVST/Righteous4/source/Righteous4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Righteous4 - Righteous4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Righteous4_H diff --git a/plugins/MacSignedVST/RightoMono/source/RightoMono.cpp b/plugins/MacSignedVST/RightoMono/source/RightoMono.cpp index 90fe07d51..99525f05c 100755 --- a/plugins/MacSignedVST/RightoMono/source/RightoMono.cpp +++ b/plugins/MacSignedVST/RightoMono/source/RightoMono.cpp @@ -1,6 +1,6 @@ /* ======================================== * RightoMono - RightoMono.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RightoMono_H diff --git a/plugins/MacSignedVST/RightoMono/source/RightoMono.h b/plugins/MacSignedVST/RightoMono/source/RightoMono.h index 273b68986..f49253e8f 100755 --- a/plugins/MacSignedVST/RightoMono/source/RightoMono.h +++ b/plugins/MacSignedVST/RightoMono/source/RightoMono.h @@ -1,7 +1,7 @@ /* ======================================== * RightoMono - RightoMono.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __RightoMono_H diff --git a/plugins/MacSignedVST/RightoMono/source/RightoMonoProc.cpp b/plugins/MacSignedVST/RightoMono/source/RightoMonoProc.cpp index 998f830b1..b9835a5d0 100755 --- a/plugins/MacSignedVST/RightoMono/source/RightoMonoProc.cpp +++ b/plugins/MacSignedVST/RightoMono/source/RightoMonoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * RightoMono - RightoMono.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RightoMono_H diff --git a/plugins/MacSignedVST/Shape/Shape.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/Shape/Shape.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate index ff43c21e2..cdc630cf8 100755 Binary files a/plugins/MacSignedVST/Shape/Shape.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate and b/plugins/MacSignedVST/Shape/Shape.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/Shape/Shape.xcodeproj/xcshareddata/xcschemes/Shape.xcscheme b/plugins/MacSignedVST/Shape/Shape.xcodeproj/xcshareddata/xcschemes/Shape.xcscheme index b3bb81f68..4d86352ff 100644 --- a/plugins/MacSignedVST/Shape/Shape.xcodeproj/xcshareddata/xcschemes/Shape.xcscheme +++ b/plugins/MacSignedVST/Shape/Shape.xcodeproj/xcshareddata/xcschemes/Shape.xcscheme @@ -15,7 +15,7 @@ @@ -51,7 +51,7 @@ diff --git a/plugins/MacSignedVST/Shape/source/Shape.cpp b/plugins/MacSignedVST/Shape/source/Shape.cpp index c70928041..5500ca668 100755 --- a/plugins/MacSignedVST/Shape/source/Shape.cpp +++ b/plugins/MacSignedVST/Shape/source/Shape.cpp @@ -1,6 +1,6 @@ /* ======================================== * Shape - Shape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H @@ -14,24 +14,6 @@ Shape::Shape(audioMasterCallback audioMaster) : { A = 0.5; B = 0.5; - - double cutoff = 25000.0 / getSampleRate(); - if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k - fixA[fix_freq] = cutoff; - fixA[fix_reso] = 0.70710678; //butterworth Q - double K = tan(M_PI * fixA[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); - fixA[fix_a0] = K * K * norm; - fixA[fix_a1] = 2.0 * fixA[fix_a0]; - fixA[fix_a2] = fixA[fix_a0]; - fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; - fixA[fix_sL1] = 0.0; - fixA[fix_sL2] = 0.0; - fixA[fix_sR1] = 0.0; - fixA[fix_sR2] = 0.0; - //define entire filter in instantiation, it's totally static - fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacSignedVST/Shape/source/Shape.h b/plugins/MacSignedVST/Shape/source/Shape.h index 3b1c216e7..eef82467b 100755 --- a/plugins/MacSignedVST/Shape/source/Shape.h +++ b/plugins/MacSignedVST/Shape/source/Shape.h @@ -1,7 +1,7 @@ /* ======================================== * Shape - Shape.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/Shape/source/ShapeProc.cpp b/plugins/MacSignedVST/Shape/source/ShapeProc.cpp index 6fcfebce3..2f24fdcf8 100755 --- a/plugins/MacSignedVST/Shape/source/ShapeProc.cpp +++ b/plugins/MacSignedVST/Shape/source/ShapeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Shape - Shape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H @@ -23,7 +23,23 @@ void Shape::processReplacing(float **inputs, float **outputs, VstInt32 sampleFra postOffset = sin(offset); } if (shape < 0) postOffset = asin(offset); - + double cutoff = 25000.0 / getSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -97,7 +113,23 @@ void Shape::processDoubleReplacing(double **inputs, double **outputs, VstInt32 s postOffset = sin(offset); } if (shape < 0) postOffset = asin(offset); - + double cutoff = 25000.0 / getSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/MacSignedVST/SideDull/source/SideDull.cpp b/plugins/MacSignedVST/SideDull/source/SideDull.cpp index 1153e90bc..4ed62d357 100755 --- a/plugins/MacSignedVST/SideDull/source/SideDull.cpp +++ b/plugins/MacSignedVST/SideDull/source/SideDull.cpp @@ -1,6 +1,6 @@ /* ======================================== * SideDull - SideDull.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SideDull_H diff --git a/plugins/MacSignedVST/SideDull/source/SideDull.h b/plugins/MacSignedVST/SideDull/source/SideDull.h index 36950fd08..66a75596b 100755 --- a/plugins/MacSignedVST/SideDull/source/SideDull.h +++ b/plugins/MacSignedVST/SideDull/source/SideDull.h @@ -1,7 +1,7 @@ /* ======================================== * SideDull - SideDull.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SideDull_H diff --git a/plugins/MacSignedVST/SideDull/source/SideDullProc.cpp b/plugins/MacSignedVST/SideDull/source/SideDullProc.cpp index 06f8ec15b..18c7c5921 100755 --- a/plugins/MacSignedVST/SideDull/source/SideDullProc.cpp +++ b/plugins/MacSignedVST/SideDull/source/SideDullProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SideDull - SideDull.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SideDull_H diff --git a/plugins/MacSignedVST/Sidepass/source/Sidepass.cpp b/plugins/MacSignedVST/Sidepass/source/Sidepass.cpp index 8dc84167f..e85f108c2 100755 --- a/plugins/MacSignedVST/Sidepass/source/Sidepass.cpp +++ b/plugins/MacSignedVST/Sidepass/source/Sidepass.cpp @@ -1,6 +1,6 @@ /* ======================================== * Sidepass - Sidepass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Sidepass_H diff --git a/plugins/MacSignedVST/Sidepass/source/Sidepass.h b/plugins/MacSignedVST/Sidepass/source/Sidepass.h index 4755073ea..299066238 100755 --- a/plugins/MacSignedVST/Sidepass/source/Sidepass.h +++ b/plugins/MacSignedVST/Sidepass/source/Sidepass.h @@ -1,7 +1,7 @@ /* ======================================== * Sidepass - Sidepass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Sidepass_H diff --git a/plugins/MacSignedVST/Sidepass/source/SidepassProc.cpp b/plugins/MacSignedVST/Sidepass/source/SidepassProc.cpp index b6b664d3f..8a1fb020b 100755 --- a/plugins/MacSignedVST/Sidepass/source/SidepassProc.cpp +++ b/plugins/MacSignedVST/Sidepass/source/SidepassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Sidepass - Sidepass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Sidepass_H diff --git a/plugins/MacSignedVST/Silhouette/source/Silhouette.cpp b/plugins/MacSignedVST/Silhouette/source/Silhouette.cpp index f9d7f26fd..c60b7ca82 100755 --- a/plugins/MacSignedVST/Silhouette/source/Silhouette.cpp +++ b/plugins/MacSignedVST/Silhouette/source/Silhouette.cpp @@ -1,6 +1,6 @@ /* ======================================== * Silhouette - Silhouette.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/Silhouette/source/Silhouette.h b/plugins/MacSignedVST/Silhouette/source/Silhouette.h index 8cc26bdab..2bb5d7596 100755 --- a/plugins/MacSignedVST/Silhouette/source/Silhouette.h +++ b/plugins/MacSignedVST/Silhouette/source/Silhouette.h @@ -1,7 +1,7 @@ /* ======================================== * Silhouette - Silhouette.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/Silhouette/source/SilhouetteProc.cpp b/plugins/MacSignedVST/Silhouette/source/SilhouetteProc.cpp index 264bfcce2..54176512d 100755 --- a/plugins/MacSignedVST/Silhouette/source/SilhouetteProc.cpp +++ b/plugins/MacSignedVST/Silhouette/source/SilhouetteProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Silhouette - Silhouette.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/SingleEndedTriode/source/SingleEndedTriode.cpp b/plugins/MacSignedVST/SingleEndedTriode/source/SingleEndedTriode.cpp index 28ba08c34..dff94c1ac 100755 --- a/plugins/MacSignedVST/SingleEndedTriode/source/SingleEndedTriode.cpp +++ b/plugins/MacSignedVST/SingleEndedTriode/source/SingleEndedTriode.cpp @@ -1,6 +1,6 @@ /* ======================================== * SingleEndedTriode - SingleEndedTriode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SingleEndedTriode_H diff --git a/plugins/MacSignedVST/SingleEndedTriode/source/SingleEndedTriode.h b/plugins/MacSignedVST/SingleEndedTriode/source/SingleEndedTriode.h index 340d8dbd8..552a695b6 100755 --- a/plugins/MacSignedVST/SingleEndedTriode/source/SingleEndedTriode.h +++ b/plugins/MacSignedVST/SingleEndedTriode/source/SingleEndedTriode.h @@ -1,7 +1,7 @@ /* ======================================== * SingleEndedTriode - SingleEndedTriode.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SingleEndedTriode_H diff --git a/plugins/MacSignedVST/SingleEndedTriode/source/SingleEndedTriodeProc.cpp b/plugins/MacSignedVST/SingleEndedTriode/source/SingleEndedTriodeProc.cpp index f2efba1a0..993db65f0 100755 --- a/plugins/MacSignedVST/SingleEndedTriode/source/SingleEndedTriodeProc.cpp +++ b/plugins/MacSignedVST/SingleEndedTriode/source/SingleEndedTriodeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SingleEndedTriode - SingleEndedTriode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SingleEndedTriode_H diff --git a/plugins/MacSignedVST/Slew/source/Slew.cpp b/plugins/MacSignedVST/Slew/source/Slew.cpp index a90a72f94..dce3a77cb 100755 --- a/plugins/MacSignedVST/Slew/source/Slew.cpp +++ b/plugins/MacSignedVST/Slew/source/Slew.cpp @@ -1,7 +1,7 @@ /* ======================================== * Slew - Slew.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew_H diff --git a/plugins/MacSignedVST/Slew/source/Slew.h b/plugins/MacSignedVST/Slew/source/Slew.h index c78cae48d..99531c22e 100755 --- a/plugins/MacSignedVST/Slew/source/Slew.h +++ b/plugins/MacSignedVST/Slew/source/Slew.h @@ -1,7 +1,7 @@ /* ======================================== * Slew - Slew.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew_H diff --git a/plugins/MacSignedVST/Slew/source/SlewProc.cpp b/plugins/MacSignedVST/Slew/source/SlewProc.cpp index 480beb3fd..89c973f4f 100755 --- a/plugins/MacSignedVST/Slew/source/SlewProc.cpp +++ b/plugins/MacSignedVST/Slew/source/SlewProc.cpp @@ -1,7 +1,7 @@ /* ======================================== * Slew - Slew.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew_H diff --git a/plugins/MacSignedVST/Slew2/source/Slew2.cpp b/plugins/MacSignedVST/Slew2/source/Slew2.cpp index 99d6314bc..6209cad7e 100755 --- a/plugins/MacSignedVST/Slew2/source/Slew2.cpp +++ b/plugins/MacSignedVST/Slew2/source/Slew2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Slew2 - Slew2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew2_H diff --git a/plugins/MacSignedVST/Slew2/source/Slew2.h b/plugins/MacSignedVST/Slew2/source/Slew2.h index f2e323a84..4312ef033 100755 --- a/plugins/MacSignedVST/Slew2/source/Slew2.h +++ b/plugins/MacSignedVST/Slew2/source/Slew2.h @@ -1,7 +1,7 @@ /* ======================================== * Slew2 - Slew2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew2_H diff --git a/plugins/MacSignedVST/Slew2/source/Slew2Proc.cpp b/plugins/MacSignedVST/Slew2/source/Slew2Proc.cpp index cea1b98e8..f3420799f 100755 --- a/plugins/MacSignedVST/Slew2/source/Slew2Proc.cpp +++ b/plugins/MacSignedVST/Slew2/source/Slew2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Slew2 - Slew2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew2_H diff --git a/plugins/MacSignedVST/Slew3/source/Slew3.cpp b/plugins/MacSignedVST/Slew3/source/Slew3.cpp index 96ce3829c..e13c621f8 100755 --- a/plugins/MacSignedVST/Slew3/source/Slew3.cpp +++ b/plugins/MacSignedVST/Slew3/source/Slew3.cpp @@ -1,6 +1,6 @@ /* ======================================== * Slew3 - Slew3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew3_H diff --git a/plugins/MacSignedVST/Slew3/source/Slew3.h b/plugins/MacSignedVST/Slew3/source/Slew3.h index fd14c2a8c..26ca14e86 100755 --- a/plugins/MacSignedVST/Slew3/source/Slew3.h +++ b/plugins/MacSignedVST/Slew3/source/Slew3.h @@ -1,7 +1,7 @@ /* ======================================== * Slew3 - Slew3.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew3_H diff --git a/plugins/MacSignedVST/Slew3/source/Slew3Proc.cpp b/plugins/MacSignedVST/Slew3/source/Slew3Proc.cpp index 5f3a8a8fa..b8bcdd573 100755 --- a/plugins/MacSignedVST/Slew3/source/Slew3Proc.cpp +++ b/plugins/MacSignedVST/Slew3/source/Slew3Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Slew3 - Slew3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew3_H diff --git a/plugins/MacSignedVST/SlewOnly/source/SlewOnly.cpp b/plugins/MacSignedVST/SlewOnly/source/SlewOnly.cpp index 0d9350b50..57cec5a93 100755 --- a/plugins/MacSignedVST/SlewOnly/source/SlewOnly.cpp +++ b/plugins/MacSignedVST/SlewOnly/source/SlewOnly.cpp @@ -1,6 +1,6 @@ /* ======================================== * SlewOnly - SlewOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SlewOnly_H diff --git a/plugins/MacSignedVST/SlewOnly/source/SlewOnly.h b/plugins/MacSignedVST/SlewOnly/source/SlewOnly.h index f4ab7bb8a..dc7a33dcc 100755 --- a/plugins/MacSignedVST/SlewOnly/source/SlewOnly.h +++ b/plugins/MacSignedVST/SlewOnly/source/SlewOnly.h @@ -1,7 +1,7 @@ /* ======================================== * SlewOnly - SlewOnly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SlewOnly_H diff --git a/plugins/MacSignedVST/SlewOnly/source/SlewOnlyProc.cpp b/plugins/MacSignedVST/SlewOnly/source/SlewOnlyProc.cpp index 5676a6f91..110aa1c09 100755 --- a/plugins/MacSignedVST/SlewOnly/source/SlewOnlyProc.cpp +++ b/plugins/MacSignedVST/SlewOnly/source/SlewOnlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SlewOnly - SlewOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SlewOnly_H diff --git a/plugins/MacSignedVST/Smooth/source/Smooth.cpp b/plugins/MacSignedVST/Smooth/source/Smooth.cpp index e134523b8..521bd8bf1 100755 --- a/plugins/MacSignedVST/Smooth/source/Smooth.cpp +++ b/plugins/MacSignedVST/Smooth/source/Smooth.cpp @@ -1,6 +1,6 @@ /* ======================================== * Smooth - Smooth.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Smooth_H diff --git a/plugins/MacSignedVST/Smooth/source/Smooth.h b/plugins/MacSignedVST/Smooth/source/Smooth.h index 15bca6583..3b786b3f7 100755 --- a/plugins/MacSignedVST/Smooth/source/Smooth.h +++ b/plugins/MacSignedVST/Smooth/source/Smooth.h @@ -1,7 +1,7 @@ /* ======================================== * Smooth - Smooth.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Smooth_H diff --git a/plugins/MacSignedVST/Smooth/source/SmoothProc.cpp b/plugins/MacSignedVST/Smooth/source/SmoothProc.cpp index 24d9c46f1..7c1f77524 100755 --- a/plugins/MacSignedVST/Smooth/source/SmoothProc.cpp +++ b/plugins/MacSignedVST/Smooth/source/SmoothProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Smooth - Smooth.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Smooth_H diff --git a/plugins/MacSignedVST/SoftGate/source/SoftGate.cpp b/plugins/MacSignedVST/SoftGate/source/SoftGate.cpp index 6fd4a52a3..f3fa60fad 100755 --- a/plugins/MacSignedVST/SoftGate/source/SoftGate.cpp +++ b/plugins/MacSignedVST/SoftGate/source/SoftGate.cpp @@ -1,6 +1,6 @@ /* ======================================== * SoftGate - SoftGate.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftGate_H diff --git a/plugins/MacSignedVST/SoftGate/source/SoftGate.h b/plugins/MacSignedVST/SoftGate/source/SoftGate.h index 153392e59..0789d9150 100755 --- a/plugins/MacSignedVST/SoftGate/source/SoftGate.h +++ b/plugins/MacSignedVST/SoftGate/source/SoftGate.h @@ -1,7 +1,7 @@ /* ======================================== * SoftGate - SoftGate.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftGate_H diff --git a/plugins/MacSignedVST/SoftGate/source/SoftGateProc.cpp b/plugins/MacSignedVST/SoftGate/source/SoftGateProc.cpp index 434d95547..4a92f52d1 100755 --- a/plugins/MacSignedVST/SoftGate/source/SoftGateProc.cpp +++ b/plugins/MacSignedVST/SoftGate/source/SoftGateProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SoftGate - SoftGate.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftGate_H diff --git a/plugins/MacSignedVST/SpatializeDither/source/SpatializeDither.cpp b/plugins/MacSignedVST/SpatializeDither/source/SpatializeDither.cpp index f145ddd43..f1d1787aa 100755 --- a/plugins/MacSignedVST/SpatializeDither/source/SpatializeDither.cpp +++ b/plugins/MacSignedVST/SpatializeDither/source/SpatializeDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * SpatializeDither - SpatializeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SpatializeDither_H diff --git a/plugins/MacSignedVST/SpatializeDither/source/SpatializeDither.h b/plugins/MacSignedVST/SpatializeDither/source/SpatializeDither.h index 2805c4ed4..e09eea22e 100755 --- a/plugins/MacSignedVST/SpatializeDither/source/SpatializeDither.h +++ b/plugins/MacSignedVST/SpatializeDither/source/SpatializeDither.h @@ -1,7 +1,7 @@ /* ======================================== * SpatializeDither - SpatializeDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SpatializeDither_H diff --git a/plugins/MacSignedVST/SpatializeDither/source/SpatializeDitherProc.cpp b/plugins/MacSignedVST/SpatializeDither/source/SpatializeDitherProc.cpp index 9b1e135f7..e22d9dfbd 100755 --- a/plugins/MacSignedVST/SpatializeDither/source/SpatializeDitherProc.cpp +++ b/plugins/MacSignedVST/SpatializeDither/source/SpatializeDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SpatializeDither - SpatializeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SpatializeDither_H diff --git a/plugins/MacSignedVST/Spiral/source/Spiral.cpp b/plugins/MacSignedVST/Spiral/source/Spiral.cpp index 11ef632c0..faa19e6ac 100755 --- a/plugins/MacSignedVST/Spiral/source/Spiral.cpp +++ b/plugins/MacSignedVST/Spiral/source/Spiral.cpp @@ -1,6 +1,6 @@ /* ======================================== * Spiral - Spiral.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral_H diff --git a/plugins/MacSignedVST/Spiral/source/Spiral.h b/plugins/MacSignedVST/Spiral/source/Spiral.h index 439f7cecc..541cdb297 100755 --- a/plugins/MacSignedVST/Spiral/source/Spiral.h +++ b/plugins/MacSignedVST/Spiral/source/Spiral.h @@ -1,7 +1,7 @@ /* ======================================== * Spiral - Spiral.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral_H diff --git a/plugins/MacSignedVST/Spiral/source/SpiralProc.cpp b/plugins/MacSignedVST/Spiral/source/SpiralProc.cpp index 2401ee59c..6d954d03a 100755 --- a/plugins/MacSignedVST/Spiral/source/SpiralProc.cpp +++ b/plugins/MacSignedVST/Spiral/source/SpiralProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Spiral - Spiral.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral_H diff --git a/plugins/MacSignedVST/Spiral2/source/Spiral2.cpp b/plugins/MacSignedVST/Spiral2/source/Spiral2.cpp index 1211da49e..e1cf31b96 100755 --- a/plugins/MacSignedVST/Spiral2/source/Spiral2.cpp +++ b/plugins/MacSignedVST/Spiral2/source/Spiral2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Spiral2 - Spiral2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral2_H diff --git a/plugins/MacSignedVST/Spiral2/source/Spiral2.h b/plugins/MacSignedVST/Spiral2/source/Spiral2.h index 3f64ec340..387e1e682 100755 --- a/plugins/MacSignedVST/Spiral2/source/Spiral2.h +++ b/plugins/MacSignedVST/Spiral2/source/Spiral2.h @@ -1,7 +1,7 @@ /* ======================================== * Spiral2 - Spiral2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral2_H diff --git a/plugins/MacSignedVST/Spiral2/source/Spiral2Proc.cpp b/plugins/MacSignedVST/Spiral2/source/Spiral2Proc.cpp index 18e1583b8..3aa230ff2 100755 --- a/plugins/MacSignedVST/Spiral2/source/Spiral2Proc.cpp +++ b/plugins/MacSignedVST/Spiral2/source/Spiral2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Spiral2 - Spiral2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral2_H diff --git a/plugins/MacSignedVST/Srsly/source/Srsly.cpp b/plugins/MacSignedVST/Srsly/source/Srsly.cpp index 6a7c5a896..37415e2eb 100755 --- a/plugins/MacSignedVST/Srsly/source/Srsly.cpp +++ b/plugins/MacSignedVST/Srsly/source/Srsly.cpp @@ -1,6 +1,6 @@ /* ======================================== * Srsly - Srsly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly_H diff --git a/plugins/MacSignedVST/Srsly/source/Srsly.h b/plugins/MacSignedVST/Srsly/source/Srsly.h index 6d1dcc7d9..d9848da5c 100755 --- a/plugins/MacSignedVST/Srsly/source/Srsly.h +++ b/plugins/MacSignedVST/Srsly/source/Srsly.h @@ -1,7 +1,7 @@ /* ======================================== * Srsly - Srsly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly_H diff --git a/plugins/MacSignedVST/Srsly/source/SrslyProc.cpp b/plugins/MacSignedVST/Srsly/source/SrslyProc.cpp index f59ea964b..cc5bee7d8 100755 --- a/plugins/MacSignedVST/Srsly/source/SrslyProc.cpp +++ b/plugins/MacSignedVST/Srsly/source/SrslyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Srsly - Srsly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly_H diff --git a/plugins/MacSignedVST/Srsly2/source/Srsly2.cpp b/plugins/MacSignedVST/Srsly2/source/Srsly2.cpp index 15cddce26..ff41db153 100755 --- a/plugins/MacSignedVST/Srsly2/source/Srsly2.cpp +++ b/plugins/MacSignedVST/Srsly2/source/Srsly2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Srsly2 - Srsly2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly2_H diff --git a/plugins/MacSignedVST/Srsly2/source/Srsly2.h b/plugins/MacSignedVST/Srsly2/source/Srsly2.h index f8c2bdbef..ce245be03 100755 --- a/plugins/MacSignedVST/Srsly2/source/Srsly2.h +++ b/plugins/MacSignedVST/Srsly2/source/Srsly2.h @@ -1,7 +1,7 @@ /* ======================================== * Srsly2 - Srsly2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly2_H diff --git a/plugins/MacSignedVST/Srsly2/source/Srsly2Proc.cpp b/plugins/MacSignedVST/Srsly2/source/Srsly2Proc.cpp index 13306512c..cad2de2c9 100755 --- a/plugins/MacSignedVST/Srsly2/source/Srsly2Proc.cpp +++ b/plugins/MacSignedVST/Srsly2/source/Srsly2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Srsly2 - Srsly2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly2_H diff --git a/plugins/MacSignedVST/StarChild/source/StarChild.cpp b/plugins/MacSignedVST/StarChild/source/StarChild.cpp index 610c87efc..ecf7b82a3 100755 --- a/plugins/MacSignedVST/StarChild/source/StarChild.cpp +++ b/plugins/MacSignedVST/StarChild/source/StarChild.cpp @@ -1,6 +1,6 @@ /* ======================================== * StarChild - StarChild.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StarChild_H diff --git a/plugins/MacSignedVST/StarChild/source/StarChild.h b/plugins/MacSignedVST/StarChild/source/StarChild.h index 157454b92..0934001b5 100755 --- a/plugins/MacSignedVST/StarChild/source/StarChild.h +++ b/plugins/MacSignedVST/StarChild/source/StarChild.h @@ -1,7 +1,7 @@ /* ======================================== * StarChild - StarChild.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StarChild_H diff --git a/plugins/MacSignedVST/StarChild/source/StarChildProc.cpp b/plugins/MacSignedVST/StarChild/source/StarChildProc.cpp index 608c93157..dbae24e49 100755 --- a/plugins/MacSignedVST/StarChild/source/StarChildProc.cpp +++ b/plugins/MacSignedVST/StarChild/source/StarChildProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StarChild - StarChild.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StarChild_H diff --git a/plugins/MacSignedVST/StereoChorus/source/StereoChorus.cpp b/plugins/MacSignedVST/StereoChorus/source/StereoChorus.cpp index 21ba5f0f8..64c88e583 100755 --- a/plugins/MacSignedVST/StereoChorus/source/StereoChorus.cpp +++ b/plugins/MacSignedVST/StereoChorus/source/StereoChorus.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoChorus - StereoChorus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoChorus_H diff --git a/plugins/MacSignedVST/StereoChorus/source/StereoChorus.h b/plugins/MacSignedVST/StereoChorus/source/StereoChorus.h index fcaa32741..70683fe0c 100755 --- a/plugins/MacSignedVST/StereoChorus/source/StereoChorus.h +++ b/plugins/MacSignedVST/StereoChorus/source/StereoChorus.h @@ -1,7 +1,7 @@ /* ======================================== * StereoChorus - StereoChorus.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoChorus_H diff --git a/plugins/MacSignedVST/StereoChorus/source/StereoChorusProc.cpp b/plugins/MacSignedVST/StereoChorus/source/StereoChorusProc.cpp index 13db60492..d9b038543 100755 --- a/plugins/MacSignedVST/StereoChorus/source/StereoChorusProc.cpp +++ b/plugins/MacSignedVST/StereoChorus/source/StereoChorusProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoChorus - StereoChorus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoChorus_H diff --git a/plugins/MacSignedVST/StereoDoubler/source/StereoDoubler.cpp b/plugins/MacSignedVST/StereoDoubler/source/StereoDoubler.cpp index e0c32f4d0..e56e98b73 100755 --- a/plugins/MacSignedVST/StereoDoubler/source/StereoDoubler.cpp +++ b/plugins/MacSignedVST/StereoDoubler/source/StereoDoubler.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoDoubler - StereoDoubler.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoDoubler_H diff --git a/plugins/MacSignedVST/StereoDoubler/source/StereoDoubler.h b/plugins/MacSignedVST/StereoDoubler/source/StereoDoubler.h index c3ae95d7b..3ca40cd32 100755 --- a/plugins/MacSignedVST/StereoDoubler/source/StereoDoubler.h +++ b/plugins/MacSignedVST/StereoDoubler/source/StereoDoubler.h @@ -1,7 +1,7 @@ /* ======================================== * StereoDoubler - StereoDoubler.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoDoubler_H diff --git a/plugins/MacSignedVST/StereoDoubler/source/StereoDoublerProc.cpp b/plugins/MacSignedVST/StereoDoubler/source/StereoDoublerProc.cpp index a0451870d..1d922c033 100755 --- a/plugins/MacSignedVST/StereoDoubler/source/StereoDoublerProc.cpp +++ b/plugins/MacSignedVST/StereoDoubler/source/StereoDoublerProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoDoubler - StereoDoubler.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoDoubler_H diff --git a/plugins/MacSignedVST/StereoEnsemble/source/StereoEnsemble.cpp b/plugins/MacSignedVST/StereoEnsemble/source/StereoEnsemble.cpp index 66ce11129..8bb49d5a8 100755 --- a/plugins/MacSignedVST/StereoEnsemble/source/StereoEnsemble.cpp +++ b/plugins/MacSignedVST/StereoEnsemble/source/StereoEnsemble.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoEnsemble - StereoEnsemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoEnsemble_H diff --git a/plugins/MacSignedVST/StereoEnsemble/source/StereoEnsemble.h b/plugins/MacSignedVST/StereoEnsemble/source/StereoEnsemble.h index 44dc8f8f9..4dec0448e 100755 --- a/plugins/MacSignedVST/StereoEnsemble/source/StereoEnsemble.h +++ b/plugins/MacSignedVST/StereoEnsemble/source/StereoEnsemble.h @@ -1,7 +1,7 @@ /* ======================================== * StereoEnsemble - StereoEnsemble.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoEnsemble_H diff --git a/plugins/MacSignedVST/StereoEnsemble/source/StereoEnsembleProc.cpp b/plugins/MacSignedVST/StereoEnsemble/source/StereoEnsembleProc.cpp index 96b457b15..23cbab8ed 100755 --- a/plugins/MacSignedVST/StereoEnsemble/source/StereoEnsembleProc.cpp +++ b/plugins/MacSignedVST/StereoEnsemble/source/StereoEnsembleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoEnsemble - StereoEnsemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoEnsemble_H diff --git a/plugins/MacSignedVST/StereoFX/source/StereoFX.cpp b/plugins/MacSignedVST/StereoFX/source/StereoFX.cpp index 8531bcdbe..3eaf4b0f1 100755 --- a/plugins/MacSignedVST/StereoFX/source/StereoFX.cpp +++ b/plugins/MacSignedVST/StereoFX/source/StereoFX.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoFX - StereoFX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoFX_H diff --git a/plugins/MacSignedVST/StereoFX/source/StereoFX.h b/plugins/MacSignedVST/StereoFX/source/StereoFX.h index 04d34a587..295aae89a 100755 --- a/plugins/MacSignedVST/StereoFX/source/StereoFX.h +++ b/plugins/MacSignedVST/StereoFX/source/StereoFX.h @@ -1,7 +1,7 @@ /* ======================================== * StereoFX - StereoFX.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoFX_H diff --git a/plugins/MacSignedVST/StereoFX/source/StereoFXProc.cpp b/plugins/MacSignedVST/StereoFX/source/StereoFXProc.cpp index 0c3ae4962..c315b7d67 100755 --- a/plugins/MacSignedVST/StereoFX/source/StereoFXProc.cpp +++ b/plugins/MacSignedVST/StereoFX/source/StereoFXProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoFX - StereoFX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoFX_H diff --git a/plugins/MacSignedVST/StudioTan/source/StudioTan.cpp b/plugins/MacSignedVST/StudioTan/source/StudioTan.cpp index 31242f798..17eb0864e 100755 --- a/plugins/MacSignedVST/StudioTan/source/StudioTan.cpp +++ b/plugins/MacSignedVST/StudioTan/source/StudioTan.cpp @@ -1,6 +1,6 @@ /* ======================================== * StudioTan - StudioTan.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StudioTan_H diff --git a/plugins/MacSignedVST/StudioTan/source/StudioTan.h b/plugins/MacSignedVST/StudioTan/source/StudioTan.h index 9e17ad768..7641724c6 100755 --- a/plugins/MacSignedVST/StudioTan/source/StudioTan.h +++ b/plugins/MacSignedVST/StudioTan/source/StudioTan.h @@ -1,7 +1,7 @@ /* ======================================== * StudioTan - StudioTan.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StudioTan_H diff --git a/plugins/MacSignedVST/StudioTan/source/StudioTanProc.cpp b/plugins/MacSignedVST/StudioTan/source/StudioTanProc.cpp index de2418d10..b2218a1e7 100755 --- a/plugins/MacSignedVST/StudioTan/source/StudioTanProc.cpp +++ b/plugins/MacSignedVST/StudioTan/source/StudioTanProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StudioTan - StudioTan.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StudioTan_H diff --git a/plugins/MacSignedVST/SubsOnly/source/SubsOnly.cpp b/plugins/MacSignedVST/SubsOnly/source/SubsOnly.cpp index ca64de56f..8c0ab5253 100755 --- a/plugins/MacSignedVST/SubsOnly/source/SubsOnly.cpp +++ b/plugins/MacSignedVST/SubsOnly/source/SubsOnly.cpp @@ -1,6 +1,6 @@ /* ======================================== * SubsOnly - SubsOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SubsOnly_H diff --git a/plugins/MacSignedVST/SubsOnly/source/SubsOnly.h b/plugins/MacSignedVST/SubsOnly/source/SubsOnly.h index f4bd2a51b..3345d462b 100755 --- a/plugins/MacSignedVST/SubsOnly/source/SubsOnly.h +++ b/plugins/MacSignedVST/SubsOnly/source/SubsOnly.h @@ -1,7 +1,7 @@ /* ======================================== * SubsOnly - SubsOnly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SubsOnly_H diff --git a/plugins/MacSignedVST/SubsOnly/source/SubsOnlyProc.cpp b/plugins/MacSignedVST/SubsOnly/source/SubsOnlyProc.cpp index 3a7df87a0..70ea43dd5 100755 --- a/plugins/MacSignedVST/SubsOnly/source/SubsOnlyProc.cpp +++ b/plugins/MacSignedVST/SubsOnly/source/SubsOnlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SubsOnly - SubsOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SubsOnly_H diff --git a/plugins/MacSignedVST/Surge/source/Surge.cpp b/plugins/MacSignedVST/Surge/source/Surge.cpp index e330af883..51962d051 100755 --- a/plugins/MacSignedVST/Surge/source/Surge.cpp +++ b/plugins/MacSignedVST/Surge/source/Surge.cpp @@ -1,6 +1,6 @@ /* ======================================== * Surge - Surge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Surge_H diff --git a/plugins/MacSignedVST/Surge/source/Surge.h b/plugins/MacSignedVST/Surge/source/Surge.h index 18d47a94a..ce5480653 100755 --- a/plugins/MacSignedVST/Surge/source/Surge.h +++ b/plugins/MacSignedVST/Surge/source/Surge.h @@ -1,7 +1,7 @@ /* ======================================== * Surge - Surge.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Surge_H diff --git a/plugins/MacSignedVST/Surge/source/SurgeProc.cpp b/plugins/MacSignedVST/Surge/source/SurgeProc.cpp index 145e5237c..bfaec7e15 100755 --- a/plugins/MacSignedVST/Surge/source/SurgeProc.cpp +++ b/plugins/MacSignedVST/Surge/source/SurgeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Surge - Surge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Surge_H diff --git a/plugins/MacSignedVST/SurgeTide/source/SurgeTide.cpp b/plugins/MacSignedVST/SurgeTide/source/SurgeTide.cpp index ba28ed38f..5519a7155 100755 --- a/plugins/MacSignedVST/SurgeTide/source/SurgeTide.cpp +++ b/plugins/MacSignedVST/SurgeTide/source/SurgeTide.cpp @@ -1,6 +1,6 @@ /* ======================================== * SurgeTide - SurgeTide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SurgeTide_H diff --git a/plugins/MacSignedVST/SurgeTide/source/SurgeTide.h b/plugins/MacSignedVST/SurgeTide/source/SurgeTide.h index f6a2b7cbf..2e54658c5 100755 --- a/plugins/MacSignedVST/SurgeTide/source/SurgeTide.h +++ b/plugins/MacSignedVST/SurgeTide/source/SurgeTide.h @@ -1,7 +1,7 @@ /* ======================================== * SurgeTide - SurgeTide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SurgeTide_H diff --git a/plugins/MacSignedVST/SurgeTide/source/SurgeTideProc.cpp b/plugins/MacSignedVST/SurgeTide/source/SurgeTideProc.cpp index 0db02fc7c..7691d2e5d 100755 --- a/plugins/MacSignedVST/SurgeTide/source/SurgeTideProc.cpp +++ b/plugins/MacSignedVST/SurgeTide/source/SurgeTideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SurgeTide - SurgeTide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SurgeTide_H diff --git a/plugins/MacSignedVST/Swell/source/Swell.cpp b/plugins/MacSignedVST/Swell/source/Swell.cpp index f1b5da9a3..f82a44571 100755 --- a/plugins/MacSignedVST/Swell/source/Swell.cpp +++ b/plugins/MacSignedVST/Swell/source/Swell.cpp @@ -1,6 +1,6 @@ /* ======================================== * Swell - Swell.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Swell_H diff --git a/plugins/MacSignedVST/Swell/source/Swell.h b/plugins/MacSignedVST/Swell/source/Swell.h index 1acfaf86c..d1e2b3dd8 100755 --- a/plugins/MacSignedVST/Swell/source/Swell.h +++ b/plugins/MacSignedVST/Swell/source/Swell.h @@ -1,7 +1,7 @@ /* ======================================== * Swell - Swell.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Swell_H diff --git a/plugins/MacSignedVST/Swell/source/SwellProc.cpp b/plugins/MacSignedVST/Swell/source/SwellProc.cpp index e076b5c11..77656f3ee 100755 --- a/plugins/MacSignedVST/Swell/source/SwellProc.cpp +++ b/plugins/MacSignedVST/Swell/source/SwellProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Swell - Swell.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Swell_H diff --git a/plugins/MacSignedVST/TPDFDither/source/TPDFDither.cpp b/plugins/MacSignedVST/TPDFDither/source/TPDFDither.cpp index 2266f5851..45da2a859 100755 --- a/plugins/MacSignedVST/TPDFDither/source/TPDFDither.cpp +++ b/plugins/MacSignedVST/TPDFDither/source/TPDFDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * TPDFDither - TPDFDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFDither_H diff --git a/plugins/MacSignedVST/TPDFDither/source/TPDFDither.h b/plugins/MacSignedVST/TPDFDither/source/TPDFDither.h index a1994f15b..b58213970 100755 --- a/plugins/MacSignedVST/TPDFDither/source/TPDFDither.h +++ b/plugins/MacSignedVST/TPDFDither/source/TPDFDither.h @@ -1,7 +1,7 @@ /* ======================================== * TPDFDither - TPDFDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFDither_H diff --git a/plugins/MacSignedVST/TPDFDither/source/TPDFDitherProc.cpp b/plugins/MacSignedVST/TPDFDither/source/TPDFDitherProc.cpp index b5b7f15bc..5ec2d0410 100755 --- a/plugins/MacSignedVST/TPDFDither/source/TPDFDitherProc.cpp +++ b/plugins/MacSignedVST/TPDFDither/source/TPDFDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TPDFDither - TPDFDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFDither_H diff --git a/plugins/MacSignedVST/TPDFWide/source/TPDFWide.cpp b/plugins/MacSignedVST/TPDFWide/source/TPDFWide.cpp index ff56d99ea..2e78157c4 100755 --- a/plugins/MacSignedVST/TPDFWide/source/TPDFWide.cpp +++ b/plugins/MacSignedVST/TPDFWide/source/TPDFWide.cpp @@ -1,6 +1,6 @@ /* ======================================== * TPDFWide - TPDFWide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFWide_H diff --git a/plugins/MacSignedVST/TPDFWide/source/TPDFWide.h b/plugins/MacSignedVST/TPDFWide/source/TPDFWide.h index 22842b76e..8f6e7c919 100755 --- a/plugins/MacSignedVST/TPDFWide/source/TPDFWide.h +++ b/plugins/MacSignedVST/TPDFWide/source/TPDFWide.h @@ -1,7 +1,7 @@ /* ======================================== * TPDFWide - TPDFWide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFWide_H diff --git a/plugins/MacSignedVST/TPDFWide/source/TPDFWideProc.cpp b/plugins/MacSignedVST/TPDFWide/source/TPDFWideProc.cpp index 150b4f39c..a0b3a1398 100755 --- a/plugins/MacSignedVST/TPDFWide/source/TPDFWideProc.cpp +++ b/plugins/MacSignedVST/TPDFWide/source/TPDFWideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TPDFWide - TPDFWide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFWide_H diff --git a/plugins/MacSignedVST/Tape/source/Tape.cpp b/plugins/MacSignedVST/Tape/source/Tape.cpp index 1d9fbb93e..7423e5678 100755 --- a/plugins/MacSignedVST/Tape/source/Tape.cpp +++ b/plugins/MacSignedVST/Tape/source/Tape.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tape - Tape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tape_H diff --git a/plugins/MacSignedVST/Tape/source/Tape.h b/plugins/MacSignedVST/Tape/source/Tape.h index f25c49302..b0700dd26 100755 --- a/plugins/MacSignedVST/Tape/source/Tape.h +++ b/plugins/MacSignedVST/Tape/source/Tape.h @@ -1,7 +1,7 @@ /* ======================================== * Tape - Tape.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Tape_H diff --git a/plugins/MacSignedVST/Tape/source/TapeProc.cpp b/plugins/MacSignedVST/Tape/source/TapeProc.cpp index 3a6fcc693..58f8d55a4 100755 --- a/plugins/MacSignedVST/Tape/source/TapeProc.cpp +++ b/plugins/MacSignedVST/Tape/source/TapeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tape - Tape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tape_H diff --git a/plugins/MacSignedVST/TapeDelay/source/TapeDelay.cpp b/plugins/MacSignedVST/TapeDelay/source/TapeDelay.cpp index 345f06d58..0405591d2 100755 --- a/plugins/MacSignedVST/TapeDelay/source/TapeDelay.cpp +++ b/plugins/MacSignedVST/TapeDelay/source/TapeDelay.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDelay - TapeDelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay_H diff --git a/plugins/MacSignedVST/TapeDelay/source/TapeDelay.h b/plugins/MacSignedVST/TapeDelay/source/TapeDelay.h index d1708fa60..60899fff5 100755 --- a/plugins/MacSignedVST/TapeDelay/source/TapeDelay.h +++ b/plugins/MacSignedVST/TapeDelay/source/TapeDelay.h @@ -1,7 +1,7 @@ /* ======================================== * TapeDelay - TapeDelay.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay_H diff --git a/plugins/MacSignedVST/TapeDelay/source/TapeDelayProc.cpp b/plugins/MacSignedVST/TapeDelay/source/TapeDelayProc.cpp index 6f42b02ff..203e35b53 100755 --- a/plugins/MacSignedVST/TapeDelay/source/TapeDelayProc.cpp +++ b/plugins/MacSignedVST/TapeDelay/source/TapeDelayProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDelay - TapeDelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay_H diff --git a/plugins/MacSignedVST/TapeDelay2/source/TapeDelay2.cpp b/plugins/MacSignedVST/TapeDelay2/source/TapeDelay2.cpp index 50963e88c..d77911e41 100755 --- a/plugins/MacSignedVST/TapeDelay2/source/TapeDelay2.cpp +++ b/plugins/MacSignedVST/TapeDelay2/source/TapeDelay2.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDelay2 - TapeDelay2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay2_H diff --git a/plugins/MacSignedVST/TapeDelay2/source/TapeDelay2.h b/plugins/MacSignedVST/TapeDelay2/source/TapeDelay2.h index 178d356fb..cb2a837b9 100755 --- a/plugins/MacSignedVST/TapeDelay2/source/TapeDelay2.h +++ b/plugins/MacSignedVST/TapeDelay2/source/TapeDelay2.h @@ -1,7 +1,7 @@ /* ======================================== * TapeDelay2 - TapeDelay2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay2_H diff --git a/plugins/MacSignedVST/TapeDelay2/source/TapeDelay2Proc.cpp b/plugins/MacSignedVST/TapeDelay2/source/TapeDelay2Proc.cpp index a6b4e4b2d..533957d05 100755 --- a/plugins/MacSignedVST/TapeDelay2/source/TapeDelay2Proc.cpp +++ b/plugins/MacSignedVST/TapeDelay2/source/TapeDelay2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDelay2 - TapeDelay2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay2_H diff --git a/plugins/MacSignedVST/TapeDither/source/TapeDither.cpp b/plugins/MacSignedVST/TapeDither/source/TapeDither.cpp index fdd04534f..5820dccb8 100755 --- a/plugins/MacSignedVST/TapeDither/source/TapeDither.cpp +++ b/plugins/MacSignedVST/TapeDither/source/TapeDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDither - TapeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDither_H diff --git a/plugins/MacSignedVST/TapeDither/source/TapeDither.h b/plugins/MacSignedVST/TapeDither/source/TapeDither.h index 2fec4c2eb..7b15a0fb9 100755 --- a/plugins/MacSignedVST/TapeDither/source/TapeDither.h +++ b/plugins/MacSignedVST/TapeDither/source/TapeDither.h @@ -1,7 +1,7 @@ /* ======================================== * TapeDither - TapeDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDither_H diff --git a/plugins/MacSignedVST/TapeDither/source/TapeDitherProc.cpp b/plugins/MacSignedVST/TapeDither/source/TapeDitherProc.cpp index f43301489..b30b79f40 100755 --- a/plugins/MacSignedVST/TapeDither/source/TapeDitherProc.cpp +++ b/plugins/MacSignedVST/TapeDither/source/TapeDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDither - TapeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDither_H diff --git a/plugins/MacSignedVST/TapeDust/source/TapeDust.cpp b/plugins/MacSignedVST/TapeDust/source/TapeDust.cpp index 11ff21768..0c6b196ec 100755 --- a/plugins/MacSignedVST/TapeDust/source/TapeDust.cpp +++ b/plugins/MacSignedVST/TapeDust/source/TapeDust.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDust - TapeDust.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDust_H diff --git a/plugins/MacSignedVST/TapeDust/source/TapeDust.h b/plugins/MacSignedVST/TapeDust/source/TapeDust.h index 4918fdcb3..53868ac3c 100755 --- a/plugins/MacSignedVST/TapeDust/source/TapeDust.h +++ b/plugins/MacSignedVST/TapeDust/source/TapeDust.h @@ -1,7 +1,7 @@ /* ======================================== * TapeDust - TapeDust.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDust_H diff --git a/plugins/MacSignedVST/TapeDust/source/TapeDustProc.cpp b/plugins/MacSignedVST/TapeDust/source/TapeDustProc.cpp index e4daa4864..43e4daa5a 100755 --- a/plugins/MacSignedVST/TapeDust/source/TapeDustProc.cpp +++ b/plugins/MacSignedVST/TapeDust/source/TapeDustProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDust - TapeDust.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDust_H diff --git a/plugins/MacSignedVST/TapeFat/source/TapeFat.cpp b/plugins/MacSignedVST/TapeFat/source/TapeFat.cpp index bcb1927b5..fde7d012e 100755 --- a/plugins/MacSignedVST/TapeFat/source/TapeFat.cpp +++ b/plugins/MacSignedVST/TapeFat/source/TapeFat.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeFat - TapeFat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeFat_H diff --git a/plugins/MacSignedVST/TapeFat/source/TapeFat.h b/plugins/MacSignedVST/TapeFat/source/TapeFat.h index 0ce30222f..a6e950220 100755 --- a/plugins/MacSignedVST/TapeFat/source/TapeFat.h +++ b/plugins/MacSignedVST/TapeFat/source/TapeFat.h @@ -1,7 +1,7 @@ /* ======================================== * TapeFat - TapeFat.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeFat_H diff --git a/plugins/MacSignedVST/TapeFat/source/TapeFatProc.cpp b/plugins/MacSignedVST/TapeFat/source/TapeFatProc.cpp index 1411a1454..6176324e7 100755 --- a/plugins/MacSignedVST/TapeFat/source/TapeFatProc.cpp +++ b/plugins/MacSignedVST/TapeFat/source/TapeFatProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeFat - TapeFat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeFat_H diff --git a/plugins/MacSignedVST/Texturize/source/Texturize.cpp b/plugins/MacSignedVST/Texturize/source/Texturize.cpp index c79bc3690..f2fc08f0a 100755 --- a/plugins/MacSignedVST/Texturize/source/Texturize.cpp +++ b/plugins/MacSignedVST/Texturize/source/Texturize.cpp @@ -1,6 +1,6 @@ /* ======================================== * Texturize - Texturize.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/Texturize/source/Texturize.h b/plugins/MacSignedVST/Texturize/source/Texturize.h index c78cac557..74c632da0 100755 --- a/plugins/MacSignedVST/Texturize/source/Texturize.h +++ b/plugins/MacSignedVST/Texturize/source/Texturize.h @@ -1,7 +1,7 @@ /* ======================================== * Texturize - Texturize.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/Texturize/source/TexturizeProc.cpp b/plugins/MacSignedVST/Texturize/source/TexturizeProc.cpp index c1e9722c6..ae17d9d5b 100755 --- a/plugins/MacSignedVST/Texturize/source/TexturizeProc.cpp +++ b/plugins/MacSignedVST/Texturize/source/TexturizeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Texturize - Texturize.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.pbxuser b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..dcf79902f --- /dev/null +++ b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,108 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* TexturizeMS */; + codeSenseManager = 8B02375F1D42B1C400E1E8C8 /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 364, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 324, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685052244; + PBXWorkspaceStateSaveDate = 685052244; + }; + sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* TexturizeMS.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {948, 2862}}"; + sepNavSelRange = "{4450, 0}"; + sepNavVisRange = "{3537, 2014}"; + sepNavWindowFrame = "{{12, 47}, {895, 831}}"; + }; + }; + 245463B80991757100464AD3 /* TexturizeMS.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1110, 1548}}"; + sepNavSelRange = "{2833, 0}"; + sepNavVisRange = "{0, 982}"; + sepNavWindowFrame = "{{20, 47}, {895, 831}}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 20267}}"; + sepNavSelRange = "{10616, 0}"; + sepNavVisRange = "{9653, 2414}"; + sepNavWindowFrame = "{{15, 42}, {895, 831}}"; + }; + }; + 24D8286F09A914000093AEF8 /* TexturizeMSProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {848, 5256}}"; + sepNavSelRange = "{8083, 0}"; + sepNavVisRange = "{328, 1090}"; + sepNavWindowFrame = "{{31, 42}, {895, 831}}"; + }; + }; + 8B02375E1D42B1C400E1E8C8 /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8B02375F1D42B1C400E1E8C8 /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8D01CCC60486CAD60068D4B7 /* TexturizeMS */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..1596fc2e0 --- /dev/null +++ b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1502 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8B02375D1D42B1C400E1E8C8 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 185 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 6 + 4 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {185, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {202, 446}} + GroupTreeTableConfiguration + + MainColumn + 185 + + RubberWindowFrame + 34 365 810 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 202pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8B0237581D42B1C400E1E8C8 + PBXProjectModuleLabel + Gain.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B0237591D42B1C400E1E8C8 + PBXProjectModuleLabel + Gain.h + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {603, 0}} + RubberWindowFrame + 34 365 810 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + Proportion + 441pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {603, 414}} + RubberWindowFrame + 34 365 810 487 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + + Module + PBXBuildResultsModule + + + + + Proportion + 603pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8BF9C88E28D514AD009E96CF + 1CA23ED40692098700951B8B + 8BF9C88F28D514AD009E96CF + 8B0237581D42B1C400E1E8C8 + 8BF9C89028D514AD009E96CF + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685053101.70127797 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + /Users/christopherjohnson/Desktop/TexturizeMS/TexturizeMS.xcodeproj + + WindowString + 34 365 810 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.projectFormatConflicts + IsVertical + + Layout + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 8BCAE52E1D49920D0047D4BD + + GeometryConfiguration + + Frame + {{0, 0}, {472, 302}} + RubberWindowFrame + 569 378 472 322 0 0 1440 878 + + Module + XCProjectFormatConflictsModule + Proportion + 302pt + + + Proportion + 302pt + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + + TableOfContents + + 8BCAE52F1D49920D0047D4BD + 8BCAE5301D49920D0047D4BD + 8BCAE52E1D49920D0047D4BD + + WindowContentMinSize + 450 300 + WindowString + 569 378 472 322 0 0 1440 878 + WindowToolGUID + 8BCAE52F1D49920D0047D4BD + WindowToolIsVisible + + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/project.pbxproj b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/project.pbxproj new file mode 100755 index 000000000..3b83b53c0 --- /dev/null +++ b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/project.pbxproj @@ -0,0 +1,454 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 2407DEB9089929BA00EB68BF /* TexturizeMS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* TexturizeMS.cpp */; }; + 245463B90991757100464AD3 /* TexturizeMS.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* TexturizeMS.h */; }; + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; + 24D8287009A914000093AEF8 /* TexturizeMSProc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* TexturizeMSProc.cpp */; }; + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; + 8B8BC79828DB87800093D701 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC78C28DB87800093D701 /* vstfxstore.h */; }; + 8B8BC79928DB87800093D701 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC78D28DB87800093D701 /* aeffect.h */; }; + 8B8BC79A28DB87800093D701 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC78E28DB87800093D701 /* aeffectx.h */; }; + 8B8BC79B28DB87800093D701 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC79228DB87800093D701 /* audioeffectx.h */; }; + 8B8BC79C28DB87800093D701 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BC79328DB87800093D701 /* audioeffect.cpp */; }; + 8B8BC79D28DB87800093D701 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BC79428DB87800093D701 /* audioeffectx.cpp */; }; + 8B8BC79E28DB87800093D701 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC79528DB87800093D701 /* aeffeditor.h */; }; + 8B8BC79F28DB87800093D701 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B8BC79628DB87800093D701 /* vstplugmain.cpp */; }; + 8B8BC7A028DB87800093D701 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B8BC79728DB87800093D701 /* audioeffect.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 2407DE920899296600EB68BF /* TexturizeMS.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TexturizeMS.vst; sourceTree = BUILT_PRODUCTS_DIR; }; + 2407DEB6089929BA00EB68BF /* TexturizeMS.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = TexturizeMS.cpp; path = source/TexturizeMS.cpp; sourceTree = ""; }; + 245463B80991757100464AD3 /* TexturizeMS.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TexturizeMS.h; path = source/TexturizeMS.h; sourceTree = ""; }; + 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; + 24D8286F09A914000093AEF8 /* TexturizeMSProc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TexturizeMSProc.cpp; path = source/TexturizeMSProc.cpp; sourceTree = ""; }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8B8BC78C28DB87800093D701 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 8B8BC78D28DB87800093D701 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 8B8BC78E28DB87800093D701 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 8B8BC79228DB87800093D701 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 8B8BC79328DB87800093D701 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 8B8BC79428DB87800093D701 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 8B8BC79528DB87800093D701 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 8B8BC79628DB87800093D701 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 8B8BC79728DB87800093D701 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* FM-Chopper */ = { + isa = PBXGroup; + children = ( + 19C28FB4FE9D528D11CA2CBB /* Products */, + 089C167CFE841241C02AAC07 /* Resources */, + 08FB77ADFE841716C02AAC07 /* Source */, + ); + name = "FM-Chopper"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */, + 24CFB70307E7A0220081BD57 /* PkgInfo */, + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 8B8BC78928DB87800093D701 /* vstsdk2.4 */, + 2407DEB6089929BA00EB68BF /* TexturizeMS.cpp */, + 24D8286F09A914000093AEF8 /* TexturizeMSProc.cpp */, + 245463B80991757100464AD3 /* TexturizeMS.h */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 2407DE920899296600EB68BF /* TexturizeMS.vst */, + ); + name = Products; + sourceTree = ""; + }; + 8B8BC78928DB87800093D701 /* vstsdk2.4 */ = { + isa = PBXGroup; + children = ( + 8B8BC78A28DB87800093D701 /* pluginterfaces */, + 8B8BC78F28DB87800093D701 /* public.sdk */, + ); + name = vstsdk2.4; + path = ../../../../vstsdk2.4; + sourceTree = ""; + }; + 8B8BC78A28DB87800093D701 /* pluginterfaces */ = { + isa = PBXGroup; + children = ( + 8B8BC78B28DB87800093D701 /* vst2.x */, + ); + path = pluginterfaces; + sourceTree = ""; + }; + 8B8BC78B28DB87800093D701 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 8B8BC78C28DB87800093D701 /* vstfxstore.h */, + 8B8BC78D28DB87800093D701 /* aeffect.h */, + 8B8BC78E28DB87800093D701 /* aeffectx.h */, + ); + path = vst2.x; + sourceTree = ""; + }; + 8B8BC78F28DB87800093D701 /* public.sdk */ = { + isa = PBXGroup; + children = ( + 8B8BC79028DB87800093D701 /* source */, + ); + path = public.sdk; + sourceTree = ""; + }; + 8B8BC79028DB87800093D701 /* source */ = { + isa = PBXGroup; + children = ( + 8B8BC79128DB87800093D701 /* vst2.x */, + ); + path = source; + sourceTree = ""; + }; + 8B8BC79128DB87800093D701 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 8B8BC79228DB87800093D701 /* audioeffectx.h */, + 8B8BC79328DB87800093D701 /* audioeffect.cpp */, + 8B8BC79428DB87800093D701 /* audioeffectx.cpp */, + 8B8BC79528DB87800093D701 /* aeffeditor.h */, + 8B8BC79628DB87800093D701 /* vstplugmain.cpp */, + 8B8BC79728DB87800093D701 /* audioeffect.h */, + ); + path = vst2.x; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B8BC79E28DB87800093D701 /* aeffeditor.h in Headers */, + 245463B90991757100464AD3 /* TexturizeMS.h in Headers */, + 8B8BC7A028DB87800093D701 /* audioeffect.h in Headers */, + 8B8BC79928DB87800093D701 /* aeffect.h in Headers */, + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, + 8B8BC79B28DB87800093D701 /* audioeffectx.h in Headers */, + 8B8BC79828DB87800093D701 /* vstfxstore.h in Headers */, + 8B8BC79A28DB87800093D701 /* aeffectx.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* TexturizeMS */ = { + isa = PBXNativeTarget; + buildConfigurationList = 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "TexturizeMS" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = TexturizeMS; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = "FM-Chopper"; + productReference = 2407DE920899296600EB68BF /* TexturizeMS.vst */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1340; + }; + buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "TexturizeMS" */; + compatibilityVersion = "Xcode 2.4"; + developmentRegion = en; + hasScannedForEncodings = 1; + knownRegions = ( + Base, + ja, + fr, + de, + en, + ); + mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* TexturizeMS */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy PkgInfo"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/bash; + shellScript = "cp mac/PkgInfo \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.vst/Contents/\""; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B8BC79D28DB87800093D701 /* audioeffectx.cpp in Sources */, + 2407DEB9089929BA00EB68BF /* TexturizeMS.cpp in Sources */, + 8B8BC79C28DB87800093D701 /* audioeffect.cpp in Sources */, + 8B8BC79F28DB87800093D701 /* vstplugmain.cpp in Sources */, + 24D8287009A914000093AEF8 /* TexturizeMSProc.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 24BEAAEE08919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + COPY_PHASE_STRIP = NO; + DEVELOPMENT_TEAM = 9BMAKYA76W; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = ""; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.TexturizeMS; + PRODUCT_NAME = TexturizeMS; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + SECTORDER_FLAGS = ""; + STRIP_STYLE = debugging; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Debug; + }; + 24BEAAEF08919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Developer ID Application"; + CODE_SIGN_STYLE = Manual; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = 9BMAKYA76W; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_MODEL_TUNING = ""; + GCC_OPTIMIZATION_LEVEL = s; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/Users/christopherjohnson/Desktop/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + INSTALL_PATH = "$(HOME)/Library/Audio/Plug-Ins/VST"; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 11.1; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_BUNDLE_IDENTIFIER = com.airwindows.TexturizeMS; + PRODUCT_NAME = TexturizeMS; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; + SECTORDER_FLAGS = ""; + SKIP_INSTALL = NO; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = debugging; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Release; + }; + 24BEAAF208919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_MODEL_TUNING = G5; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + 24BEAAF308919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_MODEL_TUNING = G4; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = s; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + MACOSX_DEPLOYMENT_TARGET = 11.1; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "TexturizeMS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAEE08919AE700E695F9 /* Debug */, + 24BEAAEF08919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "TexturizeMS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAF208919AE700E695F9 /* Debug */, + 24BEAAF308919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100755 index 000000000..a80c03824 --- /dev/null +++ b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..0e1c8c8d2 Binary files /dev/null and b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..314de0ff8 Binary files /dev/null and b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/spiadmin.mode1v3 b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/spiadmin.mode1v3 new file mode 100755 index 000000000..c5723261d --- /dev/null +++ b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/spiadmin.mode1v3 @@ -0,0 +1,1372 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 91857D9F148EF61800AAA11B + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 089C1671FE841209C02AAC07 + 19C28FB4FE9D528D11CA2CBB + 089C167CFE841241C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 11 + 10 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 693}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 711}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + _historyCapacity + 0 + bookmark + 911C2A9D1491A5F600A430AF + history + + 915DCCBB1491A5B8008574E6 + + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {1053, 508}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 508pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 513}, {1053, 198}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + XCDetailModule + Proportion + 198pt + + + Proportion + 1053pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 911C2A901491A5F600A430AF + 1CE0B1FE06471DED0097A5F4 + 911C2A911491A5F600A430AF + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 1 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 91857DA0148EF61800AAA11B + /Users/spiadmin/Documents/Gain/Gain.xcodeproj + + WindowString + 286 197 1261 752 0 0 1680 1028 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {743, 413}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 413pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 418}, {743, 236}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 654pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 91857DA0148EF61800AAA11B + 911C2A921491A5F600A430AF + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 112 208 743 695 0 0 1680 1028 + WindowToolGUID + 91857DA0148EF61800AAA11B + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/spiadmin.pbxuser b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/spiadmin.pbxuser new file mode 100755 index 000000000..df947808e --- /dev/null +++ b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/spiadmin.pbxuser @@ -0,0 +1,143 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Gain */; + codeSenseManager = 91857D95148EF55400AAA11B /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 829, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 789, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 345089498; + PBXWorkspaceStateSaveDate = 345089498; + }; + perUserProjectItems = { + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = 911C2A9D1491A5F600A430AF /* PBXTextBookmark */; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */; + }; + sourceControlManager = 91857D94148EF55400AAA11B /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Gain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 1768}}"; + sepNavSelRange = "{247, 0}"; + sepNavVisRange = "{0, 1657}"; + }; + }; + 245463B80991757100464AD3 /* Gain.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 975}}"; + sepNavSelRange = "{1552, 0}"; + sepNavVisRange = "{796, 1857}"; + sepNavWindowFrame = "{{15, 465}, {750, 558}}"; + }; + }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 488}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 798}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 19825}}"; + sepNavSelRange = "{10641, 0}"; + sepNavVisRange = "{10076, 1095}"; + }; + }; + 24D8286F09A914000093AEF8 /* GainProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 482}}"; + sepNavSelRange = "{239, 0}"; + sepNavVisRange = "{0, 950}"; + }; + }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 493}}"; + sepNavSelRange = "{249, 0}"; + sepNavVisRange = "{0, 249}"; + }; + }; + 8D01CCC60486CAD60068D4B7 /* Gain */ = { + activeExec = 0; + }; + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1657; + vrLoc = 0; + }; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1625; + vrLoc = 0; + }; + 91857D94148EF55400AAA11B /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 91857D95148EF55400AAA11B /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; +} diff --git a/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/xcshareddata/xcschemes/TexturizeMS.xcscheme b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/xcshareddata/xcschemes/TexturizeMS.xcscheme new file mode 100644 index 000000000..7e4c19626 --- /dev/null +++ b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/xcshareddata/xcschemes/TexturizeMS.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..44334a14c --- /dev/null +++ b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + TexturizeMS.xcscheme_^#shared#^_ + + orderHint + 1 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..a7bdd62d4 --- /dev/null +++ b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + «PROJECTNAME».xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme new file mode 100755 index 000000000..0df2de4a3 --- /dev/null +++ b/plugins/MacSignedVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacSignedVST/TexturizeMS/mac/Info.plist b/plugins/MacSignedVST/TexturizeMS/mac/Info.plist new file mode 100755 index 000000000..84f112fc8 --- /dev/null +++ b/plugins/MacSignedVST/TexturizeMS/mac/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + TexturizeMS + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacSignedVST/TexturizeMS/mac/PkgInfo b/plugins/MacSignedVST/TexturizeMS/mac/PkgInfo new file mode 100755 index 000000000..19a9cf67e --- /dev/null +++ b/plugins/MacSignedVST/TexturizeMS/mac/PkgInfo @@ -0,0 +1 @@ +BNDL???? \ No newline at end of file diff --git a/plugins/MacSignedVST/TexturizeMS/mac/xcode_vst_prefix.h b/plugins/MacSignedVST/TexturizeMS/mac/xcode_vst_prefix.h new file mode 100755 index 000000000..eaf4c0b4b --- /dev/null +++ b/plugins/MacSignedVST/TexturizeMS/mac/xcode_vst_prefix.h @@ -0,0 +1,17 @@ +#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 \ No newline at end of file diff --git a/plugins/MacSignedVST/TexturizeMS/source/TexturizeMS.cpp b/plugins/MacSignedVST/TexturizeMS/source/TexturizeMS.cpp new file mode 100755 index 000000000..8c2c47084 --- /dev/null +++ b/plugins/MacSignedVST/TexturizeMS/source/TexturizeMS.cpp @@ -0,0 +1,175 @@ +/* ======================================== + * TexturizeMS - TexturizeMS.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __TexturizeMS_H +#include "TexturizeMS.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new TexturizeMS(audioMaster);} + +TexturizeMS::TexturizeMS(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.5; + B = 0.5; + C = 0.5; + D = 0.5; + E = 0.5; + F = 0.5; + + polarityM = false; + lastSampleM = 0.0; + iirSampleM = 0.0; + noiseAM = 0.0; + noiseBM = 0.0; + noiseCM = 0.0; + flipM = true; + polarityS = false; + lastSampleS = 0.0; + iirSampleS = 0.0; + noiseAS = 0.0; + noiseBS = 0.0; + noiseCS = 0.0; + flipS = true; + + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +TexturizeMS::~TexturizeMS() {} +VstInt32 TexturizeMS::getVendorVersion () {return 1000;} +void TexturizeMS::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void TexturizeMS::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 TexturizeMS::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + chunkData[4] = E; + chunkData[5] = F; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 TexturizeMS::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + E = pinParameter(chunkData[4]); + F = pinParameter(chunkData[5]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void TexturizeMS::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + case kParamE: E = value; break; + case kParamF: F = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float TexturizeMS::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + case kParamE: return E; break; + case kParamF: return F; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void TexturizeMS::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "BrightM", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "PunchyM", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "DryWetM", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "BrightS", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "PunchyS", kVstMaxParamStrLen); break; + case kParamF: vst_strncpy (text, "DryWetS", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void TexturizeMS::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + case kParamB: float2string (B, text, kVstMaxParamStrLen); break; + case kParamC: float2string (C, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + case kParamE: float2string (E, text, kVstMaxParamStrLen); break; + case kParamF: float2string (F, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void TexturizeMS::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamF: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 TexturizeMS::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool TexturizeMS::getEffectName(char* name) { + vst_strncpy(name, "TexturizeMS", kVstMaxProductStrLen); return true; +} + +VstPlugCategory TexturizeMS::getPlugCategory() {return kPlugCategEffect;} + +bool TexturizeMS::getProductString(char* text) { + vst_strncpy (text, "airwindows TexturizeMS", kVstMaxProductStrLen); return true; +} + +bool TexturizeMS::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/MacSignedVST/TexturizeMS/source/TexturizeMS.h b/plugins/MacSignedVST/TexturizeMS/source/TexturizeMS.h new file mode 100755 index 000000000..40d33c975 --- /dev/null +++ b/plugins/MacSignedVST/TexturizeMS/source/TexturizeMS.h @@ -0,0 +1,88 @@ +/* ======================================== + * TexturizeMS - TexturizeMS.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __TexturizeMS_H +#define __TexturizeMS_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kParamE = 4, + kParamF = 5, + kNumParameters = 6 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'texu'; //Change this to what the AU identity is! + +class TexturizeMS : + public AudioEffectX +{ +public: + TexturizeMS(audioMasterCallback audioMaster); + ~TexturizeMS(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + bool polarityM; + double lastSampleM; + double iirSampleM; + double noiseAM; + double noiseBM; + double noiseCM; + bool flipM; + + bool polarityS; + double lastSampleS; + double iirSampleS; + double noiseAS; + double noiseBS; + double noiseCS; + bool flipS; + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + float A; + float B; + float C; + float D; + float E; + float F; //parameters. Always 0-1, and we scale/alter them elsewhere. + +}; + +#endif diff --git a/plugins/MacSignedVST/TexturizeMS/source/TexturizeMSProc.cpp b/plugins/MacSignedVST/TexturizeMS/source/TexturizeMSProc.cpp new file mode 100755 index 000000000..3d7ddbba1 --- /dev/null +++ b/plugins/MacSignedVST/TexturizeMS/source/TexturizeMSProc.cpp @@ -0,0 +1,270 @@ +/* ======================================== + * TexturizeMS - TexturizeMS.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __TexturizeMS_H +#include "TexturizeMS.h" +#endif + +void TexturizeMS::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double slewAmountM = ((pow(A,2.0)*4.0)+0.71)/overallscale; + double dynAmountM = pow(B,2.0); + double wetM = pow(C,5); + + double slewAmountS = ((pow(D,2.0)*4.0)+0.71)/overallscale; + double dynAmountS = pow(E,2.0); + double wetS = pow(F,5); + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + double mid = inputSampleL + inputSampleR; + double side = inputSampleL - inputSampleR; + //assign mid and side.Between these sections, you can do mid/side processing + double drySampleM = mid; + double drySampleS = side; + + //begin mid + if (mid < 0) { + if (polarityM == true) { + if (noiseAM < 0) flipM = true; + else flipM = false; + } + polarityM = false; + } else polarityM = true; + + if (flipM) noiseAM += (double(fpdL)/UINT32_MAX); + else noiseAM -= (double(fpdL)/UINT32_MAX); + //here's the guts of the random walk + flipM = !flipM; + + if (mid > 1.0) mid = 1.0; if (mid < -1.0) mid = -1.0; + if (dynAmountM < 0.4999) mid = (mid*dynAmountM*2.0) + (sin(mid)*(1.0-(dynAmountM*2.0))); + if (dynAmountM > 0.5001) mid = (asin(mid)*((dynAmountM*2.0)-1.0)) + (mid*(1.0-((dynAmountM*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBM = sin(noiseAM*(0.2-(dynAmountM*0.125))*fabs(mid)); + + double slew = fabs(mid-lastSampleM)*slewAmountM; + lastSampleM = mid*(0.86-(dynAmountM*0.125)); + + if (slew > 1.0) slew = 1.0; + double iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleM = (iirSampleM * (1.0 - iirIntensity)) + (noiseBM * iirIntensity); + noiseBM = iirSampleM; + noiseBM = (noiseBM * slew) + (noiseCM * (1.0-slew)); + noiseCM = noiseBM; + + mid = (noiseCM * wetM) + (drySampleM * (1.0-wetM)); + //end mid + + //begin side + if (side < 0) { + if (polarityS == true) { + if (noiseAS < 0) flipS = true; + else flipS = false; + } + polarityS = false; + } else polarityS = true; + + if (flipS) noiseAS += (double(fpdR)/UINT32_MAX); + else noiseAS -= (double(fpdR)/UINT32_MAX); + //here's the guts of the random walk + flipS = !flipS; + + if (side > 1.0) side = 1.0; if (side < -1.0) side = -1.0; + if (dynAmountS < 0.4999) side = (side*dynAmountS*2.0) + (sin(side)*(1.0-(dynAmountS*2.0))); + if (dynAmountS > 0.5001) side = (asin(side)*((dynAmountS*2.0)-1.0)) + (side*(1.0-((dynAmountS*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBS = sin(noiseAS*(0.2-(dynAmountS*0.125))*fabs(side)); + + slew = fabs(side-lastSampleS)*slewAmountS; + lastSampleS = side*(0.86-(dynAmountS*0.125)); + + if (slew > 1.0) slew = 1.0; + iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleS = (iirSampleS * (1.0 - iirIntensity)) + (noiseBS * iirIntensity); + noiseBS = iirSampleS; + noiseBS = (noiseBS * slew) + (noiseCS * (1.0-slew)); + noiseCS = noiseBS; + + side = (noiseCS * wetS) + (drySampleS * (1.0-wetS)); + //end side + + inputSampleL = (mid+side)/2.0; + inputSampleR = (mid-side)/2.0; + //unassign mid and side + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void TexturizeMS::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double slewAmountM = ((pow(A,2.0)*4.0)+0.71)/overallscale; + double dynAmountM = pow(B,2.0); + double wetM = pow(C,5); + + double slewAmountS = ((pow(D,2.0)*4.0)+0.71)/overallscale; + double dynAmountS = pow(E,2.0); + double wetS = pow(F,5); + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + double mid = inputSampleL + inputSampleR; + double side = inputSampleL - inputSampleR; + //assign mid and side.Between these sections, you can do mid/side processing + double drySampleM = mid; + double drySampleS = side; + + //begin mid + if (mid < 0) { + if (polarityM == true) { + if (noiseAM < 0) flipM = true; + else flipM = false; + } + polarityM = false; + } else polarityM = true; + + if (flipM) noiseAM += (double(fpdL)/UINT32_MAX); + else noiseAM -= (double(fpdL)/UINT32_MAX); + //here's the guts of the random walk + flipM = !flipM; + + if (mid > 1.0) mid = 1.0; if (mid < -1.0) mid = -1.0; + if (dynAmountM < 0.4999) mid = (mid*dynAmountM*2.0) + (sin(mid)*(1.0-(dynAmountM*2.0))); + if (dynAmountM > 0.5001) mid = (asin(mid)*((dynAmountM*2.0)-1.0)) + (mid*(1.0-((dynAmountM*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBM = sin(noiseAM*(0.2-(dynAmountM*0.125))*fabs(mid)); + + double slew = fabs(mid-lastSampleM)*slewAmountM; + lastSampleM = mid*(0.86-(dynAmountM*0.125)); + + if (slew > 1.0) slew = 1.0; + double iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleM = (iirSampleM * (1.0 - iirIntensity)) + (noiseBM * iirIntensity); + noiseBM = iirSampleM; + noiseBM = (noiseBM * slew) + (noiseCM * (1.0-slew)); + noiseCM = noiseBM; + + mid = (noiseCM * wetM) + (drySampleM * (1.0-wetM)); + //end mid + + //begin side + if (side < 0) { + if (polarityS == true) { + if (noiseAS < 0) flipS = true; + else flipS = false; + } + polarityS = false; + } else polarityS = true; + + if (flipS) noiseAS += (double(fpdR)/UINT32_MAX); + else noiseAS -= (double(fpdR)/UINT32_MAX); + //here's the guts of the random walk + flipS = !flipS; + + if (side > 1.0) side = 1.0; if (side < -1.0) side = -1.0; + if (dynAmountS < 0.4999) side = (side*dynAmountS*2.0) + (sin(side)*(1.0-(dynAmountS*2.0))); + if (dynAmountS > 0.5001) side = (asin(side)*((dynAmountS*2.0)-1.0)) + (side*(1.0-((dynAmountS*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBS = sin(noiseAS*(0.2-(dynAmountS*0.125))*fabs(side)); + + slew = fabs(side-lastSampleS)*slewAmountS; + lastSampleS = side*(0.86-(dynAmountS*0.125)); + + if (slew > 1.0) slew = 1.0; + iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleS = (iirSampleS * (1.0 - iirIntensity)) + (noiseBS * iirIntensity); + noiseBS = iirSampleS; + noiseBS = (noiseBS * slew) + (noiseCS * (1.0-slew)); + noiseCS = noiseBS; + + side = (noiseCS * wetS) + (drySampleS * (1.0-wetS)); + //end side + + inputSampleL = (mid+side)/2.0; + inputSampleR = (mid-side)/2.0; + //unassign mid and side + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/MacSignedVST/Thunder/source/Thunder.cpp b/plugins/MacSignedVST/Thunder/source/Thunder.cpp index b206dace5..2748d81ca 100755 --- a/plugins/MacSignedVST/Thunder/source/Thunder.cpp +++ b/plugins/MacSignedVST/Thunder/source/Thunder.cpp @@ -1,6 +1,6 @@ /* ======================================== * Thunder - Thunder.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Thunder_H diff --git a/plugins/MacSignedVST/Thunder/source/Thunder.h b/plugins/MacSignedVST/Thunder/source/Thunder.h index fc8bf411e..73be6420d 100755 --- a/plugins/MacSignedVST/Thunder/source/Thunder.h +++ b/plugins/MacSignedVST/Thunder/source/Thunder.h @@ -1,7 +1,7 @@ /* ======================================== * Thunder - Thunder.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Thunder_H diff --git a/plugins/MacSignedVST/Thunder/source/ThunderProc.cpp b/plugins/MacSignedVST/Thunder/source/ThunderProc.cpp index ce6b41c13..06a92ca99 100755 --- a/plugins/MacSignedVST/Thunder/source/ThunderProc.cpp +++ b/plugins/MacSignedVST/Thunder/source/ThunderProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Thunder - Thunder.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Thunder_H diff --git a/plugins/MacSignedVST/ToTape5/source/ToTape5.cpp b/plugins/MacSignedVST/ToTape5/source/ToTape5.cpp index 509c70874..96b2d495f 100755 --- a/plugins/MacSignedVST/ToTape5/source/ToTape5.cpp +++ b/plugins/MacSignedVST/ToTape5/source/ToTape5.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToTape5 - ToTape5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape5_H diff --git a/plugins/MacSignedVST/ToTape5/source/ToTape5.h b/plugins/MacSignedVST/ToTape5/source/ToTape5.h index b35426a07..93b025271 100755 --- a/plugins/MacSignedVST/ToTape5/source/ToTape5.h +++ b/plugins/MacSignedVST/ToTape5/source/ToTape5.h @@ -1,7 +1,7 @@ /* ======================================== * ToTape5 - ToTape5.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape5_H diff --git a/plugins/MacSignedVST/ToTape5/source/ToTape5Proc.cpp b/plugins/MacSignedVST/ToTape5/source/ToTape5Proc.cpp index f2ad65562..4e63f1013 100755 --- a/plugins/MacSignedVST/ToTape5/source/ToTape5Proc.cpp +++ b/plugins/MacSignedVST/ToTape5/source/ToTape5Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToTape5 - ToTape5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape5_H diff --git a/plugins/MacSignedVST/ToTape6/source/ToTape6.cpp b/plugins/MacSignedVST/ToTape6/source/ToTape6.cpp index fe39aef98..4a47b2f3a 100755 --- a/plugins/MacSignedVST/ToTape6/source/ToTape6.cpp +++ b/plugins/MacSignedVST/ToTape6/source/ToTape6.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToTape6 - ToTape6.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape6_H diff --git a/plugins/MacSignedVST/ToTape6/source/ToTape6.h b/plugins/MacSignedVST/ToTape6/source/ToTape6.h index 1f447dcc7..64de32353 100755 --- a/plugins/MacSignedVST/ToTape6/source/ToTape6.h +++ b/plugins/MacSignedVST/ToTape6/source/ToTape6.h @@ -1,7 +1,7 @@ /* ======================================== * ToTape6 - ToTape6.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape6_H diff --git a/plugins/MacSignedVST/ToTape6/source/ToTape6Proc.cpp b/plugins/MacSignedVST/ToTape6/source/ToTape6Proc.cpp index ea7353a5a..f581d62b9 100755 --- a/plugins/MacSignedVST/ToTape6/source/ToTape6Proc.cpp +++ b/plugins/MacSignedVST/ToTape6/source/ToTape6Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToTape6 - ToTape6.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape6_H diff --git a/plugins/MacSignedVST/ToVinyl4/source/ToVinyl4.cpp b/plugins/MacSignedVST/ToVinyl4/source/ToVinyl4.cpp index 3d46fd518..3ef29e79a 100755 --- a/plugins/MacSignedVST/ToVinyl4/source/ToVinyl4.cpp +++ b/plugins/MacSignedVST/ToVinyl4/source/ToVinyl4.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToVinyl4 - ToVinyl4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToVinyl4_H diff --git a/plugins/MacSignedVST/ToVinyl4/source/ToVinyl4.h b/plugins/MacSignedVST/ToVinyl4/source/ToVinyl4.h index d1a7363eb..7fe942c2c 100755 --- a/plugins/MacSignedVST/ToVinyl4/source/ToVinyl4.h +++ b/plugins/MacSignedVST/ToVinyl4/source/ToVinyl4.h @@ -1,7 +1,7 @@ /* ======================================== * ToVinyl4 - ToVinyl4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ToVinyl4_H diff --git a/plugins/MacSignedVST/ToVinyl4/source/ToVinyl4Proc.cpp b/plugins/MacSignedVST/ToVinyl4/source/ToVinyl4Proc.cpp index 1bb4c1841..a97cd7133 100755 --- a/plugins/MacSignedVST/ToVinyl4/source/ToVinyl4Proc.cpp +++ b/plugins/MacSignedVST/ToVinyl4/source/ToVinyl4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToVinyl4 - ToVinyl4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToVinyl4_H diff --git a/plugins/MacSignedVST/ToneSlant/source/ToneSlant.cpp b/plugins/MacSignedVST/ToneSlant/source/ToneSlant.cpp index 6bc494340..f03319e22 100755 --- a/plugins/MacSignedVST/ToneSlant/source/ToneSlant.cpp +++ b/plugins/MacSignedVST/ToneSlant/source/ToneSlant.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToneSlant - ToneSlant.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToneSlant_H diff --git a/plugins/MacSignedVST/ToneSlant/source/ToneSlant.h b/plugins/MacSignedVST/ToneSlant/source/ToneSlant.h index ca55bbf14..91251af18 100755 --- a/plugins/MacSignedVST/ToneSlant/source/ToneSlant.h +++ b/plugins/MacSignedVST/ToneSlant/source/ToneSlant.h @@ -1,7 +1,7 @@ /* ======================================== * ToneSlant - ToneSlant.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ToneSlant_H diff --git a/plugins/MacSignedVST/ToneSlant/source/ToneSlantProc.cpp b/plugins/MacSignedVST/ToneSlant/source/ToneSlantProc.cpp index 7397d8aa4..82980828d 100755 --- a/plugins/MacSignedVST/ToneSlant/source/ToneSlantProc.cpp +++ b/plugins/MacSignedVST/ToneSlant/source/ToneSlantProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToneSlant - ToneSlant.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToneSlant_H diff --git a/plugins/MacSignedVST/TransDesk/source/TransDesk.cpp b/plugins/MacSignedVST/TransDesk/source/TransDesk.cpp index d26434509..bc1bb1f5f 100755 --- a/plugins/MacSignedVST/TransDesk/source/TransDesk.cpp +++ b/plugins/MacSignedVST/TransDesk/source/TransDesk.cpp @@ -1,6 +1,6 @@ /* ======================================== * TransDesk - TransDesk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TransDesk_H diff --git a/plugins/MacSignedVST/TransDesk/source/TransDesk.h b/plugins/MacSignedVST/TransDesk/source/TransDesk.h index 4657525a2..afaa8b2bf 100755 --- a/plugins/MacSignedVST/TransDesk/source/TransDesk.h +++ b/plugins/MacSignedVST/TransDesk/source/TransDesk.h @@ -1,7 +1,7 @@ /* ======================================== * TransDesk - TransDesk.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TransDesk_H diff --git a/plugins/MacSignedVST/TransDesk/source/TransDeskProc.cpp b/plugins/MacSignedVST/TransDesk/source/TransDeskProc.cpp index 9768c73fb..dde1201fc 100755 --- a/plugins/MacSignedVST/TransDesk/source/TransDeskProc.cpp +++ b/plugins/MacSignedVST/TransDesk/source/TransDeskProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TransDesk - TransDesk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TransDesk_H diff --git a/plugins/MacSignedVST/TremoSquare/source/TremoSquare.cpp b/plugins/MacSignedVST/TremoSquare/source/TremoSquare.cpp index 3bd90f485..4753bb0bb 100755 --- a/plugins/MacSignedVST/TremoSquare/source/TremoSquare.cpp +++ b/plugins/MacSignedVST/TremoSquare/source/TremoSquare.cpp @@ -1,6 +1,6 @@ /* ======================================== * TremoSquare - TremoSquare.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TremoSquare_H diff --git a/plugins/MacSignedVST/TremoSquare/source/TremoSquare.h b/plugins/MacSignedVST/TremoSquare/source/TremoSquare.h index afb4dbe98..0ca35b09c 100755 --- a/plugins/MacSignedVST/TremoSquare/source/TremoSquare.h +++ b/plugins/MacSignedVST/TremoSquare/source/TremoSquare.h @@ -1,7 +1,7 @@ /* ======================================== * TremoSquare - TremoSquare.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TremoSquare_H diff --git a/plugins/MacSignedVST/TremoSquare/source/TremoSquareProc.cpp b/plugins/MacSignedVST/TremoSquare/source/TremoSquareProc.cpp index bcea40a75..37f237a26 100755 --- a/plugins/MacSignedVST/TremoSquare/source/TremoSquareProc.cpp +++ b/plugins/MacSignedVST/TremoSquare/source/TremoSquareProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TremoSquare - TremoSquare.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TremoSquare_H diff --git a/plugins/MacSignedVST/Tremolo/source/Tremolo.cpp b/plugins/MacSignedVST/Tremolo/source/Tremolo.cpp index b57f9ec20..918ff9e30 100755 --- a/plugins/MacSignedVST/Tremolo/source/Tremolo.cpp +++ b/plugins/MacSignedVST/Tremolo/source/Tremolo.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tremolo - Tremolo.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tremolo_H diff --git a/plugins/MacSignedVST/Tremolo/source/Tremolo.h b/plugins/MacSignedVST/Tremolo/source/Tremolo.h index 1f1d00675..69b853c13 100755 --- a/plugins/MacSignedVST/Tremolo/source/Tremolo.h +++ b/plugins/MacSignedVST/Tremolo/source/Tremolo.h @@ -1,7 +1,7 @@ /* ======================================== * Tremolo - Tremolo.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Tremolo_H diff --git a/plugins/MacSignedVST/Tremolo/source/TremoloProc.cpp b/plugins/MacSignedVST/Tremolo/source/TremoloProc.cpp index e63f0b044..148aa76fe 100755 --- a/plugins/MacSignedVST/Tremolo/source/TremoloProc.cpp +++ b/plugins/MacSignedVST/Tremolo/source/TremoloProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tremolo - Tremolo.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tremolo_H diff --git a/plugins/MacSignedVST/TripleSpread/source/TripleSpread.cpp b/plugins/MacSignedVST/TripleSpread/source/TripleSpread.cpp index c9ce7c968..a22d97160 100755 --- a/plugins/MacSignedVST/TripleSpread/source/TripleSpread.cpp +++ b/plugins/MacSignedVST/TripleSpread/source/TripleSpread.cpp @@ -1,6 +1,6 @@ /* ======================================== * TripleSpread - TripleSpread.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TripleSpread_H diff --git a/plugins/MacSignedVST/TripleSpread/source/TripleSpread.h b/plugins/MacSignedVST/TripleSpread/source/TripleSpread.h index 1d2dbf5fa..95e0074c6 100755 --- a/plugins/MacSignedVST/TripleSpread/source/TripleSpread.h +++ b/plugins/MacSignedVST/TripleSpread/source/TripleSpread.h @@ -1,7 +1,7 @@ /* ======================================== * TripleSpread - TripleSpread.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TripleSpread_H diff --git a/plugins/MacSignedVST/TripleSpread/source/TripleSpreadProc.cpp b/plugins/MacSignedVST/TripleSpread/source/TripleSpreadProc.cpp index c04e6dfed..538586227 100755 --- a/plugins/MacSignedVST/TripleSpread/source/TripleSpreadProc.cpp +++ b/plugins/MacSignedVST/TripleSpread/source/TripleSpreadProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TripleSpread - TripleSpread.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TripleSpread_H diff --git a/plugins/MacSignedVST/Tube/source/Tube.cpp b/plugins/MacSignedVST/Tube/source/Tube.cpp index 78ecd37d2..ad6b2a8c4 100755 --- a/plugins/MacSignedVST/Tube/source/Tube.cpp +++ b/plugins/MacSignedVST/Tube/source/Tube.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tube - Tube.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube_H diff --git a/plugins/MacSignedVST/Tube/source/Tube.h b/plugins/MacSignedVST/Tube/source/Tube.h index c423e2802..5431998ed 100755 --- a/plugins/MacSignedVST/Tube/source/Tube.h +++ b/plugins/MacSignedVST/Tube/source/Tube.h @@ -1,7 +1,7 @@ /* ======================================== * Tube - Tube.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube_H diff --git a/plugins/MacSignedVST/Tube/source/TubeProc.cpp b/plugins/MacSignedVST/Tube/source/TubeProc.cpp index 068a6ea5e..91c0ad671 100755 --- a/plugins/MacSignedVST/Tube/source/TubeProc.cpp +++ b/plugins/MacSignedVST/Tube/source/TubeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tube - Tube.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube_H diff --git a/plugins/MacSignedVST/Tube2/source/Tube2.cpp b/plugins/MacSignedVST/Tube2/source/Tube2.cpp index e7e68ec2f..b0ad863ae 100755 --- a/plugins/MacSignedVST/Tube2/source/Tube2.cpp +++ b/plugins/MacSignedVST/Tube2/source/Tube2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tube2 - Tube2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube2_H diff --git a/plugins/MacSignedVST/Tube2/source/Tube2.h b/plugins/MacSignedVST/Tube2/source/Tube2.h index 80bfcc84b..4021c32a0 100755 --- a/plugins/MacSignedVST/Tube2/source/Tube2.h +++ b/plugins/MacSignedVST/Tube2/source/Tube2.h @@ -1,7 +1,7 @@ /* ======================================== * Tube2 - Tube2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube2_H diff --git a/plugins/MacSignedVST/Tube2/source/Tube2Proc.cpp b/plugins/MacSignedVST/Tube2/source/Tube2Proc.cpp index e3c528b96..29975a97d 100755 --- a/plugins/MacSignedVST/Tube2/source/Tube2Proc.cpp +++ b/plugins/MacSignedVST/Tube2/source/Tube2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tube2 - Tube2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube2_H diff --git a/plugins/MacSignedVST/TubeDesk/source/TubeDesk.cpp b/plugins/MacSignedVST/TubeDesk/source/TubeDesk.cpp index 5a42bb4aa..54188913c 100755 --- a/plugins/MacSignedVST/TubeDesk/source/TubeDesk.cpp +++ b/plugins/MacSignedVST/TubeDesk/source/TubeDesk.cpp @@ -1,6 +1,6 @@ /* ======================================== * TubeDesk - TubeDesk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TubeDesk_H diff --git a/plugins/MacSignedVST/TubeDesk/source/TubeDesk.h b/plugins/MacSignedVST/TubeDesk/source/TubeDesk.h index 7ef3e35be..750d6eab4 100755 --- a/plugins/MacSignedVST/TubeDesk/source/TubeDesk.h +++ b/plugins/MacSignedVST/TubeDesk/source/TubeDesk.h @@ -1,7 +1,7 @@ /* ======================================== * TubeDesk - TubeDesk.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TubeDesk_H diff --git a/plugins/MacSignedVST/TubeDesk/source/TubeDeskProc.cpp b/plugins/MacSignedVST/TubeDesk/source/TubeDeskProc.cpp index 72b8fe2c7..51d9aa032 100755 --- a/plugins/MacSignedVST/TubeDesk/source/TubeDeskProc.cpp +++ b/plugins/MacSignedVST/TubeDesk/source/TubeDeskProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TubeDesk - TubeDesk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TubeDesk_H diff --git a/plugins/MacSignedVST/UltrasonX/source/UltrasonX.cpp b/plugins/MacSignedVST/UltrasonX/source/UltrasonX.cpp index 1b8a52d6a..fdf38e331 100755 --- a/plugins/MacSignedVST/UltrasonX/source/UltrasonX.cpp +++ b/plugins/MacSignedVST/UltrasonX/source/UltrasonX.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonX - UltrasonX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonX_H diff --git a/plugins/MacSignedVST/UltrasonX/source/UltrasonX.h b/plugins/MacSignedVST/UltrasonX/source/UltrasonX.h index dccd0df88..222bee25c 100755 --- a/plugins/MacSignedVST/UltrasonX/source/UltrasonX.h +++ b/plugins/MacSignedVST/UltrasonX/source/UltrasonX.h @@ -1,7 +1,7 @@ /* ======================================== * UltrasonX - UltrasonX.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonX_H diff --git a/plugins/MacSignedVST/UltrasonX/source/UltrasonXProc.cpp b/plugins/MacSignedVST/UltrasonX/source/UltrasonXProc.cpp index 09a93d0a6..2f55654a8 100755 --- a/plugins/MacSignedVST/UltrasonX/source/UltrasonXProc.cpp +++ b/plugins/MacSignedVST/UltrasonX/source/UltrasonXProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonX - UltrasonX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonX_H diff --git a/plugins/MacSignedVST/Ultrasonic/source/Ultrasonic.cpp b/plugins/MacSignedVST/Ultrasonic/source/Ultrasonic.cpp index fe70912b4..05d23c1e4 100755 --- a/plugins/MacSignedVST/Ultrasonic/source/Ultrasonic.cpp +++ b/plugins/MacSignedVST/Ultrasonic/source/Ultrasonic.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ultrasonic - Ultrasonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ultrasonic_H diff --git a/plugins/MacSignedVST/Ultrasonic/source/Ultrasonic.h b/plugins/MacSignedVST/Ultrasonic/source/Ultrasonic.h index d67457d29..3cbd0a56d 100755 --- a/plugins/MacSignedVST/Ultrasonic/source/Ultrasonic.h +++ b/plugins/MacSignedVST/Ultrasonic/source/Ultrasonic.h @@ -1,7 +1,7 @@ /* ======================================== * Ultrasonic - Ultrasonic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Ultrasonic_H diff --git a/plugins/MacSignedVST/Ultrasonic/source/UltrasonicProc.cpp b/plugins/MacSignedVST/Ultrasonic/source/UltrasonicProc.cpp index edd6126a8..7b835441a 100755 --- a/plugins/MacSignedVST/Ultrasonic/source/UltrasonicProc.cpp +++ b/plugins/MacSignedVST/Ultrasonic/source/UltrasonicProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ultrasonic - Ultrasonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ultrasonic_H diff --git a/plugins/MacSignedVST/UltrasonicLite/source/UltrasonicLite.cpp b/plugins/MacSignedVST/UltrasonicLite/source/UltrasonicLite.cpp index 5f5d08cf1..86de0c844 100755 --- a/plugins/MacSignedVST/UltrasonicLite/source/UltrasonicLite.cpp +++ b/plugins/MacSignedVST/UltrasonicLite/source/UltrasonicLite.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonicLite - UltrasonicLite.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicLite_H diff --git a/plugins/MacSignedVST/UltrasonicLite/source/UltrasonicLite.h b/plugins/MacSignedVST/UltrasonicLite/source/UltrasonicLite.h index a78879605..5c56a928e 100755 --- a/plugins/MacSignedVST/UltrasonicLite/source/UltrasonicLite.h +++ b/plugins/MacSignedVST/UltrasonicLite/source/UltrasonicLite.h @@ -1,7 +1,7 @@ /* ======================================== * UltrasonicLite - UltrasonicLite.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicLite_H diff --git a/plugins/MacSignedVST/UltrasonicLite/source/UltrasonicLiteProc.cpp b/plugins/MacSignedVST/UltrasonicLite/source/UltrasonicLiteProc.cpp index 7f272fd56..77d740211 100755 --- a/plugins/MacSignedVST/UltrasonicLite/source/UltrasonicLiteProc.cpp +++ b/plugins/MacSignedVST/UltrasonicLite/source/UltrasonicLiteProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonicLite - UltrasonicLite.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicLite_H diff --git a/plugins/MacSignedVST/UltrasonicMed/source/UltrasonicMed.cpp b/plugins/MacSignedVST/UltrasonicMed/source/UltrasonicMed.cpp index 906bb46a6..5b9092231 100755 --- a/plugins/MacSignedVST/UltrasonicMed/source/UltrasonicMed.cpp +++ b/plugins/MacSignedVST/UltrasonicMed/source/UltrasonicMed.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonicMed - UltrasonicMed.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicMed_H diff --git a/plugins/MacSignedVST/UltrasonicMed/source/UltrasonicMed.h b/plugins/MacSignedVST/UltrasonicMed/source/UltrasonicMed.h index f50f4ef2a..0bd494b90 100755 --- a/plugins/MacSignedVST/UltrasonicMed/source/UltrasonicMed.h +++ b/plugins/MacSignedVST/UltrasonicMed/source/UltrasonicMed.h @@ -1,7 +1,7 @@ /* ======================================== * UltrasonicMed - UltrasonicMed.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicMed_H diff --git a/plugins/MacSignedVST/UltrasonicMed/source/UltrasonicMedProc.cpp b/plugins/MacSignedVST/UltrasonicMed/source/UltrasonicMedProc.cpp index 1f01a5f47..a504a3ee8 100755 --- a/plugins/MacSignedVST/UltrasonicMed/source/UltrasonicMedProc.cpp +++ b/plugins/MacSignedVST/UltrasonicMed/source/UltrasonicMedProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonicMed - UltrasonicMed.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicMed_H diff --git a/plugins/MacSignedVST/UnBox/source/UnBox.cpp b/plugins/MacSignedVST/UnBox/source/UnBox.cpp index 211bdb712..ec862dcb8 100755 --- a/plugins/MacSignedVST/UnBox/source/UnBox.cpp +++ b/plugins/MacSignedVST/UnBox/source/UnBox.cpp @@ -1,6 +1,6 @@ /* ======================================== * UnBox - UnBox.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UnBox_H diff --git a/plugins/MacSignedVST/UnBox/source/UnBox.h b/plugins/MacSignedVST/UnBox/source/UnBox.h index 838b6062e..777a87542 100755 --- a/plugins/MacSignedVST/UnBox/source/UnBox.h +++ b/plugins/MacSignedVST/UnBox/source/UnBox.h @@ -1,7 +1,7 @@ /* ======================================== * UnBox - UnBox.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UnBox_H diff --git a/plugins/MacSignedVST/UnBox/source/UnBoxProc.cpp b/plugins/MacSignedVST/UnBox/source/UnBoxProc.cpp index cbeae0d5e..504d731c8 100755 --- a/plugins/MacSignedVST/UnBox/source/UnBoxProc.cpp +++ b/plugins/MacSignedVST/UnBox/source/UnBoxProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * UnBox - UnBox.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UnBox_H diff --git a/plugins/MacSignedVST/VariMu/source/VariMu.cpp b/plugins/MacSignedVST/VariMu/source/VariMu.cpp index e71b73000..0979f6722 100755 --- a/plugins/MacSignedVST/VariMu/source/VariMu.cpp +++ b/plugins/MacSignedVST/VariMu/source/VariMu.cpp @@ -1,6 +1,6 @@ /* ======================================== * VariMu - VariMu.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VariMu_H diff --git a/plugins/MacSignedVST/VariMu/source/VariMu.h b/plugins/MacSignedVST/VariMu/source/VariMu.h index d06ae8cfc..609fe827a 100755 --- a/plugins/MacSignedVST/VariMu/source/VariMu.h +++ b/plugins/MacSignedVST/VariMu/source/VariMu.h @@ -1,7 +1,7 @@ /* ======================================== * VariMu - VariMu.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VariMu_H diff --git a/plugins/MacSignedVST/VariMu/source/VariMuProc.cpp b/plugins/MacSignedVST/VariMu/source/VariMuProc.cpp index a4482761f..5cf5e2aec 100755 --- a/plugins/MacSignedVST/VariMu/source/VariMuProc.cpp +++ b/plugins/MacSignedVST/VariMu/source/VariMuProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * VariMu - VariMu.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VariMu_H diff --git a/plugins/MacSignedVST/Verbity/source/Verbity.cpp b/plugins/MacSignedVST/Verbity/source/Verbity.cpp index f001167fc..951c71c78 100755 --- a/plugins/MacSignedVST/Verbity/source/Verbity.cpp +++ b/plugins/MacSignedVST/Verbity/source/Verbity.cpp @@ -1,6 +1,6 @@ /* ======================================== * Verbity - Verbity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity_H diff --git a/plugins/MacSignedVST/Verbity/source/Verbity.h b/plugins/MacSignedVST/Verbity/source/Verbity.h index 3e755e0e8..d1b42171c 100755 --- a/plugins/MacSignedVST/Verbity/source/Verbity.h +++ b/plugins/MacSignedVST/Verbity/source/Verbity.h @@ -1,7 +1,7 @@ /* ======================================== * Verbity - Verbity.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity_H diff --git a/plugins/MacSignedVST/Verbity/source/VerbityProc.cpp b/plugins/MacSignedVST/Verbity/source/VerbityProc.cpp index 286a798c8..ec3a9a3ba 100755 --- a/plugins/MacSignedVST/Verbity/source/VerbityProc.cpp +++ b/plugins/MacSignedVST/Verbity/source/VerbityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Verbity - Verbity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity_H diff --git a/plugins/MacSignedVST/Verbity2/source/Verbity2.cpp b/plugins/MacSignedVST/Verbity2/source/Verbity2.cpp index 2a032b899..a6043e929 100755 --- a/plugins/MacSignedVST/Verbity2/source/Verbity2.cpp +++ b/plugins/MacSignedVST/Verbity2/source/Verbity2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Verbity2 - Verbity2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity2_H diff --git a/plugins/MacSignedVST/Verbity2/source/Verbity2.h b/plugins/MacSignedVST/Verbity2/source/Verbity2.h index 0b3aac772..44dab88f7 100755 --- a/plugins/MacSignedVST/Verbity2/source/Verbity2.h +++ b/plugins/MacSignedVST/Verbity2/source/Verbity2.h @@ -1,7 +1,7 @@ /* ======================================== * Verbity2 - Verbity2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity2_H diff --git a/plugins/MacSignedVST/Verbity2/source/Verbity2Proc.cpp b/plugins/MacSignedVST/Verbity2/source/Verbity2Proc.cpp index 032426d3d..7ae4d7a3c 100755 --- a/plugins/MacSignedVST/Verbity2/source/Verbity2Proc.cpp +++ b/plugins/MacSignedVST/Verbity2/source/Verbity2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Verbity2 - Verbity2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity2_H diff --git a/plugins/MacSignedVST/Vibrato/source/Vibrato.cpp b/plugins/MacSignedVST/Vibrato/source/Vibrato.cpp index 9993a661d..e93b01913 100755 --- a/plugins/MacSignedVST/Vibrato/source/Vibrato.cpp +++ b/plugins/MacSignedVST/Vibrato/source/Vibrato.cpp @@ -1,6 +1,6 @@ /* ======================================== * Vibrato - Vibrato.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Vibrato_H diff --git a/plugins/MacSignedVST/Vibrato/source/Vibrato.h b/plugins/MacSignedVST/Vibrato/source/Vibrato.h index 6ad509090..968444332 100755 --- a/plugins/MacSignedVST/Vibrato/source/Vibrato.h +++ b/plugins/MacSignedVST/Vibrato/source/Vibrato.h @@ -1,7 +1,7 @@ /* ======================================== * Vibrato - Vibrato.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Vibrato_H diff --git a/plugins/MacSignedVST/Vibrato/source/VibratoProc.cpp b/plugins/MacSignedVST/Vibrato/source/VibratoProc.cpp index bcb855ae9..eca8717c1 100755 --- a/plugins/MacSignedVST/Vibrato/source/VibratoProc.cpp +++ b/plugins/MacSignedVST/Vibrato/source/VibratoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Vibrato - Vibrato.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Vibrato_H diff --git a/plugins/MacSignedVST/VinylDither/source/VinylDither.cpp b/plugins/MacSignedVST/VinylDither/source/VinylDither.cpp index 2538e55f8..8668d4136 100755 --- a/plugins/MacSignedVST/VinylDither/source/VinylDither.cpp +++ b/plugins/MacSignedVST/VinylDither/source/VinylDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * VinylDither - VinylDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VinylDither_H diff --git a/plugins/MacSignedVST/VinylDither/source/VinylDither.h b/plugins/MacSignedVST/VinylDither/source/VinylDither.h index 2e1c695f9..10f32b00c 100755 --- a/plugins/MacSignedVST/VinylDither/source/VinylDither.h +++ b/plugins/MacSignedVST/VinylDither/source/VinylDither.h @@ -1,7 +1,7 @@ /* ======================================== * VinylDither - VinylDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VinylDither_H diff --git a/plugins/MacSignedVST/VinylDither/source/VinylDitherProc.cpp b/plugins/MacSignedVST/VinylDither/source/VinylDitherProc.cpp index 1adede36a..16f91bb2f 100755 --- a/plugins/MacSignedVST/VinylDither/source/VinylDitherProc.cpp +++ b/plugins/MacSignedVST/VinylDither/source/VinylDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * VinylDither - VinylDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VinylDither_H diff --git a/plugins/MacSignedVST/VoiceOfTheStarship/source/VoiceOfTheStarship.cpp b/plugins/MacSignedVST/VoiceOfTheStarship/source/VoiceOfTheStarship.cpp index ac1ed8939..d9b663607 100755 --- a/plugins/MacSignedVST/VoiceOfTheStarship/source/VoiceOfTheStarship.cpp +++ b/plugins/MacSignedVST/VoiceOfTheStarship/source/VoiceOfTheStarship.cpp @@ -1,6 +1,6 @@ /* ======================================== * VoiceOfTheStarship - VoiceOfTheStarship.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceOfTheStarship_H diff --git a/plugins/MacSignedVST/VoiceOfTheStarship/source/VoiceOfTheStarship.h b/plugins/MacSignedVST/VoiceOfTheStarship/source/VoiceOfTheStarship.h index 51c66c043..9f64ab10f 100755 --- a/plugins/MacSignedVST/VoiceOfTheStarship/source/VoiceOfTheStarship.h +++ b/plugins/MacSignedVST/VoiceOfTheStarship/source/VoiceOfTheStarship.h @@ -1,7 +1,7 @@ /* ======================================== * VoiceOfTheStarship - VoiceOfTheStarship.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceOfTheStarship_H diff --git a/plugins/MacSignedVST/VoiceOfTheStarship/source/VoiceOfTheStarshipProc.cpp b/plugins/MacSignedVST/VoiceOfTheStarship/source/VoiceOfTheStarshipProc.cpp index 8ea666d37..dc58bcb9d 100755 --- a/plugins/MacSignedVST/VoiceOfTheStarship/source/VoiceOfTheStarshipProc.cpp +++ b/plugins/MacSignedVST/VoiceOfTheStarship/source/VoiceOfTheStarshipProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * VoiceOfTheStarship - VoiceOfTheStarship.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceOfTheStarship_H diff --git a/plugins/MacSignedVST/VoiceTrick/source/VoiceTrick.cpp b/plugins/MacSignedVST/VoiceTrick/source/VoiceTrick.cpp index c4df942f9..c9b952557 100755 --- a/plugins/MacSignedVST/VoiceTrick/source/VoiceTrick.cpp +++ b/plugins/MacSignedVST/VoiceTrick/source/VoiceTrick.cpp @@ -1,6 +1,6 @@ /* ======================================== * VoiceTrick - VoiceTrick.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceTrick_H diff --git a/plugins/MacSignedVST/VoiceTrick/source/VoiceTrick.h b/plugins/MacSignedVST/VoiceTrick/source/VoiceTrick.h index d5b1e3ee4..dfad3c7ac 100755 --- a/plugins/MacSignedVST/VoiceTrick/source/VoiceTrick.h +++ b/plugins/MacSignedVST/VoiceTrick/source/VoiceTrick.h @@ -1,7 +1,7 @@ /* ======================================== * VoiceTrick - VoiceTrick.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceTrick_H diff --git a/plugins/MacSignedVST/VoiceTrick/source/VoiceTrickProc.cpp b/plugins/MacSignedVST/VoiceTrick/source/VoiceTrickProc.cpp index 201378de8..9c4f9c266 100755 --- a/plugins/MacSignedVST/VoiceTrick/source/VoiceTrickProc.cpp +++ b/plugins/MacSignedVST/VoiceTrick/source/VoiceTrickProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * VoiceTrick - VoiceTrick.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceTrick_H diff --git a/plugins/MacSignedVST/Wider/source/Wider.cpp b/plugins/MacSignedVST/Wider/source/Wider.cpp index a7cb54608..42254eca3 100755 --- a/plugins/MacSignedVST/Wider/source/Wider.cpp +++ b/plugins/MacSignedVST/Wider/source/Wider.cpp @@ -1,6 +1,6 @@ /* ======================================== * Wider - Wider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Wider_H diff --git a/plugins/MacSignedVST/Wider/source/Wider.h b/plugins/MacSignedVST/Wider/source/Wider.h index a79fa43f0..4a5621fe4 100755 --- a/plugins/MacSignedVST/Wider/source/Wider.h +++ b/plugins/MacSignedVST/Wider/source/Wider.h @@ -1,7 +1,7 @@ /* ======================================== * Wider - Wider.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Wider_H diff --git a/plugins/MacSignedVST/Wider/source/WiderProc.cpp b/plugins/MacSignedVST/Wider/source/WiderProc.cpp index fc9f5241a..45fa609a2 100755 --- a/plugins/MacSignedVST/Wider/source/WiderProc.cpp +++ b/plugins/MacSignedVST/Wider/source/WiderProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Wider - Wider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Wider_H diff --git a/plugins/MacSignedVST/XBandpass/source/XBandpass.cpp b/plugins/MacSignedVST/XBandpass/source/XBandpass.cpp index ac06aee48..0c4a940da 100755 --- a/plugins/MacSignedVST/XBandpass/source/XBandpass.cpp +++ b/plugins/MacSignedVST/XBandpass/source/XBandpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * XBandpass - XBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XBandpass_H diff --git a/plugins/MacSignedVST/XBandpass/source/XBandpass.h b/plugins/MacSignedVST/XBandpass/source/XBandpass.h index d03811383..a506545ab 100755 --- a/plugins/MacSignedVST/XBandpass/source/XBandpass.h +++ b/plugins/MacSignedVST/XBandpass/source/XBandpass.h @@ -1,7 +1,7 @@ /* ======================================== * XBandpass - XBandpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XBandpass_H diff --git a/plugins/MacSignedVST/XBandpass/source/XBandpassProc.cpp b/plugins/MacSignedVST/XBandpass/source/XBandpassProc.cpp index 53f7c5f2a..43b72ecdc 100755 --- a/plugins/MacSignedVST/XBandpass/source/XBandpassProc.cpp +++ b/plugins/MacSignedVST/XBandpass/source/XBandpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XBandpass - XBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XBandpass_H diff --git a/plugins/MacSignedVST/XHighpass/source/XHighpass.cpp b/plugins/MacSignedVST/XHighpass/source/XHighpass.cpp index c5e439d3b..b5291eb47 100755 --- a/plugins/MacSignedVST/XHighpass/source/XHighpass.cpp +++ b/plugins/MacSignedVST/XHighpass/source/XHighpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * XHighpass - XHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XHighpass_H diff --git a/plugins/MacSignedVST/XHighpass/source/XHighpass.h b/plugins/MacSignedVST/XHighpass/source/XHighpass.h index 8001ab17b..adfa9899a 100755 --- a/plugins/MacSignedVST/XHighpass/source/XHighpass.h +++ b/plugins/MacSignedVST/XHighpass/source/XHighpass.h @@ -1,7 +1,7 @@ /* ======================================== * XHighpass - XHighpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XHighpass_H diff --git a/plugins/MacSignedVST/XHighpass/source/XHighpassProc.cpp b/plugins/MacSignedVST/XHighpass/source/XHighpassProc.cpp index dd6a8d08e..a71875346 100755 --- a/plugins/MacSignedVST/XHighpass/source/XHighpassProc.cpp +++ b/plugins/MacSignedVST/XHighpass/source/XHighpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XHighpass - XHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XHighpass_H diff --git a/plugins/MacSignedVST/XLowpass/source/XLowpass.cpp b/plugins/MacSignedVST/XLowpass/source/XLowpass.cpp index 19020c741..900030270 100755 --- a/plugins/MacSignedVST/XLowpass/source/XLowpass.cpp +++ b/plugins/MacSignedVST/XLowpass/source/XLowpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * XLowpass - XLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XLowpass_H diff --git a/plugins/MacSignedVST/XLowpass/source/XLowpass.h b/plugins/MacSignedVST/XLowpass/source/XLowpass.h index dac60bc2a..4396732ef 100755 --- a/plugins/MacSignedVST/XLowpass/source/XLowpass.h +++ b/plugins/MacSignedVST/XLowpass/source/XLowpass.h @@ -1,7 +1,7 @@ /* ======================================== * XLowpass - XLowpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XLowpass_H diff --git a/plugins/MacSignedVST/XLowpass/source/XLowpassProc.cpp b/plugins/MacSignedVST/XLowpass/source/XLowpassProc.cpp index 48ea9f36b..62386d109 100755 --- a/plugins/MacSignedVST/XLowpass/source/XLowpassProc.cpp +++ b/plugins/MacSignedVST/XLowpass/source/XLowpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XLowpass - XLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XLowpass_H diff --git a/plugins/MacSignedVST/XNotch/source/XNotch.cpp b/plugins/MacSignedVST/XNotch/source/XNotch.cpp index 5ab94a969..14f3e6134 100755 --- a/plugins/MacSignedVST/XNotch/source/XNotch.cpp +++ b/plugins/MacSignedVST/XNotch/source/XNotch.cpp @@ -1,6 +1,6 @@ /* ======================================== * XNotch - XNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XNotch_H diff --git a/plugins/MacSignedVST/XNotch/source/XNotch.h b/plugins/MacSignedVST/XNotch/source/XNotch.h index 85a0781d7..4e92f79b7 100755 --- a/plugins/MacSignedVST/XNotch/source/XNotch.h +++ b/plugins/MacSignedVST/XNotch/source/XNotch.h @@ -1,7 +1,7 @@ /* ======================================== * XNotch - XNotch.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XNotch_H diff --git a/plugins/MacSignedVST/XNotch/source/XNotchProc.cpp b/plugins/MacSignedVST/XNotch/source/XNotchProc.cpp index 3e867df7b..a2e17c246 100755 --- a/plugins/MacSignedVST/XNotch/source/XNotchProc.cpp +++ b/plugins/MacSignedVST/XNotch/source/XNotchProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XNotch - XNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XNotch_H diff --git a/plugins/MacSignedVST/XRegion/source/XRegion.cpp b/plugins/MacSignedVST/XRegion/source/XRegion.cpp index 8d387f626..e25f7c1d2 100755 --- a/plugins/MacSignedVST/XRegion/source/XRegion.cpp +++ b/plugins/MacSignedVST/XRegion/source/XRegion.cpp @@ -1,6 +1,6 @@ /* ======================================== * XRegion - XRegion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XRegion_H diff --git a/plugins/MacSignedVST/XRegion/source/XRegion.h b/plugins/MacSignedVST/XRegion/source/XRegion.h index 5234fc31c..c52b5efd8 100755 --- a/plugins/MacSignedVST/XRegion/source/XRegion.h +++ b/plugins/MacSignedVST/XRegion/source/XRegion.h @@ -1,7 +1,7 @@ /* ======================================== * XRegion - XRegion.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XRegion_H diff --git a/plugins/MacSignedVST/XRegion/source/XRegionProc.cpp b/plugins/MacSignedVST/XRegion/source/XRegionProc.cpp index a65f234e8..0b3b7f2f8 100755 --- a/plugins/MacSignedVST/XRegion/source/XRegionProc.cpp +++ b/plugins/MacSignedVST/XRegion/source/XRegionProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XRegion - XRegion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XRegion_H diff --git a/plugins/MacSignedVST/YBandpass/source/YBandpass.cpp b/plugins/MacSignedVST/YBandpass/source/YBandpass.cpp index 57ac9038c..da0fc7537 100755 --- a/plugins/MacSignedVST/YBandpass/source/YBandpass.cpp +++ b/plugins/MacSignedVST/YBandpass/source/YBandpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * YBandpass - YBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YBandpass_H diff --git a/plugins/MacSignedVST/YBandpass/source/YBandpass.h b/plugins/MacSignedVST/YBandpass/source/YBandpass.h index e72e50d43..01fc1d766 100755 --- a/plugins/MacSignedVST/YBandpass/source/YBandpass.h +++ b/plugins/MacSignedVST/YBandpass/source/YBandpass.h @@ -1,7 +1,7 @@ /* ======================================== * YBandpass - YBandpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YBandpass_H diff --git a/plugins/MacSignedVST/YBandpass/source/YBandpassProc.cpp b/plugins/MacSignedVST/YBandpass/source/YBandpassProc.cpp index efdf576b5..e829f49d2 100755 --- a/plugins/MacSignedVST/YBandpass/source/YBandpassProc.cpp +++ b/plugins/MacSignedVST/YBandpass/source/YBandpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * YBandpass - YBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YBandpass_H diff --git a/plugins/MacSignedVST/YHighpass/source/YHighpass.cpp b/plugins/MacSignedVST/YHighpass/source/YHighpass.cpp index f8e3cd802..672c5aee9 100755 --- a/plugins/MacSignedVST/YHighpass/source/YHighpass.cpp +++ b/plugins/MacSignedVST/YHighpass/source/YHighpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * YHighpass - YHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YHighpass_H diff --git a/plugins/MacSignedVST/YHighpass/source/YHighpass.h b/plugins/MacSignedVST/YHighpass/source/YHighpass.h index 079d3bc00..a7af1f25c 100755 --- a/plugins/MacSignedVST/YHighpass/source/YHighpass.h +++ b/plugins/MacSignedVST/YHighpass/source/YHighpass.h @@ -1,7 +1,7 @@ /* ======================================== * YHighpass - YHighpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YHighpass_H diff --git a/plugins/MacSignedVST/YHighpass/source/YHighpassProc.cpp b/plugins/MacSignedVST/YHighpass/source/YHighpassProc.cpp index 60626324f..c0d6cf08f 100755 --- a/plugins/MacSignedVST/YHighpass/source/YHighpassProc.cpp +++ b/plugins/MacSignedVST/YHighpass/source/YHighpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * YHighpass - YHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YHighpass_H diff --git a/plugins/MacSignedVST/YLowpass/source/YLowpass.cpp b/plugins/MacSignedVST/YLowpass/source/YLowpass.cpp index 694631a14..b9de9b752 100755 --- a/plugins/MacSignedVST/YLowpass/source/YLowpass.cpp +++ b/plugins/MacSignedVST/YLowpass/source/YLowpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * YLowpass - YLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YLowpass_H diff --git a/plugins/MacSignedVST/YLowpass/source/YLowpass.h b/plugins/MacSignedVST/YLowpass/source/YLowpass.h index 564336a3b..e77eb5548 100755 --- a/plugins/MacSignedVST/YLowpass/source/YLowpass.h +++ b/plugins/MacSignedVST/YLowpass/source/YLowpass.h @@ -1,7 +1,7 @@ /* ======================================== * YLowpass - YLowpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YLowpass_H diff --git a/plugins/MacSignedVST/YLowpass/source/YLowpassProc.cpp b/plugins/MacSignedVST/YLowpass/source/YLowpassProc.cpp index a4c489f53..d5594b002 100755 --- a/plugins/MacSignedVST/YLowpass/source/YLowpassProc.cpp +++ b/plugins/MacSignedVST/YLowpass/source/YLowpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * YLowpass - YLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YLowpass_H diff --git a/plugins/MacSignedVST/YNotch/source/YNotch.cpp b/plugins/MacSignedVST/YNotch/source/YNotch.cpp index 52898fec3..e539ecaa1 100755 --- a/plugins/MacSignedVST/YNotch/source/YNotch.cpp +++ b/plugins/MacSignedVST/YNotch/source/YNotch.cpp @@ -1,6 +1,6 @@ /* ======================================== * YNotch - YNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotch_H diff --git a/plugins/MacSignedVST/YNotch/source/YNotch.h b/plugins/MacSignedVST/YNotch/source/YNotch.h index e699edb1f..e7aff996d 100755 --- a/plugins/MacSignedVST/YNotch/source/YNotch.h +++ b/plugins/MacSignedVST/YNotch/source/YNotch.h @@ -1,7 +1,7 @@ /* ======================================== * YNotch - YNotch.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotch_H diff --git a/plugins/MacSignedVST/YNotch/source/YNotchProc.cpp b/plugins/MacSignedVST/YNotch/source/YNotchProc.cpp index f3535a645..f5e526487 100755 --- a/plugins/MacSignedVST/YNotch/source/YNotchProc.cpp +++ b/plugins/MacSignedVST/YNotch/source/YNotchProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * YNotch - YNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotch_H diff --git a/plugins/MacSignedVST/ZBandpass/source/ZBandpass.cpp b/plugins/MacSignedVST/ZBandpass/source/ZBandpass.cpp index c9506de21..c9a3f662f 100755 --- a/plugins/MacSignedVST/ZBandpass/source/ZBandpass.cpp +++ b/plugins/MacSignedVST/ZBandpass/source/ZBandpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZBandpass - ZBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass_H diff --git a/plugins/MacSignedVST/ZBandpass/source/ZBandpass.h b/plugins/MacSignedVST/ZBandpass/source/ZBandpass.h index 6dd973ab7..0a3b0996c 100755 --- a/plugins/MacSignedVST/ZBandpass/source/ZBandpass.h +++ b/plugins/MacSignedVST/ZBandpass/source/ZBandpass.h @@ -1,7 +1,7 @@ /* ======================================== * ZBandpass - ZBandpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass_H diff --git a/plugins/MacSignedVST/ZBandpass/source/ZBandpassProc.cpp b/plugins/MacSignedVST/ZBandpass/source/ZBandpassProc.cpp index ab264eb48..040c3f9c3 100755 --- a/plugins/MacSignedVST/ZBandpass/source/ZBandpassProc.cpp +++ b/plugins/MacSignedVST/ZBandpass/source/ZBandpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZBandpass - ZBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass_H diff --git a/plugins/MacSignedVST/ZBandpass2/source/ZBandpass2.cpp b/plugins/MacSignedVST/ZBandpass2/source/ZBandpass2.cpp index 5405e5808..5c5ab665a 100755 --- a/plugins/MacSignedVST/ZBandpass2/source/ZBandpass2.cpp +++ b/plugins/MacSignedVST/ZBandpass2/source/ZBandpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZBandpass2 - ZBandpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass2_H diff --git a/plugins/MacSignedVST/ZBandpass2/source/ZBandpass2.h b/plugins/MacSignedVST/ZBandpass2/source/ZBandpass2.h index 35e06499f..d64a1b178 100755 --- a/plugins/MacSignedVST/ZBandpass2/source/ZBandpass2.h +++ b/plugins/MacSignedVST/ZBandpass2/source/ZBandpass2.h @@ -1,7 +1,7 @@ /* ======================================== * ZBandpass2 - ZBandpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass2_H diff --git a/plugins/MacSignedVST/ZBandpass2/source/ZBandpass2Proc.cpp b/plugins/MacSignedVST/ZBandpass2/source/ZBandpass2Proc.cpp index 60ec7317e..2dfee081c 100755 --- a/plugins/MacSignedVST/ZBandpass2/source/ZBandpass2Proc.cpp +++ b/plugins/MacSignedVST/ZBandpass2/source/ZBandpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZBandpass2 - ZBandpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass2_H diff --git a/plugins/MacSignedVST/ZHighpass/source/ZHighpass.cpp b/plugins/MacSignedVST/ZHighpass/source/ZHighpass.cpp index 76e2b6661..35874e15f 100755 --- a/plugins/MacSignedVST/ZHighpass/source/ZHighpass.cpp +++ b/plugins/MacSignedVST/ZHighpass/source/ZHighpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZHighpass - ZHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass_H diff --git a/plugins/MacSignedVST/ZHighpass/source/ZHighpass.h b/plugins/MacSignedVST/ZHighpass/source/ZHighpass.h index fc00f8ff8..eb90753c4 100755 --- a/plugins/MacSignedVST/ZHighpass/source/ZHighpass.h +++ b/plugins/MacSignedVST/ZHighpass/source/ZHighpass.h @@ -1,7 +1,7 @@ /* ======================================== * ZHighpass - ZHighpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass_H diff --git a/plugins/MacSignedVST/ZHighpass/source/ZHighpassProc.cpp b/plugins/MacSignedVST/ZHighpass/source/ZHighpassProc.cpp index 09a18cfb2..808d841ee 100755 --- a/plugins/MacSignedVST/ZHighpass/source/ZHighpassProc.cpp +++ b/plugins/MacSignedVST/ZHighpass/source/ZHighpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZHighpass - ZHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass_H diff --git a/plugins/MacSignedVST/ZHighpass2/source/ZHighpass2.cpp b/plugins/MacSignedVST/ZHighpass2/source/ZHighpass2.cpp index 56e71112d..00e933dce 100755 --- a/plugins/MacSignedVST/ZHighpass2/source/ZHighpass2.cpp +++ b/plugins/MacSignedVST/ZHighpass2/source/ZHighpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZHighpass2 - ZHighpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass2_H diff --git a/plugins/MacSignedVST/ZHighpass2/source/ZHighpass2.h b/plugins/MacSignedVST/ZHighpass2/source/ZHighpass2.h index 7c8d3a52f..c80c84b90 100755 --- a/plugins/MacSignedVST/ZHighpass2/source/ZHighpass2.h +++ b/plugins/MacSignedVST/ZHighpass2/source/ZHighpass2.h @@ -1,7 +1,7 @@ /* ======================================== * ZHighpass2 - ZHighpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass2_H diff --git a/plugins/MacSignedVST/ZHighpass2/source/ZHighpass2Proc.cpp b/plugins/MacSignedVST/ZHighpass2/source/ZHighpass2Proc.cpp index 5add1560b..788928d68 100755 --- a/plugins/MacSignedVST/ZHighpass2/source/ZHighpass2Proc.cpp +++ b/plugins/MacSignedVST/ZHighpass2/source/ZHighpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZHighpass2 - ZHighpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass2_H diff --git a/plugins/MacSignedVST/ZLowpass/source/ZLowpass.cpp b/plugins/MacSignedVST/ZLowpass/source/ZLowpass.cpp index 67d8ff861..c72860374 100755 --- a/plugins/MacSignedVST/ZLowpass/source/ZLowpass.cpp +++ b/plugins/MacSignedVST/ZLowpass/source/ZLowpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZLowpass - ZLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass_H diff --git a/plugins/MacSignedVST/ZLowpass/source/ZLowpass.h b/plugins/MacSignedVST/ZLowpass/source/ZLowpass.h index 3939e781b..23ae9cfe5 100755 --- a/plugins/MacSignedVST/ZLowpass/source/ZLowpass.h +++ b/plugins/MacSignedVST/ZLowpass/source/ZLowpass.h @@ -1,7 +1,7 @@ /* ======================================== * ZLowpass - ZLowpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass_H diff --git a/plugins/MacSignedVST/ZLowpass/source/ZLowpassProc.cpp b/plugins/MacSignedVST/ZLowpass/source/ZLowpassProc.cpp index c5df9e840..a32b3c4d2 100755 --- a/plugins/MacSignedVST/ZLowpass/source/ZLowpassProc.cpp +++ b/plugins/MacSignedVST/ZLowpass/source/ZLowpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZLowpass - ZLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass_H diff --git a/plugins/MacSignedVST/ZLowpass2/source/ZLowpass2.cpp b/plugins/MacSignedVST/ZLowpass2/source/ZLowpass2.cpp index 9f7ac084e..7cb517a6c 100755 --- a/plugins/MacSignedVST/ZLowpass2/source/ZLowpass2.cpp +++ b/plugins/MacSignedVST/ZLowpass2/source/ZLowpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZLowpass2 - ZLowpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass2_H diff --git a/plugins/MacSignedVST/ZLowpass2/source/ZLowpass2.h b/plugins/MacSignedVST/ZLowpass2/source/ZLowpass2.h index 1f51c3c2e..8188ce636 100755 --- a/plugins/MacSignedVST/ZLowpass2/source/ZLowpass2.h +++ b/plugins/MacSignedVST/ZLowpass2/source/ZLowpass2.h @@ -1,7 +1,7 @@ /* ======================================== * ZLowpass2 - ZLowpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass2_H diff --git a/plugins/MacSignedVST/ZLowpass2/source/ZLowpass2Proc.cpp b/plugins/MacSignedVST/ZLowpass2/source/ZLowpass2Proc.cpp index 415ca5f47..753d4afaa 100755 --- a/plugins/MacSignedVST/ZLowpass2/source/ZLowpass2Proc.cpp +++ b/plugins/MacSignedVST/ZLowpass2/source/ZLowpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZLowpass2 - ZLowpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass2_H diff --git a/plugins/MacSignedVST/ZNotch/source/ZNotch.cpp b/plugins/MacSignedVST/ZNotch/source/ZNotch.cpp index 051e15347..5c306e150 100755 --- a/plugins/MacSignedVST/ZNotch/source/ZNotch.cpp +++ b/plugins/MacSignedVST/ZNotch/source/ZNotch.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZNotch - ZNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch_H diff --git a/plugins/MacSignedVST/ZNotch/source/ZNotch.h b/plugins/MacSignedVST/ZNotch/source/ZNotch.h index e493e40f6..563681f65 100755 --- a/plugins/MacSignedVST/ZNotch/source/ZNotch.h +++ b/plugins/MacSignedVST/ZNotch/source/ZNotch.h @@ -1,7 +1,7 @@ /* ======================================== * ZNotch - ZNotch.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch_H diff --git a/plugins/MacSignedVST/ZNotch/source/ZNotchProc.cpp b/plugins/MacSignedVST/ZNotch/source/ZNotchProc.cpp index 37871fa0e..26a4e97e8 100755 --- a/plugins/MacSignedVST/ZNotch/source/ZNotchProc.cpp +++ b/plugins/MacSignedVST/ZNotch/source/ZNotchProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZNotch - ZNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch_H diff --git a/plugins/MacSignedVST/ZNotch2/source/ZNotch2.cpp b/plugins/MacSignedVST/ZNotch2/source/ZNotch2.cpp index e15808387..32b831a9a 100755 --- a/plugins/MacSignedVST/ZNotch2/source/ZNotch2.cpp +++ b/plugins/MacSignedVST/ZNotch2/source/ZNotch2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZNotch2 - ZNotch2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch2_H diff --git a/plugins/MacSignedVST/ZNotch2/source/ZNotch2.h b/plugins/MacSignedVST/ZNotch2/source/ZNotch2.h index f23bf7b0d..9e2ed3df1 100755 --- a/plugins/MacSignedVST/ZNotch2/source/ZNotch2.h +++ b/plugins/MacSignedVST/ZNotch2/source/ZNotch2.h @@ -1,7 +1,7 @@ /* ======================================== * ZNotch2 - ZNotch2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch2_H diff --git a/plugins/MacSignedVST/ZNotch2/source/ZNotch2Proc.cpp b/plugins/MacSignedVST/ZNotch2/source/ZNotch2Proc.cpp index 1e2f92745..9b40877bf 100755 --- a/plugins/MacSignedVST/ZNotch2/source/ZNotch2Proc.cpp +++ b/plugins/MacSignedVST/ZNotch2/source/ZNotch2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZNotch2 - ZNotch2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch2_H diff --git a/plugins/MacSignedVST/ZRegion/source/ZRegion.cpp b/plugins/MacSignedVST/ZRegion/source/ZRegion.cpp index 346616021..73a3730da 100755 --- a/plugins/MacSignedVST/ZRegion/source/ZRegion.cpp +++ b/plugins/MacSignedVST/ZRegion/source/ZRegion.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZRegion - ZRegion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion_H diff --git a/plugins/MacSignedVST/ZRegion/source/ZRegion.h b/plugins/MacSignedVST/ZRegion/source/ZRegion.h index 3cd3f026b..8d6959aa4 100755 --- a/plugins/MacSignedVST/ZRegion/source/ZRegion.h +++ b/plugins/MacSignedVST/ZRegion/source/ZRegion.h @@ -1,7 +1,7 @@ /* ======================================== * ZRegion - ZRegion.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion_H diff --git a/plugins/MacSignedVST/ZRegion/source/ZRegionProc.cpp b/plugins/MacSignedVST/ZRegion/source/ZRegionProc.cpp index 1f26a4384..d331d1142 100755 --- a/plugins/MacSignedVST/ZRegion/source/ZRegionProc.cpp +++ b/plugins/MacSignedVST/ZRegion/source/ZRegionProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZRegion - ZRegion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion_H diff --git a/plugins/MacSignedVST/ZRegion2/source/ZRegion2.cpp b/plugins/MacSignedVST/ZRegion2/source/ZRegion2.cpp index f26080c89..040fa8541 100755 --- a/plugins/MacSignedVST/ZRegion2/source/ZRegion2.cpp +++ b/plugins/MacSignedVST/ZRegion2/source/ZRegion2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZRegion2 - ZRegion2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion2_H diff --git a/plugins/MacSignedVST/ZRegion2/source/ZRegion2.h b/plugins/MacSignedVST/ZRegion2/source/ZRegion2.h index 9c47f097a..3175f8fd6 100755 --- a/plugins/MacSignedVST/ZRegion2/source/ZRegion2.h +++ b/plugins/MacSignedVST/ZRegion2/source/ZRegion2.h @@ -1,7 +1,7 @@ /* ======================================== * ZRegion2 - ZRegion2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion2_H diff --git a/plugins/MacSignedVST/ZRegion2/source/ZRegion2Proc.cpp b/plugins/MacSignedVST/ZRegion2/source/ZRegion2Proc.cpp index 78f7c98e5..c09576813 100755 --- a/plugins/MacSignedVST/ZRegion2/source/ZRegion2Proc.cpp +++ b/plugins/MacSignedVST/ZRegion2/source/ZRegion2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZRegion2 - ZRegion2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion2_H diff --git a/plugins/MacSignedVST/curve/source/curve.cpp b/plugins/MacSignedVST/curve/source/curve.cpp index 3bebc534b..748eb15f7 100755 --- a/plugins/MacSignedVST/curve/source/curve.cpp +++ b/plugins/MacSignedVST/curve/source/curve.cpp @@ -1,6 +1,6 @@ /* ======================================== * curve - curve.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __curve_H diff --git a/plugins/MacSignedVST/curve/source/curve.h b/plugins/MacSignedVST/curve/source/curve.h index c947b6713..a1a5e1e9b 100755 --- a/plugins/MacSignedVST/curve/source/curve.h +++ b/plugins/MacSignedVST/curve/source/curve.h @@ -1,7 +1,7 @@ /* ======================================== * curve - curve.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __curve_H diff --git a/plugins/MacSignedVST/curve/source/curveProc.cpp b/plugins/MacSignedVST/curve/source/curveProc.cpp index e28306c54..b4d1c89df 100755 --- a/plugins/MacSignedVST/curve/source/curveProc.cpp +++ b/plugins/MacSignedVST/curve/source/curveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * curve - curve.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __curve_H diff --git a/plugins/MacSignedVST/uLawDecode/source/uLawDecode.cpp b/plugins/MacSignedVST/uLawDecode/source/uLawDecode.cpp index e1dd5cc6e..a8473c920 100755 --- a/plugins/MacSignedVST/uLawDecode/source/uLawDecode.cpp +++ b/plugins/MacSignedVST/uLawDecode/source/uLawDecode.cpp @@ -1,6 +1,6 @@ /* ======================================== * uLawDecode - uLawDecode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawDecode_H diff --git a/plugins/MacSignedVST/uLawDecode/source/uLawDecode.h b/plugins/MacSignedVST/uLawDecode/source/uLawDecode.h index fb74bcdba..bb2c6199d 100755 --- a/plugins/MacSignedVST/uLawDecode/source/uLawDecode.h +++ b/plugins/MacSignedVST/uLawDecode/source/uLawDecode.h @@ -1,7 +1,7 @@ /* ======================================== * uLawDecode - uLawDecode.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawDecode_H diff --git a/plugins/MacSignedVST/uLawDecode/source/uLawDecodeProc.cpp b/plugins/MacSignedVST/uLawDecode/source/uLawDecodeProc.cpp index 9727a8000..f157908b3 100755 --- a/plugins/MacSignedVST/uLawDecode/source/uLawDecodeProc.cpp +++ b/plugins/MacSignedVST/uLawDecode/source/uLawDecodeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * uLawDecode - uLawDecode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawDecode_H diff --git a/plugins/MacSignedVST/uLawEncode/source/uLawEncode.cpp b/plugins/MacSignedVST/uLawEncode/source/uLawEncode.cpp index e4f3de546..c60570aa4 100755 --- a/plugins/MacSignedVST/uLawEncode/source/uLawEncode.cpp +++ b/plugins/MacSignedVST/uLawEncode/source/uLawEncode.cpp @@ -1,6 +1,6 @@ /* ======================================== * uLawEncode - uLawEncode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawEncode_H diff --git a/plugins/MacSignedVST/uLawEncode/source/uLawEncode.h b/plugins/MacSignedVST/uLawEncode/source/uLawEncode.h index 41d0d6008..628296550 100755 --- a/plugins/MacSignedVST/uLawEncode/source/uLawEncode.h +++ b/plugins/MacSignedVST/uLawEncode/source/uLawEncode.h @@ -1,7 +1,7 @@ /* ======================================== * uLawEncode - uLawEncode.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawEncode_H diff --git a/plugins/MacSignedVST/uLawEncode/source/uLawEncodeProc.cpp b/plugins/MacSignedVST/uLawEncode/source/uLawEncodeProc.cpp index 0bd0090da..6487af28a 100755 --- a/plugins/MacSignedVST/uLawEncode/source/uLawEncodeProc.cpp +++ b/plugins/MacSignedVST/uLawEncode/source/uLawEncodeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * uLawEncode - uLawEncode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawEncode_H diff --git a/plugins/MacVST/ADClip7/source/ADClip7.cpp b/plugins/MacVST/ADClip7/source/ADClip7.cpp index 9f8bc2c88..14e8ee02f 100755 --- a/plugins/MacVST/ADClip7/source/ADClip7.cpp +++ b/plugins/MacVST/ADClip7/source/ADClip7.cpp @@ -1,6 +1,6 @@ /* ======================================== * ADClip7 - ADClip7.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADClip7_H diff --git a/plugins/MacVST/ADClip7/source/ADClip7.h b/plugins/MacVST/ADClip7/source/ADClip7.h index 6a619cd09..46585f444 100755 --- a/plugins/MacVST/ADClip7/source/ADClip7.h +++ b/plugins/MacVST/ADClip7/source/ADClip7.h @@ -1,7 +1,7 @@ /* ======================================== * ADClip7 - ADClip7.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ADClip7_H diff --git a/plugins/MacVST/ADClip7/source/ADClip7Proc.cpp b/plugins/MacVST/ADClip7/source/ADClip7Proc.cpp index db5a449b0..d9a681913 100755 --- a/plugins/MacVST/ADClip7/source/ADClip7Proc.cpp +++ b/plugins/MacVST/ADClip7/source/ADClip7Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ADClip7 - ADClip7.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADClip7_H diff --git a/plugins/MacVST/ADT/source/ADT.cpp b/plugins/MacVST/ADT/source/ADT.cpp index ea5906c22..e6971f9fe 100755 --- a/plugins/MacVST/ADT/source/ADT.cpp +++ b/plugins/MacVST/ADT/source/ADT.cpp @@ -1,6 +1,6 @@ /* ======================================== * ADT - ADT.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADT_H diff --git a/plugins/MacVST/ADT/source/ADT.h b/plugins/MacVST/ADT/source/ADT.h index 113e371d9..f40629b57 100755 --- a/plugins/MacVST/ADT/source/ADT.h +++ b/plugins/MacVST/ADT/source/ADT.h @@ -1,7 +1,7 @@ /* ======================================== * ADT - ADT.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ADT_H diff --git a/plugins/MacVST/ADT/source/ADTProc.cpp b/plugins/MacVST/ADT/source/ADTProc.cpp index 9ed2f4762..bd0c2c97d 100755 --- a/plugins/MacVST/ADT/source/ADTProc.cpp +++ b/plugins/MacVST/ADT/source/ADTProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ADT - ADT.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADT_H diff --git a/plugins/MacVST/AQuickVoiceClip/source/AQuickVoiceClip.cpp b/plugins/MacVST/AQuickVoiceClip/source/AQuickVoiceClip.cpp index a96f32802..ba1e44d3a 100755 --- a/plugins/MacVST/AQuickVoiceClip/source/AQuickVoiceClip.cpp +++ b/plugins/MacVST/AQuickVoiceClip/source/AQuickVoiceClip.cpp @@ -1,6 +1,6 @@ /* ======================================== * AQuickVoiceClip - AQuickVoiceClip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AQuickVoiceClip_H diff --git a/plugins/MacVST/AQuickVoiceClip/source/AQuickVoiceClip.h b/plugins/MacVST/AQuickVoiceClip/source/AQuickVoiceClip.h index 862629b6b..54ce6e488 100755 --- a/plugins/MacVST/AQuickVoiceClip/source/AQuickVoiceClip.h +++ b/plugins/MacVST/AQuickVoiceClip/source/AQuickVoiceClip.h @@ -1,7 +1,7 @@ /* ======================================== * AQuickVoiceClip - AQuickVoiceClip.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AQuickVoiceClip_H diff --git a/plugins/MacVST/AQuickVoiceClip/source/AQuickVoiceClipProc.cpp b/plugins/MacVST/AQuickVoiceClip/source/AQuickVoiceClipProc.cpp index 6ddecdf61..f37aa0cad 100755 --- a/plugins/MacVST/AQuickVoiceClip/source/AQuickVoiceClipProc.cpp +++ b/plugins/MacVST/AQuickVoiceClip/source/AQuickVoiceClipProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AQuickVoiceClip - AQuickVoiceClip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AQuickVoiceClip_H diff --git a/plugins/MacVST/Acceleration/source/Acceleration.cpp b/plugins/MacVST/Acceleration/source/Acceleration.cpp index a2d27752d..ccd24139d 100755 --- a/plugins/MacVST/Acceleration/source/Acceleration.cpp +++ b/plugins/MacVST/Acceleration/source/Acceleration.cpp @@ -1,6 +1,6 @@ /* ======================================== * Acceleration - Acceleration.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration_H diff --git a/plugins/MacVST/Acceleration/source/Acceleration.h b/plugins/MacVST/Acceleration/source/Acceleration.h index 4e4dea014..42b8c58a2 100755 --- a/plugins/MacVST/Acceleration/source/Acceleration.h +++ b/plugins/MacVST/Acceleration/source/Acceleration.h @@ -1,7 +1,7 @@ /* ======================================== * Acceleration - Acceleration.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration_H diff --git a/plugins/MacVST/Acceleration/source/AccelerationProc.cpp b/plugins/MacVST/Acceleration/source/AccelerationProc.cpp index de0446293..83cbd0748 100755 --- a/plugins/MacVST/Acceleration/source/AccelerationProc.cpp +++ b/plugins/MacVST/Acceleration/source/AccelerationProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Acceleration - Acceleration.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration_H diff --git a/plugins/MacVST/Acceleration2/source/Acceleration2.cpp b/plugins/MacVST/Acceleration2/source/Acceleration2.cpp index 71169fbf5..80182b7d6 100755 --- a/plugins/MacVST/Acceleration2/source/Acceleration2.cpp +++ b/plugins/MacVST/Acceleration2/source/Acceleration2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Acceleration2 - Acceleration2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration2_H diff --git a/plugins/MacVST/Acceleration2/source/Acceleration2.h b/plugins/MacVST/Acceleration2/source/Acceleration2.h index ee3a7e56f..72b5a8e29 100755 --- a/plugins/MacVST/Acceleration2/source/Acceleration2.h +++ b/plugins/MacVST/Acceleration2/source/Acceleration2.h @@ -1,7 +1,7 @@ /* ======================================== * Acceleration2 - Acceleration2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration2_H diff --git a/plugins/MacVST/Acceleration2/source/Acceleration2Proc.cpp b/plugins/MacVST/Acceleration2/source/Acceleration2Proc.cpp index 49ece8844..5e045e1e5 100755 --- a/plugins/MacVST/Acceleration2/source/Acceleration2Proc.cpp +++ b/plugins/MacVST/Acceleration2/source/Acceleration2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Acceleration2 - Acceleration2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration2_H diff --git a/plugins/MacVST/Air/source/Air.cpp b/plugins/MacVST/Air/source/Air.cpp index 5ad55b387..6fe7acd80 100755 --- a/plugins/MacVST/Air/source/Air.cpp +++ b/plugins/MacVST/Air/source/Air.cpp @@ -1,6 +1,6 @@ /* ======================================== * Air - Air.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air_H diff --git a/plugins/MacVST/Air/source/Air.h b/plugins/MacVST/Air/source/Air.h index 9432f792b..24cadc2a0 100755 --- a/plugins/MacVST/Air/source/Air.h +++ b/plugins/MacVST/Air/source/Air.h @@ -1,7 +1,7 @@ /* ======================================== * Air - Air.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Air_H diff --git a/plugins/MacVST/Air/source/AirProc.cpp b/plugins/MacVST/Air/source/AirProc.cpp index 9e72d87e2..3482cf7e9 100755 --- a/plugins/MacVST/Air/source/AirProc.cpp +++ b/plugins/MacVST/Air/source/AirProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Air - Air.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air_H diff --git a/plugins/MacVST/Air2/source/Air2.cpp b/plugins/MacVST/Air2/source/Air2.cpp index 29a584309..c61e662c8 100755 --- a/plugins/MacVST/Air2/source/Air2.cpp +++ b/plugins/MacVST/Air2/source/Air2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Air2 - Air2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air2_H diff --git a/plugins/MacVST/Air2/source/Air2.h b/plugins/MacVST/Air2/source/Air2.h index 5fa7a5325..d51737190 100755 --- a/plugins/MacVST/Air2/source/Air2.h +++ b/plugins/MacVST/Air2/source/Air2.h @@ -1,7 +1,7 @@ /* ======================================== * Air2 - Air2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Air2_H diff --git a/plugins/MacVST/Air2/source/Air2Proc.cpp b/plugins/MacVST/Air2/source/Air2Proc.cpp index e07abffda..10e5ce1bf 100755 --- a/plugins/MacVST/Air2/source/Air2Proc.cpp +++ b/plugins/MacVST/Air2/source/Air2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Air2 - Air2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air2_H diff --git a/plugins/MacVST/Apicolypse/source/Apicolypse.cpp b/plugins/MacVST/Apicolypse/source/Apicolypse.cpp index f86eaa223..ddc0a911b 100755 --- a/plugins/MacVST/Apicolypse/source/Apicolypse.cpp +++ b/plugins/MacVST/Apicolypse/source/Apicolypse.cpp @@ -1,6 +1,6 @@ /* ======================================== * Apicolypse - Apicolypse.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Apicolypse_H diff --git a/plugins/MacVST/Apicolypse/source/Apicolypse.h b/plugins/MacVST/Apicolypse/source/Apicolypse.h index 030e910fc..02e17df4e 100755 --- a/plugins/MacVST/Apicolypse/source/Apicolypse.h +++ b/plugins/MacVST/Apicolypse/source/Apicolypse.h @@ -1,7 +1,7 @@ /* ======================================== * Apicolypse - Apicolypse.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Apicolypse_H diff --git a/plugins/MacVST/Apicolypse/source/ApicolypseProc.cpp b/plugins/MacVST/Apicolypse/source/ApicolypseProc.cpp index 9e43be098..8e7f2a957 100755 --- a/plugins/MacVST/Apicolypse/source/ApicolypseProc.cpp +++ b/plugins/MacVST/Apicolypse/source/ApicolypseProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Apicolypse - Apicolypse.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Apicolypse_H diff --git a/plugins/MacVST/AtmosphereBuss/source/AtmosphereBuss.cpp b/plugins/MacVST/AtmosphereBuss/source/AtmosphereBuss.cpp index c2a517acf..7ee004079 100755 --- a/plugins/MacVST/AtmosphereBuss/source/AtmosphereBuss.cpp +++ b/plugins/MacVST/AtmosphereBuss/source/AtmosphereBuss.cpp @@ -1,6 +1,6 @@ /* ======================================== * AtmosphereBuss - AtmosphereBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereBuss_H diff --git a/plugins/MacVST/AtmosphereBuss/source/AtmosphereBuss.h b/plugins/MacVST/AtmosphereBuss/source/AtmosphereBuss.h index 375f70022..0573ca036 100755 --- a/plugins/MacVST/AtmosphereBuss/source/AtmosphereBuss.h +++ b/plugins/MacVST/AtmosphereBuss/source/AtmosphereBuss.h @@ -1,7 +1,7 @@ /* ======================================== * AtmosphereBuss - AtmosphereBuss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereBuss_H diff --git a/plugins/MacVST/AtmosphereBuss/source/AtmosphereBussProc.cpp b/plugins/MacVST/AtmosphereBuss/source/AtmosphereBussProc.cpp index 6a5a9a9ba..ceae16bee 100755 --- a/plugins/MacVST/AtmosphereBuss/source/AtmosphereBussProc.cpp +++ b/plugins/MacVST/AtmosphereBuss/source/AtmosphereBussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AtmosphereBuss - AtmosphereBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereBuss_H diff --git a/plugins/MacVST/AtmosphereChannel/source/AtmosphereChannel.cpp b/plugins/MacVST/AtmosphereChannel/source/AtmosphereChannel.cpp index 8e05bbd54..b5fbecea1 100755 --- a/plugins/MacVST/AtmosphereChannel/source/AtmosphereChannel.cpp +++ b/plugins/MacVST/AtmosphereChannel/source/AtmosphereChannel.cpp @@ -1,6 +1,6 @@ /* ======================================== * AtmosphereChannel - AtmosphereChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereChannel_H diff --git a/plugins/MacVST/AtmosphereChannel/source/AtmosphereChannel.h b/plugins/MacVST/AtmosphereChannel/source/AtmosphereChannel.h index 7bc3ff2fd..8eed0d2e7 100755 --- a/plugins/MacVST/AtmosphereChannel/source/AtmosphereChannel.h +++ b/plugins/MacVST/AtmosphereChannel/source/AtmosphereChannel.h @@ -1,7 +1,7 @@ /* ======================================== * AtmosphereChannel - AtmosphereChannel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereChannel_H diff --git a/plugins/MacVST/AtmosphereChannel/source/AtmosphereChannelProc.cpp b/plugins/MacVST/AtmosphereChannel/source/AtmosphereChannelProc.cpp index 92a6a7318..2c28a3e1b 100755 --- a/plugins/MacVST/AtmosphereChannel/source/AtmosphereChannelProc.cpp +++ b/plugins/MacVST/AtmosphereChannel/source/AtmosphereChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AtmosphereChannel - AtmosphereChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereChannel_H diff --git a/plugins/MacVST/Aura/source/Aura.cpp b/plugins/MacVST/Aura/source/Aura.cpp index b26d8a86f..2b5b56ec1 100755 --- a/plugins/MacVST/Aura/source/Aura.cpp +++ b/plugins/MacVST/Aura/source/Aura.cpp @@ -1,6 +1,6 @@ /* ======================================== * Aura - Aura.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Aura_H diff --git a/plugins/MacVST/Aura/source/Aura.h b/plugins/MacVST/Aura/source/Aura.h index e0feff0c2..70a5b5d41 100755 --- a/plugins/MacVST/Aura/source/Aura.h +++ b/plugins/MacVST/Aura/source/Aura.h @@ -1,7 +1,7 @@ /* ======================================== * Aura - Aura.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Aura_H diff --git a/plugins/MacVST/Aura/source/AuraProc.cpp b/plugins/MacVST/Aura/source/AuraProc.cpp index 6eb8c56ed..509586d2c 100755 --- a/plugins/MacVST/Aura/source/AuraProc.cpp +++ b/plugins/MacVST/Aura/source/AuraProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Aura - Aura.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Aura_H diff --git a/plugins/MacVST/AutoPan/source/AutoPan.cpp b/plugins/MacVST/AutoPan/source/AutoPan.cpp index 69bd7a377..9138ee002 100755 --- a/plugins/MacVST/AutoPan/source/AutoPan.cpp +++ b/plugins/MacVST/AutoPan/source/AutoPan.cpp @@ -1,6 +1,6 @@ /* ======================================== * AutoPan - AutoPan.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AutoPan_H diff --git a/plugins/MacVST/AutoPan/source/AutoPan.h b/plugins/MacVST/AutoPan/source/AutoPan.h index 64058b082..0bc64a62e 100755 --- a/plugins/MacVST/AutoPan/source/AutoPan.h +++ b/plugins/MacVST/AutoPan/source/AutoPan.h @@ -1,7 +1,7 @@ /* ======================================== * AutoPan - AutoPan.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AutoPan_H diff --git a/plugins/MacVST/AutoPan/source/AutoPanProc.cpp b/plugins/MacVST/AutoPan/source/AutoPanProc.cpp index 632f9bfaa..ae3c032c3 100755 --- a/plugins/MacVST/AutoPan/source/AutoPanProc.cpp +++ b/plugins/MacVST/AutoPan/source/AutoPanProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AutoPan - AutoPan.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AutoPan_H diff --git a/plugins/MacVST/AverMatrix/source/AverMatrix.cpp b/plugins/MacVST/AverMatrix/source/AverMatrix.cpp index 9c1db1f5e..bfa91bb09 100755 --- a/plugins/MacVST/AverMatrix/source/AverMatrix.cpp +++ b/plugins/MacVST/AverMatrix/source/AverMatrix.cpp @@ -1,6 +1,6 @@ /* ======================================== * AverMatrix - AverMatrix.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AverMatrix_H diff --git a/plugins/MacVST/AverMatrix/source/AverMatrix.h b/plugins/MacVST/AverMatrix/source/AverMatrix.h index a21b9f267..518989660 100755 --- a/plugins/MacVST/AverMatrix/source/AverMatrix.h +++ b/plugins/MacVST/AverMatrix/source/AverMatrix.h @@ -1,7 +1,7 @@ /* ======================================== * AverMatrix - AverMatrix.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AverMatrix_H diff --git a/plugins/MacVST/AverMatrix/source/AverMatrixProc.cpp b/plugins/MacVST/AverMatrix/source/AverMatrixProc.cpp index 7eff58078..146a0bdf9 100755 --- a/plugins/MacVST/AverMatrix/source/AverMatrixProc.cpp +++ b/plugins/MacVST/AverMatrix/source/AverMatrixProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AverMatrix - AverMatrix.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AverMatrix_H diff --git a/plugins/MacVST/Average/source/Average.cpp b/plugins/MacVST/Average/source/Average.cpp index 64f301f56..cd8461158 100755 --- a/plugins/MacVST/Average/source/Average.cpp +++ b/plugins/MacVST/Average/source/Average.cpp @@ -1,6 +1,6 @@ /* ======================================== * Average - Average.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Average_H diff --git a/plugins/MacVST/Average/source/Average.h b/plugins/MacVST/Average/source/Average.h index 1cdc884ba..9d70619dd 100755 --- a/plugins/MacVST/Average/source/Average.h +++ b/plugins/MacVST/Average/source/Average.h @@ -1,7 +1,7 @@ /* ======================================== * Average - Average.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Average_H diff --git a/plugins/MacVST/Average/source/AverageProc.cpp b/plugins/MacVST/Average/source/AverageProc.cpp index b47fc830b..c041e2d15 100755 --- a/plugins/MacVST/Average/source/AverageProc.cpp +++ b/plugins/MacVST/Average/source/AverageProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Average - Average.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Average_H diff --git a/plugins/MacVST/Balanced/source/Balanced.cpp b/plugins/MacVST/Balanced/source/Balanced.cpp index 6e713da63..ceedfbf01 100755 --- a/plugins/MacVST/Balanced/source/Balanced.cpp +++ b/plugins/MacVST/Balanced/source/Balanced.cpp @@ -1,6 +1,6 @@ /* ======================================== * Balanced - Balanced.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Balanced_H diff --git a/plugins/MacVST/Balanced/source/Balanced.h b/plugins/MacVST/Balanced/source/Balanced.h index 4cc19472c..f8664f2f5 100755 --- a/plugins/MacVST/Balanced/source/Balanced.h +++ b/plugins/MacVST/Balanced/source/Balanced.h @@ -1,7 +1,7 @@ /* ======================================== * Balanced - Balanced.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Balanced_H diff --git a/plugins/MacVST/Balanced/source/BalancedProc.cpp b/plugins/MacVST/Balanced/source/BalancedProc.cpp index 88944c8b6..4ea01988a 100755 --- a/plugins/MacVST/Balanced/source/BalancedProc.cpp +++ b/plugins/MacVST/Balanced/source/BalancedProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Balanced - Balanced.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Balanced_H diff --git a/plugins/MacVST/BassAmp/source/BassAmp.cpp b/plugins/MacVST/BassAmp/source/BassAmp.cpp index 85eba6d6d..3c56fae52 100755 --- a/plugins/MacVST/BassAmp/source/BassAmp.cpp +++ b/plugins/MacVST/BassAmp/source/BassAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassAmp - BassAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassAmp_H diff --git a/plugins/MacVST/BassAmp/source/BassAmp.h b/plugins/MacVST/BassAmp/source/BassAmp.h index a50b4d688..de1f206c9 100755 --- a/plugins/MacVST/BassAmp/source/BassAmp.h +++ b/plugins/MacVST/BassAmp/source/BassAmp.h @@ -1,7 +1,7 @@ /* ======================================== * BassAmp - BassAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BassAmp_H diff --git a/plugins/MacVST/BassAmp/source/BassAmpProc.cpp b/plugins/MacVST/BassAmp/source/BassAmpProc.cpp index ae941ec2b..14a9c328a 100755 --- a/plugins/MacVST/BassAmp/source/BassAmpProc.cpp +++ b/plugins/MacVST/BassAmp/source/BassAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassAmp - BassAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassAmp_H diff --git a/plugins/MacVST/BassDrive/source/BassDrive.cpp b/plugins/MacVST/BassDrive/source/BassDrive.cpp index b042dd13b..bc89acfe2 100755 --- a/plugins/MacVST/BassDrive/source/BassDrive.cpp +++ b/plugins/MacVST/BassDrive/source/BassDrive.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassDrive - BassDrive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassDrive_H diff --git a/plugins/MacVST/BassDrive/source/BassDrive.h b/plugins/MacVST/BassDrive/source/BassDrive.h index c4b152e43..afc60a410 100755 --- a/plugins/MacVST/BassDrive/source/BassDrive.h +++ b/plugins/MacVST/BassDrive/source/BassDrive.h @@ -1,7 +1,7 @@ /* ======================================== * BassDrive - BassDrive.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BassDrive_H diff --git a/plugins/MacVST/BassDrive/source/BassDriveProc.cpp b/plugins/MacVST/BassDrive/source/BassDriveProc.cpp index 48770fb9e..7555dccd7 100755 --- a/plugins/MacVST/BassDrive/source/BassDriveProc.cpp +++ b/plugins/MacVST/BassDrive/source/BassDriveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassDrive - BassDrive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassDrive_H diff --git a/plugins/MacVST/BassKit/source/BassKit.cpp b/plugins/MacVST/BassKit/source/BassKit.cpp index 0eec1c5eb..8be3402e1 100755 --- a/plugins/MacVST/BassKit/source/BassKit.cpp +++ b/plugins/MacVST/BassKit/source/BassKit.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassKit - BassKit.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassKit_H diff --git a/plugins/MacVST/BassKit/source/BassKit.h b/plugins/MacVST/BassKit/source/BassKit.h index c192cfa11..dcd12945a 100755 --- a/plugins/MacVST/BassKit/source/BassKit.h +++ b/plugins/MacVST/BassKit/source/BassKit.h @@ -1,7 +1,7 @@ /* ======================================== * BassKit - BassKit.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BassKit_H diff --git a/plugins/MacVST/BassKit/source/BassKitProc.cpp b/plugins/MacVST/BassKit/source/BassKitProc.cpp index c05d6e66f..6a23df386 100755 --- a/plugins/MacVST/BassKit/source/BassKitProc.cpp +++ b/plugins/MacVST/BassKit/source/BassKitProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassKit - BassKit.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassKit_H diff --git a/plugins/MacVST/Baxandall/source/Baxandall.cpp b/plugins/MacVST/Baxandall/source/Baxandall.cpp index a9f32fa6d..6a6f1b58c 100755 --- a/plugins/MacVST/Baxandall/source/Baxandall.cpp +++ b/plugins/MacVST/Baxandall/source/Baxandall.cpp @@ -1,6 +1,6 @@ /* ======================================== * Baxandall - Baxandall.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall_H diff --git a/plugins/MacVST/Baxandall/source/Baxandall.h b/plugins/MacVST/Baxandall/source/Baxandall.h index f8b773123..b9b3b26a7 100755 --- a/plugins/MacVST/Baxandall/source/Baxandall.h +++ b/plugins/MacVST/Baxandall/source/Baxandall.h @@ -1,7 +1,7 @@ /* ======================================== * Baxandall - Baxandall.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall_H diff --git a/plugins/MacVST/Baxandall/source/BaxandallProc.cpp b/plugins/MacVST/Baxandall/source/BaxandallProc.cpp index 3a5c5b268..5f3a73821 100755 --- a/plugins/MacVST/Baxandall/source/BaxandallProc.cpp +++ b/plugins/MacVST/Baxandall/source/BaxandallProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Baxandall - Baxandall.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall_H diff --git a/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..a706c6765 --- /dev/null +++ b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,108 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Baxandall2 */; + codeSenseManager = 8B02375F1D42B1C400E1E8C8 /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 364, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 324, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685053156; + PBXWorkspaceStateSaveDate = 685053156; + }; + sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Baxandall2.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {948, 2394}}"; + sepNavSelRange = "{3963, 0}"; + sepNavVisRange = "{3293, 1618}"; + sepNavWindowFrame = "{{372, 47}, {895, 831}}"; + }; + }; + 245463B80991757100464AD3 /* Baxandall2.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1110, 1368}}"; + sepNavSelRange = "{2633, 0}"; + sepNavVisRange = "{169, 1506}"; + sepNavWindowFrame = "{{319, 47}, {895, 831}}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 20267}}"; + sepNavSelRange = "{10616, 0}"; + sepNavVisRange = "{9653, 2414}"; + sepNavWindowFrame = "{{15, 42}, {895, 831}}"; + }; + }; + 24D8286F09A914000093AEF8 /* Baxandall2Proc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {921, 4302}}"; + sepNavSelRange = "{5724, 0}"; + sepNavVisRange = "{0, 1736}"; + sepNavWindowFrame = "{{149, 47}, {895, 831}}"; + }; + }; + 8B02375E1D42B1C400E1E8C8 /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8B02375F1D42B1C400E1E8C8 /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8D01CCC60486CAD60068D4B7 /* Baxandall2 */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..a93af5b10 --- /dev/null +++ b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1503 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8B02375D1D42B1C400E1E8C8 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 185 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 6 + 4 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {185, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {202, 446}} + GroupTreeTableConfiguration + + MainColumn + 185 + + RubberWindowFrame + 34 365 810 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 202pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8B0237581D42B1C400E1E8C8 + PBXProjectModuleLabel + Gain.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B0237591D42B1C400E1E8C8 + PBXProjectModuleLabel + Gain.h + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {603, 0}} + RubberWindowFrame + 34 365 810 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + Proportion + 441pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {603, 414}} + RubberWindowFrame + 34 365 810 487 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + + Module + PBXBuildResultsModule + + + + + Proportion + 603pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8BF9C8EA28D517B0009E96CF + 1CA23ED40692098700951B8B + 8BF9C8EB28D517B0009E96CF + 8B0237581D42B1C400E1E8C8 + 8BF9C8EC28D517B0009E96CF + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685053872.79754102 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + 8BF9C8ED28D517B0009E96CF + /Users/christopherjohnson/Desktop/Baxandall2/Baxandall2.xcodeproj + + WindowString + 34 365 810 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.projectFormatConflicts + IsVertical + + Layout + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 8BCAE52E1D49920D0047D4BD + + GeometryConfiguration + + Frame + {{0, 0}, {472, 302}} + RubberWindowFrame + 569 378 472 322 0 0 1440 878 + + Module + XCProjectFormatConflictsModule + Proportion + 302pt + + + Proportion + 302pt + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + + TableOfContents + + 8BCAE52F1D49920D0047D4BD + 8BCAE5301D49920D0047D4BD + 8BCAE52E1D49920D0047D4BD + + WindowContentMinSize + 450 300 + WindowString + 569 378 472 322 0 0 1440 878 + WindowToolGUID + 8BCAE52F1D49920D0047D4BD + WindowToolIsVisible + + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/project.pbxproj b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/project.pbxproj new file mode 100755 index 000000000..85df866a5 --- /dev/null +++ b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/project.pbxproj @@ -0,0 +1,2201 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 42; + objects = { + +/* Begin PBXBuildFile section */ + 2407DEB9089929BA00EB68BF /* Baxandall2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* Baxandall2.cpp */; }; + 245463B90991757100464AD3 /* Baxandall2.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* Baxandall2.h */; }; + 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF910F90D1DD003BB5A7 /* aeffect.h */; }; + 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */; }; + 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */; }; + 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF990F90D1DD003BB5A7 /* adelay.h */; }; + 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */; }; + 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */; }; + 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFAB0F90D1DD003BB5A7 /* again.h */; }; + 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */; }; + 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */; }; + 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */; }; + 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */; }; + 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */; }; + 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */; }; + 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */; }; + 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */; }; + 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200050F90D1DD003BB5A7 /* controlsgui.h */; }; + 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */; }; + 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */; }; + 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */; }; + 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */; }; + 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */; }; + 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */; }; + 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */; }; + 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001F0F90D1DD003BB5A7 /* ctabview.h */; }; + 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201470F90D1DE003BB5A7 /* plugguieditor.h */; }; + 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201490F90D1DE003BB5A7 /* vstcontrols.h */; }; + 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014B0F90D1DE003BB5A7 /* vstgui.h */; }; + 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */; }; + 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */; }; + 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */; }; + 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */; }; + 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */; }; + 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */; }; + 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */; }; + 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */; }; + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; + 24D8287009A914000093AEF8 /* Baxandall2Proc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* Baxandall2Proc.cpp */; }; + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = again; + }; + 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4476974093DAE42008998C4; + remoteInfo = adelay; + }; + 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4FF52220929FBF500DDED7A; + remoteInfo = vstxsynth; + }; + 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4476A10093DCAF9008998C4; + remoteInfo = surrounddelay; + }; + 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4FF52F3092A312800DDED7A; + remoteInfo = minihost; + }; + 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = AudioUnit; + }; + 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + proxyType = 2; + remoteGlobalIDString = F4C9F1D407B2320800010DAD; + remoteInfo = VST; + }; + 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = AudioUnit; + }; + 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4C9F1D407B2320800010DAD; + remoteInfo = VST; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; + 2407DE920899296600EB68BF /* Baxandall2.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Baxandall2.vst; sourceTree = BUILT_PRODUCTS_DIR; }; + 2407DEB6089929BA00EB68BF /* Baxandall2.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Baxandall2.cpp; path = source/Baxandall2.cpp; sourceTree = ""; }; + 2434720A098313350063BBF1 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; + 245463B80991757100464AD3 /* Baxandall2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Baxandall2.h; path = source/Baxandall2.h; sourceTree = ""; }; + 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10014.bmp; sourceTree = ""; }; + 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10015.bmp; sourceTree = ""; }; + 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10016.bmp; sourceTree = ""; }; + 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = controlsgui.cpp; sourceTree = ""; }; + 24A200050F90D1DD003BB5A7 /* controlsgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = controlsgui.h; sourceTree = ""; }; + 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteditor.cpp; sourceTree = ""; }; + 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteditor.h; sourceTree = ""; }; + 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteffect.cpp; sourceTree = ""; }; + 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteffect.h; sourceTree = ""; }; + 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestmain.cpp; sourceTree = ""; }; + 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestview.cpp; sourceTree = ""; }; + 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtestview.h; sourceTree = ""; }; + 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pprimitivesviews.cpp; sourceTree = ""; }; + 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pprimitivesviews.h; sourceTree = ""; }; + 24A200100F90D1DD003BB5A7 /* drawtest.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.def; sourceTree = ""; }; + 24A200110F90D1DD003BB5A7 /* drawtest.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.rc; sourceTree = ""; }; + 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = drawtest.vcproj; sourceTree = ""; }; + 24A200140F90D1DD003BB5A7 /* drawtest.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsp; sourceTree = ""; }; + 24A200150F90D1DD003BB5A7 /* drawtest.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsw; sourceTree = ""; }; + 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aeffguieditor.cpp; sourceTree = ""; }; + 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffguieditor.h; sourceTree = ""; }; + 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfileselector.cpp; sourceTree = ""; }; + 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfileselector.h; sourceTree = ""; }; + 24A2001B0F90D1DD003BB5A7 /* Changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog; sourceTree = ""; }; + 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cscrollview.cpp; sourceTree = ""; }; + 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cscrollview.h; sourceTree = ""; }; + 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ctabview.cpp; sourceTree = ""; }; + 24A2001F0F90D1DD003BB5A7 /* ctabview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ctabview.h; sourceTree = ""; }; + 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8cpp.html; sourceTree = ""; }; + 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8h.html; sourceTree = ""; }; + 24A200240F90D1DD003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = annotated.html; sourceTree = ""; }; + 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8cpp.html; sourceTree = ""; }; + 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8h.html; sourceTree = ""; }; + 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_a_eff_g_u_i_editor-members.html"; sourceTree = ""; }; + 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_a_eff_g_u_i_editor.html; sourceTree = ""; }; + 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_anim_knob-members.html"; sourceTree = ""; }; + 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_anim_knob.html; sourceTree = ""; }; + 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_anim_knob.png; sourceTree = ""; }; + 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_attribute_list_entry-members.html"; sourceTree = ""; }; + 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_attribute_list_entry.html; sourceTree = ""; }; + 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_auto_animation-members.html"; sourceTree = ""; }; + 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_auto_animation.html; sourceTree = ""; }; + 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_auto_animation.png; sourceTree = ""; }; + 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_bitmap-members.html"; sourceTree = ""; }; + 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_bitmap.html; sourceTree = ""; }; + 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_bitmap.png; sourceTree = ""; }; + 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_c_view-members.html"; sourceTree = ""; }; + 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_c_view.html; sourceTree = ""; }; + 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control-members.html"; sourceTree = ""; }; + 24A200370F90D1DD003BB5A7 /* class_c_control.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control.html; sourceTree = ""; }; + 24A200380F90D1DD003BB5A7 /* class_c_control.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control.png; sourceTree = ""; }; + 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control_listener-members.html"; sourceTree = ""; }; + 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control_listener.html; sourceTree = ""; }; + 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control_listener.png; sourceTree = ""; }; + 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_drag_container-members.html"; sourceTree = ""; }; + 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_drag_container.html; sourceTree = ""; }; + 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_drag_container.png; sourceTree = ""; }; + 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_draw_context-members.html"; sourceTree = ""; }; + 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_draw_context.html; sourceTree = ""; }; + 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_draw_context.png; sourceTree = ""; }; + 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_file_selector-members.html"; sourceTree = ""; }; + 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_file_selector.html; sourceTree = ""; }; + 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_frame-members.html"; sourceTree = ""; }; + 24A200450F90D1DD003BB5A7 /* class_c_frame.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_frame.html; sourceTree = ""; }; + 24A200460F90D1DD003BB5A7 /* class_c_frame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_frame.png; sourceTree = ""; }; + 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_slider-members.html"; sourceTree = ""; }; + 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_slider.html; sourceTree = ""; }; + 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_slider.png; sourceTree = ""; }; + 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_switch-members.html"; sourceTree = ""; }; + 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_switch.html; sourceTree = ""; }; + 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_switch.png; sourceTree = ""; }; + 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_kick_button-members.html"; sourceTree = ""; }; + 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_kick_button.html; sourceTree = ""; }; + 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_kick_button.png; sourceTree = ""; }; + 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_knob-members.html"; sourceTree = ""; }; + 24A200510F90D1DD003BB5A7 /* class_c_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_knob.html; sourceTree = ""; }; + 24A200520F90D1DD003BB5A7 /* class_c_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_knob.png; sourceTree = ""; }; + 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_bitmap-members.html"; sourceTree = ""; }; + 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_bitmap.html; sourceTree = ""; }; + 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_bitmap.png; sourceTree = ""; }; + 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_button-members.html"; sourceTree = ""; }; + 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_button.html; sourceTree = ""; }; + 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_button.png; sourceTree = ""; }; + 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_offscreen_context-members.html"; sourceTree = ""; }; + 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_offscreen_context.html; sourceTree = ""; }; + 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_offscreen_context.png; sourceTree = ""; }; + 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_on_off_button-members.html"; sourceTree = ""; }; + 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_on_off_button.html; sourceTree = ""; }; + 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_on_off_button.png; sourceTree = ""; }; + 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu-members.html"; sourceTree = ""; }; + 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu.html; sourceTree = ""; }; + 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu.png; sourceTree = ""; }; + 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu_scheme-members.html"; sourceTree = ""; }; + 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu_scheme.html; sourceTree = ""; }; + 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu_scheme.png; sourceTree = ""; }; + 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_param_display-members.html"; sourceTree = ""; }; + 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_param_display.html; sourceTree = ""; }; + 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_param_display.png; sourceTree = ""; }; + 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_reference_counter-members.html"; sourceTree = ""; }; + 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_reference_counter.html; sourceTree = ""; }; + 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_reference_counter.png; sourceTree = ""; }; + 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_rocker_switch-members.html"; sourceTree = ""; }; + 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_rocker_switch.html; sourceTree = ""; }; + 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_rocker_switch.png; sourceTree = ""; }; + 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_container-members.html"; sourceTree = ""; }; + 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_container.html; sourceTree = ""; }; + 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_container.png; sourceTree = ""; }; + 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_view-members.html"; sourceTree = ""; }; + 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_view.html; sourceTree = ""; }; + 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_view.png; sourceTree = ""; }; + 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scrollbar-members.html"; sourceTree = ""; }; + 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scrollbar.html; sourceTree = ""; }; + 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scrollbar.png; sourceTree = ""; }; + 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_slider-members.html"; sourceTree = ""; }; + 24A200780F90D1DD003BB5A7 /* class_c_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_slider.html; sourceTree = ""; }; + 24A200790F90D1DD003BB5A7 /* class_c_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_slider.png; sourceTree = ""; }; + 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_special_digit-members.html"; sourceTree = ""; }; + 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_special_digit.html; sourceTree = ""; }; + 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_special_digit.png; sourceTree = ""; }; + 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen-members.html"; sourceTree = ""; }; + 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen.html; sourceTree = ""; }; + 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen.png; sourceTree = ""; }; + 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen_view-members.html"; sourceTree = ""; }; + 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen_view.html; sourceTree = ""; }; + 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen_view.png; sourceTree = ""; }; + 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_button-members.html"; sourceTree = ""; }; + 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_button.html; sourceTree = ""; }; + 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_button.png; sourceTree = ""; }; + 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_child_view-members.html"; sourceTree = ""; }; + 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_child_view.html; sourceTree = ""; }; + 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_child_view.png; sourceTree = ""; }; + 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_view-members.html"; sourceTree = ""; }; + 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_view.html; sourceTree = ""; }; + 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_view.png; sourceTree = ""; }; + 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_edit-members.html"; sourceTree = ""; }; + 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_edit.html; sourceTree = ""; }; + 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_edit.png; sourceTree = ""; }; + 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_label-members.html"; sourceTree = ""; }; + 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_label.html; sourceTree = ""; }; + 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_label.png; sourceTree = ""; }; + 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_slider-members.html"; sourceTree = ""; }; + 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_slider.html; sourceTree = ""; }; + 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_slider.png; sourceTree = ""; }; + 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_switch-members.html"; sourceTree = ""; }; + 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_switch.html; sourceTree = ""; }; + 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_switch.png; sourceTree = ""; }; + 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view-members.html"; sourceTree = ""; }; + 24A200990F90D1DD003BB5A7 /* class_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view.html; sourceTree = ""; }; + 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view.png; sourceTree = ""; }; + 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view_container-members.html"; sourceTree = ""; }; + 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view_container.html; sourceTree = ""; }; + 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view_container.png; sourceTree = ""; }; + 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vu_meter-members.html"; sourceTree = ""; }; + 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vu_meter.html; sourceTree = ""; }; + 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vu_meter.png; sourceTree = ""; }; + 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_i_scrollbar_drawer-members.html"; sourceTree = ""; }; + 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_i_scrollbar_drawer.html; sourceTree = ""; }; + 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_plugin_g_u_i_editor-members.html"; sourceTree = ""; }; + 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_plugin_g_u_i_editor.html; sourceTree = ""; }; + 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8cpp.html; sourceTree = ""; }; + 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8h.html; sourceTree = ""; }; + 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8cpp.html; sourceTree = ""; }; + 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8h.html; sourceTree = ""; }; + 24A200A90F90D1DD003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = deprecated.html; sourceTree = ""; }; + 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = doc_8h.html; sourceTree = ""; }; + 24A200AB0F90D1DD003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; + 24A200AC0F90D1DD003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; + 24A200AD0F90D1DD003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = files.html; sourceTree = ""; }; + 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; + 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; + 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; + 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; + 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; + 24A200B30F90D1DE003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; + 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; + 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; + 24A200B60F90D1DE003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; + 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; + 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; + 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; + 24A200BA0F90D1DE003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions.html; sourceTree = ""; }; + 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x62.html; sourceTree = ""; }; + 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x63.html; sourceTree = ""; }; + 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x64.html; sourceTree = ""; }; + 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x65.html; sourceTree = ""; }; + 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x66.html; sourceTree = ""; }; + 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x67.html; sourceTree = ""; }; + 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x68.html; sourceTree = ""; }; + 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x69.html; sourceTree = ""; }; + 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6b.html; sourceTree = ""; }; + 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6c.html; sourceTree = ""; }; + 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6d.html; sourceTree = ""; }; + 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6e.html; sourceTree = ""; }; + 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6f.html; sourceTree = ""; }; + 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x70.html; sourceTree = ""; }; + 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x72.html; sourceTree = ""; }; + 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x73.html; sourceTree = ""; }; + 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x74.html; sourceTree = ""; }; + 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x75.html; sourceTree = ""; }; + 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x76.html; sourceTree = ""; }; + 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x77.html; sourceTree = ""; }; + 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x78.html; sourceTree = ""; }; + 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x79.html; sourceTree = ""; }; + 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7a.html; sourceTree = ""; }; + 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7e.html; sourceTree = ""; }; + 24A200D30F90D1DE003BB5A7 /* functions_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_eval.html; sourceTree = ""; }; + 24A200D40F90D1DE003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func.html; sourceTree = ""; }; + 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x62.html; sourceTree = ""; }; + 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x63.html; sourceTree = ""; }; + 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x64.html; sourceTree = ""; }; + 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x65.html; sourceTree = ""; }; + 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x66.html; sourceTree = ""; }; + 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x67.html; sourceTree = ""; }; + 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x68.html; sourceTree = ""; }; + 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x69.html; sourceTree = ""; }; + 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6c.html; sourceTree = ""; }; + 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6d.html; sourceTree = ""; }; + 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6e.html; sourceTree = ""; }; + 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6f.html; sourceTree = ""; }; + 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x70.html; sourceTree = ""; }; + 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x72.html; sourceTree = ""; }; + 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x73.html; sourceTree = ""; }; + 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x74.html; sourceTree = ""; }; + 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x75.html; sourceTree = ""; }; + 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x76.html; sourceTree = ""; }; + 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x77.html; sourceTree = ""; }; + 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x7e.html; sourceTree = ""; }; + 24A200E90F90D1DE003BB5A7 /* functions_rela.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_rela.html; sourceTree = ""; }; + 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars.html; sourceTree = ""; }; + 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x62.html; sourceTree = ""; }; + 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x63.html; sourceTree = ""; }; + 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x64.html; sourceTree = ""; }; + 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x65.html; sourceTree = ""; }; + 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x66.html; sourceTree = ""; }; + 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x67.html; sourceTree = ""; }; + 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x68.html; sourceTree = ""; }; + 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x69.html; sourceTree = ""; }; + 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6b.html; sourceTree = ""; }; + 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6c.html; sourceTree = ""; }; + 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6d.html; sourceTree = ""; }; + 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6e.html; sourceTree = ""; }; + 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6f.html; sourceTree = ""; }; + 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x70.html; sourceTree = ""; }; + 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x72.html; sourceTree = ""; }; + 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x73.html; sourceTree = ""; }; + 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x74.html; sourceTree = ""; }; + 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x75.html; sourceTree = ""; }; + 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x76.html; sourceTree = ""; }; + 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x77.html; sourceTree = ""; }; + 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x78.html; sourceTree = ""; }; + 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x79.html; sourceTree = ""; }; + 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x7a.html; sourceTree = ""; }; + 24A201020F90D1DE003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals.html; sourceTree = ""; }; + 24A201030F90D1DE003BB5A7 /* globals_0x61.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x61.html; sourceTree = ""; }; + 24A201040F90D1DE003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x62.html; sourceTree = ""; }; + 24A201050F90D1DE003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x63.html; sourceTree = ""; }; + 24A201060F90D1DE003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x65.html; sourceTree = ""; }; + 24A201070F90D1DE003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x66.html; sourceTree = ""; }; + 24A201080F90D1DE003BB5A7 /* globals_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x67.html; sourceTree = ""; }; + 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6b.html; sourceTree = ""; }; + 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6d.html; sourceTree = ""; }; + 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6e.html; sourceTree = ""; }; + 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6f.html; sourceTree = ""; }; + 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x71.html; sourceTree = ""; }; + 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x72.html; sourceTree = ""; }; + 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x73.html; sourceTree = ""; }; + 24A201100F90D1DE003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x74.html; sourceTree = ""; }; + 24A201110F90D1DE003BB5A7 /* globals_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x75.html; sourceTree = ""; }; + 24A201120F90D1DE003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x76.html; sourceTree = ""; }; + 24A201130F90D1DE003BB5A7 /* globals_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x77.html; sourceTree = ""; }; + 24A201140F90D1DE003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_defs.html; sourceTree = ""; }; + 24A201150F90D1DE003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_enum.html; sourceTree = ""; }; + 24A201160F90D1DE003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_eval.html; sourceTree = ""; }; + 24A201170F90D1DE003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_type.html; sourceTree = ""; }; + 24A201180F90D1DE003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_vars.html; sourceTree = ""; }; + 24A201190F90D1DE003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = hierarchy.html; sourceTree = ""; }; + 24A2011A0F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; + 24A2011B0F90D1DE003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = intro.html; sourceTree = ""; }; + 24A2011C0F90D1DE003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = license.html; sourceTree = ""; }; + 24A2011D0F90D1DE003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = maceditor.html; sourceTree = ""; }; + 24A2011E0F90D1DE003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = main.html; sourceTree = ""; }; + 24A2011F0F90D1DE003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = others.html; sourceTree = ""; }; + 24A201200F90D1DE003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = pages.html; sourceTree = ""; }; + 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8cpp.html; sourceTree = ""; }; + 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8h.html; sourceTree = ""; }; + 24A201230F90D1DE003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = sequences.html; sourceTree = ""; }; + 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_color-members.html"; sourceTree = ""; }; + 24A201250F90D1DE003BB5A7 /* struct_c_color.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_color.html; sourceTree = ""; }; + 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_point-members.html"; sourceTree = ""; }; + 24A201270F90D1DE003BB5A7 /* struct_c_point.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_point.html; sourceTree = ""; }; + 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_rect-members.html"; sourceTree = ""; }; + 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_rect.html; sourceTree = ""; }; + 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_e_rect-members.html"; sourceTree = ""; }; + 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_e_rect.html; sourceTree = ""; }; + 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; + 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_select.html; sourceTree = ""; }; + 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; + 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_type.html; sourceTree = ""; }; + 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; + 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_key_code.html; sourceTree = ""; }; + 24A201320F90D1DE003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; + 24A201330F90D1DE003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; + 24A201340F90D1DE003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; + 24A201350F90D1DE003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; + 24A201360F90D1DE003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = thanks.html; sourceTree = ""; }; + 24A201370F90D1DE003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = tree.html; sourceTree = ""; }; + 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8cpp.html; sourceTree = ""; }; + 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8h.html; sourceTree = ""; }; + 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8cpp.html; sourceTree = ""; }; + 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8h.html; sourceTree = ""; }; + 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstkeycode_8h.html; sourceTree = ""; }; + 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstoffline.html; sourceTree = ""; }; + 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstparamstruct.html; sourceTree = ""; }; + 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugscarbon_8h.html; sourceTree = ""; }; + 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmac_8h.html; sourceTree = ""; }; + 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmacho_8h.html; sourceTree = ""; }; + 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsquartz_8h.html; sourceTree = ""; }; + 24A201430F90D1DE003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = whatsnew.html; sourceTree = ""; }; + 24A201440F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; + 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Migrating from 2.3.rtf"; sourceTree = ""; }; + 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = plugguieditor.cpp; sourceTree = ""; }; + 24A201470F90D1DE003BB5A7 /* plugguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plugguieditor.h; sourceTree = ""; }; + 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstcontrols.cpp; sourceTree = ""; }; + 24A201490F90D1DE003BB5A7 /* vstcontrols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstcontrols.h; sourceTree = ""; }; + 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstgui.cpp; sourceTree = ""; }; + 24A2014B0F90D1DE003BB5A7 /* vstgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstgui.h; sourceTree = ""; }; + 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstkeycode.h; sourceTree = ""; }; + 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugscarbon.h; sourceTree = ""; }; + 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmac.h; sourceTree = ""; }; + 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmacho.h; sourceTree = ""; }; + 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsquartz.h; sourceTree = ""; }; + 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = Thumbs.db; sourceTree = ""; }; + 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = VST_Logo_Usage_Guideline.pdf; sourceTree = ""; }; + 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = VSTLogoAlpha.png; sourceTree = ""; }; + 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoBlack.jpg; sourceTree = ""; }; + 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoWhite.jpg; sourceTree = ""; }; + 24A2FEC60F90D1DC003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = VSTMonitor; sourceTree = ""; }; + 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PkgInfo; sourceTree = ""; }; + 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50000.bmp; sourceTree = ""; }; + 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50001.bmp; sourceTree = ""; }; + 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50002.bmp; sourceTree = ""; }; + 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50003.bmp; sourceTree = ""; }; + 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50004.bmp; sourceTree = ""; }; + 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50005.bmp; sourceTree = ""; }; + 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50006.bmp; sourceTree = ""; }; + 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50007.bmp; sourceTree = ""; }; + 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50008.bmp; sourceTree = ""; }; + 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = VSTParamTool.app; sourceTree = ""; }; + 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstmonitor.dll; sourceTree = ""; }; + 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstparamtool.exe; sourceTree = ""; }; + 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = folder.gif; sourceTree = ""; }; + 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = mac.gif; sourceTree = ""; }; + 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo_small.jpg; sourceTree = ""; }; + 24A2FEDD0F90D1DC003BB5A7 /* win.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = win.gif; sourceTree = ""; }; + 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffect_8h.html; sourceTree = ""; }; + 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffectx_8h.html; sourceTree = ""; }; + 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffeditor_8h.html; sourceTree = ""; }; + 24A2FEE20F90D1DC003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotated.html; sourceTree = ""; }; + 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8cpp.html; sourceTree = ""; }; + 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8h.html; sourceTree = ""; }; + 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8cpp.html; sourceTree = ""; }; + 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8h.html; sourceTree = ""; }; + 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Blocksizechange.gif; sourceTree = ""; }; + 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_a_eff_editor-members.html"; sourceTree = ""; }; + 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_a_eff_editor.html; sourceTree = ""; }; + 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect-members.html"; sourceTree = ""; }; + 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect.html; sourceTree = ""; }; + 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect.png; sourceTree = ""; }; + 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect_x-members.html"; sourceTree = ""; }; + 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect_x.html; sourceTree = ""; }; + 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect_x.png; sourceTree = ""; }; + 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ControlChanged.gif; sourceTree = ""; }; + 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = deprecated.html; sourceTree = ""; }; + 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_2d3252dd12c84c66c1d25b26bb45a1f5.html; sourceTree = ""; }; + 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_77c628dfee72e555f82d5ef53b733f38.html; sourceTree = ""; }; + 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_f81105d3b854bea570aaf3bae5cb64c1.html; sourceTree = ""; }; + 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_fa0454ab79b4262333bf837ea3d765e9.html; sourceTree = ""; }; + 24A2FEF60F90D1DC003BB5A7 /* dirs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dirs.html; sourceTree = ""; }; + 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = doc_8h.html; sourceTree = ""; }; + 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; + 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; + 24A2FEFA0F90D1DC003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = files.html; sourceTree = ""; }; + 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; + 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; + 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; + 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; + 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; + 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; + 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; + 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; + 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; + 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; + 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; + 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; + 24A2FF070F90D1DC003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions.html; sourceTree = ""; }; + 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x62.html; sourceTree = ""; }; + 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x63.html; sourceTree = ""; }; + 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x64.html; sourceTree = ""; }; + 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x65.html; sourceTree = ""; }; + 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x66.html; sourceTree = ""; }; + 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x67.html; sourceTree = ""; }; + 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x68.html; sourceTree = ""; }; + 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x69.html; sourceTree = ""; }; + 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6b.html; sourceTree = ""; }; + 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6c.html; sourceTree = ""; }; + 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6d.html; sourceTree = ""; }; + 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6e.html; sourceTree = ""; }; + 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6f.html; sourceTree = ""; }; + 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x70.html; sourceTree = ""; }; + 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x72.html; sourceTree = ""; }; + 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x73.html; sourceTree = ""; }; + 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x74.html; sourceTree = ""; }; + 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x75.html; sourceTree = ""; }; + 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x76.html; sourceTree = ""; }; + 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x77.html; sourceTree = ""; }; + 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x78.html; sourceTree = ""; }; + 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x79.html; sourceTree = ""; }; + 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x7e.html; sourceTree = ""; }; + 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_func.html; sourceTree = ""; }; + 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars.html; sourceTree = ""; }; + 24A2FF210F90D1DC003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals.html; sourceTree = ""; }; + 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x62.html; sourceTree = ""; }; + 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x63.html; sourceTree = ""; }; + 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x64.html; sourceTree = ""; }; + 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x65.html; sourceTree = ""; }; + 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x66.html; sourceTree = ""; }; + 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6b.html; sourceTree = ""; }; + 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6d.html; sourceTree = ""; }; + 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x74.html; sourceTree = ""; }; + 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x76.html; sourceTree = ""; }; + 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_defs.html; sourceTree = ""; }; + 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_enum.html; sourceTree = ""; }; + 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval.html; sourceTree = ""; }; + 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x65.html; sourceTree = ""; }; + 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6b.html; sourceTree = ""; }; + 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6d.html; sourceTree = ""; }; + 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x76.html; sourceTree = ""; }; + 24A2FF320F90D1DC003BB5A7 /* globals_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_func.html; sourceTree = ""; }; + 24A2FF330F90D1DC003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_type.html; sourceTree = ""; }; + 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_vars.html; sourceTree = ""; }; + 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = hierarchy.html; sourceTree = ""; }; + 24A2FF360F90D1DC003BB5A7 /* history.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = history.html; sourceTree = ""; }; + 24A2FF370F90D1DC003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Initialisation.gif; sourceTree = ""; }; + 24A2FF390F90D1DC003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = intro.html; sourceTree = ""; }; + 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = IOchange.gif; sourceTree = ""; }; + 24A2FF3B0F90D1DC003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = license.html; sourceTree = ""; }; + 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = maceditor.html; sourceTree = ""; }; + 24A2FF3D0F90D1DC003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = main.html; sourceTree = ""; }; + 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_host_can_dos.html; sourceTree = ""; }; + 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_plug_can_dos.html; sourceTree = ""; }; + 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers.html; sourceTree = ""; }; + 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers_vars.html; sourceTree = ""; }; + 24A2FF420F90D1DC003BB5A7 /* namespaces.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespaces.html; sourceTree = ""; }; + 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Offlineprocessing.gif; sourceTree = ""; }; + 24A2FF440F90D1DC003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = others.html; sourceTree = ""; }; + 24A2FF450F90D1DC003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = pages.html; sourceTree = ""; }; + 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Sampleratechange.gif; sourceTree = ""; }; + 24A2FF470F90D1DC003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sequences.html; sourceTree = ""; }; + 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = SpeakerarrangementnegotiationforVSTfx.gif; sourceTree = ""; }; + 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_a_effect-members.html"; sourceTree = ""; }; + 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_a_effect.html; sourceTree = ""; }; + 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_e_rect-members.html"; sourceTree = ""; }; + 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_e_rect.html; sourceTree = ""; }; + 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_key_name-members.html"; sourceTree = ""; }; + 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_key_name.html; sourceTree = ""; }; + 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_category-members.html"; sourceTree = ""; }; + 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_category.html; sourceTree = ""; }; + 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_name-members.html"; sourceTree = ""; }; + 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_name.html; sourceTree = ""; }; + 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file-members.html"; sourceTree = ""; }; + 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file.html; sourceTree = ""; }; + 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file_marker-members.html"; sourceTree = ""; }; + 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file_marker.html; sourceTree = ""; }; + 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_event-members.html"; sourceTree = ""; }; + 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_event.html; sourceTree = ""; }; + 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_events-members.html"; sourceTree = ""; }; + 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_events.html; sourceTree = ""; }; + 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; + 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_select.html; sourceTree = ""; }; + 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; + 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_type.html; sourceTree = ""; }; + 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; + 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_key_code.html; sourceTree = ""; }; + 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_event-members.html"; sourceTree = ""; }; + 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_event.html; sourceTree = ""; }; + 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_sysex_event-members.html"; sourceTree = ""; }; + 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_sysex_event.html; sourceTree = ""; }; + 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_offline_task-members.html"; sourceTree = ""; }; + 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_offline_task.html; sourceTree = ""; }; + 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_parameter_properties-members.html"; sourceTree = ""; }; + 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_parameter_properties.html; sourceTree = ""; }; + 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_patch_chunk_info-members.html"; sourceTree = ""; }; + 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_patch_chunk_info.html; sourceTree = ""; }; + 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_pin_properties-members.html"; sourceTree = ""; }; + 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_pin_properties.html; sourceTree = ""; }; + 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_arrangement-members.html"; sourceTree = ""; }; + 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_arrangement.html; sourceTree = ""; }; + 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_properties-members.html"; sourceTree = ""; }; + 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_properties.html; sourceTree = ""; }; + 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_time_info-members.html"; sourceTree = ""; }; + 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_time_info.html; sourceTree = ""; }; + 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_variable_io-members.html"; sourceTree = ""; }; + 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_variable_io.html; sourceTree = ""; }; + 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_window-members.html"; sourceTree = ""; }; + 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_window.html; sourceTree = ""; }; + 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_bank-members.html"; sourceTree = ""; }; + 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_bank.html; sourceTree = ""; }; + 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_program-members.html"; sourceTree = ""; }; + 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_program.html; sourceTree = ""; }; + 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; + 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; + 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; + 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; + 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Termination.gif; sourceTree = ""; }; + 24A2FF800F90D1DD003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = thanks.html; sourceTree = ""; }; + 24A2FF810F90D1DD003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tree.html; sourceTree = ""; }; + 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOff.gif; sourceTree = ""; }; + 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOn.gif; sourceTree = ""; }; + 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstfxstore_8h.html; sourceTree = ""; }; + 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstoffline.html; sourceTree = ""; }; + 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstparamstruct.html; sourceTree = ""; }; + 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo.jpg; sourceTree = ""; }; + 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstplugmain_8cpp.html; sourceTree = ""; }; + 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = whatsnew.html; sourceTree = ""; }; + 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.menu.html; sourceTree = ""; }; + 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.overview.html; sourceTree = ""; }; + 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = sdkdoc.css; sourceTree = ""; }; + 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "VST Licensing Agreement.rtf"; sourceTree = ""; }; + 24A2FF8E0F90D1DD003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + 24A2FF910F90D1DD003BB5A7 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelay.cpp; sourceTree = ""; }; + 24A2FF990F90D1DD003BB5A7 /* adelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adelay.h; sourceTree = ""; }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelaymain.cpp; sourceTree = ""; }; + 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00128.bmp; sourceTree = ""; }; + 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00129.bmp; sourceTree = ""; }; + 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00130.bmp; sourceTree = ""; }; + 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.rc; sourceTree = ""; }; + 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sdeditor.cpp; sourceTree = ""; }; + 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sdeditor.h; sourceTree = ""; }; + 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surrounddelay.cpp; sourceTree = ""; }; + 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surrounddelay.h; sourceTree = ""; }; + 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; + 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; + 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = again.cpp; sourceTree = ""; }; + 24A2FFAB0F90D1DD003BB5A7 /* again.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = again.h; sourceTree = ""; }; + 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; + 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "minihost-Info.plist"; sourceTree = ""; }; + 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "vst 2.4 examples.xcodeproj"; sourceTree = ""; }; + 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = vst2.4Info.plist; sourceTree = ""; }; + 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minieditor.cpp; sourceTree = ""; }; + 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minihost.cpp; sourceTree = ""; }; + 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; + 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.rc; sourceTree = ""; }; + 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.vstxml; sourceTree = ""; }; + 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmnames.h; sourceTree = ""; }; + 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynth.cpp; sourceTree = ""; }; + 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstxsynth.h; sourceTree = ""; }; + 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynthproc.cpp; sourceTree = ""; }; + 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; + 24A2FFC60F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; + 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstplug.def; sourceTree = ""; }; + 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; + 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; + 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; + 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; + 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; + 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; + 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = adelay.dsp; sourceTree = ""; }; + 24A2FFD10F90D1DD003BB5A7 /* again.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = again.dsp; sourceTree = ""; }; + 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = minihost.dsp; sourceTree = ""; }; + 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.dsw; sourceTree = ""; }; + 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.dsp; sourceTree = ""; }; + 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.dsp; sourceTree = ""; }; + 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = audiounit.exp; sourceTree = ""; }; + 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "cw_vst_prefix.pch++"; sourceTree = ""; }; + 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */ = {isa = PBXFileReference; lastKnownFileType = file; path = drawtest.cw9prj; sourceTree = ""; }; + 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.plc; sourceTree = ""; }; + 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcode; sourceTree = ""; }; + 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcodeproj; sourceTree = ""; }; + 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_au_prefix.h; sourceTree = ""; }; + 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_vst_prefix.h; sourceTree = ""; }; + 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = audiounit.r; sourceTree = ""; }; + 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00001.png; sourceTree = ""; }; + 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00100.png; sourceTree = ""; }; + 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp01000.png; sourceTree = ""; }; + 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10001.bmp; sourceTree = ""; }; + 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10002.bmp; sourceTree = ""; }; + 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10003.bmp; sourceTree = ""; }; + 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10004.bmp; sourceTree = ""; }; + 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10005.bmp; sourceTree = ""; }; + 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10006.bmp; sourceTree = ""; }; + 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10007.bmp; sourceTree = ""; }; + 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10008.bmp; sourceTree = ""; }; + 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10009.bmp; sourceTree = ""; }; + 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10010.bmp; sourceTree = ""; }; + 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10011.bmp; sourceTree = ""; }; + 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10012.bmp; sourceTree = ""; }; + 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10013.bmp; sourceTree = ""; }; + 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; + 24D8286F09A914000093AEF8 /* Baxandall2Proc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Baxandall2Proc.cpp; path = source/Baxandall2Proc.cpp; sourceTree = ""; }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* FM-Chopper */ = { + isa = PBXGroup; + children = ( + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + 089C167CFE841241C02AAC07 /* Resources */, + 08FB77ADFE841716C02AAC07 /* Source */, + 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */, + ); + name = "FM-Chopper"; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 2434720A098313350063BBF1 /* QuickTime.framework */, + 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */, + 24CFB70307E7A0220081BD57 /* PkgInfo */, + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 2407DEB6089929BA00EB68BF /* Baxandall2.cpp */, + 24D8286F09A914000093AEF8 /* Baxandall2Proc.cpp */, + 245463B80991757100464AD3 /* Baxandall2.h */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 2407DE920899296600EB68BF /* Baxandall2.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A200030F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */, + 24A200050F90D1DD003BB5A7 /* controlsgui.h */, + 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */, + 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */, + 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */, + 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */, + 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */, + 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */, + 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */, + 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */, + 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */, + ); + name = source; + path = /vstsdk2.4/vstgui.sf/drawtest/source; + sourceTree = ""; + }; + 24A2000F0F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A200100F90D1DD003BB5A7 /* drawtest.def */, + 24A200110F90D1DD003BB5A7 /* drawtest.rc */, + 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */, + ); + name = win; + path = /vstsdk2.4/vstgui.sf/drawtest/win; + sourceTree = ""; + }; + 24A200130F90D1DD003BB5A7 /* win.vc6 */ = { + isa = PBXGroup; + children = ( + 24A200140F90D1DD003BB5A7 /* drawtest.dsp */, + 24A200150F90D1DD003BB5A7 /* drawtest.dsw */, + ); + name = win.vc6; + path = /vstsdk2.4/vstgui.sf/drawtest/win.vc6; + sourceTree = ""; + }; + 24A200160F90D1DD003BB5A7 /* vstgui */ = { + isa = PBXGroup; + children = ( + 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */, + 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */, + 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */, + 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */, + 24A2001B0F90D1DD003BB5A7 /* Changelog */, + 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */, + 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */, + 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */, + 24A2001F0F90D1DD003BB5A7 /* ctabview.h */, + 24A200200F90D1DD003BB5A7 /* Documentation */, + 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */, + 24A201470F90D1DE003BB5A7 /* plugguieditor.h */, + 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */, + 24A201490F90D1DE003BB5A7 /* vstcontrols.h */, + 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */, + 24A2014B0F90D1DE003BB5A7 /* vstgui.h */, + 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */, + 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */, + 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */, + 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */, + 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */, + ); + name = vstgui; + path = /vstsdk2.4/vstgui.sf/vstgui; + sourceTree = ""; + }; + 24A200200F90D1DD003BB5A7 /* Documentation */ = { + isa = PBXGroup; + children = ( + 24A200210F90D1DD003BB5A7 /* html */, + 24A201440F90D1DE003BB5A7 /* index.html */, + 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */, + ); + name = Documentation; + path = /vstsdk2.4/vstgui.sf/vstgui/Documentation; + sourceTree = ""; + }; + 24A200210F90D1DD003BB5A7 /* html */ = { + isa = PBXGroup; + children = ( + 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */, + 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */, + 24A200240F90D1DD003BB5A7 /* annotated.html */, + 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */, + 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */, + 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */, + 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */, + 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */, + 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */, + 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */, + 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */, + 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */, + 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */, + 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */, + 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */, + 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */, + 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */, + 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */, + 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */, + 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */, + 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */, + 24A200370F90D1DD003BB5A7 /* class_c_control.html */, + 24A200380F90D1DD003BB5A7 /* class_c_control.png */, + 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */, + 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */, + 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */, + 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */, + 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */, + 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */, + 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */, + 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */, + 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */, + 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */, + 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */, + 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */, + 24A200450F90D1DD003BB5A7 /* class_c_frame.html */, + 24A200460F90D1DD003BB5A7 /* class_c_frame.png */, + 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */, + 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */, + 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */, + 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */, + 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */, + 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */, + 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */, + 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */, + 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */, + 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */, + 24A200510F90D1DD003BB5A7 /* class_c_knob.html */, + 24A200520F90D1DD003BB5A7 /* class_c_knob.png */, + 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */, + 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */, + 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */, + 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */, + 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */, + 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */, + 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */, + 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */, + 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */, + 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */, + 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */, + 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */, + 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */, + 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */, + 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */, + 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */, + 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */, + 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */, + 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */, + 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */, + 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */, + 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */, + 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */, + 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */, + 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */, + 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */, + 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */, + 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */, + 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */, + 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */, + 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */, + 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */, + 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */, + 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */, + 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */, + 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */, + 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */, + 24A200780F90D1DD003BB5A7 /* class_c_slider.html */, + 24A200790F90D1DD003BB5A7 /* class_c_slider.png */, + 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */, + 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */, + 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */, + 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */, + 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */, + 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */, + 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */, + 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */, + 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */, + 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */, + 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */, + 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */, + 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */, + 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */, + 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */, + 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */, + 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */, + 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */, + 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */, + 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */, + 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */, + 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */, + 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */, + 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */, + 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */, + 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */, + 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */, + 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */, + 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */, + 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */, + 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */, + 24A200990F90D1DD003BB5A7 /* class_c_view.html */, + 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */, + 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */, + 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */, + 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */, + 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */, + 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */, + 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */, + 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */, + 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */, + 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */, + 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */, + 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */, + 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */, + 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */, + 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */, + 24A200A90F90D1DD003BB5A7 /* deprecated.html */, + 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */, + 24A200AB0F90D1DD003BB5A7 /* doxygen.css */, + 24A200AC0F90D1DD003BB5A7 /* doxygen.png */, + 24A200AD0F90D1DD003BB5A7 /* files.html */, + 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */, + 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */, + 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */, + 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */, + 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */, + 24A200B30F90D1DE003BB5A7 /* ftv2link.png */, + 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */, + 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */, + 24A200B60F90D1DE003BB5A7 /* ftv2node.png */, + 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */, + 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */, + 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */, + 24A200BA0F90D1DE003BB5A7 /* functions.html */, + 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */, + 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */, + 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */, + 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */, + 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */, + 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */, + 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */, + 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */, + 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */, + 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */, + 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */, + 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */, + 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */, + 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */, + 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */, + 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */, + 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */, + 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */, + 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */, + 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */, + 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */, + 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */, + 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */, + 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */, + 24A200D30F90D1DE003BB5A7 /* functions_eval.html */, + 24A200D40F90D1DE003BB5A7 /* functions_func.html */, + 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */, + 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */, + 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */, + 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */, + 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */, + 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */, + 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */, + 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */, + 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */, + 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */, + 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */, + 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */, + 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */, + 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */, + 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */, + 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */, + 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */, + 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */, + 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */, + 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */, + 24A200E90F90D1DE003BB5A7 /* functions_rela.html */, + 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */, + 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */, + 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */, + 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */, + 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */, + 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */, + 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */, + 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */, + 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */, + 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */, + 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */, + 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */, + 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */, + 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */, + 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */, + 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */, + 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */, + 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */, + 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */, + 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */, + 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */, + 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */, + 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */, + 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */, + 24A201020F90D1DE003BB5A7 /* globals.html */, + 24A201030F90D1DE003BB5A7 /* globals_0x61.html */, + 24A201040F90D1DE003BB5A7 /* globals_0x62.html */, + 24A201050F90D1DE003BB5A7 /* globals_0x63.html */, + 24A201060F90D1DE003BB5A7 /* globals_0x65.html */, + 24A201070F90D1DE003BB5A7 /* globals_0x66.html */, + 24A201080F90D1DE003BB5A7 /* globals_0x67.html */, + 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */, + 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */, + 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */, + 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */, + 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */, + 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */, + 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */, + 24A201100F90D1DE003BB5A7 /* globals_0x74.html */, + 24A201110F90D1DE003BB5A7 /* globals_0x75.html */, + 24A201120F90D1DE003BB5A7 /* globals_0x76.html */, + 24A201130F90D1DE003BB5A7 /* globals_0x77.html */, + 24A201140F90D1DE003BB5A7 /* globals_defs.html */, + 24A201150F90D1DE003BB5A7 /* globals_enum.html */, + 24A201160F90D1DE003BB5A7 /* globals_eval.html */, + 24A201170F90D1DE003BB5A7 /* globals_type.html */, + 24A201180F90D1DE003BB5A7 /* globals_vars.html */, + 24A201190F90D1DE003BB5A7 /* hierarchy.html */, + 24A2011A0F90D1DE003BB5A7 /* index.html */, + 24A2011B0F90D1DE003BB5A7 /* intro.html */, + 24A2011C0F90D1DE003BB5A7 /* license.html */, + 24A2011D0F90D1DE003BB5A7 /* maceditor.html */, + 24A2011E0F90D1DE003BB5A7 /* main.html */, + 24A2011F0F90D1DE003BB5A7 /* others.html */, + 24A201200F90D1DE003BB5A7 /* pages.html */, + 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */, + 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */, + 24A201230F90D1DE003BB5A7 /* sequences.html */, + 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */, + 24A201250F90D1DE003BB5A7 /* struct_c_color.html */, + 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */, + 24A201270F90D1DE003BB5A7 /* struct_c_point.html */, + 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */, + 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */, + 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */, + 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */, + 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */, + 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */, + 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */, + 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */, + 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */, + 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */, + 24A201320F90D1DE003BB5A7 /* tab_b.gif */, + 24A201330F90D1DE003BB5A7 /* tab_l.gif */, + 24A201340F90D1DE003BB5A7 /* tab_r.gif */, + 24A201350F90D1DE003BB5A7 /* tabs.css */, + 24A201360F90D1DE003BB5A7 /* thanks.html */, + 24A201370F90D1DE003BB5A7 /* tree.html */, + 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */, + 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */, + 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */, + 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */, + 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */, + 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */, + 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */, + 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */, + 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */, + 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */, + 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */, + 24A201430F90D1DE003BB5A7 /* whatsnew.html */, + ); + name = html; + path = /vstsdk2.4/vstgui.sf/vstgui/Documentation/html; + sourceTree = ""; + }; + 24A203CE0F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203D70F90D272003BB5A7 /* again.vst */, + 24A203D90F90D272003BB5A7 /* adelay.vst */, + 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */, + 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */, + 24A203DF0F90D272003BB5A7 /* minihost.app */, + ); + name = Products; + sourceTree = ""; + }; + 24A203E00F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203E50F90D272003BB5A7 /* drawtest.component */, + 24A203E70F90D272003BB5A7 /* drawtest.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A203E80F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203ED0F90D272003BB5A7 /* drawtest.component */, + 24A203EF0F90D272003BB5A7 /* drawtest.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */ = { + isa = PBXGroup; + children = ( + 24A2FEBC0F90D1DC003BB5A7 /* artwork */, + 24A2FEC20F90D1DC003BB5A7 /* bin */, + 24A2FED80F90D1DC003BB5A7 /* doc */, + 24A2FF8E0F90D1DD003BB5A7 /* index.html */, + 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */, + 24A2FF940F90D1DD003BB5A7 /* public.sdk */, + 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */, + ); + name = vstsdk2.4; + path = /vstsdk2.4; + sourceTree = ""; + }; + 24A2FEBC0F90D1DC003BB5A7 /* artwork */ = { + isa = PBXGroup; + children = ( + 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */, + 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */, + 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */, + 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */, + 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */, + ); + name = artwork; + path = /vstsdk2.4/artwork; + sourceTree = ""; + }; + 24A2FEC20F90D1DC003BB5A7 /* bin */ = { + isa = PBXGroup; + children = ( + 24A2FEC30F90D1DC003BB5A7 /* mac */, + 24A2FED50F90D1DC003BB5A7 /* win */, + ); + name = bin; + path = /vstsdk2.4/bin; + sourceTree = ""; + }; + 24A2FEC30F90D1DC003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */, + 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */, + ); + name = mac; + path = /vstsdk2.4/bin/mac; + sourceTree = ""; + }; + 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */ = { + isa = PBXGroup; + children = ( + 24A2FEC50F90D1DC003BB5A7 /* Contents */, + ); + name = VSTMonitor.vst; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst; + sourceTree = ""; + }; + 24A2FEC50F90D1DC003BB5A7 /* Contents */ = { + isa = PBXGroup; + children = ( + 24A2FEC60F90D1DC003BB5A7 /* Info.plist */, + 24A2FEC70F90D1DC003BB5A7 /* MacOS */, + 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */, + 24A2FECA0F90D1DC003BB5A7 /* Resources */, + ); + name = Contents; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents; + sourceTree = ""; + }; + 24A2FEC70F90D1DC003BB5A7 /* MacOS */ = { + isa = PBXGroup; + children = ( + 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */, + ); + name = MacOS; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/MacOS; + sourceTree = ""; + }; + 24A2FECA0F90D1DC003BB5A7 /* Resources */ = { + isa = PBXGroup; + children = ( + 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */, + 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */, + 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */, + 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */, + 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */, + 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */, + 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */, + 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */, + 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */, + ); + name = Resources; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/Resources; + sourceTree = ""; + }; + 24A2FED50F90D1DC003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */, + 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */, + ); + name = win; + path = /vstsdk2.4/bin/win; + sourceTree = ""; + }; + 24A2FED80F90D1DC003BB5A7 /* doc */ = { + isa = PBXGroup; + children = ( + 24A2FED90F90D1DC003BB5A7 /* gfx */, + 24A2FEDE0F90D1DC003BB5A7 /* html */, + 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */, + 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */, + 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */, + 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */, + ); + name = doc; + path = /vstsdk2.4/doc; + sourceTree = ""; + }; + 24A2FED90F90D1DC003BB5A7 /* gfx */ = { + isa = PBXGroup; + children = ( + 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */, + 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */, + 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */, + 24A2FEDD0F90D1DC003BB5A7 /* win.gif */, + ); + name = gfx; + path = /vstsdk2.4/doc/gfx; + sourceTree = ""; + }; + 24A2FEDE0F90D1DC003BB5A7 /* html */ = { + isa = PBXGroup; + children = ( + 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */, + 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */, + 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */, + 24A2FEE20F90D1DC003BB5A7 /* annotated.html */, + 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */, + 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */, + 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */, + 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */, + 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */, + 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */, + 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */, + 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */, + 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */, + 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */, + 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */, + 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */, + 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */, + 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */, + 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */, + 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */, + 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */, + 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */, + 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */, + 24A2FEF60F90D1DC003BB5A7 /* dirs.html */, + 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */, + 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */, + 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */, + 24A2FEFA0F90D1DC003BB5A7 /* files.html */, + 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */, + 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */, + 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */, + 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */, + 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */, + 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */, + 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */, + 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */, + 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */, + 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */, + 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */, + 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */, + 24A2FF070F90D1DC003BB5A7 /* functions.html */, + 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */, + 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */, + 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */, + 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */, + 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */, + 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */, + 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */, + 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */, + 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */, + 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */, + 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */, + 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */, + 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */, + 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */, + 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */, + 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */, + 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */, + 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */, + 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */, + 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */, + 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */, + 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */, + 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */, + 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */, + 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */, + 24A2FF210F90D1DC003BB5A7 /* globals.html */, + 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */, + 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */, + 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */, + 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */, + 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */, + 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */, + 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */, + 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */, + 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */, + 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */, + 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */, + 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */, + 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */, + 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */, + 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */, + 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */, + 24A2FF320F90D1DC003BB5A7 /* globals_func.html */, + 24A2FF330F90D1DC003BB5A7 /* globals_type.html */, + 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */, + 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */, + 24A2FF360F90D1DC003BB5A7 /* history.html */, + 24A2FF370F90D1DC003BB5A7 /* index.html */, + 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */, + 24A2FF390F90D1DC003BB5A7 /* intro.html */, + 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */, + 24A2FF3B0F90D1DC003BB5A7 /* license.html */, + 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */, + 24A2FF3D0F90D1DC003BB5A7 /* main.html */, + 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */, + 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */, + 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */, + 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */, + 24A2FF420F90D1DC003BB5A7 /* namespaces.html */, + 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */, + 24A2FF440F90D1DC003BB5A7 /* others.html */, + 24A2FF450F90D1DC003BB5A7 /* pages.html */, + 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */, + 24A2FF470F90D1DC003BB5A7 /* sequences.html */, + 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */, + 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */, + 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */, + 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */, + 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */, + 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */, + 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */, + 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */, + 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */, + 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */, + 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */, + 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */, + 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */, + 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */, + 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */, + 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */, + 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */, + 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */, + 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */, + 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */, + 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */, + 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */, + 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */, + 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */, + 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */, + 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */, + 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */, + 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */, + 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */, + 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */, + 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */, + 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */, + 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */, + 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */, + 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */, + 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */, + 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */, + 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */, + 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */, + 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */, + 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */, + 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */, + 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */, + 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */, + 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */, + 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */, + 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */, + 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */, + 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */, + 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */, + 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */, + 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */, + 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */, + 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */, + 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */, + 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */, + 24A2FF800F90D1DD003BB5A7 /* thanks.html */, + 24A2FF810F90D1DD003BB5A7 /* tree.html */, + 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */, + 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */, + 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */, + 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */, + 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */, + 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */, + 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */, + 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */, + ); + name = html; + path = /vstsdk2.4/doc/html; + sourceTree = ""; + }; + 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */ = { + isa = PBXGroup; + children = ( + 24A2FF900F90D1DD003BB5A7 /* vst2.x */, + ); + name = pluginterfaces; + path = /vstsdk2.4/pluginterfaces; + sourceTree = ""; + }; + 24A2FF900F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FF910F90D1DD003BB5A7 /* aeffect.h */, + 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */, + 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */, + ); + name = vst2.x; + path = /vstsdk2.4/pluginterfaces/vst2.x; + sourceTree = ""; + }; + 24A2FF940F90D1DD003BB5A7 /* public.sdk */ = { + isa = PBXGroup; + children = ( + 24A2FF950F90D1DD003BB5A7 /* samples */, + 24A2FFD60F90D1DD003BB5A7 /* source */, + ); + name = public.sdk; + path = /vstsdk2.4/public.sdk; + sourceTree = ""; + }; + 24A2FF950F90D1DD003BB5A7 /* samples */ = { + isa = PBXGroup; + children = ( + 24A2FF960F90D1DD003BB5A7 /* vst2.x */, + ); + name = samples; + path = /vstsdk2.4/public.sdk/samples; + sourceTree = ""; + }; + 24A2FF960F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FF970F90D1DD003BB5A7 /* adelay */, + 24A2FFA80F90D1DD003BB5A7 /* again */, + 24A2FFAE0F90D1DD003BB5A7 /* mac */, + 24A2FFB40F90D1DD003BB5A7 /* minihost */, + 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */, + 24A2FFC50F90D1DD003BB5A7 /* win */, + 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */, + 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */, + ); + name = vst2.x; + path = /vstsdk2.4/public.sdk/samples/vst2.x; + sourceTree = ""; + }; + 24A2FF970F90D1DD003BB5A7 /* adelay */ = { + isa = PBXGroup; + children = ( + 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */, + 24A2FF990F90D1DD003BB5A7 /* adelay.h */, + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */, + 24A2FF9B0F90D1DD003BB5A7 /* editor */, + 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */, + 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */, + 24A2FFA50F90D1DD003BB5A7 /* win */, + ); + name = adelay; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay; + sourceTree = ""; + }; + 24A2FF9B0F90D1DD003BB5A7 /* editor */ = { + isa = PBXGroup; + children = ( + 24A2FF9C0F90D1DD003BB5A7 /* resources */, + 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */, + 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */, + ); + name = editor; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor; + sourceTree = ""; + }; + 24A2FF9C0F90D1DD003BB5A7 /* resources */ = { + isa = PBXGroup; + children = ( + 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */, + 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */, + 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */, + 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */, + ); + name = resources; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor/resources; + sourceTree = ""; + }; + 24A2FFA50F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */, + 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/win; + sourceTree = ""; + }; + 24A2FFA80F90D1DD003BB5A7 /* again */ = { + isa = PBXGroup; + children = ( + 24A2FFA90F90D1DD003BB5A7 /* source */, + 24A2FFAC0F90D1DD003BB5A7 /* win */, + ); + name = again; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again; + sourceTree = ""; + }; + 24A2FFA90F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */, + 24A2FFAB0F90D1DD003BB5A7 /* again.h */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again/source; + sourceTree = ""; + }; + 24A2FFAC0F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again/win; + sourceTree = ""; + }; + 24A2FFAE0F90D1DD003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */, + 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */, + 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */, + ); + name = mac; + path = /vstsdk2.4/public.sdk/samples/vst2.x/mac; + sourceTree = ""; + }; + 24A2FFB40F90D1DD003BB5A7 /* minihost */ = { + isa = PBXGroup; + children = ( + 24A2FFB50F90D1DD003BB5A7 /* source */, + 24A2FFB80F90D1DD003BB5A7 /* win */, + ); + name = minihost; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost; + sourceTree = ""; + }; + 24A2FFB50F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */, + 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/source; + sourceTree = ""; + }; + 24A2FFB80F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/win; + sourceTree = ""; + }; + 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */ = { + isa = PBXGroup; + children = ( + 24A2FFBB0F90D1DD003BB5A7 /* resource */, + 24A2FFBE0F90D1DD003BB5A7 /* source */, + 24A2FFC30F90D1DD003BB5A7 /* win */, + ); + name = vstxsynth; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth; + sourceTree = ""; + }; + 24A2FFBB0F90D1DD003BB5A7 /* resource */ = { + isa = PBXGroup; + children = ( + 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */, + 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */, + ); + name = resource; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource; + sourceTree = ""; + }; + 24A2FFBE0F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */, + 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */, + 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */, + 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/source; + sourceTree = ""; + }; + 24A2FFC30F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/win; + sourceTree = ""; + }; + 24A2FFC50F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFC60F90D1DD003BB5A7 /* samples.sln */, + 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win; + sourceTree = ""; + }; + 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */ = { + isa = PBXGroup; + children = ( + 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */, + 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */, + 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */, + 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */, + 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */, + 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */, + ); + name = win.vc2003; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc2003; + sourceTree = ""; + }; + 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */ = { + isa = PBXGroup; + children = ( + 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */, + 24A2FFD10F90D1DD003BB5A7 /* again.dsp */, + 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */, + 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */, + 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */, + 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */, + ); + name = win.vc6; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc6; + sourceTree = ""; + }; + 24A2FFD60F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFD70F90D1DD003BB5A7 /* vst2.x */, + ); + name = source; + path = /vstsdk2.4/public.sdk/source; + sourceTree = ""; + }; + 24A2FFD70F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */, + 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */, + 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */, + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */, + 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */, + 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */, + ); + name = vst2.x; + path = /vstsdk2.4/public.sdk/source/vst2.x; + sourceTree = ""; + }; + 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */ = { + isa = PBXGroup; + children = ( + 24A2FFDF0F90D1DD003BB5A7 /* drawtest */, + 24A200160F90D1DD003BB5A7 /* vstgui */, + ); + name = vstgui.sf; + path = /vstsdk2.4/vstgui.sf; + sourceTree = ""; + }; + 24A2FFDF0F90D1DD003BB5A7 /* drawtest */ = { + isa = PBXGroup; + children = ( + 24A2FFE00F90D1DD003BB5A7 /* mac */, + 24A2FFEE0F90D1DD003BB5A7 /* resources */, + 24A200030F90D1DD003BB5A7 /* source */, + 24A2000F0F90D1DD003BB5A7 /* win */, + 24A200130F90D1DD003BB5A7 /* win.vc6 */, + ); + name = drawtest; + path = /vstsdk2.4/vstgui.sf/drawtest; + sourceTree = ""; + }; + 24A2FFE00F90D1DD003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */, + 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */, + 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */, + 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */, + 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */, + 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */, + 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */, + 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */, + 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */, + ); + name = mac; + path = /vstsdk2.4/vstgui.sf/drawtest/mac; + sourceTree = ""; + }; + 24A2FFEE0F90D1DD003BB5A7 /* resources */ = { + isa = PBXGroup; + children = ( + 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */, + 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */, + 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */, + 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */, + 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */, + 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */, + 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */, + 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */, + 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */, + 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */, + 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */, + 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */, + 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */, + 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */, + 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */, + 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */, + 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */, + 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */, + 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */, + 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */, + ); + name = resources; + path = /vstsdk2.4/vstgui.sf/drawtest/resources; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 245463B90991757100464AD3 /* Baxandall2.h in Headers */, + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, + 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */, + 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */, + 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */, + 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */, + 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */, + 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */, + 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */, + 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */, + 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */, + 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */, + 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */, + 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */, + 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */, + 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */, + 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */, + 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */, + 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */, + 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */, + 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */, + 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */, + 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */, + 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */, + 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */, + 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */, + 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */, + 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */, + 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */, + 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */, + 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */, + 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */, + 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */, + 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Baxandall2 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Baxandall2" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCF0486CAD60068D4B7 /* Rez */, + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Baxandall2; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = "FM-Chopper"; + productReference = 2407DE920899296600EB68BF /* Baxandall2.vst */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Baxandall2" */; + compatibilityVersion = "Xcode 2.4"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); + mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 24A203E00F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + }, + { + ProductGroup = 24A203E80F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + }, + { + ProductGroup = 24A203CE0F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Baxandall2 */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 24A203D70F90D272003BB5A7 /* again.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = again.vst; + remoteRef = 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203D90F90D272003BB5A7 /* adelay.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = adelay.vst; + remoteRef = 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = vstxsynth.vst; + remoteRef = 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = surrounddelay.vst; + remoteRef = 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DF0F90D272003BB5A7 /* minihost.app */ = { + isa = PBXReferenceProxy; + fileType = wrapper.application; + path = minihost.app; + remoteRef = 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203E50F90D272003BB5A7 /* drawtest.component */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.component; + remoteRef = 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203E70F90D272003BB5A7 /* drawtest.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.vst; + remoteRef = 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203ED0F90D272003BB5A7 /* drawtest.component */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.component; + remoteRef = 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203EF0F90D272003BB5A7 /* drawtest.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.vst; + remoteRef = 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXRezBuildPhase section */ + 8D01CCCF0486CAD60068D4B7 /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXRezBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy PkgInfo"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/bash; + shellScript = "cp mac/PkgInfo \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.vst/Contents/\""; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2407DEB9089929BA00EB68BF /* Baxandall2.cpp in Sources */, + 24D8287009A914000093AEF8 /* Baxandall2Proc.cpp in Sources */, + 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */, + 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */, + 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 24BEAAEE08919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + LIBRARY_SEARCH_PATHS = ""; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_NAME = Gain; + SECTORDER_FLAGS = ""; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Debug; + }; + 24BEAAEF08919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + x86_64, + ); + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_MODEL_TUNING = G4; + GCC_OPTIMIZATION_LEVEL = s; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 10.4; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_NAME = Baxandall2; + SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; + SECTORDER_FLAGS = ""; + SKIP_INSTALL = NO; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = all; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Release; + }; + 24BEAAF208919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(NATIVE_ARCH)"; + GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + }; + name = Debug; + }; + 24BEAAF308919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; + ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_MODEL_TUNING = G4; + GCC_OPTIMIZATION_LEVEL = s; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Baxandall2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAEE08919AE700E695F9 /* Debug */, + 24BEAAEF08919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Baxandall2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAF208919AE700E695F9 /* Debug */, + 24BEAAF308919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100755 index 000000000..a80c03824 --- /dev/null +++ b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..5c38f9460 Binary files /dev/null and b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..314de0ff8 Binary files /dev/null and b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/spiadmin.mode1v3 b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/spiadmin.mode1v3 new file mode 100755 index 000000000..c5723261d --- /dev/null +++ b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/spiadmin.mode1v3 @@ -0,0 +1,1372 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 91857D9F148EF61800AAA11B + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 089C1671FE841209C02AAC07 + 19C28FB4FE9D528D11CA2CBB + 089C167CFE841241C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 11 + 10 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 693}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 711}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + _historyCapacity + 0 + bookmark + 911C2A9D1491A5F600A430AF + history + + 915DCCBB1491A5B8008574E6 + + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {1053, 508}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 508pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 513}, {1053, 198}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + XCDetailModule + Proportion + 198pt + + + Proportion + 1053pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 911C2A901491A5F600A430AF + 1CE0B1FE06471DED0097A5F4 + 911C2A911491A5F600A430AF + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 1 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 91857DA0148EF61800AAA11B + /Users/spiadmin/Documents/Gain/Gain.xcodeproj + + WindowString + 286 197 1261 752 0 0 1680 1028 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {743, 413}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 413pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 418}, {743, 236}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 654pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 91857DA0148EF61800AAA11B + 911C2A921491A5F600A430AF + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 112 208 743 695 0 0 1680 1028 + WindowToolGUID + 91857DA0148EF61800AAA11B + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/spiadmin.pbxuser b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/spiadmin.pbxuser new file mode 100755 index 000000000..df947808e --- /dev/null +++ b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/spiadmin.pbxuser @@ -0,0 +1,143 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Gain */; + codeSenseManager = 91857D95148EF55400AAA11B /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 829, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 789, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 345089498; + PBXWorkspaceStateSaveDate = 345089498; + }; + perUserProjectItems = { + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = 911C2A9D1491A5F600A430AF /* PBXTextBookmark */; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */; + }; + sourceControlManager = 91857D94148EF55400AAA11B /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Gain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 1768}}"; + sepNavSelRange = "{247, 0}"; + sepNavVisRange = "{0, 1657}"; + }; + }; + 245463B80991757100464AD3 /* Gain.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 975}}"; + sepNavSelRange = "{1552, 0}"; + sepNavVisRange = "{796, 1857}"; + sepNavWindowFrame = "{{15, 465}, {750, 558}}"; + }; + }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 488}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 798}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 19825}}"; + sepNavSelRange = "{10641, 0}"; + sepNavVisRange = "{10076, 1095}"; + }; + }; + 24D8286F09A914000093AEF8 /* GainProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 482}}"; + sepNavSelRange = "{239, 0}"; + sepNavVisRange = "{0, 950}"; + }; + }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 493}}"; + sepNavSelRange = "{249, 0}"; + sepNavVisRange = "{0, 249}"; + }; + }; + 8D01CCC60486CAD60068D4B7 /* Gain */ = { + activeExec = 0; + }; + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1657; + vrLoc = 0; + }; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1625; + vrLoc = 0; + }; + 91857D94148EF55400AAA11B /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 91857D95148EF55400AAA11B /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; +} diff --git a/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme new file mode 100755 index 000000000..8ee693f95 --- /dev/null +++ b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..5bccbcb4f --- /dev/null +++ b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Gain.xcscheme + + orderHint + 8 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..a7bdd62d4 --- /dev/null +++ b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + «PROJECTNAME».xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme new file mode 100755 index 000000000..0df2de4a3 --- /dev/null +++ b/plugins/MacVST/Baxandall2/Baxandall2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacVST/Baxandall2/mac/Info.plist b/plugins/MacVST/Baxandall2/mac/Info.plist new file mode 100755 index 000000000..a3d4d2abc --- /dev/null +++ b/plugins/MacVST/Baxandall2/mac/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + Baxandall2 + CFBundleIconFile + + CFBundleIdentifier + com.airwindows.Baxandall2 + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacVST/Baxandall2/mac/PkgInfo b/plugins/MacVST/Baxandall2/mac/PkgInfo new file mode 100755 index 000000000..19a9cf67e --- /dev/null +++ b/plugins/MacVST/Baxandall2/mac/PkgInfo @@ -0,0 +1 @@ +BNDL???? \ No newline at end of file diff --git a/plugins/MacVST/Baxandall2/mac/xcode_vst_prefix.h b/plugins/MacVST/Baxandall2/mac/xcode_vst_prefix.h new file mode 100755 index 000000000..eaf4c0b4b --- /dev/null +++ b/plugins/MacVST/Baxandall2/mac/xcode_vst_prefix.h @@ -0,0 +1,17 @@ +#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 \ No newline at end of file diff --git a/plugins/MacVST/Baxandall2/source/Baxandall2.cpp b/plugins/MacVST/Baxandall2/source/Baxandall2.cpp new file mode 100755 index 000000000..253175714 --- /dev/null +++ b/plugins/MacVST/Baxandall2/source/Baxandall2.cpp @@ -0,0 +1,138 @@ +/* ======================================== + * Baxandall2 - Baxandall2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Baxandall2_H +#include "Baxandall2.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Baxandall2(audioMaster);} + +Baxandall2::Baxandall2(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.5; + B = 0.5; + for (int x = 0; x < 9; x++) { + trebleAL[x] = 0.0; + trebleBL[x] = 0.0; + bassAL[x] = 0.0; + bassBL[x] = 0.0; + trebleAR[x] = 0.0; + trebleBR[x] = 0.0; + bassAR[x] = 0.0; + bassBR[x] = 0.0; + } + flip = false; + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Baxandall2::~Baxandall2() {} +VstInt32 Baxandall2::getVendorVersion () {return 1000;} +void Baxandall2::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Baxandall2::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Baxandall2::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Baxandall2::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Baxandall2::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Baxandall2::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Baxandall2::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Treble", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Bass", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Baxandall2::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string ((A*48.0)-24.0, text, kVstMaxParamStrLen); break; + case kParamB: float2string ((B*48.0)-24.0, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Baxandall2::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "dB", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "dB", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Baxandall2::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Baxandall2::getEffectName(char* name) { + vst_strncpy(name, "Baxandall2", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Baxandall2::getPlugCategory() {return kPlugCategEffect;} + +bool Baxandall2::getProductString(char* text) { + vst_strncpy (text, "airwindows Baxandall2", kVstMaxProductStrLen); return true; +} + +bool Baxandall2::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/MacVST/Baxandall2/source/Baxandall2.h b/plugins/MacVST/Baxandall2/source/Baxandall2.h new file mode 100755 index 000000000..05f8a37f7 --- /dev/null +++ b/plugins/MacVST/Baxandall2/source/Baxandall2.h @@ -0,0 +1,78 @@ +/* ======================================== + * 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 "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kNumParameters = 2 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'baxb'; //Change this to what the AU identity is! + +class Baxandall2 : + public AudioEffectX +{ +public: + Baxandall2(audioMasterCallback audioMaster); + ~Baxandall2(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + uint32_t fpdL; + uint32_t fpdR; + //default stuff + double trebleAL[9]; + double trebleBL[9]; + double bassAL[9]; + double bassBL[9]; + + double trebleAR[9]; + double trebleBR[9]; + double bassAR[9]; + double bassBR[9]; + bool flip; + + float A; + float B; + float C; + float D; + float E; //parameters. Always 0-1, and we scale/alter them elsewhere. + +}; + +#endif diff --git a/plugins/MacVST/Baxandall2/source/Baxandall2Proc.cpp b/plugins/MacVST/Baxandall2/source/Baxandall2Proc.cpp new file mode 100755 index 000000000..e20498b84 --- /dev/null +++ b/plugins/MacVST/Baxandall2/source/Baxandall2Proc.cpp @@ -0,0 +1,238 @@ +/* ======================================== + * 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 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double trebleGain = pow(10.0,((A*48.0)-24.0)/20.0); + double trebleFreq = (4410.0*trebleGain)/getSampleRate(); + if (trebleFreq > 0.45) trebleFreq = 0.45; + trebleAL[0] = trebleBL[0] = trebleAR[0] = trebleBR[0] = trebleFreq; + double bassGain = pow(10.0,((B*48.0)-24.0)/20.0); + double bassFreq = pow(10.0,-((B*48.0)-24.0)/20.0); + bassFreq = (8820.0*bassFreq)/getSampleRate(); + if (bassFreq > 0.45) bassFreq = 0.45; + bassAL[0] = bassBL[0] = bassAR[0] = bassBR[0] = bassFreq; + trebleAL[1] = trebleBL[1] = trebleAR[1] = trebleBR[1] = 0.4; + bassAL[1] = bassBL[1] = bassAR[1] = bassBR[1] = 0.2; + + double K = tan(M_PI * trebleAL[0]); + double norm = 1.0 / (1.0 + K / trebleAL[1] + K * K); + trebleBL[2] = trebleAL[2] = trebleBR[2] = trebleAR[2] = K * K * norm; + trebleBL[3] = trebleAL[3] = trebleBR[3] = trebleAR[3] = 2.0 * trebleAL[2]; + trebleBL[4] = trebleAL[4] = trebleBR[4] = trebleAR[4] = trebleAL[2]; + trebleBL[5] = trebleAL[5] = trebleBR[5] = trebleAR[5] = 2.0 * (K * K - 1.0) * norm; + trebleBL[6] = trebleAL[6] = trebleBR[6] = trebleAR[6] = (1.0 - K / trebleAL[1] + K * K) * norm; + + K = tan(M_PI * bassAL[0]); + norm = 1.0 / (1.0 + K / bassAL[1] + K * K); + bassBL[2] = bassAL[2] = bassBR[2] = bassAR[2] = K * K * norm; + bassBL[3] = bassAL[3] = bassBR[3] = bassAR[3] = 2.0 * bassAL[2]; + bassBL[4] = bassAL[4] = bassBR[4] = bassAR[4] = bassAL[2]; + bassBL[5] = bassAL[5] = bassBR[5] = bassAR[5] = 2.0 * (K * K - 1.0) * norm; + bassBL[6] = bassAL[6] = bassBR[6] = bassAR[6] = (1.0 - K / bassAL[1] + K * K) * norm; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + double trebleSampleL; + double bassSampleL; + double trebleSampleR; + double bassSampleR; + + if (flip) + { + trebleSampleL = (inputSampleL * trebleAL[2]) + trebleAL[7]; + trebleAL[7] = (inputSampleL * trebleAL[3]) - (trebleSampleL * trebleAL[5]) + trebleAL[8]; + trebleAL[8] = (inputSampleL * trebleAL[4]) - (trebleSampleL * trebleAL[6]); + trebleSampleL = inputSampleL - trebleSampleL; + + bassSampleL = (inputSampleL * bassAL[2]) + bassAL[7]; + bassAL[7] = (inputSampleL * bassAL[3]) - (bassSampleL * bassAL[5]) + bassAL[8]; + bassAL[8] = (inputSampleL * bassAL[4]) - (bassSampleL * bassAL[6]); + + trebleSampleR = (inputSampleR * trebleAR[2]) + trebleAR[7]; + trebleAR[7] = (inputSampleR * trebleAR[3]) - (trebleSampleR * trebleAR[5]) + trebleAR[8]; + trebleAR[8] = (inputSampleR * trebleAR[4]) - (trebleSampleR * trebleAR[6]); + trebleSampleR = inputSampleR - trebleSampleR; + + bassSampleR = (inputSampleR * bassAR[2]) + bassAR[7]; + bassAR[7] = (inputSampleR * bassAR[3]) - (bassSampleR * bassAR[5]) + bassAR[8]; + bassAR[8] = (inputSampleR * bassAR[4]) - (bassSampleR * bassAR[6]); + } + else + { + trebleSampleL = (inputSampleL * trebleBL[2]) + trebleBL[7]; + trebleBL[7] = (inputSampleL * trebleBL[3]) - (trebleSampleL * trebleBL[5]) + trebleBL[8]; + trebleBL[8] = (inputSampleL * trebleBL[4]) - (trebleSampleL * trebleBL[6]); + trebleSampleL = inputSampleL - trebleSampleL; + + bassSampleL = (inputSampleL * bassBL[2]) + bassBL[7]; + bassBL[7] = (inputSampleL * bassBL[3]) - (bassSampleL * bassBL[5]) + bassBL[8]; + bassBL[8] = (inputSampleL * bassBL[4]) - (bassSampleL * bassBL[6]); + + trebleSampleR = (inputSampleR * trebleBR[2]) + trebleBR[7]; + trebleBR[7] = (inputSampleR * trebleBR[3]) - (trebleSampleR * trebleBR[5]) + trebleBR[8]; + trebleBR[8] = (inputSampleR * trebleBR[4]) - (trebleSampleR * trebleBR[6]); + trebleSampleR = inputSampleR - trebleSampleR; + + bassSampleR = (inputSampleR * bassBR[2]) + bassBR[7]; + bassBR[7] = (inputSampleR * bassBR[3]) - (bassSampleR * bassBR[5]) + bassBR[8]; + bassBR[8] = (inputSampleR * bassBR[4]) - (bassSampleR * bassBR[6]); + } + flip = !flip; + + trebleSampleL *= trebleGain; + bassSampleL *= bassGain; + inputSampleL = bassSampleL + trebleSampleL; //interleaved biquad + trebleSampleR *= trebleGain; + bassSampleR *= bassGain; + inputSampleR = bassSampleR + trebleSampleR; //interleaved biquad + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Baxandall2::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double trebleGain = pow(10.0,((A*48.0)-24.0)/20.0); + double trebleFreq = (4410.0*trebleGain)/getSampleRate(); + if (trebleFreq > 0.45) trebleFreq = 0.45; + trebleAL[0] = trebleBL[0] = trebleAR[0] = trebleBR[0] = trebleFreq; + double bassGain = pow(10.0,((B*48.0)-24.0)/20.0); + double bassFreq = pow(10.0,-((B*48.0)-24.0)/20.0); + bassFreq = (8820.0*bassFreq)/getSampleRate(); + if (bassFreq > 0.45) bassFreq = 0.45; + bassAL[0] = bassBL[0] = bassAR[0] = bassBR[0] = bassFreq; + trebleAL[1] = trebleBL[1] = trebleAR[1] = trebleBR[1] = 0.4; + bassAL[1] = bassBL[1] = bassAR[1] = bassBR[1] = 0.2; + + double K = tan(M_PI * trebleAL[0]); + double norm = 1.0 / (1.0 + K / trebleAL[1] + K * K); + trebleBL[2] = trebleAL[2] = trebleBR[2] = trebleAR[2] = K * K * norm; + trebleBL[3] = trebleAL[3] = trebleBR[3] = trebleAR[3] = 2.0 * trebleAL[2]; + trebleBL[4] = trebleAL[4] = trebleBR[4] = trebleAR[4] = trebleAL[2]; + trebleBL[5] = trebleAL[5] = trebleBR[5] = trebleAR[5] = 2.0 * (K * K - 1.0) * norm; + trebleBL[6] = trebleAL[6] = trebleBR[6] = trebleAR[6] = (1.0 - K / trebleAL[1] + K * K) * norm; + + K = tan(M_PI * bassAL[0]); + norm = 1.0 / (1.0 + K / bassAL[1] + K * K); + bassBL[2] = bassAL[2] = bassBR[2] = bassAR[2] = K * K * norm; + bassBL[3] = bassAL[3] = bassBR[3] = bassAR[3] = 2.0 * bassAL[2]; + bassBL[4] = bassAL[4] = bassBR[4] = bassAR[4] = bassAL[2]; + bassBL[5] = bassAL[5] = bassBR[5] = bassAR[5] = 2.0 * (K * K - 1.0) * norm; + bassBL[6] = bassAL[6] = bassBR[6] = bassAR[6] = (1.0 - K / bassAL[1] + K * K) * norm; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + double trebleSampleL; + double bassSampleL; + double trebleSampleR; + double bassSampleR; + + if (flip) + { + trebleSampleL = (inputSampleL * trebleAL[2]) + trebleAL[7]; + trebleAL[7] = (inputSampleL * trebleAL[3]) - (trebleSampleL * trebleAL[5]) + trebleAL[8]; + trebleAL[8] = (inputSampleL * trebleAL[4]) - (trebleSampleL * trebleAL[6]); + trebleSampleL = inputSampleL - trebleSampleL; + + bassSampleL = (inputSampleL * bassAL[2]) + bassAL[7]; + bassAL[7] = (inputSampleL * bassAL[3]) - (bassSampleL * bassAL[5]) + bassAL[8]; + bassAL[8] = (inputSampleL * bassAL[4]) - (bassSampleL * bassAL[6]); + + trebleSampleR = (inputSampleR * trebleAR[2]) + trebleAR[7]; + trebleAR[7] = (inputSampleR * trebleAR[3]) - (trebleSampleR * trebleAR[5]) + trebleAR[8]; + trebleAR[8] = (inputSampleR * trebleAR[4]) - (trebleSampleR * trebleAR[6]); + trebleSampleR = inputSampleR - trebleSampleR; + + bassSampleR = (inputSampleR * bassAR[2]) + bassAR[7]; + bassAR[7] = (inputSampleR * bassAR[3]) - (bassSampleR * bassAR[5]) + bassAR[8]; + bassAR[8] = (inputSampleR * bassAR[4]) - (bassSampleR * bassAR[6]); + } + else + { + trebleSampleL = (inputSampleL * trebleBL[2]) + trebleBL[7]; + trebleBL[7] = (inputSampleL * trebleBL[3]) - (trebleSampleL * trebleBL[5]) + trebleBL[8]; + trebleBL[8] = (inputSampleL * trebleBL[4]) - (trebleSampleL * trebleBL[6]); + trebleSampleL = inputSampleL - trebleSampleL; + + bassSampleL = (inputSampleL * bassBL[2]) + bassBL[7]; + bassBL[7] = (inputSampleL * bassBL[3]) - (bassSampleL * bassBL[5]) + bassBL[8]; + bassBL[8] = (inputSampleL * bassBL[4]) - (bassSampleL * bassBL[6]); + + trebleSampleR = (inputSampleR * trebleBR[2]) + trebleBR[7]; + trebleBR[7] = (inputSampleR * trebleBR[3]) - (trebleSampleR * trebleBR[5]) + trebleBR[8]; + trebleBR[8] = (inputSampleR * trebleBR[4]) - (trebleSampleR * trebleBR[6]); + trebleSampleR = inputSampleR - trebleSampleR; + + bassSampleR = (inputSampleR * bassBR[2]) + bassBR[7]; + bassBR[7] = (inputSampleR * bassBR[3]) - (bassSampleR * bassBR[5]) + bassBR[8]; + bassBR[8] = (inputSampleR * bassBR[4]) - (bassSampleR * bassBR[6]); + } + flip = !flip; + + trebleSampleL *= trebleGain; + bassSampleL *= bassGain; + inputSampleL = bassSampleL + trebleSampleL; //interleaved biquad + trebleSampleR *= trebleGain; + bassSampleR *= bassGain; + inputSampleR = bassSampleR + trebleSampleR; //interleaved biquad + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/MacVST/Beam/source/Beam.cpp b/plugins/MacVST/Beam/source/Beam.cpp index 2f52cf2fd..e882208bf 100755 --- a/plugins/MacVST/Beam/source/Beam.cpp +++ b/plugins/MacVST/Beam/source/Beam.cpp @@ -1,6 +1,6 @@ /* ======================================== * Beam - Beam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Beam_H diff --git a/plugins/MacVST/Beam/source/Beam.h b/plugins/MacVST/Beam/source/Beam.h index 0b59bbfb8..88a7aa31f 100755 --- a/plugins/MacVST/Beam/source/Beam.h +++ b/plugins/MacVST/Beam/source/Beam.h @@ -1,7 +1,7 @@ /* ======================================== * Beam - Beam.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Beam_H diff --git a/plugins/MacVST/Beam/source/BeamProc.cpp b/plugins/MacVST/Beam/source/BeamProc.cpp index 6a2ba2eb7..aa7f95a3a 100755 --- a/plugins/MacVST/Beam/source/BeamProc.cpp +++ b/plugins/MacVST/Beam/source/BeamProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Beam - Beam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Beam_H diff --git a/plugins/MacVST/BigAmp/source/BigAmp.cpp b/plugins/MacVST/BigAmp/source/BigAmp.cpp index 1f1a3588d..99268a9ee 100755 --- a/plugins/MacVST/BigAmp/source/BigAmp.cpp +++ b/plugins/MacVST/BigAmp/source/BigAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * BigAmp - BigAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/BigAmp/source/BigAmp.h b/plugins/MacVST/BigAmp/source/BigAmp.h index 621a90a15..44e319708 100755 --- a/plugins/MacVST/BigAmp/source/BigAmp.h +++ b/plugins/MacVST/BigAmp/source/BigAmp.h @@ -1,7 +1,7 @@ /* ======================================== * BigAmp - BigAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/BigAmp/source/BigAmpProc.cpp b/plugins/MacVST/BigAmp/source/BigAmpProc.cpp index a478c3d2e..65c01dea0 100755 --- a/plugins/MacVST/BigAmp/source/BigAmpProc.cpp +++ b/plugins/MacVST/BigAmp/source/BigAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BigAmp - BigAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/Biquad/source/Biquad.cpp b/plugins/MacVST/Biquad/source/Biquad.cpp index 66882abdd..00ddd4bfb 100755 --- a/plugins/MacVST/Biquad/source/Biquad.cpp +++ b/plugins/MacVST/Biquad/source/Biquad.cpp @@ -1,6 +1,6 @@ /* ======================================== * Biquad - Biquad.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad_H diff --git a/plugins/MacVST/Biquad/source/Biquad.h b/plugins/MacVST/Biquad/source/Biquad.h index caa938859..c582b9437 100755 --- a/plugins/MacVST/Biquad/source/Biquad.h +++ b/plugins/MacVST/Biquad/source/Biquad.h @@ -1,7 +1,7 @@ /* ======================================== * Biquad - Biquad.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad_H diff --git a/plugins/MacVST/Biquad/source/BiquadProc.cpp b/plugins/MacVST/Biquad/source/BiquadProc.cpp index 62f2afd7d..91befbf91 100755 --- a/plugins/MacVST/Biquad/source/BiquadProc.cpp +++ b/plugins/MacVST/Biquad/source/BiquadProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Biquad - Biquad.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad_H diff --git a/plugins/MacVST/Biquad2/source/Biquad2.cpp b/plugins/MacVST/Biquad2/source/Biquad2.cpp index 46b86d670..8cd3822cf 100755 --- a/plugins/MacVST/Biquad2/source/Biquad2.cpp +++ b/plugins/MacVST/Biquad2/source/Biquad2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Biquad2 - Biquad2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad2_H diff --git a/plugins/MacVST/Biquad2/source/Biquad2.h b/plugins/MacVST/Biquad2/source/Biquad2.h index f27b567e3..16ebf9121 100755 --- a/plugins/MacVST/Biquad2/source/Biquad2.h +++ b/plugins/MacVST/Biquad2/source/Biquad2.h @@ -1,7 +1,7 @@ /* ======================================== * Biquad2 - Biquad2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad2_H diff --git a/plugins/MacVST/Biquad2/source/Biquad2Proc.cpp b/plugins/MacVST/Biquad2/source/Biquad2Proc.cpp index 608963adc..205e34146 100755 --- a/plugins/MacVST/Biquad2/source/Biquad2Proc.cpp +++ b/plugins/MacVST/Biquad2/source/Biquad2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Biquad2 - Biquad2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad2_H diff --git a/plugins/MacVST/BiquadDouble/source/BiquadDouble.cpp b/plugins/MacVST/BiquadDouble/source/BiquadDouble.cpp index 5ceb395ff..f51f5e541 100755 --- a/plugins/MacVST/BiquadDouble/source/BiquadDouble.cpp +++ b/plugins/MacVST/BiquadDouble/source/BiquadDouble.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadDouble - BiquadDouble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadDouble_H diff --git a/plugins/MacVST/BiquadDouble/source/BiquadDouble.h b/plugins/MacVST/BiquadDouble/source/BiquadDouble.h index 8ea80f434..8a6c42b5b 100755 --- a/plugins/MacVST/BiquadDouble/source/BiquadDouble.h +++ b/plugins/MacVST/BiquadDouble/source/BiquadDouble.h @@ -1,7 +1,7 @@ /* ======================================== * BiquadDouble - BiquadDouble.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadDouble_H diff --git a/plugins/MacVST/BiquadDouble/source/BiquadDoubleProc.cpp b/plugins/MacVST/BiquadDouble/source/BiquadDoubleProc.cpp index 91ae6845a..3f91af231 100755 --- a/plugins/MacVST/BiquadDouble/source/BiquadDoubleProc.cpp +++ b/plugins/MacVST/BiquadDouble/source/BiquadDoubleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadDouble - BiquadDouble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadDouble_H diff --git a/plugins/MacVST/BiquadOneHalf/source/BiquadOneHalf.cpp b/plugins/MacVST/BiquadOneHalf/source/BiquadOneHalf.cpp index 5bbf7ff4a..dc4afba54 100755 --- a/plugins/MacVST/BiquadOneHalf/source/BiquadOneHalf.cpp +++ b/plugins/MacVST/BiquadOneHalf/source/BiquadOneHalf.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadOneHalf - BiquadOneHalf.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadOneHalf_H diff --git a/plugins/MacVST/BiquadOneHalf/source/BiquadOneHalf.h b/plugins/MacVST/BiquadOneHalf/source/BiquadOneHalf.h index 13874fd38..027065291 100755 --- a/plugins/MacVST/BiquadOneHalf/source/BiquadOneHalf.h +++ b/plugins/MacVST/BiquadOneHalf/source/BiquadOneHalf.h @@ -1,7 +1,7 @@ /* ======================================== * BiquadOneHalf - BiquadOneHalf.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadOneHalf_H diff --git a/plugins/MacVST/BiquadOneHalf/source/BiquadOneHalfProc.cpp b/plugins/MacVST/BiquadOneHalf/source/BiquadOneHalfProc.cpp index 4ab27a060..467955c1a 100755 --- a/plugins/MacVST/BiquadOneHalf/source/BiquadOneHalfProc.cpp +++ b/plugins/MacVST/BiquadOneHalf/source/BiquadOneHalfProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadOneHalf - BiquadOneHalf.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadOneHalf_H diff --git a/plugins/MacVST/BiquadPlus/source/BiquadPlus.cpp b/plugins/MacVST/BiquadPlus/source/BiquadPlus.cpp index a8665ef1c..9d9c1c18a 100755 --- a/plugins/MacVST/BiquadPlus/source/BiquadPlus.cpp +++ b/plugins/MacVST/BiquadPlus/source/BiquadPlus.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadPlus - BiquadPlus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadPlus_H diff --git a/plugins/MacVST/BiquadPlus/source/BiquadPlus.h b/plugins/MacVST/BiquadPlus/source/BiquadPlus.h index 0ef273e12..06488cd61 100755 --- a/plugins/MacVST/BiquadPlus/source/BiquadPlus.h +++ b/plugins/MacVST/BiquadPlus/source/BiquadPlus.h @@ -1,7 +1,7 @@ /* ======================================== * BiquadPlus - BiquadPlus.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadPlus_H diff --git a/plugins/MacVST/BiquadPlus/source/BiquadPlusProc.cpp b/plugins/MacVST/BiquadPlus/source/BiquadPlusProc.cpp index b2ad19c4d..0a25cbc9f 100755 --- a/plugins/MacVST/BiquadPlus/source/BiquadPlusProc.cpp +++ b/plugins/MacVST/BiquadPlus/source/BiquadPlusProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadPlus - BiquadPlus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadPlus_H diff --git a/plugins/MacVST/BiquadTriple/source/BiquadTriple.cpp b/plugins/MacVST/BiquadTriple/source/BiquadTriple.cpp index f416a95e0..58341de40 100755 --- a/plugins/MacVST/BiquadTriple/source/BiquadTriple.cpp +++ b/plugins/MacVST/BiquadTriple/source/BiquadTriple.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadTriple - BiquadTriple.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadTriple_H diff --git a/plugins/MacVST/BiquadTriple/source/BiquadTriple.h b/plugins/MacVST/BiquadTriple/source/BiquadTriple.h index f86dda9b5..c65a65d69 100755 --- a/plugins/MacVST/BiquadTriple/source/BiquadTriple.h +++ b/plugins/MacVST/BiquadTriple/source/BiquadTriple.h @@ -1,7 +1,7 @@ /* ======================================== * BiquadTriple - BiquadTriple.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadTriple_H diff --git a/plugins/MacVST/BiquadTriple/source/BiquadTripleProc.cpp b/plugins/MacVST/BiquadTriple/source/BiquadTripleProc.cpp index 4643ed6a5..d17bdc283 100755 --- a/plugins/MacVST/BiquadTriple/source/BiquadTripleProc.cpp +++ b/plugins/MacVST/BiquadTriple/source/BiquadTripleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadTriple - BiquadTriple.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadTriple_H diff --git a/plugins/MacVST/BitGlitter/source/BitGlitter.cpp b/plugins/MacVST/BitGlitter/source/BitGlitter.cpp index 13e689a6a..8b08ca613 100755 --- a/plugins/MacVST/BitGlitter/source/BitGlitter.cpp +++ b/plugins/MacVST/BitGlitter/source/BitGlitter.cpp @@ -1,6 +1,6 @@ /* ======================================== * BitGlitter - BitGlitter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitGlitter_H diff --git a/plugins/MacVST/BitGlitter/source/BitGlitter.h b/plugins/MacVST/BitGlitter/source/BitGlitter.h index 2f0702e5a..158ecdcc0 100755 --- a/plugins/MacVST/BitGlitter/source/BitGlitter.h +++ b/plugins/MacVST/BitGlitter/source/BitGlitter.h @@ -1,7 +1,7 @@ /* ======================================== * BitGlitter - BitGlitter.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BitGlitter_H diff --git a/plugins/MacVST/BitGlitter/source/BitGlitterProc.cpp b/plugins/MacVST/BitGlitter/source/BitGlitterProc.cpp index 792c78c67..2f4275f4d 100755 --- a/plugins/MacVST/BitGlitter/source/BitGlitterProc.cpp +++ b/plugins/MacVST/BitGlitter/source/BitGlitterProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BitGlitter - BitGlitter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitGlitter_H diff --git a/plugins/MacVST/BitShiftGain/source/BitShiftGain.cpp b/plugins/MacVST/BitShiftGain/source/BitShiftGain.cpp index c89bb9f3a..7e0e85a11 100755 --- a/plugins/MacVST/BitShiftGain/source/BitShiftGain.cpp +++ b/plugins/MacVST/BitShiftGain/source/BitShiftGain.cpp @@ -1,6 +1,6 @@ /* ======================================== * BitShiftGain - BitShiftGain.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitShiftGain_H diff --git a/plugins/MacVST/BitShiftGain/source/BitShiftGain.h b/plugins/MacVST/BitShiftGain/source/BitShiftGain.h index 00400a2ee..08ca7f53f 100755 --- a/plugins/MacVST/BitShiftGain/source/BitShiftGain.h +++ b/plugins/MacVST/BitShiftGain/source/BitShiftGain.h @@ -1,7 +1,7 @@ /* ======================================== * BitShiftGain - BitShiftGain.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BitShiftGain_H diff --git a/plugins/MacVST/BitShiftGain/source/BitShiftGainProc.cpp b/plugins/MacVST/BitShiftGain/source/BitShiftGainProc.cpp index c680ebed7..8bdaf5769 100755 --- a/plugins/MacVST/BitShiftGain/source/BitShiftGainProc.cpp +++ b/plugins/MacVST/BitShiftGain/source/BitShiftGainProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BitShiftGain - BitShiftGain.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitShiftGain_H diff --git a/plugins/MacVST/Bite/source/Bite.cpp b/plugins/MacVST/Bite/source/Bite.cpp index 1defea7df..3f71d4fec 100755 --- a/plugins/MacVST/Bite/source/Bite.cpp +++ b/plugins/MacVST/Bite/source/Bite.cpp @@ -1,6 +1,6 @@ /* ======================================== * Bite - Bite.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Bite_H diff --git a/plugins/MacVST/Bite/source/Bite.h b/plugins/MacVST/Bite/source/Bite.h index 895aab027..dba4c990f 100755 --- a/plugins/MacVST/Bite/source/Bite.h +++ b/plugins/MacVST/Bite/source/Bite.h @@ -1,7 +1,7 @@ /* ======================================== * Bite - Bite.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Bite_H diff --git a/plugins/MacVST/Bite/source/BiteProc.cpp b/plugins/MacVST/Bite/source/BiteProc.cpp index 66747041e..43cf433e9 100755 --- a/plugins/MacVST/Bite/source/BiteProc.cpp +++ b/plugins/MacVST/Bite/source/BiteProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Bite - Bite.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Bite_H diff --git a/plugins/MacVST/BlockParty/source/BlockParty.cpp b/plugins/MacVST/BlockParty/source/BlockParty.cpp index ba6d66fc6..c714091e5 100755 --- a/plugins/MacVST/BlockParty/source/BlockParty.cpp +++ b/plugins/MacVST/BlockParty/source/BlockParty.cpp @@ -1,6 +1,6 @@ /* ======================================== * BlockParty - BlockParty.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BlockParty_H diff --git a/plugins/MacVST/BlockParty/source/BlockParty.h b/plugins/MacVST/BlockParty/source/BlockParty.h index 006e9dfd0..394ac0058 100755 --- a/plugins/MacVST/BlockParty/source/BlockParty.h +++ b/plugins/MacVST/BlockParty/source/BlockParty.h @@ -1,7 +1,7 @@ /* ======================================== * BlockParty - BlockParty.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BlockParty_H diff --git a/plugins/MacVST/BlockParty/source/BlockPartyProc.cpp b/plugins/MacVST/BlockParty/source/BlockPartyProc.cpp index da0bb1398..55db2ceb4 100755 --- a/plugins/MacVST/BlockParty/source/BlockPartyProc.cpp +++ b/plugins/MacVST/BlockParty/source/BlockPartyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BlockParty - BlockParty.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BlockParty_H diff --git a/plugins/MacVST/BrassRider/source/BrassRider.cpp b/plugins/MacVST/BrassRider/source/BrassRider.cpp index 46f5e98b9..3d9e1fb0b 100755 --- a/plugins/MacVST/BrassRider/source/BrassRider.cpp +++ b/plugins/MacVST/BrassRider/source/BrassRider.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrassRider - BrassRider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrassRider_H diff --git a/plugins/MacVST/BrassRider/source/BrassRider.h b/plugins/MacVST/BrassRider/source/BrassRider.h index 0e93752bb..e531c6dd2 100755 --- a/plugins/MacVST/BrassRider/source/BrassRider.h +++ b/plugins/MacVST/BrassRider/source/BrassRider.h @@ -1,7 +1,7 @@ /* ======================================== * BrassRider - BrassRider.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrassRider_H diff --git a/plugins/MacVST/BrassRider/source/BrassRiderProc.cpp b/plugins/MacVST/BrassRider/source/BrassRiderProc.cpp index 66b5c75e5..1e909de08 100755 --- a/plugins/MacVST/BrassRider/source/BrassRiderProc.cpp +++ b/plugins/MacVST/BrassRider/source/BrassRiderProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrassRider - BrassRider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrassRider_H diff --git a/plugins/MacVST/BrightAmbience/source/BrightAmbience.cpp b/plugins/MacVST/BrightAmbience/source/BrightAmbience.cpp index 7f40ecbf3..cecf5491d 100755 --- a/plugins/MacVST/BrightAmbience/source/BrightAmbience.cpp +++ b/plugins/MacVST/BrightAmbience/source/BrightAmbience.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience - BrightAmbience.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience_H diff --git a/plugins/MacVST/BrightAmbience/source/BrightAmbience.h b/plugins/MacVST/BrightAmbience/source/BrightAmbience.h index ce3b2c53b..538d2ef5f 100755 --- a/plugins/MacVST/BrightAmbience/source/BrightAmbience.h +++ b/plugins/MacVST/BrightAmbience/source/BrightAmbience.h @@ -1,7 +1,7 @@ /* ======================================== * BrightAmbience - BrightAmbience.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience_H diff --git a/plugins/MacVST/BrightAmbience/source/BrightAmbienceProc.cpp b/plugins/MacVST/BrightAmbience/source/BrightAmbienceProc.cpp index c974a9586..a07921a20 100755 --- a/plugins/MacVST/BrightAmbience/source/BrightAmbienceProc.cpp +++ b/plugins/MacVST/BrightAmbience/source/BrightAmbienceProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience - BrightAmbience.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience_H diff --git a/plugins/MacVST/BrightAmbience2/source/BrightAmbience2.cpp b/plugins/MacVST/BrightAmbience2/source/BrightAmbience2.cpp index d12ddc5e9..404497326 100755 --- a/plugins/MacVST/BrightAmbience2/source/BrightAmbience2.cpp +++ b/plugins/MacVST/BrightAmbience2/source/BrightAmbience2.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience2 - BrightAmbience2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience2_H diff --git a/plugins/MacVST/BrightAmbience2/source/BrightAmbience2.h b/plugins/MacVST/BrightAmbience2/source/BrightAmbience2.h index efd6e3f4c..f6f7d2962 100755 --- a/plugins/MacVST/BrightAmbience2/source/BrightAmbience2.h +++ b/plugins/MacVST/BrightAmbience2/source/BrightAmbience2.h @@ -1,7 +1,7 @@ /* ======================================== * BrightAmbience2 - BrightAmbience2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience2_H diff --git a/plugins/MacVST/BrightAmbience2/source/BrightAmbience2Proc.cpp b/plugins/MacVST/BrightAmbience2/source/BrightAmbience2Proc.cpp index 1e33a46cc..e79b27203 100755 --- a/plugins/MacVST/BrightAmbience2/source/BrightAmbience2Proc.cpp +++ b/plugins/MacVST/BrightAmbience2/source/BrightAmbience2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience2 - BrightAmbience2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience2_H diff --git a/plugins/MacVST/BrightAmbience3/source/BrightAmbience3.cpp b/plugins/MacVST/BrightAmbience3/source/BrightAmbience3.cpp index ed805d124..a45bc62c5 100755 --- a/plugins/MacVST/BrightAmbience3/source/BrightAmbience3.cpp +++ b/plugins/MacVST/BrightAmbience3/source/BrightAmbience3.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience3 - BrightAmbience3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience3_H diff --git a/plugins/MacVST/BrightAmbience3/source/BrightAmbience3.h b/plugins/MacVST/BrightAmbience3/source/BrightAmbience3.h index cd9a6abd0..d4b77ead7 100755 --- a/plugins/MacVST/BrightAmbience3/source/BrightAmbience3.h +++ b/plugins/MacVST/BrightAmbience3/source/BrightAmbience3.h @@ -1,7 +1,7 @@ /* ======================================== * BrightAmbience3 - BrightAmbience3.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience3_H diff --git a/plugins/MacVST/BrightAmbience3/source/BrightAmbience3Proc.cpp b/plugins/MacVST/BrightAmbience3/source/BrightAmbience3Proc.cpp index dd6875d28..3a18bb9ae 100755 --- a/plugins/MacVST/BrightAmbience3/source/BrightAmbience3Proc.cpp +++ b/plugins/MacVST/BrightAmbience3/source/BrightAmbience3Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience3 - BrightAmbience3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience3_H diff --git a/plugins/MacVST/BuildATPDF/source/BuildATPDF.cpp b/plugins/MacVST/BuildATPDF/source/BuildATPDF.cpp index 50f8100ec..64853c537 100755 --- a/plugins/MacVST/BuildATPDF/source/BuildATPDF.cpp +++ b/plugins/MacVST/BuildATPDF/source/BuildATPDF.cpp @@ -1,6 +1,6 @@ /* ======================================== * BuildATPDF - BuildATPDF.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BuildATPDF_H diff --git a/plugins/MacVST/BuildATPDF/source/BuildATPDF.h b/plugins/MacVST/BuildATPDF/source/BuildATPDF.h index 06b07b9dd..ea97927e9 100755 --- a/plugins/MacVST/BuildATPDF/source/BuildATPDF.h +++ b/plugins/MacVST/BuildATPDF/source/BuildATPDF.h @@ -1,7 +1,7 @@ /* ======================================== * BuildATPDF - BuildATPDF.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BuildATPDF_H diff --git a/plugins/MacVST/BuildATPDF/source/BuildATPDFProc.cpp b/plugins/MacVST/BuildATPDF/source/BuildATPDFProc.cpp index 277522f81..31783e863 100755 --- a/plugins/MacVST/BuildATPDF/source/BuildATPDFProc.cpp +++ b/plugins/MacVST/BuildATPDF/source/BuildATPDFProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BuildATPDF - BuildATPDF.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BuildATPDF_H diff --git a/plugins/MacVST/BussColors4/source/BussColors4.cpp b/plugins/MacVST/BussColors4/source/BussColors4.cpp index 731e1331f..3a0522699 100755 --- a/plugins/MacVST/BussColors4/source/BussColors4.cpp +++ b/plugins/MacVST/BussColors4/source/BussColors4.cpp @@ -1,6 +1,6 @@ /* ======================================== * BussColors4 - BussColors4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BussColors4_H diff --git a/plugins/MacVST/BussColors4/source/BussColors4.h b/plugins/MacVST/BussColors4/source/BussColors4.h index 694ce678b..0d89dcd65 100755 --- a/plugins/MacVST/BussColors4/source/BussColors4.h +++ b/plugins/MacVST/BussColors4/source/BussColors4.h @@ -1,7 +1,7 @@ /* ======================================== * BussColors4 - BussColors4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BussColors4_H diff --git a/plugins/MacVST/BussColors4/source/BussColors4Proc.cpp b/plugins/MacVST/BussColors4/source/BussColors4Proc.cpp index 8691460d7..4afa43e04 100755 --- a/plugins/MacVST/BussColors4/source/BussColors4Proc.cpp +++ b/plugins/MacVST/BussColors4/source/BussColors4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BussColors4 - BussColors4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BussColors4_H diff --git a/plugins/MacVST/ButterComp/source/ButterComp.cpp b/plugins/MacVST/ButterComp/source/ButterComp.cpp index deac8039a..2a32126d2 100755 --- a/plugins/MacVST/ButterComp/source/ButterComp.cpp +++ b/plugins/MacVST/ButterComp/source/ButterComp.cpp @@ -1,6 +1,6 @@ /* ======================================== * ButterComp - ButterComp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp_H diff --git a/plugins/MacVST/ButterComp/source/ButterComp.h b/plugins/MacVST/ButterComp/source/ButterComp.h index 12c693fe2..689cc2fe5 100755 --- a/plugins/MacVST/ButterComp/source/ButterComp.h +++ b/plugins/MacVST/ButterComp/source/ButterComp.h @@ -1,7 +1,7 @@ /* ======================================== * ButterComp - ButterComp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp_H diff --git a/plugins/MacVST/ButterComp/source/ButterCompProc.cpp b/plugins/MacVST/ButterComp/source/ButterCompProc.cpp index cd4131698..f1f605ac8 100755 --- a/plugins/MacVST/ButterComp/source/ButterCompProc.cpp +++ b/plugins/MacVST/ButterComp/source/ButterCompProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ButterComp - ButterComp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp_H diff --git a/plugins/MacVST/ButterComp2/source/ButterComp2.cpp b/plugins/MacVST/ButterComp2/source/ButterComp2.cpp index b7bf3f1c0..347774f82 100755 --- a/plugins/MacVST/ButterComp2/source/ButterComp2.cpp +++ b/plugins/MacVST/ButterComp2/source/ButterComp2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ButterComp2 - ButterComp2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp2_H diff --git a/plugins/MacVST/ButterComp2/source/ButterComp2.h b/plugins/MacVST/ButterComp2/source/ButterComp2.h index d1f8721c1..70b7f0a0d 100755 --- a/plugins/MacVST/ButterComp2/source/ButterComp2.h +++ b/plugins/MacVST/ButterComp2/source/ButterComp2.h @@ -1,7 +1,7 @@ /* ======================================== * ButterComp2 - ButterComp2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp2_H diff --git a/plugins/MacVST/ButterComp2/source/ButterComp2Proc.cpp b/plugins/MacVST/ButterComp2/source/ButterComp2Proc.cpp index 1bf7d52dd..418ac65c8 100755 --- a/plugins/MacVST/ButterComp2/source/ButterComp2Proc.cpp +++ b/plugins/MacVST/ButterComp2/source/ButterComp2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ButterComp2 - ButterComp2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp2_H diff --git a/plugins/MacVST/C5RawBuss/source/C5RawBuss.cpp b/plugins/MacVST/C5RawBuss/source/C5RawBuss.cpp index 1515cfdec..be1090193 100755 --- a/plugins/MacVST/C5RawBuss/source/C5RawBuss.cpp +++ b/plugins/MacVST/C5RawBuss/source/C5RawBuss.cpp @@ -1,6 +1,6 @@ /* ======================================== * C5RawBuss - C5RawBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawBuss_H diff --git a/plugins/MacVST/C5RawBuss/source/C5RawBuss.h b/plugins/MacVST/C5RawBuss/source/C5RawBuss.h index dfc108b22..d0409940b 100755 --- a/plugins/MacVST/C5RawBuss/source/C5RawBuss.h +++ b/plugins/MacVST/C5RawBuss/source/C5RawBuss.h @@ -1,7 +1,7 @@ /* ======================================== * C5RawBuss - C5RawBuss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawBuss_H diff --git a/plugins/MacVST/C5RawBuss/source/C5RawBussProc.cpp b/plugins/MacVST/C5RawBuss/source/C5RawBussProc.cpp index cc884ee73..a971797fa 100755 --- a/plugins/MacVST/C5RawBuss/source/C5RawBussProc.cpp +++ b/plugins/MacVST/C5RawBuss/source/C5RawBussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * C5RawBuss - C5RawBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawBuss_H diff --git a/plugins/MacVST/C5RawChannel/source/C5RawChannel.cpp b/plugins/MacVST/C5RawChannel/source/C5RawChannel.cpp index a25bbd81d..a77b6f606 100755 --- a/plugins/MacVST/C5RawChannel/source/C5RawChannel.cpp +++ b/plugins/MacVST/C5RawChannel/source/C5RawChannel.cpp @@ -1,6 +1,6 @@ /* ======================================== * C5RawChannel - C5RawChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawChannel_H diff --git a/plugins/MacVST/C5RawChannel/source/C5RawChannel.h b/plugins/MacVST/C5RawChannel/source/C5RawChannel.h index 8ed6e152e..023fe63df 100755 --- a/plugins/MacVST/C5RawChannel/source/C5RawChannel.h +++ b/plugins/MacVST/C5RawChannel/source/C5RawChannel.h @@ -1,7 +1,7 @@ /* ======================================== * C5RawChannel - C5RawChannel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawChannel_H diff --git a/plugins/MacVST/C5RawChannel/source/C5RawChannelProc.cpp b/plugins/MacVST/C5RawChannel/source/C5RawChannelProc.cpp index d8e91ece8..0a6ed4ad5 100755 --- a/plugins/MacVST/C5RawChannel/source/C5RawChannelProc.cpp +++ b/plugins/MacVST/C5RawChannel/source/C5RawChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * C5RawChannel - C5RawChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawChannel_H diff --git a/plugins/MacVST/CStrip/source/CStrip.cpp b/plugins/MacVST/CStrip/source/CStrip.cpp index 88b4e1748..29dbbab62 100755 --- a/plugins/MacVST/CStrip/source/CStrip.cpp +++ b/plugins/MacVST/CStrip/source/CStrip.cpp @@ -1,6 +1,6 @@ /* ======================================== * CStrip - CStrip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __CStrip_H diff --git a/plugins/MacVST/CStrip/source/CStrip.h b/plugins/MacVST/CStrip/source/CStrip.h index 3e4f6219e..92fa4aa1c 100755 --- a/plugins/MacVST/CStrip/source/CStrip.h +++ b/plugins/MacVST/CStrip/source/CStrip.h @@ -1,7 +1,7 @@ /* ======================================== * CStrip - CStrip.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __CStrip_H diff --git a/plugins/MacVST/CStrip/source/CStripProc.cpp b/plugins/MacVST/CStrip/source/CStripProc.cpp index 0a758963e..bf11e5592 100755 --- a/plugins/MacVST/CStrip/source/CStripProc.cpp +++ b/plugins/MacVST/CStrip/source/CStripProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * CStrip - CStrip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __CStrip_H diff --git a/plugins/MacVST/Cabs/source/Cabs.cpp b/plugins/MacVST/Cabs/source/Cabs.cpp index dcb9a3c5f..8e0124ffb 100755 --- a/plugins/MacVST/Cabs/source/Cabs.cpp +++ b/plugins/MacVST/Cabs/source/Cabs.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cabs - Cabs.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cabs_H diff --git a/plugins/MacVST/Cabs/source/Cabs.h b/plugins/MacVST/Cabs/source/Cabs.h index dd0bfcac3..cfc6defc1 100755 --- a/plugins/MacVST/Cabs/source/Cabs.h +++ b/plugins/MacVST/Cabs/source/Cabs.h @@ -1,7 +1,7 @@ /* ======================================== * Cabs - Cabs.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Cabs_H diff --git a/plugins/MacVST/Cabs/source/CabsProc.cpp b/plugins/MacVST/Cabs/source/CabsProc.cpp index 948cef8ed..9c928400a 100755 --- a/plugins/MacVST/Cabs/source/CabsProc.cpp +++ b/plugins/MacVST/Cabs/source/CabsProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cabs - Cabs.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cabs_H diff --git a/plugins/MacVST/Calibre/source/Calibre.cpp b/plugins/MacVST/Calibre/source/Calibre.cpp index ee18c9617..63541ba92 100755 --- a/plugins/MacVST/Calibre/source/Calibre.cpp +++ b/plugins/MacVST/Calibre/source/Calibre.cpp @@ -1,6 +1,6 @@ /* ======================================== * Calibre - Calibre.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Calibre_H diff --git a/plugins/MacVST/Calibre/source/Calibre.h b/plugins/MacVST/Calibre/source/Calibre.h index 41ac899ae..293d6c00e 100755 --- a/plugins/MacVST/Calibre/source/Calibre.h +++ b/plugins/MacVST/Calibre/source/Calibre.h @@ -1,7 +1,7 @@ /* ======================================== * Calibre - Calibre.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Calibre_H diff --git a/plugins/MacVST/Calibre/source/CalibreProc.cpp b/plugins/MacVST/Calibre/source/CalibreProc.cpp index 9cb3232be..642948b10 100755 --- a/plugins/MacVST/Calibre/source/CalibreProc.cpp +++ b/plugins/MacVST/Calibre/source/CalibreProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Calibre - Calibre.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Calibre_H diff --git a/plugins/MacVST/Capacitor/source/Capacitor.cpp b/plugins/MacVST/Capacitor/source/Capacitor.cpp index 525bf3763..e47e2b065 100755 --- a/plugins/MacVST/Capacitor/source/Capacitor.cpp +++ b/plugins/MacVST/Capacitor/source/Capacitor.cpp @@ -1,6 +1,6 @@ /* ======================================== * Capacitor - Capacitor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor_H diff --git a/plugins/MacVST/Capacitor/source/Capacitor.h b/plugins/MacVST/Capacitor/source/Capacitor.h index 7407eb5d1..85943814f 100755 --- a/plugins/MacVST/Capacitor/source/Capacitor.h +++ b/plugins/MacVST/Capacitor/source/Capacitor.h @@ -1,7 +1,7 @@ /* ======================================== * Capacitor - Capacitor.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor_H diff --git a/plugins/MacVST/Capacitor/source/CapacitorProc.cpp b/plugins/MacVST/Capacitor/source/CapacitorProc.cpp index f851b2c9e..1714b915d 100755 --- a/plugins/MacVST/Capacitor/source/CapacitorProc.cpp +++ b/plugins/MacVST/Capacitor/source/CapacitorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Capacitor - Capacitor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor_H diff --git a/plugins/MacVST/Capacitor2/source/Capacitor2.cpp b/plugins/MacVST/Capacitor2/source/Capacitor2.cpp index 308b53490..b179bcdd6 100755 --- a/plugins/MacVST/Capacitor2/source/Capacitor2.cpp +++ b/plugins/MacVST/Capacitor2/source/Capacitor2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Capacitor2 - Capacitor2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor2_H diff --git a/plugins/MacVST/Capacitor2/source/Capacitor2.h b/plugins/MacVST/Capacitor2/source/Capacitor2.h index c9460f0db..168437448 100755 --- a/plugins/MacVST/Capacitor2/source/Capacitor2.h +++ b/plugins/MacVST/Capacitor2/source/Capacitor2.h @@ -1,7 +1,7 @@ /* ======================================== * Capacitor2 - Capacitor2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor2_H diff --git a/plugins/MacVST/Capacitor2/source/Capacitor2Proc.cpp b/plugins/MacVST/Capacitor2/source/Capacitor2Proc.cpp index 4b3f730fe..36319799a 100755 --- a/plugins/MacVST/Capacitor2/source/Capacitor2Proc.cpp +++ b/plugins/MacVST/Capacitor2/source/Capacitor2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Capacitor2 - Capacitor2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor2_H diff --git a/plugins/MacVST/Chamber/source/Chamber.cpp b/plugins/MacVST/Chamber/source/Chamber.cpp index 2bb273587..d6fdfca27 100755 --- a/plugins/MacVST/Chamber/source/Chamber.cpp +++ b/plugins/MacVST/Chamber/source/Chamber.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chamber - Chamber.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber_H diff --git a/plugins/MacVST/Chamber/source/Chamber.h b/plugins/MacVST/Chamber/source/Chamber.h index 0c427bdb5..8a2eb17c5 100755 --- a/plugins/MacVST/Chamber/source/Chamber.h +++ b/plugins/MacVST/Chamber/source/Chamber.h @@ -1,7 +1,7 @@ /* ======================================== * Chamber - Chamber.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber_H diff --git a/plugins/MacVST/Chamber/source/ChamberProc.cpp b/plugins/MacVST/Chamber/source/ChamberProc.cpp index c536ef030..711c96d1e 100755 --- a/plugins/MacVST/Chamber/source/ChamberProc.cpp +++ b/plugins/MacVST/Chamber/source/ChamberProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chamber - Chamber.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber_H diff --git a/plugins/MacVST/Chamber2/source/Chamber2.cpp b/plugins/MacVST/Chamber2/source/Chamber2.cpp index 2afbd2353..c13d3c187 100755 --- a/plugins/MacVST/Chamber2/source/Chamber2.cpp +++ b/plugins/MacVST/Chamber2/source/Chamber2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chamber2 - Chamber2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber2_H diff --git a/plugins/MacVST/Chamber2/source/Chamber2.h b/plugins/MacVST/Chamber2/source/Chamber2.h index 6fe5e226e..629c06d36 100755 --- a/plugins/MacVST/Chamber2/source/Chamber2.h +++ b/plugins/MacVST/Chamber2/source/Chamber2.h @@ -1,7 +1,7 @@ /* ======================================== * Chamber2 - Chamber2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber2_H diff --git a/plugins/MacVST/Chamber2/source/Chamber2Proc.cpp b/plugins/MacVST/Chamber2/source/Chamber2Proc.cpp index 4b112cd78..303f9d3ec 100755 --- a/plugins/MacVST/Chamber2/source/Chamber2Proc.cpp +++ b/plugins/MacVST/Chamber2/source/Chamber2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chamber2 - Chamber2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber2_H diff --git a/plugins/MacVST/Channel4/source/Channel4.cpp b/plugins/MacVST/Channel4/source/Channel4.cpp index acdd74a0b..ede5b2acf 100755 --- a/plugins/MacVST/Channel4/source/Channel4.cpp +++ b/plugins/MacVST/Channel4/source/Channel4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel4 - Channel4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel4_H diff --git a/plugins/MacVST/Channel4/source/Channel4.h b/plugins/MacVST/Channel4/source/Channel4.h index 1f427f88d..7c81d45fc 100755 --- a/plugins/MacVST/Channel4/source/Channel4.h +++ b/plugins/MacVST/Channel4/source/Channel4.h @@ -1,7 +1,7 @@ /* ======================================== * Channel4 - Channel4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel4_H diff --git a/plugins/MacVST/Channel4/source/Channel4Proc.cpp b/plugins/MacVST/Channel4/source/Channel4Proc.cpp index a57623d4f..33655a5f9 100755 --- a/plugins/MacVST/Channel4/source/Channel4Proc.cpp +++ b/plugins/MacVST/Channel4/source/Channel4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel4 - Channel4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel4_H diff --git a/plugins/MacVST/Channel5/source/Channel5.cpp b/plugins/MacVST/Channel5/source/Channel5.cpp index 975c7bab8..8455be251 100755 --- a/plugins/MacVST/Channel5/source/Channel5.cpp +++ b/plugins/MacVST/Channel5/source/Channel5.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel5 - Channel5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel5_H diff --git a/plugins/MacVST/Channel5/source/Channel5.h b/plugins/MacVST/Channel5/source/Channel5.h index ef3c2b8bd..892138672 100755 --- a/plugins/MacVST/Channel5/source/Channel5.h +++ b/plugins/MacVST/Channel5/source/Channel5.h @@ -1,7 +1,7 @@ /* ======================================== * Channel5 - Channel5.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel5_H diff --git a/plugins/MacVST/Channel5/source/Channel5Proc.cpp b/plugins/MacVST/Channel5/source/Channel5Proc.cpp index d873e2b2c..7cd05916b 100755 --- a/plugins/MacVST/Channel5/source/Channel5Proc.cpp +++ b/plugins/MacVST/Channel5/source/Channel5Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel5 - Channel5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel5_H diff --git a/plugins/MacVST/Channel6/source/Channel6.cpp b/plugins/MacVST/Channel6/source/Channel6.cpp index a47a1c872..2d69a40b9 100755 --- a/plugins/MacVST/Channel6/source/Channel6.cpp +++ b/plugins/MacVST/Channel6/source/Channel6.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel6 - Channel6.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel6_H diff --git a/plugins/MacVST/Channel6/source/Channel6.h b/plugins/MacVST/Channel6/source/Channel6.h index ddca3e3ae..266e65928 100755 --- a/plugins/MacVST/Channel6/source/Channel6.h +++ b/plugins/MacVST/Channel6/source/Channel6.h @@ -1,7 +1,7 @@ /* ======================================== * Channel6 - Channel6.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel6_H diff --git a/plugins/MacVST/Channel6/source/Channel6Proc.cpp b/plugins/MacVST/Channel6/source/Channel6Proc.cpp index be57dbc44..f2e8a8fc2 100755 --- a/plugins/MacVST/Channel6/source/Channel6Proc.cpp +++ b/plugins/MacVST/Channel6/source/Channel6Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel6 - Channel6.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel6_H diff --git a/plugins/MacVST/Channel7/source/Channel7.cpp b/plugins/MacVST/Channel7/source/Channel7.cpp index d9d6fbfd0..a53458a32 100755 --- a/plugins/MacVST/Channel7/source/Channel7.cpp +++ b/plugins/MacVST/Channel7/source/Channel7.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel7 - Channel7.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel7_H diff --git a/plugins/MacVST/Channel7/source/Channel7.h b/plugins/MacVST/Channel7/source/Channel7.h index 5f4a1a1bc..a8d2326e1 100755 --- a/plugins/MacVST/Channel7/source/Channel7.h +++ b/plugins/MacVST/Channel7/source/Channel7.h @@ -1,7 +1,7 @@ /* ======================================== * Channel7 - Channel7.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel7_H diff --git a/plugins/MacVST/Channel7/source/Channel7Proc.cpp b/plugins/MacVST/Channel7/source/Channel7Proc.cpp index f64647ab6..92cd4167a 100755 --- a/plugins/MacVST/Channel7/source/Channel7Proc.cpp +++ b/plugins/MacVST/Channel7/source/Channel7Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel7 - Channel7.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel7_H diff --git a/plugins/MacVST/Channel8/source/Channel8.cpp b/plugins/MacVST/Channel8/source/Channel8.cpp index 2e9827760..d9f1b459b 100755 --- a/plugins/MacVST/Channel8/source/Channel8.cpp +++ b/plugins/MacVST/Channel8/source/Channel8.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel8 - Channel8.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel8_H diff --git a/plugins/MacVST/Channel8/source/Channel8.h b/plugins/MacVST/Channel8/source/Channel8.h index 89bed0c09..e104076e7 100755 --- a/plugins/MacVST/Channel8/source/Channel8.h +++ b/plugins/MacVST/Channel8/source/Channel8.h @@ -1,7 +1,7 @@ /* ======================================== * Channel8 - Channel8.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel8_H diff --git a/plugins/MacVST/Channel8/source/Channel8Proc.cpp b/plugins/MacVST/Channel8/source/Channel8Proc.cpp index fd3200222..a54c24a0b 100755 --- a/plugins/MacVST/Channel8/source/Channel8Proc.cpp +++ b/plugins/MacVST/Channel8/source/Channel8Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel8 - Channel8.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel8_H diff --git a/plugins/MacVST/Channel9/source/Channel9.cpp b/plugins/MacVST/Channel9/source/Channel9.cpp index b9527d16e..c89338cce 100755 --- a/plugins/MacVST/Channel9/source/Channel9.cpp +++ b/plugins/MacVST/Channel9/source/Channel9.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel9 - Channel9.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel9_H diff --git a/plugins/MacVST/Channel9/source/Channel9.h b/plugins/MacVST/Channel9/source/Channel9.h index 1232f66f6..929a82c88 100755 --- a/plugins/MacVST/Channel9/source/Channel9.h +++ b/plugins/MacVST/Channel9/source/Channel9.h @@ -1,7 +1,7 @@ /* ======================================== * Channel9 - Channel9.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel9_H diff --git a/plugins/MacVST/Channel9/source/Channel9Proc.cpp b/plugins/MacVST/Channel9/source/Channel9Proc.cpp index 5ca21ec9c..bf283978f 100755 --- a/plugins/MacVST/Channel9/source/Channel9Proc.cpp +++ b/plugins/MacVST/Channel9/source/Channel9Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel9 - Channel9.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel9_H diff --git a/plugins/MacVST/Chorus/source/Chorus.cpp b/plugins/MacVST/Chorus/source/Chorus.cpp index d2a630dff..7a444dba4 100755 --- a/plugins/MacVST/Chorus/source/Chorus.cpp +++ b/plugins/MacVST/Chorus/source/Chorus.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chorus - Chorus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chorus_H diff --git a/plugins/MacVST/Chorus/source/Chorus.h b/plugins/MacVST/Chorus/source/Chorus.h index 933415bca..a17120a0f 100755 --- a/plugins/MacVST/Chorus/source/Chorus.h +++ b/plugins/MacVST/Chorus/source/Chorus.h @@ -1,7 +1,7 @@ /* ======================================== * Chorus - Chorus.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Chorus_H diff --git a/plugins/MacVST/Chorus/source/ChorusProc.cpp b/plugins/MacVST/Chorus/source/ChorusProc.cpp index a3e0a415f..8550758cf 100755 --- a/plugins/MacVST/Chorus/source/ChorusProc.cpp +++ b/plugins/MacVST/Chorus/source/ChorusProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chorus - Chorus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chorus_H diff --git a/plugins/MacVST/ChorusEnsemble/source/ChorusEnsemble.cpp b/plugins/MacVST/ChorusEnsemble/source/ChorusEnsemble.cpp index a9f898ec9..9bf35b34f 100755 --- a/plugins/MacVST/ChorusEnsemble/source/ChorusEnsemble.cpp +++ b/plugins/MacVST/ChorusEnsemble/source/ChorusEnsemble.cpp @@ -1,6 +1,6 @@ /* ======================================== * ChorusEnsemble - ChorusEnsemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ChorusEnsemble_H diff --git a/plugins/MacVST/ChorusEnsemble/source/ChorusEnsemble.h b/plugins/MacVST/ChorusEnsemble/source/ChorusEnsemble.h index 8b796e8eb..b96f35c48 100755 --- a/plugins/MacVST/ChorusEnsemble/source/ChorusEnsemble.h +++ b/plugins/MacVST/ChorusEnsemble/source/ChorusEnsemble.h @@ -1,7 +1,7 @@ /* ======================================== * ChorusEnsemble - ChorusEnsemble.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ChorusEnsemble_H diff --git a/plugins/MacVST/ChorusEnsemble/source/ChorusEnsembleProc.cpp b/plugins/MacVST/ChorusEnsemble/source/ChorusEnsembleProc.cpp index 3257fd9a2..2e3ce95a1 100755 --- a/plugins/MacVST/ChorusEnsemble/source/ChorusEnsembleProc.cpp +++ b/plugins/MacVST/ChorusEnsemble/source/ChorusEnsembleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ChorusEnsemble - ChorusEnsemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ChorusEnsemble_H diff --git a/plugins/MacVST/ChromeOxide/source/ChromeOxide.cpp b/plugins/MacVST/ChromeOxide/source/ChromeOxide.cpp index f3d7f337a..5f4cd1a62 100755 --- a/plugins/MacVST/ChromeOxide/source/ChromeOxide.cpp +++ b/plugins/MacVST/ChromeOxide/source/ChromeOxide.cpp @@ -1,6 +1,6 @@ /* ======================================== * ChromeOxide - ChromeOxide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ChromeOxide_H diff --git a/plugins/MacVST/ChromeOxide/source/ChromeOxide.h b/plugins/MacVST/ChromeOxide/source/ChromeOxide.h index a644646b8..f16d7dc61 100755 --- a/plugins/MacVST/ChromeOxide/source/ChromeOxide.h +++ b/plugins/MacVST/ChromeOxide/source/ChromeOxide.h @@ -1,7 +1,7 @@ /* ======================================== * ChromeOxide - ChromeOxide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ChromeOxide_H diff --git a/plugins/MacVST/ChromeOxide/source/ChromeOxideProc.cpp b/plugins/MacVST/ChromeOxide/source/ChromeOxideProc.cpp index e69607979..b36079f3b 100755 --- a/plugins/MacVST/ChromeOxide/source/ChromeOxideProc.cpp +++ b/plugins/MacVST/ChromeOxide/source/ChromeOxideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ChromeOxide - ChromeOxide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ChromeOxide_H diff --git a/plugins/MacVST/Cider/source/Cider.cpp b/plugins/MacVST/Cider/source/Cider.cpp index e32cf78e0..eb38872e8 100755 --- a/plugins/MacVST/Cider/source/Cider.cpp +++ b/plugins/MacVST/Cider/source/Cider.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cider - Cider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cider_H diff --git a/plugins/MacVST/Cider/source/Cider.h b/plugins/MacVST/Cider/source/Cider.h index e184005d1..5e673f42a 100755 --- a/plugins/MacVST/Cider/source/Cider.h +++ b/plugins/MacVST/Cider/source/Cider.h @@ -1,7 +1,7 @@ /* ======================================== * Cider - Cider.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Cider_H diff --git a/plugins/MacVST/Cider/source/CiderProc.cpp b/plugins/MacVST/Cider/source/CiderProc.cpp index 86bd45278..e918c06e2 100755 --- a/plugins/MacVST/Cider/source/CiderProc.cpp +++ b/plugins/MacVST/Cider/source/CiderProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cider - Cider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cider_H diff --git a/plugins/MacVST/ClipOnly/source/ClipOnly.cpp b/plugins/MacVST/ClipOnly/source/ClipOnly.cpp index 7913ce466..d09420d08 100755 --- a/plugins/MacVST/ClipOnly/source/ClipOnly.cpp +++ b/plugins/MacVST/ClipOnly/source/ClipOnly.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipOnly - ClipOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly_H diff --git a/plugins/MacVST/ClipOnly/source/ClipOnly.h b/plugins/MacVST/ClipOnly/source/ClipOnly.h index 5b7bc3127..999f4e7a7 100755 --- a/plugins/MacVST/ClipOnly/source/ClipOnly.h +++ b/plugins/MacVST/ClipOnly/source/ClipOnly.h @@ -1,7 +1,7 @@ /* ======================================== * ClipOnly - ClipOnly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly_H diff --git a/plugins/MacVST/ClipOnly/source/ClipOnlyProc.cpp b/plugins/MacVST/ClipOnly/source/ClipOnlyProc.cpp index 5f0de0b35..043047e54 100755 --- a/plugins/MacVST/ClipOnly/source/ClipOnlyProc.cpp +++ b/plugins/MacVST/ClipOnly/source/ClipOnlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipOnly - ClipOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly_H diff --git a/plugins/MacVST/ClipOnly2/source/ClipOnly2.cpp b/plugins/MacVST/ClipOnly2/source/ClipOnly2.cpp index 8621a6c73..b32273c5b 100755 --- a/plugins/MacVST/ClipOnly2/source/ClipOnly2.cpp +++ b/plugins/MacVST/ClipOnly2/source/ClipOnly2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipOnly2 - ClipOnly2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly2_H diff --git a/plugins/MacVST/ClipOnly2/source/ClipOnly2.h b/plugins/MacVST/ClipOnly2/source/ClipOnly2.h index efe560d03..7a006f235 100755 --- a/plugins/MacVST/ClipOnly2/source/ClipOnly2.h +++ b/plugins/MacVST/ClipOnly2/source/ClipOnly2.h @@ -1,7 +1,7 @@ /* ======================================== * ClipOnly2 - ClipOnly2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly2_H diff --git a/plugins/MacVST/ClipOnly2/source/ClipOnly2Proc.cpp b/plugins/MacVST/ClipOnly2/source/ClipOnly2Proc.cpp index bbdca476c..f5d765a0d 100755 --- a/plugins/MacVST/ClipOnly2/source/ClipOnly2Proc.cpp +++ b/plugins/MacVST/ClipOnly2/source/ClipOnly2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipOnly2 - ClipOnly2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly2_H diff --git a/plugins/MacVST/ClipSoftly/source/ClipSoftly.cpp b/plugins/MacVST/ClipSoftly/source/ClipSoftly.cpp index 56de12336..238b2f313 100755 --- a/plugins/MacVST/ClipSoftly/source/ClipSoftly.cpp +++ b/plugins/MacVST/ClipSoftly/source/ClipSoftly.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipSoftly - ClipSoftly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipSoftly_H diff --git a/plugins/MacVST/ClipSoftly/source/ClipSoftly.h b/plugins/MacVST/ClipSoftly/source/ClipSoftly.h index 82f617602..a11d96187 100755 --- a/plugins/MacVST/ClipSoftly/source/ClipSoftly.h +++ b/plugins/MacVST/ClipSoftly/source/ClipSoftly.h @@ -1,7 +1,7 @@ /* ======================================== * ClipSoftly - ClipSoftly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipSoftly_H diff --git a/plugins/MacVST/ClipSoftly/source/ClipSoftlyProc.cpp b/plugins/MacVST/ClipSoftly/source/ClipSoftlyProc.cpp index 6c661ed5b..3701598c1 100755 --- a/plugins/MacVST/ClipSoftly/source/ClipSoftlyProc.cpp +++ b/plugins/MacVST/ClipSoftly/source/ClipSoftlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipSoftly - ClipSoftly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipSoftly_H diff --git a/plugins/MacVST/Coils/source/Coils.cpp b/plugins/MacVST/Coils/source/Coils.cpp index 0a2d4437b..85a990d9e 100755 --- a/plugins/MacVST/Coils/source/Coils.cpp +++ b/plugins/MacVST/Coils/source/Coils.cpp @@ -1,6 +1,6 @@ /* ======================================== * Coils - Coils.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils_H diff --git a/plugins/MacVST/Coils/source/Coils.h b/plugins/MacVST/Coils/source/Coils.h index 3643a3979..1442b59ec 100755 --- a/plugins/MacVST/Coils/source/Coils.h +++ b/plugins/MacVST/Coils/source/Coils.h @@ -1,7 +1,7 @@ /* ======================================== * Coils - Coils.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils_H diff --git a/plugins/MacVST/Coils/source/CoilsProc.cpp b/plugins/MacVST/Coils/source/CoilsProc.cpp index b05090b85..3bd48617e 100755 --- a/plugins/MacVST/Coils/source/CoilsProc.cpp +++ b/plugins/MacVST/Coils/source/CoilsProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Coils - Coils.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils_H diff --git a/plugins/MacVST/Coils2/source/Coils2.cpp b/plugins/MacVST/Coils2/source/Coils2.cpp index 46e0c3c3b..64ceb5aea 100755 --- a/plugins/MacVST/Coils2/source/Coils2.cpp +++ b/plugins/MacVST/Coils2/source/Coils2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Coils2 - Coils2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils2_H diff --git a/plugins/MacVST/Coils2/source/Coils2.h b/plugins/MacVST/Coils2/source/Coils2.h index 0e3f61a3c..16f687893 100755 --- a/plugins/MacVST/Coils2/source/Coils2.h +++ b/plugins/MacVST/Coils2/source/Coils2.h @@ -1,7 +1,7 @@ /* ======================================== * Coils2 - Coils2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils2_H diff --git a/plugins/MacVST/Coils2/source/Coils2Proc.cpp b/plugins/MacVST/Coils2/source/Coils2Proc.cpp index d4466f4bc..0f7fda2e4 100755 --- a/plugins/MacVST/Coils2/source/Coils2Proc.cpp +++ b/plugins/MacVST/Coils2/source/Coils2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Coils2 - Coils2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils2_H diff --git a/plugins/MacVST/Cojones/source/Cojones.cpp b/plugins/MacVST/Cojones/source/Cojones.cpp index bd6001fa7..860c31956 100755 --- a/plugins/MacVST/Cojones/source/Cojones.cpp +++ b/plugins/MacVST/Cojones/source/Cojones.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cojones - Cojones.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cojones_H diff --git a/plugins/MacVST/Cojones/source/Cojones.h b/plugins/MacVST/Cojones/source/Cojones.h index 519304f48..feaa72435 100755 --- a/plugins/MacVST/Cojones/source/Cojones.h +++ b/plugins/MacVST/Cojones/source/Cojones.h @@ -1,7 +1,7 @@ /* ======================================== * Cojones - Cojones.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Cojones_H diff --git a/plugins/MacVST/Cojones/source/CojonesProc.cpp b/plugins/MacVST/Cojones/source/CojonesProc.cpp index 3b45cea8f..e87ceed7d 100755 --- a/plugins/MacVST/Cojones/source/CojonesProc.cpp +++ b/plugins/MacVST/Cojones/source/CojonesProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cojones - Cojones.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cojones_H diff --git a/plugins/MacVST/Compresaturator/source/Compresaturator.cpp b/plugins/MacVST/Compresaturator/source/Compresaturator.cpp index 299892abb..f51ad9cca 100755 --- a/plugins/MacVST/Compresaturator/source/Compresaturator.cpp +++ b/plugins/MacVST/Compresaturator/source/Compresaturator.cpp @@ -1,6 +1,6 @@ /* ======================================== * Compresaturator - Compresaturator.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Compresaturator_H diff --git a/plugins/MacVST/Compresaturator/source/Compresaturator.h b/plugins/MacVST/Compresaturator/source/Compresaturator.h index 868b50b4d..b30bcc95a 100755 --- a/plugins/MacVST/Compresaturator/source/Compresaturator.h +++ b/plugins/MacVST/Compresaturator/source/Compresaturator.h @@ -1,7 +1,7 @@ /* ======================================== * Compresaturator - Compresaturator.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Compresaturator_H diff --git a/plugins/MacVST/Compresaturator/source/CompresaturatorProc.cpp b/plugins/MacVST/Compresaturator/source/CompresaturatorProc.cpp index c75fc4bdf..0dfb7ab22 100755 --- a/plugins/MacVST/Compresaturator/source/CompresaturatorProc.cpp +++ b/plugins/MacVST/Compresaturator/source/CompresaturatorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Compresaturator - Compresaturator.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Compresaturator_H diff --git a/plugins/MacVST/Console4Buss/source/Console4Buss.cpp b/plugins/MacVST/Console4Buss/source/Console4Buss.cpp index 4db7b1432..dbf1f28c7 100755 --- a/plugins/MacVST/Console4Buss/source/Console4Buss.cpp +++ b/plugins/MacVST/Console4Buss/source/Console4Buss.cpp @@ -1,7 +1,7 @@ /* ======================================== * Console4Buss - Console4Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Buss_H diff --git a/plugins/MacVST/Console4Buss/source/Console4Buss.h b/plugins/MacVST/Console4Buss/source/Console4Buss.h index 04fb5d2bd..35b85affd 100755 --- a/plugins/MacVST/Console4Buss/source/Console4Buss.h +++ b/plugins/MacVST/Console4Buss/source/Console4Buss.h @@ -1,7 +1,7 @@ /* ======================================== * Console4Buss - Console4Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Buss_H diff --git a/plugins/MacVST/Console4Buss/source/Console4BussProc.cpp b/plugins/MacVST/Console4Buss/source/Console4BussProc.cpp index 2b863eaf1..d73cb6d43 100755 --- a/plugins/MacVST/Console4Buss/source/Console4BussProc.cpp +++ b/plugins/MacVST/Console4Buss/source/Console4BussProc.cpp @@ -1,7 +1,7 @@ /* ======================================== * Console4Buss - Console4Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Buss_H diff --git a/plugins/MacVST/Console4Channel/source/Console4Channel.cpp b/plugins/MacVST/Console4Channel/source/Console4Channel.cpp index 6e8f95441..0b3b36eaa 100755 --- a/plugins/MacVST/Console4Channel/source/Console4Channel.cpp +++ b/plugins/MacVST/Console4Channel/source/Console4Channel.cpp @@ -1,7 +1,7 @@ /* ======================================== * Console4Channel - Console4Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Channel_H diff --git a/plugins/MacVST/Console4Channel/source/Console4Channel.h b/plugins/MacVST/Console4Channel/source/Console4Channel.h index f5542d4bb..3d913b5f8 100755 --- a/plugins/MacVST/Console4Channel/source/Console4Channel.h +++ b/plugins/MacVST/Console4Channel/source/Console4Channel.h @@ -1,7 +1,7 @@ /* ======================================== * Console4Channel - Console4Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Channel_H diff --git a/plugins/MacVST/Console4Channel/source/Console4ChannelProc.cpp b/plugins/MacVST/Console4Channel/source/Console4ChannelProc.cpp index eed5c8d67..43b483711 100755 --- a/plugins/MacVST/Console4Channel/source/Console4ChannelProc.cpp +++ b/plugins/MacVST/Console4Channel/source/Console4ChannelProc.cpp @@ -1,7 +1,7 @@ /* ======================================== * Console4Channel - Console4Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Channel_H diff --git a/plugins/MacVST/Console5Buss/source/Console5Buss.cpp b/plugins/MacVST/Console5Buss/source/Console5Buss.cpp index 69a467ab8..e799ae724 100755 --- a/plugins/MacVST/Console5Buss/source/Console5Buss.cpp +++ b/plugins/MacVST/Console5Buss/source/Console5Buss.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5Buss - Console5Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Buss_H diff --git a/plugins/MacVST/Console5Buss/source/Console5Buss.h b/plugins/MacVST/Console5Buss/source/Console5Buss.h index 81f9d0eac..f5588504e 100755 --- a/plugins/MacVST/Console5Buss/source/Console5Buss.h +++ b/plugins/MacVST/Console5Buss/source/Console5Buss.h @@ -1,7 +1,7 @@ /* ======================================== * Console5Buss - Console5Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Buss_H diff --git a/plugins/MacVST/Console5Buss/source/Console5BussProc.cpp b/plugins/MacVST/Console5Buss/source/Console5BussProc.cpp index a61c2e7cb..5d94c22b0 100755 --- a/plugins/MacVST/Console5Buss/source/Console5BussProc.cpp +++ b/plugins/MacVST/Console5Buss/source/Console5BussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5Buss - Console5Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Buss_H diff --git a/plugins/MacVST/Console5Channel/source/Console5Channel.cpp b/plugins/MacVST/Console5Channel/source/Console5Channel.cpp index b38d63844..3eebd6caa 100755 --- a/plugins/MacVST/Console5Channel/source/Console5Channel.cpp +++ b/plugins/MacVST/Console5Channel/source/Console5Channel.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5Channel - Console5Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Channel_H diff --git a/plugins/MacVST/Console5Channel/source/Console5Channel.h b/plugins/MacVST/Console5Channel/source/Console5Channel.h index 17e48be47..e7fc9c9e7 100755 --- a/plugins/MacVST/Console5Channel/source/Console5Channel.h +++ b/plugins/MacVST/Console5Channel/source/Console5Channel.h @@ -1,7 +1,7 @@ /* ======================================== * Console5Channel - Console5Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Channel_H diff --git a/plugins/MacVST/Console5Channel/source/Console5ChannelProc.cpp b/plugins/MacVST/Console5Channel/source/Console5ChannelProc.cpp index bab2c5971..95aabbd73 100755 --- a/plugins/MacVST/Console5Channel/source/Console5ChannelProc.cpp +++ b/plugins/MacVST/Console5Channel/source/Console5ChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5Channel - Console5Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Channel_H diff --git a/plugins/MacVST/Console5DarkCh/source/Console5DarkCh.cpp b/plugins/MacVST/Console5DarkCh/source/Console5DarkCh.cpp index 25995665f..f876f0bb4 100755 --- a/plugins/MacVST/Console5DarkCh/source/Console5DarkCh.cpp +++ b/plugins/MacVST/Console5DarkCh/source/Console5DarkCh.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5DarkCh - Console5DarkCh.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5DarkCh_H diff --git a/plugins/MacVST/Console5DarkCh/source/Console5DarkCh.h b/plugins/MacVST/Console5DarkCh/source/Console5DarkCh.h index f3a777fbb..7e40d327b 100755 --- a/plugins/MacVST/Console5DarkCh/source/Console5DarkCh.h +++ b/plugins/MacVST/Console5DarkCh/source/Console5DarkCh.h @@ -1,7 +1,7 @@ /* ======================================== * Console5DarkCh - Console5DarkCh.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5DarkCh_H diff --git a/plugins/MacVST/Console5DarkCh/source/Console5DarkChProc.cpp b/plugins/MacVST/Console5DarkCh/source/Console5DarkChProc.cpp index 60469e11e..13596815d 100755 --- a/plugins/MacVST/Console5DarkCh/source/Console5DarkChProc.cpp +++ b/plugins/MacVST/Console5DarkCh/source/Console5DarkChProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5DarkCh - Console5DarkCh.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5DarkCh_H diff --git a/plugins/MacVST/Console6Buss/source/Console6Buss.cpp b/plugins/MacVST/Console6Buss/source/Console6Buss.cpp index 21fb9728b..741b7b678 100755 --- a/plugins/MacVST/Console6Buss/source/Console6Buss.cpp +++ b/plugins/MacVST/Console6Buss/source/Console6Buss.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console6Buss - Console6Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Buss_H diff --git a/plugins/MacVST/Console6Buss/source/Console6Buss.h b/plugins/MacVST/Console6Buss/source/Console6Buss.h index 67e3a3d4a..4901240af 100755 --- a/plugins/MacVST/Console6Buss/source/Console6Buss.h +++ b/plugins/MacVST/Console6Buss/source/Console6Buss.h @@ -1,7 +1,7 @@ /* ======================================== * Console6Buss - Console6Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Buss_H diff --git a/plugins/MacVST/Console6Buss/source/Console6BussProc.cpp b/plugins/MacVST/Console6Buss/source/Console6BussProc.cpp index 864c4b6a5..e2fbe07bb 100755 --- a/plugins/MacVST/Console6Buss/source/Console6BussProc.cpp +++ b/plugins/MacVST/Console6Buss/source/Console6BussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console6Buss - Console6Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Buss_H diff --git a/plugins/MacVST/Console6Channel/source/Console6Channel.cpp b/plugins/MacVST/Console6Channel/source/Console6Channel.cpp index fee5a551c..9e3058b5e 100755 --- a/plugins/MacVST/Console6Channel/source/Console6Channel.cpp +++ b/plugins/MacVST/Console6Channel/source/Console6Channel.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console6Channel - Console6Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Channel_H diff --git a/plugins/MacVST/Console6Channel/source/Console6Channel.h b/plugins/MacVST/Console6Channel/source/Console6Channel.h index 976a9b43c..dfd5a84c3 100755 --- a/plugins/MacVST/Console6Channel/source/Console6Channel.h +++ b/plugins/MacVST/Console6Channel/source/Console6Channel.h @@ -1,7 +1,7 @@ /* ======================================== * Console6Channel - Console6Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Channel_H diff --git a/plugins/MacVST/Console6Channel/source/Console6ChannelProc.cpp b/plugins/MacVST/Console6Channel/source/Console6ChannelProc.cpp index ffbcbb769..7f96a334f 100755 --- a/plugins/MacVST/Console6Channel/source/Console6ChannelProc.cpp +++ b/plugins/MacVST/Console6Channel/source/Console6ChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console6Channel - Console6Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Channel_H diff --git a/plugins/MacVST/Console7Buss/source/Console7Buss.cpp b/plugins/MacVST/Console7Buss/source/Console7Buss.cpp index b40ebfacd..16769aa58 100755 --- a/plugins/MacVST/Console7Buss/source/Console7Buss.cpp +++ b/plugins/MacVST/Console7Buss/source/Console7Buss.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Buss - Console7Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Buss_H diff --git a/plugins/MacVST/Console7Buss/source/Console7Buss.h b/plugins/MacVST/Console7Buss/source/Console7Buss.h index 0be4fcf81..ffd952f6c 100755 --- a/plugins/MacVST/Console7Buss/source/Console7Buss.h +++ b/plugins/MacVST/Console7Buss/source/Console7Buss.h @@ -1,7 +1,7 @@ /* ======================================== * Console7Buss - Console7Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Buss_H diff --git a/plugins/MacVST/Console7Buss/source/Console7BussProc.cpp b/plugins/MacVST/Console7Buss/source/Console7BussProc.cpp index 6008a31b0..f0b65819e 100755 --- a/plugins/MacVST/Console7Buss/source/Console7BussProc.cpp +++ b/plugins/MacVST/Console7Buss/source/Console7BussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Buss - Console7Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Buss_H diff --git a/plugins/MacVST/Console7Cascade/source/Console7Cascade.cpp b/plugins/MacVST/Console7Cascade/source/Console7Cascade.cpp index 98de6e478..730189c8e 100755 --- a/plugins/MacVST/Console7Cascade/source/Console7Cascade.cpp +++ b/plugins/MacVST/Console7Cascade/source/Console7Cascade.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Cascade - Console7Cascade.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Cascade_H diff --git a/plugins/MacVST/Console7Cascade/source/Console7Cascade.h b/plugins/MacVST/Console7Cascade/source/Console7Cascade.h index 05254a102..bac10b276 100755 --- a/plugins/MacVST/Console7Cascade/source/Console7Cascade.h +++ b/plugins/MacVST/Console7Cascade/source/Console7Cascade.h @@ -1,7 +1,7 @@ /* ======================================== * Console7Cascade - Console7Cascade.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Cascade_H diff --git a/plugins/MacVST/Console7Cascade/source/Console7CascadeProc.cpp b/plugins/MacVST/Console7Cascade/source/Console7CascadeProc.cpp index f004da812..a10fff659 100755 --- a/plugins/MacVST/Console7Cascade/source/Console7CascadeProc.cpp +++ b/plugins/MacVST/Console7Cascade/source/Console7CascadeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Cascade - Console7Cascade.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Cascade_H diff --git a/plugins/MacVST/Console7Channel/source/Console7Channel.cpp b/plugins/MacVST/Console7Channel/source/Console7Channel.cpp index 2815afe0e..27ba85cb3 100755 --- a/plugins/MacVST/Console7Channel/source/Console7Channel.cpp +++ b/plugins/MacVST/Console7Channel/source/Console7Channel.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Channel - Console7Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Channel_H diff --git a/plugins/MacVST/Console7Channel/source/Console7Channel.h b/plugins/MacVST/Console7Channel/source/Console7Channel.h index 7c8703c47..486bb3622 100755 --- a/plugins/MacVST/Console7Channel/source/Console7Channel.h +++ b/plugins/MacVST/Console7Channel/source/Console7Channel.h @@ -1,7 +1,7 @@ /* ======================================== * Console7Channel - Console7Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Channel_H diff --git a/plugins/MacVST/Console7Channel/source/Console7ChannelProc.cpp b/plugins/MacVST/Console7Channel/source/Console7ChannelProc.cpp index b683073da..a0b82774f 100755 --- a/plugins/MacVST/Console7Channel/source/Console7ChannelProc.cpp +++ b/plugins/MacVST/Console7Channel/source/Console7ChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Channel - Console7Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Channel_H diff --git a/plugins/MacVST/Console7Crunch/source/Console7Crunch.cpp b/plugins/MacVST/Console7Crunch/source/Console7Crunch.cpp index 13581f290..a7fb42284 100755 --- a/plugins/MacVST/Console7Crunch/source/Console7Crunch.cpp +++ b/plugins/MacVST/Console7Crunch/source/Console7Crunch.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Crunch - Console7Crunch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Crunch_H diff --git a/plugins/MacVST/Console7Crunch/source/Console7Crunch.h b/plugins/MacVST/Console7Crunch/source/Console7Crunch.h index cb1c47ff2..f1c5fe124 100755 --- a/plugins/MacVST/Console7Crunch/source/Console7Crunch.h +++ b/plugins/MacVST/Console7Crunch/source/Console7Crunch.h @@ -1,7 +1,7 @@ /* ======================================== * Console7Crunch - Console7Crunch.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Crunch_H diff --git a/plugins/MacVST/Console7Crunch/source/Console7CrunchProc.cpp b/plugins/MacVST/Console7Crunch/source/Console7CrunchProc.cpp index 7dac81098..f722e1fb5 100755 --- a/plugins/MacVST/Console7Crunch/source/Console7CrunchProc.cpp +++ b/plugins/MacVST/Console7Crunch/source/Console7CrunchProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Crunch - Console7Crunch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Crunch_H diff --git a/plugins/MacVST/Console8BussHype/Console8BussHype.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/Console8BussHype/Console8BussHype.xcodeproj/christopherjohnson.pbxuser index a28cd9b3f..36c5da0c4 100755 --- a/plugins/MacVST/Console8BussHype/Console8BussHype.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacVST/Console8BussHype/Console8BussHype.xcodeproj/christopherjohnson.pbxuser @@ -49,11 +49,13 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 677890321; - PBXWorkspaceStateSaveDate = 677890321; + PBXPerProjectTemplateStateSaveDate = 688003883; + PBXWorkspaceStateSaveDate = 688003883; }; perUserProjectItems = { - 8BF42DEB2867C9200003827B /* XCBuildMessageTextBookmark */ = 8BF42DEB2867C9200003827B /* XCBuildMessageTextBookmark */; + 8BAA210429021B3600316531 /* PBXBookmark */ = 8BAA210429021B3600316531 /* PBXBookmark */; + 8BAA211529021B9200316531 /* PBXTextBookmark */ = 8BAA211529021B9200316531 /* PBXTextBookmark */; + 8BAA211B29021B9200316531 /* PBXTextBookmark */ = 8BAA211B29021B9200316531 /* PBXTextBookmark */; 8BF42DEC2867C9200003827B /* PBXTextBookmark */ = 8BF42DEC2867C9200003827B /* PBXTextBookmark */; }; sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; @@ -62,10 +64,10 @@ }; 2407DEB6089929BA00EB68BF /* Console8BussHype.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {957, 2214}}"; - sepNavSelRange = "{2777, 0}"; - sepNavVisRange = "{2500, 385}"; - sepNavWindowFrame = "{{12, 47}, {895, 831}}"; + sepNavIntBoundsRect = "{{0, 0}, {786, 1818}}"; + sepNavSelRange = "{2007, 0}"; + sepNavVisRange = "{2519, 181}"; + sepNavWindowFrame = "{{10, 47}, {895, 831}}"; }; }; 245463B80991757100464AD3 /* Console8BussHype.h */ = { @@ -86,10 +88,10 @@ }; 24D8286F09A914000093AEF8 /* Console8BussHypeProc.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {948, 3780}}"; - sepNavSelRange = "{6994, 0}"; - sepNavVisRange = "{6771, 1674}"; - sepNavWindowFrame = "{{3, 47}, {895, 831}}"; + sepNavIntBoundsRect = "{{0, 0}, {948, 4590}}"; + sepNavSelRange = "{6490, 0}"; + sepNavVisRange = "{5107, 1453}"; + sepNavWindowFrame = "{{340, 47}, {895, 831}}"; }; }; 8B02375E1D42B1C400E1E8C8 /* Source Control */ = { @@ -106,21 +108,36 @@ isa = PBXCodeSenseManager; indexTemplatePath = ""; }; - 8BF42DEB2867C9200003827B /* XCBuildMessageTextBookmark */ = { + 8BAA210429021B3600316531 /* PBXBookmark */ = { + isa = PBXBookmark; + fRef = 24D8286F09A914000093AEF8 /* Console8BussHypeProc.cpp */; + }; + 8BAA211529021B9200316531 /* PBXTextBookmark */ = { isa = PBXTextBookmark; - comments = "Unused variable 'chunkData'"; fRef = 2407DEB6089929BA00EB68BF /* Console8BussHype.cpp */; - fallbackIsa = XCBuildMessageTextBookmark; - rLen = 1; - rLoc = 62; - rType = 1; + name = "Console8BussHype.cpp: 43"; + rLen = 0; + rLoc = 2007; + rType = 0; + vrLen = 181; + vrLoc = 2519; + }; + 8BAA211B29021B9200316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 24D8286F09A914000093AEF8 /* Console8BussHypeProc.cpp */; + name = "Console8BussHypeProc.cpp: 167"; + rLen = 0; + rLoc = 6490; + rType = 0; + vrLen = 1453; + vrLoc = 5107; }; 8BF42DEC2867C9200003827B /* PBXTextBookmark */ = { isa = PBXTextBookmark; fRef = 2407DEB6089929BA00EB68BF /* Console8BussHype.cpp */; name = "Console8BussHype.cpp: 63"; rLen = 0; - rLoc = 2777; + rLoc = 2007; rType = 0; vrLen = 345; vrLoc = 2500; diff --git a/plugins/MacVST/Console8BussHype/Console8BussHype.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/Console8BussHype/Console8BussHype.xcodeproj/christopherjohnson.perspectivev3 index 03c01cea2..682b30ec3 100755 --- a/plugins/MacVST/Console8BussHype/Console8BussHype.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacVST/Console8BussHype/Console8BussHype.xcodeproj/christopherjohnson.perspectivev3 @@ -222,7 +222,48 @@ OpenEditors - + + + Content + + PBXProjectModuleGUID + 8BAA211929021B9200316531 + PBXProjectModuleLabel + Console8BussHypeProc.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8BAA211A29021B9200316531 + PBXProjectModuleLabel + Console8BussHypeProc.cpp + _historyCapacity + 0 + bookmark + 8BAA211B29021B9200316531 + history + + 8BAA210429021B3600316531 + + + SplitCount + 1 + + StatusBarVisibility + + + Geometry + + Frame + {{0, 20}, {895, 734}} + PBXModuleWindowStatusBarHidden2 + + RubberWindowFrame + 340 103 895 775 0 0 1440 878 + + + PerspectiveWidths 810 @@ -256,6 +297,8 @@ Layout + BecomeActive + ContentConfiguration PBXBottomSmartGroupGIDs @@ -349,10 +392,10 @@ _historyCapacity 0 bookmark - 8BF42DEC2867C9200003827B + 8BAA211529021B9200316531 history - 8BF42DEB2867C9200003827B + 8BF42DEC2867C9200003827B SplitCount @@ -366,18 +409,18 @@ GeometryConfiguration Frame - {{0, 0}, {603, 132}} + {{0, 0}, {603, 117}} RubberWindowFrame 34 365 810 487 0 0 1440 878 Module PBXNavigatorGroup Proportion - 132pt + 117pt Proportion - 309pt + 324pt Tabs @@ -391,7 +434,9 @@ GeometryConfiguration Frame - {{10, 27}, {603, 414}} + {{10, 27}, {603, 297}} + RubberWindowFrame + 34 365 810 487 0 0 1440 878 Module XCDetailModule @@ -446,8 +491,6 @@ Frame {{10, 27}, {603, 282}} - RubberWindowFrame - 34 365 810 487 0 0 1440 878 Module PBXBuildResultsModule @@ -475,11 +518,11 @@ TableOfContents - 8BF42DED2867C9200003827B + 8BAA211629021B9200316531 1CA23ED40692098700951B8B - 8BF42DEE2867C9200003827B + 8BAA211729021B9200316531 8B0237581D42B1C400E1E8C8 - 8BF42DEF2867C9200003827B + 8BAA211829021B9200316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -632,7 +675,7 @@ StatusbarIsVisible TimeStamp - 677890336.17872596 + 688003986.05007505 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -649,7 +692,8 @@ 5 WindowOrderList - /Users/christopherjohnson/Desktop/Console8BussHype/Console8BussHype.xcodeproj + /Users/christopherjohnson/Desktop/airwindows/plugins/MacVST/Console8BussHype/Console8BussHype.xcodeproj + 8BAA211929021B9200316531 WindowString 34 365 810 487 0 0 1440 878 diff --git a/plugins/MacVST/Console8BussHype/source/Console8BussHype.cpp b/plugins/MacVST/Console8BussHype/source/Console8BussHype.cpp index 3ac8fda34..673dfcc55 100755 --- a/plugins/MacVST/Console8BussHype/source/Console8BussHype.cpp +++ b/plugins/MacVST/Console8BussHype/source/Console8BussHype.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussHype - Console8BussHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussHype_H @@ -15,26 +15,6 @@ Console8BussHype::Console8BussHype(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.5; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacVST/Console8BussHype/source/Console8BussHype.h b/plugins/MacVST/Console8BussHype/source/Console8BussHype.h index ed1dc1aca..44f75f3a6 100755 --- a/plugins/MacVST/Console8BussHype/source/Console8BussHype.h +++ b/plugins/MacVST/Console8BussHype/source/Console8BussHype.h @@ -1,7 +1,7 @@ /* ======================================== * Console8BussHype - Console8BussHype.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussHype_H diff --git a/plugins/MacVST/Console8BussHype/source/Console8BussHypeProc.cpp b/plugins/MacVST/Console8BussHype/source/Console8BussHypeProc.cpp index 836268caf..8e7d044c0 100755 --- a/plugins/MacVST/Console8BussHype/source/Console8BussHypeProc.cpp +++ b/plugins/MacVST/Console8BussHype/source/Console8BussHypeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussHype - Console8BussHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussHype_H @@ -22,7 +22,27 @@ void Console8BussHype::processReplacing(float **inputs, float **outputs, VstInt3 if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -124,7 +144,27 @@ void Console8BussHype::processDoubleReplacing(double **inputs, double **outputs, if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/MacVST/Console8BussIn/Console8BussIn.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/Console8BussIn/Console8BussIn.xcodeproj/christopherjohnson.pbxuser index 4a71ab46c..f62168810 100755 --- a/plugins/MacVST/Console8BussIn/Console8BussIn.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacVST/Console8BussIn/Console8BussIn.xcodeproj/christopherjohnson.pbxuser @@ -2,7 +2,7 @@ { 089C1669FE841209C02AAC07 /* Project object */ = { activeBuildConfigurationName = Release; - activeTarget = 8D01CCC60486CAD60068D4B7 /* AudioUnit */; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Console8BussIn */; codeSenseManager = 8B02375F1D42B1C400E1E8C8 /* Code sense */; perUserDictionary = { PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { @@ -49,8 +49,8 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 676670570; - PBXWorkspaceStateSaveDate = 676670570; + PBXPerProjectTemplateStateSaveDate = 688003999; + PBXWorkspaceStateSaveDate = 688003999; }; sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; userBuildSettings = { @@ -58,18 +58,18 @@ }; 2407DEB6089929BA00EB68BF /* Console8BussIn.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {984, 2124}}"; - sepNavSelRange = "{3889, 0}"; - sepNavVisRange = "{0, 1633}"; - sepNavWindowFrame = "{{75, 47}, {895, 831}}"; + sepNavIntBoundsRect = "{{0, 0}, {984, 1620}}"; + sepNavSelRange = "{654, 0}"; + sepNavVisRange = "{212, 1880}"; + sepNavWindowFrame = "{{545, 47}, {895, 831}}"; }; }; 245463B80991757100464AD3 /* Console8BussIn.h */ = { uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1110, 1494}}"; - sepNavSelRange = "{2514, 0}"; - sepNavVisRange = "{1680, 1066}"; - sepNavWindowFrame = "{{20, 47}, {895, 831}}"; + sepNavSelRange = "{2405, 411}"; + sepNavVisRange = "{1750, 1066}"; + sepNavWindowFrame = "{{512, 47}, {895, 831}}"; }; }; 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { @@ -82,10 +82,10 @@ }; 24D8286F09A914000093AEF8 /* Console8BussInProc.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1137, 3744}}"; - sepNavSelRange = "{8779, 0}"; - sepNavVisRange = "{0, 1471}"; - sepNavWindowFrame = "{{34, 40}, {1179, 838}}"; + sepNavIntBoundsRect = "{{0, 0}, {1137, 4536}}"; + sepNavSelRange = "{6940, 0}"; + sepNavVisRange = "{5559, 1451}"; + sepNavWindowFrame = "{{261, 40}, {1179, 838}}"; }; }; 8B02375E1D42B1C400E1E8C8 /* Source Control */ = { @@ -102,7 +102,7 @@ isa = PBXCodeSenseManager; indexTemplatePath = ""; }; - 8D01CCC60486CAD60068D4B7 /* AudioUnit */ = { + 8D01CCC60486CAD60068D4B7 /* Console8BussIn */ = { activeExec = 0; }; } diff --git a/plugins/MacVST/Console8BussIn/Console8BussIn.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/Console8BussIn/Console8BussIn.xcodeproj/christopherjohnson.perspectivev3 index 7f0d71094..c5afedb47 100755 --- a/plugins/MacVST/Console8BussIn/Console8BussIn.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacVST/Console8BussIn/Console8BussIn.xcodeproj/christopherjohnson.perspectivev3 @@ -300,7 +300,7 @@ PBXSmartGroupTreeModuleOutlineStateSelectionKey - 5 + 6 4 0 @@ -323,7 +323,7 @@ 185 RubberWindowFrame - 101 248 810 487 0 0 1440 878 + 596 349 810 487 0 0 1440 878 Module PBXSmartGroupTreeModule @@ -362,7 +362,7 @@ Frame {{0, 0}, {603, 0}} RubberWindowFrame - 101 248 810 487 0 0 1440 878 + 596 349 810 487 0 0 1440 878 Module PBXNavigatorGroup @@ -387,7 +387,7 @@ Frame {{10, 27}, {603, 414}} RubberWindowFrame - 101 248 810 487 0 0 1440 878 + 596 349 810 487 0 0 1440 878 Module XCDetailModule @@ -469,11 +469,11 @@ TableOfContents - 8BB0547D28552C700084DCA2 + 8BAA213C29021BF100316531 1CA23ED40692098700951B8B - 8BB0547E28552C700084DCA2 + 8BAA213D29021BF100316531 8B0237581D42B1C400E1E8C8 - 8BB0547F28552C700084DCA2 + 8BAA213E29021BF100316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -626,7 +626,7 @@ StatusbarIsVisible TimeStamp - 676670576.10454905 + 688004081.16942596 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -646,7 +646,7 @@ /Users/christopherjohnson/Desktop/airwindows/plugins/MacVST/Console8BussIn/Console8BussIn.xcodeproj WindowString - 101 248 810 487 0 0 1440 878 + 596 349 810 487 0 0 1440 878 WindowToolsV3 diff --git a/plugins/MacVST/Console8BussIn/Console8BussIn.xcodeproj/project.pbxproj b/plugins/MacVST/Console8BussIn/Console8BussIn.xcodeproj/project.pbxproj index b709c237d..f23f55a77 100755 --- a/plugins/MacVST/Console8BussIn/Console8BussIn.xcodeproj/project.pbxproj +++ b/plugins/MacVST/Console8BussIn/Console8BussIn.xcodeproj/project.pbxproj @@ -1894,7 +1894,7 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 8D01CCC60486CAD60068D4B7 /* AudioUnit */ = { + 8D01CCC60486CAD60068D4B7 /* Console8BussIn */ = { isa = PBXNativeTarget; buildConfigurationList = 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Console8BussIn" */; buildPhases = ( @@ -1947,7 +1947,7 @@ ); projectRoot = ""; targets = ( - 8D01CCC60486CAD60068D4B7 /* AudioUnit */, + 8D01CCC60486CAD60068D4B7 /* Console8BussIn */, ); }; /* End PBXProject section */ diff --git a/plugins/MacVST/Console8BussIn/source/Console8BussIn.cpp b/plugins/MacVST/Console8BussIn/source/Console8BussIn.cpp index 21029c9b9..1b8ce9ca6 100755 --- a/plugins/MacVST/Console8BussIn/source/Console8BussIn.cpp +++ b/plugins/MacVST/Console8BussIn/source/Console8BussIn.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussIn - Console8BussIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussIn_H @@ -15,26 +15,6 @@ Console8BussIn::Console8BussIn(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.5; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacVST/Console8BussIn/source/Console8BussIn.h b/plugins/MacVST/Console8BussIn/source/Console8BussIn.h index a8980f9d9..bb824d73b 100755 --- a/plugins/MacVST/Console8BussIn/source/Console8BussIn.h +++ b/plugins/MacVST/Console8BussIn/source/Console8BussIn.h @@ -1,7 +1,7 @@ /* ======================================== * Console8BussIn - Console8BussIn.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussIn_H diff --git a/plugins/MacVST/Console8BussIn/source/Console8BussInProc.cpp b/plugins/MacVST/Console8BussIn/source/Console8BussInProc.cpp index 9c8436d9c..7370d5d31 100755 --- a/plugins/MacVST/Console8BussIn/source/Console8BussInProc.cpp +++ b/plugins/MacVST/Console8BussIn/source/Console8BussInProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussIn - Console8BussIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussIn_H @@ -22,7 +22,27 @@ void Console8BussIn::processReplacing(float **inputs, float **outputs, VstInt32 if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -124,7 +144,27 @@ void Console8BussIn::processDoubleReplacing(double **inputs, double **outputs, V if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/MacVST/Console8BussOut/Console8BussOut.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/Console8BussOut/Console8BussOut.xcodeproj/christopherjohnson.pbxuser index 094c4f1dd..94b98d09a 100755 --- a/plugins/MacVST/Console8BussOut/Console8BussOut.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacVST/Console8BussOut/Console8BussOut.xcodeproj/christopherjohnson.pbxuser @@ -49,13 +49,14 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 682534959; - PBXWorkspaceStateSaveDate = 682534959; + PBXPerProjectTemplateStateSaveDate = 688004099; + PBXWorkspaceStateSaveDate = 688004099; }; perUserProjectItems = { 8BA6819828AEA95B0021E3C9 /* PBXTextBookmark */ = 8BA6819828AEA95B0021E3C9 /* PBXTextBookmark */; - 8BA6819928AEA95B0021E3C9 /* PBXBookmark */ = 8BA6819928AEA95B0021E3C9 /* PBXBookmark */; - 8BA6819A28AEA95B0021E3C9 /* PBXTextBookmark */ = 8BA6819A28AEA95B0021E3C9 /* PBXTextBookmark */; + 8BAA215F29021C5F00316531 /* PBXTextBookmark */ = 8BAA215F29021C5F00316531 /* PBXTextBookmark */; + 8BAA216029021C5F00316531 /* PBXBookmark */ = 8BAA216029021C5F00316531 /* PBXBookmark */; + 8BAA216129021C5F00316531 /* PBXTextBookmark */ = 8BAA216129021C5F00316531 /* PBXTextBookmark */; }; sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; userBuildSettings = { @@ -63,15 +64,15 @@ }; 2407DEB6089929BA00EB68BF /* Console8BussOut.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {993, 2466}}"; - sepNavSelRange = "{1291, 0}"; - sepNavVisRange = "{363, 1913}"; + sepNavIntBoundsRect = "{{0, 0}, {993, 2160}}"; + sepNavSelRange = "{585, 0}"; + sepNavVisRange = "{363, 1824}"; sepNavWindowFrame = "{{12, 47}, {895, 831}}"; }; }; 245463B80991757100464AD3 /* Console8BussOut.h */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {554, 1908}}"; + sepNavIntBoundsRect = "{{0, 0}, {554, 1854}}"; sepNavSelRange = "{2950, 0}"; sepNavVisRange = "{2918, 49}"; sepNavWindowFrame = "{{245, 38}, {895, 831}}"; @@ -87,9 +88,9 @@ }; 24D8286F09A914000093AEF8 /* Console8BussOutProc.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1137, 3708}}"; - sepNavSelRange = "{9326, 0}"; - sepNavVisRange = "{6980, 2447}"; + sepNavIntBoundsRect = "{{0, 0}, {957, 4158}}"; + sepNavSelRange = "{10790, 0}"; + sepNavVisRange = "{8909, 182}"; sepNavWindowFrame = "{{31, 42}, {895, 831}}"; }; }; @@ -117,11 +118,7 @@ vrLen = 114; vrLoc = 10579; }; - 8BA6819928AEA95B0021E3C9 /* PBXBookmark */ = { - isa = PBXBookmark; - fRef = 245463B80991757100464AD3 /* Console8BussOut.h */; - }; - 8BA6819A28AEA95B0021E3C9 /* PBXTextBookmark */ = { + 8BAA215F29021C5F00316531 /* PBXTextBookmark */ = { isa = PBXTextBookmark; fRef = 245463B80991757100464AD3 /* Console8BussOut.h */; name = "Console8BussOut.h: 87"; @@ -131,6 +128,20 @@ vrLen = 49; vrLoc = 2918; }; + 8BAA216029021C5F00316531 /* PBXBookmark */ = { + isa = PBXBookmark; + fRef = 24D8286F09A914000093AEF8 /* Console8BussOutProc.cpp */; + }; + 8BAA216129021C5F00316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 24D8286F09A914000093AEF8 /* Console8BussOutProc.cpp */; + name = "Console8BussOutProc.cpp: 215"; + rLen = 0; + rLoc = 10790; + rType = 0; + vrLen = 182; + vrLoc = 8909; + }; 8D01CCC60486CAD60068D4B7 /* Console8BussOut */ = { activeExec = 0; }; diff --git a/plugins/MacVST/Console8BussOut/Console8BussOut.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/Console8BussOut/Console8BussOut.xcodeproj/christopherjohnson.perspectivev3 index 38ac4ac35..8c86e71ef 100755 --- a/plugins/MacVST/Console8BussOut/Console8BussOut.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacVST/Console8BussOut/Console8BussOut.xcodeproj/christopherjohnson.perspectivev3 @@ -300,7 +300,7 @@ PBXSmartGroupTreeModuleOutlineStateSelectionKey - 7 + 6 4 0 @@ -339,7 +339,7 @@ PBXProjectModuleGUID 8B0237581D42B1C400E1E8C8 PBXProjectModuleLabel - Console8BussOut.h + Console8BussOutProc.cpp PBXSplitModuleInNavigatorKey Split0 @@ -347,15 +347,16 @@ PBXProjectModuleGUID 8B0237591D42B1C400E1E8C8 PBXProjectModuleLabel - Console8BussOut.h + Console8BussOutProc.cpp _historyCapacity 0 bookmark - 8BA6819A28AEA95B0021E3C9 + 8BAA216129021C5F00316531 history 8BA6819828AEA95B0021E3C9 - 8BA6819928AEA95B0021E3C9 + 8BAA215F29021C5F00316531 + 8BAA216029021C5F00316531 SplitCount @@ -369,18 +370,18 @@ GeometryConfiguration Frame - {{0, 0}, {603, 102}} + {{0, 0}, {603, 86}} RubberWindowFrame 34 365 810 487 0 0 1440 878 Module PBXNavigatorGroup Proportion - 102pt + 86pt Proportion - 339pt + 355pt Tabs @@ -394,7 +395,7 @@ GeometryConfiguration Frame - {{10, 27}, {603, 312}} + {{10, 27}, {603, 328}} RubberWindowFrame 34 365 810 487 0 0 1440 878 @@ -478,11 +479,11 @@ TableOfContents - 8BA6819B28AEA95B0021E3C9 + 8BAA216229021C5F00316531 1CA23ED40692098700951B8B - 8BA6819C28AEA95B0021E3C9 + 8BAA216329021C5F00316531 8B0237581D42B1C400E1E8C8 - 8BA6819D28AEA95B0021E3C9 + 8BAA216429021C5F00316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -635,7 +636,7 @@ StatusbarIsVisible TimeStamp - 682535259.58442497 + 688004191.29782903 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -652,7 +653,6 @@ 5 WindowOrderList - 8BA6819E28AEA95B0021E3C9 /Users/christopherjohnson/Desktop/airwindows/plugins/MacVST/Console8BussOut/Console8BussOut.xcodeproj WindowString diff --git a/plugins/MacVST/Console8BussOut/source/Console8BussOut.cpp b/plugins/MacVST/Console8BussOut/source/Console8BussOut.cpp index 97c355391..370e1ae06 100755 --- a/plugins/MacVST/Console8BussOut/source/Console8BussOut.cpp +++ b/plugins/MacVST/Console8BussOut/source/Console8BussOut.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussOut - Console8BussOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussOut_H @@ -15,26 +15,10 @@ Console8BussOut::Console8BussOut(audioMasterCallback audioMaster) : A = 0.5; inTrimA = 0.5; inTrimB = 0.5; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; - if (getSampleRate() > 49000.0) hsr = true; else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.52110856; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter lastSampleL = 0.0; wasPosClipL = false; wasNegClipL = false; lastSampleR = 0.0; wasPosClipR = false; wasNegClipR = false; for (int x = 0; x < 17; x++) {intermediateL[x] = 0.0; intermediateR[x] = 0.0;} //ADClip2 - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 - if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacVST/Console8BussOut/source/Console8BussOut.h b/plugins/MacVST/Console8BussOut/source/Console8BussOut.h index e0bc04449..0c018954c 100755 --- a/plugins/MacVST/Console8BussOut/source/Console8BussOut.h +++ b/plugins/MacVST/Console8BussOut/source/Console8BussOut.h @@ -1,7 +1,7 @@ /* ======================================== * Console8BussOut - Console8BussOut.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussOut_H diff --git a/plugins/MacVST/Console8BussOut/source/Console8BussOutProc.cpp b/plugins/MacVST/Console8BussOut/source/Console8BussOutProc.cpp index b6e6fb452..5ec44caf5 100755 --- a/plugins/MacVST/Console8BussOut/source/Console8BussOutProc.cpp +++ b/plugins/MacVST/Console8BussOut/source/Console8BussOutProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussOut - Console8BussOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussOut_H @@ -18,7 +18,23 @@ void Console8BussOut::processReplacing(float **inputs, float **outputs, VstInt32 inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. - + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.52110856; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -114,7 +130,23 @@ void Console8BussOut::processDoubleReplacing(double **inputs, double **outputs, inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. - + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.52110856; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/MacVST/Console8ChannelHype/Console8ChannelHype.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/Console8ChannelHype/Console8ChannelHype.xcodeproj/christopherjohnson.pbxuser index 72be1ffd9..0ce229b4f 100755 --- a/plugins/MacVST/Console8ChannelHype/Console8ChannelHype.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacVST/Console8ChannelHype/Console8ChannelHype.xcodeproj/christopherjohnson.pbxuser @@ -49,8 +49,8 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 677890100; - PBXWorkspaceStateSaveDate = 677890100; + PBXPerProjectTemplateStateSaveDate = 688004205; + PBXWorkspaceStateSaveDate = 688004205; }; sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; userBuildSettings = { @@ -58,10 +58,10 @@ }; 2407DEB6089929BA00EB68BF /* Console8ChannelHype.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {984, 2088}}"; - sepNavSelRange = "{3923, 0}"; - sepNavVisRange = "{3060, 1444}"; - sepNavWindowFrame = "{{12, 47}, {895, 831}}"; + sepNavIntBoundsRect = "{{0, 0}, {1029, 1620}}"; + sepNavSelRange = "{689, 0}"; + sepNavVisRange = "{195, 1894}"; + sepNavWindowFrame = "{{215, 47}, {895, 831}}"; }; }; 245463B80991757100464AD3 /* Console8ChannelHype.h */ = { @@ -82,9 +82,9 @@ }; 24D8286F09A914000093AEF8 /* Console8ChannelHypeProc.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {975, 3582}}"; - sepNavSelRange = "{6915, 0}"; - sepNavVisRange = "{6209, 1769}"; + sepNavIntBoundsRect = "{{0, 0}, {975, 4608}}"; + sepNavSelRange = "{6425, 0}"; + sepNavVisRange = "{5032, 1463}"; sepNavWindowFrame = "{{31, 42}, {895, 831}}"; }; }; diff --git a/plugins/MacVST/Console8ChannelHype/Console8ChannelHype.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/Console8ChannelHype/Console8ChannelHype.xcodeproj/christopherjohnson.perspectivev3 index 78704b47c..8d4332b51 100755 --- a/plugins/MacVST/Console8ChannelHype/Console8ChannelHype.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacVST/Console8ChannelHype/Console8ChannelHype.xcodeproj/christopherjohnson.perspectivev3 @@ -469,11 +469,11 @@ TableOfContents - 8BF42D942867C89D0003827B + 8BAA218529021CAF00316531 1CA23ED40692098700951B8B - 8BF42D952867C89D0003827B + 8BAA218629021CAF00316531 8B0237581D42B1C400E1E8C8 - 8BF42D962867C89D0003827B + 8BAA218729021CAF00316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -626,7 +626,7 @@ StatusbarIsVisible TimeStamp - 677890205.06334901 + 688004271.40944004 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -643,8 +643,8 @@ 5 WindowOrderList - 8BF42D972867C89D0003827B - /Users/christopherjohnson/Desktop/Console8ChannelHype/Console8ChannelHype.xcodeproj + 8BAA218829021CAF00316531 + /Users/christopherjohnson/Desktop/airwindows/plugins/MacVST/Console8ChannelHype/Console8ChannelHype.xcodeproj WindowString 34 365 810 487 0 0 1440 878 diff --git a/plugins/MacVST/Console8ChannelHype/source/Console8ChannelHype.cpp b/plugins/MacVST/Console8ChannelHype/source/Console8ChannelHype.cpp index 2490456ee..6765ab1ee 100755 --- a/plugins/MacVST/Console8ChannelHype/source/Console8ChannelHype.cpp +++ b/plugins/MacVST/Console8ChannelHype/source/Console8ChannelHype.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelHype - Console8ChannelHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelHype_H @@ -15,26 +15,6 @@ Console8ChannelHype::Console8ChannelHype(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.76352112; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacVST/Console8ChannelHype/source/Console8ChannelHype.h b/plugins/MacVST/Console8ChannelHype/source/Console8ChannelHype.h index 3ad42aa5b..160d96767 100755 --- a/plugins/MacVST/Console8ChannelHype/source/Console8ChannelHype.h +++ b/plugins/MacVST/Console8ChannelHype/source/Console8ChannelHype.h @@ -1,7 +1,7 @@ /* ======================================== * Console8ChannelHype - Console8ChannelHype.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelHype_H diff --git a/plugins/MacVST/Console8ChannelHype/source/Console8ChannelHypeProc.cpp b/plugins/MacVST/Console8ChannelHype/source/Console8ChannelHypeProc.cpp index 4700293ad..7405ade7c 100755 --- a/plugins/MacVST/Console8ChannelHype/source/Console8ChannelHypeProc.cpp +++ b/plugins/MacVST/Console8ChannelHype/source/Console8ChannelHypeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelHype - Console8ChannelHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelHype_H @@ -22,7 +22,27 @@ void Console8ChannelHype::processReplacing(float **inputs, float **outputs, VstI if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -123,7 +143,27 @@ void Console8ChannelHype::processDoubleReplacing(double **inputs, double **outpu if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/MacVST/Console8ChannelIn/Console8ChannelIn.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/Console8ChannelIn/Console8ChannelIn.xcodeproj/christopherjohnson.pbxuser index f462553d5..c85e0d9a5 100755 --- a/plugins/MacVST/Console8ChannelIn/Console8ChannelIn.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacVST/Console8ChannelIn/Console8ChannelIn.xcodeproj/christopherjohnson.pbxuser @@ -51,13 +51,8 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 676670594; - PBXWorkspaceStateSaveDate = 676670594; - }; - perUserProjectItems = { - 8BB053B928551E460084DCA2 /* PBXTextBookmark */ = 8BB053B928551E460084DCA2 /* PBXTextBookmark */; - 8BB053BB28551E460084DCA2 /* PBXTextBookmark */ = 8BB053BB28551E460084DCA2 /* PBXTextBookmark */; - 8BB054B928552C850084DCA2 /* PBXTextBookmark */ = 8BB054B928552C850084DCA2 /* PBXTextBookmark */; + PBXPerProjectTemplateStateSaveDate = 688004299; + PBXWorkspaceStateSaveDate = 688004299; }; sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; userBuildSettings = { @@ -65,18 +60,18 @@ }; 2407DEB6089929BA00EB68BF /* Console8ChannelIn.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {606, 2124}}"; - sepNavSelRange = "{812, 0}"; - sepNavVisRange = "{738, 181}"; - sepNavWindowFrame = "{{12, 47}, {895, 831}}"; + sepNavIntBoundsRect = "{{0, 0}, {606, 1764}}"; + sepNavSelRange = "{675, 0}"; + sepNavVisRange = "{0, 0}"; + sepNavWindowFrame = "{{535, 47}, {895, 831}}"; }; }; 245463B80991757100464AD3 /* Console8ChannelIn.h */ = { uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1110, 1494}}"; - sepNavSelRange = "{2384, 0}"; + sepNavSelRange = "{2426, 411}"; sepNavVisRange = "{1771, 1066}"; - sepNavWindowFrame = "{{20, 47}, {895, 831}}"; + sepNavWindowFrame = "{{519, 47}, {895, 831}}"; }; }; 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { @@ -89,10 +84,10 @@ }; 24D8286F09A914000093AEF8 /* Console8ChannelInProc.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1137, 3798}}"; - sepNavSelRange = "{8606, 0}"; - sepNavVisRange = "{7235, 1956}"; - sepNavWindowFrame = "{{152, 47}, {895, 831}}"; + sepNavIntBoundsRect = "{{0, 0}, {957, 4626}}"; + sepNavSelRange = "{3344, 0}"; + sepNavVisRange = "{0, 0}"; + sepNavWindowFrame = "{{539, 47}, {895, 831}}"; }; }; 8B02375E1D42B1C400E1E8C8 /* Source Control */ = { @@ -109,36 +104,6 @@ isa = PBXCodeSenseManager; indexTemplatePath = ""; }; - 8BB053B928551E460084DCA2 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 24D8286F09A914000093AEF8 /* Console8ChannelInProc.cpp */; - name = "Console8ChannelInProc.cpp: 68"; - rLen = 0; - rLoc = 2567; - rType = 0; - vrLen = 364; - vrLoc = 2403; - }; - 8BB053BB28551E460084DCA2 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 2407DEB6089929BA00EB68BF /* Console8ChannelIn.cpp */; - name = "Console8ChannelIn.cpp: 21"; - rLen = 0; - rLoc = 812; - rType = 0; - vrLen = 200; - vrLoc = 719; - }; - 8BB054B928552C850084DCA2 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 2407DEB6089929BA00EB68BF /* Console8ChannelIn.cpp */; - name = "Console8ChannelIn.cpp: 21"; - rLen = 0; - rLoc = 812; - rType = 0; - vrLen = 181; - vrLoc = 738; - }; 8D01CCC60486CAD60068D4B7 /* Console8ChannelIn */ = { activeExec = 0; }; diff --git a/plugins/MacVST/Console8ChannelIn/Console8ChannelIn.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/Console8ChannelIn/Console8ChannelIn.xcodeproj/christopherjohnson.perspectivev3 index 83d4af4e0..f43b63486 100755 --- a/plugins/MacVST/Console8ChannelIn/Console8ChannelIn.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacVST/Console8ChannelIn/Console8ChannelIn.xcodeproj/christopherjohnson.perspectivev3 @@ -323,7 +323,7 @@ 185 RubberWindowFrame - 40 358 810 487 0 0 1440 878 + 618 367 810 487 0 0 1440 878 Module PBXSmartGroupTreeModule @@ -339,24 +339,13 @@ PBXProjectModuleGUID 8B0237581D42B1C400E1E8C8 PBXProjectModuleLabel - Console8ChannelIn.cpp + <No Editor> PBXSplitModuleInNavigatorKey Split0 PBXProjectModuleGUID 8B0237591D42B1C400E1E8C8 - PBXProjectModuleLabel - Console8ChannelIn.cpp - _historyCapacity - 0 - bookmark - 8BB054B928552C850084DCA2 - history - - 8BB053B928551E460084DCA2 - 8BB053BB28551E460084DCA2 - SplitCount 1 @@ -369,18 +358,18 @@ GeometryConfiguration Frame - {{0, 0}, {603, 86}} + {{0, 0}, {603, 0}} RubberWindowFrame - 40 358 810 487 0 0 1440 878 + 618 367 810 487 0 0 1440 878 Module PBXNavigatorGroup Proportion - 86pt + 0pt Proportion - 355pt + 441pt Tabs @@ -394,9 +383,9 @@ GeometryConfiguration Frame - {{10, 27}, {603, 328}} + {{10, 27}, {603, 414}} RubberWindowFrame - 40 358 810 487 0 0 1440 878 + 618 367 810 487 0 0 1440 878 Module XCDetailModule @@ -478,11 +467,11 @@ TableOfContents - 8BB054BA28552C850084DCA2 + 8BAA21A729021D0400316531 1CA23ED40692098700951B8B - 8BB054BB28552C850084DCA2 + 8BAA21A829021D0400316531 8B0237581D42B1C400E1E8C8 - 8BB054BC28552C850084DCA2 + 8BAA21A929021D0400316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -655,7 +644,7 @@ StatusbarIsVisible TimeStamp - 676670597.823753 + 688004356.96166694 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -672,10 +661,11 @@ 5 WindowOrderList + 8BAA21AA29021D0400316531 /Users/christopherjohnson/Desktop/airwindows/plugins/MacVST/Console8ChannelIn/Console8ChannelIn.xcodeproj WindowString - 40 358 810 487 0 0 1440 878 + 618 367 810 487 0 0 1440 878 WindowToolsV3 diff --git a/plugins/MacVST/Console8ChannelIn/source/Console8ChannelIn.cpp b/plugins/MacVST/Console8ChannelIn/source/Console8ChannelIn.cpp index 7fd1afdd6..211b6defc 100755 --- a/plugins/MacVST/Console8ChannelIn/source/Console8ChannelIn.cpp +++ b/plugins/MacVST/Console8ChannelIn/source/Console8ChannelIn.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelIn - Console8ChannelIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelIn_H @@ -15,26 +15,6 @@ Console8ChannelIn::Console8ChannelIn(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.76352112; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacVST/Console8ChannelIn/source/Console8ChannelIn.h b/plugins/MacVST/Console8ChannelIn/source/Console8ChannelIn.h index 1a2dffb41..6162d8d2a 100755 --- a/plugins/MacVST/Console8ChannelIn/source/Console8ChannelIn.h +++ b/plugins/MacVST/Console8ChannelIn/source/Console8ChannelIn.h @@ -1,7 +1,7 @@ /* ======================================== * Console8ChannelIn - Console8ChannelIn.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelIn_H diff --git a/plugins/MacVST/Console8ChannelIn/source/Console8ChannelInProc.cpp b/plugins/MacVST/Console8ChannelIn/source/Console8ChannelInProc.cpp index 1d6140d97..13f7bfdc9 100755 --- a/plugins/MacVST/Console8ChannelIn/source/Console8ChannelInProc.cpp +++ b/plugins/MacVST/Console8ChannelIn/source/Console8ChannelInProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelIn - Console8ChannelIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelIn_H @@ -14,6 +14,26 @@ void Console8ChannelIn::processReplacing(float **inputs, float **outputs, VstInt float* out1 = outputs[0]; float* out2 = outputs[1]; + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k double iirAmountA = 12.66/getSampleRate(); //this is our distributed unusual highpass, which is //adding subtle harmonics to the really deep stuff to define it @@ -115,6 +135,26 @@ void Console8ChannelIn::processDoubleReplacing(double **inputs, double **outputs double* out1 = outputs[0]; double* out2 = outputs[1]; + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k double iirAmountA = 12.66/getSampleRate(); //this is our distributed unusual highpass, which is //adding subtle harmonics to the really deep stuff to define it diff --git a/plugins/MacVST/Console8ChannelOut/Console8ChannelOut.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/Console8ChannelOut/Console8ChannelOut.xcodeproj/christopherjohnson.pbxuser index e9dd1864f..58cd79f83 100755 --- a/plugins/MacVST/Console8ChannelOut/Console8ChannelOut.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacVST/Console8ChannelOut/Console8ChannelOut.xcodeproj/christopherjohnson.pbxuser @@ -49,8 +49,8 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 676670603; - PBXWorkspaceStateSaveDate = 676670603; + PBXPerProjectTemplateStateSaveDate = 688004369; + PBXWorkspaceStateSaveDate = 688004369; }; sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; userBuildSettings = { @@ -58,9 +58,9 @@ }; 2407DEB6089929BA00EB68BF /* Console8ChannelOut.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1020, 2376}}"; - sepNavSelRange = "{696, 0}"; - sepNavVisRange = "{90, 1752}"; + sepNavIntBoundsRect = "{{0, 0}, {1020, 2070}}"; + sepNavSelRange = "{606, 0}"; + sepNavVisRange = "{44, 1882}"; sepNavWindowFrame = "{{12, 47}, {895, 831}}"; }; }; @@ -82,9 +82,9 @@ }; 24D8286F09A914000093AEF8 /* Console8ChannelOutProc.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1236, 2682}}"; - sepNavSelRange = "{983, 1707}"; - sepNavVisRange = "{3859, 2129}"; + sepNavIntBoundsRect = "{{0, 0}, {1236, 3078}}"; + sepNavSelRange = "{4592, 0}"; + sepNavVisRange = "{3751, 1585}"; sepNavWindowFrame = "{{29, 58}, {1283, 820}}"; }; }; diff --git a/plugins/MacVST/Console8ChannelOut/Console8ChannelOut.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/Console8ChannelOut/Console8ChannelOut.xcodeproj/christopherjohnson.perspectivev3 index 828b5773c..245817eb1 100755 --- a/plugins/MacVST/Console8ChannelOut/Console8ChannelOut.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacVST/Console8ChannelOut/Console8ChannelOut.xcodeproj/christopherjohnson.perspectivev3 @@ -469,11 +469,11 @@ TableOfContents - 8BB054D728552C8E0084DCA2 + 8BAA21BF29021D2A00316531 1CA23ED40692098700951B8B - 8BB054D828552C8E0084DCA2 + 8BAA21C029021D2A00316531 8B0237581D42B1C400E1E8C8 - 8BB054D928552C8E0084DCA2 + 8BAA21C129021D2A00316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -626,7 +626,7 @@ StatusbarIsVisible TimeStamp - 676670606.98859406 + 688004394.60182095 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -643,6 +643,7 @@ 5 WindowOrderList + 8BAA21C229021D2A00316531 /Users/christopherjohnson/Desktop/airwindows/plugins/MacVST/Console8ChannelOut/Console8ChannelOut.xcodeproj WindowString diff --git a/plugins/MacVST/Console8ChannelOut/source/Console8ChannelOut.cpp b/plugins/MacVST/Console8ChannelOut/source/Console8ChannelOut.cpp index fc5d5b6b8..cd6b65f9d 100755 --- a/plugins/MacVST/Console8ChannelOut/source/Console8ChannelOut.cpp +++ b/plugins/MacVST/Console8ChannelOut/source/Console8ChannelOut.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelOut - Console8ChannelOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelOut_H @@ -15,17 +15,6 @@ Console8ChannelOut::Console8ChannelOut(audioMasterCallback audioMaster) : A = 0.5; inTrimA = 0.5; inTrimB = 0.5; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; - if (getSampleRate() > 49000.0) hsr = true; else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 3.51333709; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacVST/Console8ChannelOut/source/Console8ChannelOut.h b/plugins/MacVST/Console8ChannelOut/source/Console8ChannelOut.h index 00cf2b3b6..bc6b93303 100755 --- a/plugins/MacVST/Console8ChannelOut/source/Console8ChannelOut.h +++ b/plugins/MacVST/Console8ChannelOut/source/Console8ChannelOut.h @@ -1,7 +1,7 @@ /* ======================================== * Console8ChannelOut - Console8ChannelOut.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelOut_H diff --git a/plugins/MacVST/Console8ChannelOut/source/Console8ChannelOutProc.cpp b/plugins/MacVST/Console8ChannelOut/source/Console8ChannelOutProc.cpp index 96d188447..564384a28 100755 --- a/plugins/MacVST/Console8ChannelOut/source/Console8ChannelOutProc.cpp +++ b/plugins/MacVST/Console8ChannelOut/source/Console8ChannelOutProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelOut - Console8ChannelOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelOut_H @@ -15,6 +15,17 @@ void Console8ChannelOut::processReplacing(float **inputs, float **outputs, VstIn float* out2 = outputs[1]; VstInt32 inFramesToProcess = sampleFrames; //vst doesn't give us this as a separate variable so we'll make it + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 3.51333709; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. @@ -85,6 +96,17 @@ void Console8ChannelOut::processDoubleReplacing(double **inputs, double **output double* out2 = outputs[1]; VstInt32 inFramesToProcess = sampleFrames; //vst doesn't give us this as a separate variable so we'll make it + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 3.51333709; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. diff --git a/plugins/MacVST/Console8SubHype/Console8SubHype.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/Console8SubHype/Console8SubHype.xcodeproj/christopherjohnson.pbxuser index f17c52b68..8952677e1 100755 --- a/plugins/MacVST/Console8SubHype/Console8SubHype.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacVST/Console8SubHype/Console8SubHype.xcodeproj/christopherjohnson.pbxuser @@ -2,7 +2,7 @@ { 089C1669FE841209C02AAC07 /* Project object */ = { activeBuildConfigurationName = Release; - activeTarget = 8D01CCC60486CAD60068D4B7 /* AudioUnit */; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Console8SubHype */; codeSenseManager = 8B02375F1D42B1C400E1E8C8 /* Code sense */; perUserDictionary = { PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { @@ -49,8 +49,8 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 677890352; - PBXWorkspaceStateSaveDate = 677890352; + PBXPerProjectTemplateStateSaveDate = 688004418; + PBXWorkspaceStateSaveDate = 688004418; }; sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; userBuildSettings = { @@ -58,9 +58,9 @@ }; 2407DEB6089929BA00EB68BF /* Console8SubHype.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {993, 2106}}"; - sepNavSelRange = "{3847, 0}"; - sepNavVisRange = "{84, 1658}"; + sepNavIntBoundsRect = "{{0, 0}, {993, 1638}}"; + sepNavSelRange = "{661, 0}"; + sepNavVisRange = "{215, 1904}"; sepNavWindowFrame = "{{12, 47}, {895, 831}}"; }; }; @@ -82,9 +82,9 @@ }; 24D8286F09A914000093AEF8 /* Console8SubHypeProc.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {939, 3636}}"; - sepNavSelRange = "{6988, 0}"; - sepNavVisRange = "{6237, 1782}"; + sepNavIntBoundsRect = "{{0, 0}, {939, 4428}}"; + sepNavSelRange = "{6498, 0}"; + sepNavVisRange = "{5765, 1600}"; sepNavWindowFrame = "{{4, 46}, {895, 831}}"; }; }; @@ -102,7 +102,7 @@ isa = PBXCodeSenseManager; indexTemplatePath = ""; }; - 8D01CCC60486CAD60068D4B7 /* AudioUnit */ = { + 8D01CCC60486CAD60068D4B7 /* Console8SubHype */ = { activeExec = 0; }; } diff --git a/plugins/MacVST/Console8SubHype/Console8SubHype.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/Console8SubHype/Console8SubHype.xcodeproj/christopherjohnson.perspectivev3 index 756ba63ae..fe5492ec1 100755 --- a/plugins/MacVST/Console8SubHype/Console8SubHype.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacVST/Console8SubHype/Console8SubHype.xcodeproj/christopherjohnson.perspectivev3 @@ -469,11 +469,11 @@ TableOfContents - 8BF42E0C2867C9350003827B + 8BAA21ED29021D7E00316531 1CA23ED40692098700951B8B - 8BF42E0D2867C9350003827B + 8BAA21EE29021D7E00316531 8B0237581D42B1C400E1E8C8 - 8BF42E0E2867C9350003827B + 8BAA21EF29021D7E00316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -626,7 +626,7 @@ StatusbarIsVisible TimeStamp - 677890357.50716197 + 688004478.15326703 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -643,7 +643,7 @@ 5 WindowOrderList - /Users/christopherjohnson/Desktop/Console8SubHype/Console8SubHype.xcodeproj + /Users/christopherjohnson/Desktop/airwindows/plugins/MacVST/Console8SubHype/Console8SubHype.xcodeproj WindowString 34 365 810 487 0 0 1440 878 diff --git a/plugins/MacVST/Console8SubHype/Console8SubHype.xcodeproj/project.pbxproj b/plugins/MacVST/Console8SubHype/Console8SubHype.xcodeproj/project.pbxproj index 0af77bc44..7f36f93cf 100755 --- a/plugins/MacVST/Console8SubHype/Console8SubHype.xcodeproj/project.pbxproj +++ b/plugins/MacVST/Console8SubHype/Console8SubHype.xcodeproj/project.pbxproj @@ -1894,7 +1894,7 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 8D01CCC60486CAD60068D4B7 /* AudioUnit */ = { + 8D01CCC60486CAD60068D4B7 /* Console8SubHype */ = { isa = PBXNativeTarget; buildConfigurationList = 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Console8SubHype" */; buildPhases = ( @@ -1947,7 +1947,7 @@ ); projectRoot = ""; targets = ( - 8D01CCC60486CAD60068D4B7 /* AudioUnit */, + 8D01CCC60486CAD60068D4B7 /* Console8SubHype */, ); }; /* End PBXProject section */ diff --git a/plugins/MacVST/Console8SubHype/source/Console8SubHype.cpp b/plugins/MacVST/Console8SubHype/source/Console8SubHype.cpp index 640f86886..bba1cfbbd 100755 --- a/plugins/MacVST/Console8SubHype/source/Console8SubHype.cpp +++ b/plugins/MacVST/Console8SubHype/source/Console8SubHype.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubHype - Console8SubHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubHype_H @@ -15,26 +15,6 @@ Console8SubHype::Console8SubHype(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.59435114; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacVST/Console8SubHype/source/Console8SubHype.h b/plugins/MacVST/Console8SubHype/source/Console8SubHype.h index 487250856..bffdf9cac 100755 --- a/plugins/MacVST/Console8SubHype/source/Console8SubHype.h +++ b/plugins/MacVST/Console8SubHype/source/Console8SubHype.h @@ -1,7 +1,7 @@ /* ======================================== * Console8SubHype - Console8SubHype.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubHype_H diff --git a/plugins/MacVST/Console8SubHype/source/Console8SubHypeProc.cpp b/plugins/MacVST/Console8SubHype/source/Console8SubHypeProc.cpp index 0455c9355..499bb8170 100755 --- a/plugins/MacVST/Console8SubHype/source/Console8SubHypeProc.cpp +++ b/plugins/MacVST/Console8SubHype/source/Console8SubHypeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubHype - Console8SubHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubHype_H @@ -22,7 +22,27 @@ void Console8SubHype::processReplacing(float **inputs, float **outputs, VstInt32 if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -124,7 +144,27 @@ void Console8SubHype::processDoubleReplacing(double **inputs, double **outputs, if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/MacVST/Console8SubIn/Console8SubIn.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/Console8SubIn/Console8SubIn.xcodeproj/christopherjohnson.pbxuser index d2632a890..749138dba 100755 --- a/plugins/MacVST/Console8SubIn/Console8SubIn.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacVST/Console8SubIn/Console8SubIn.xcodeproj/christopherjohnson.pbxuser @@ -2,7 +2,7 @@ { 089C1669FE841209C02AAC07 /* Project object */ = { activeBuildConfigurationName = Release; - activeTarget = 8D01CCC60486CAD60068D4B7 /* AudioUnit */; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Console8SubIn */; codeSenseManager = 8B02375F1D42B1C400E1E8C8 /* Code sense */; perUserDictionary = { PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { @@ -49,8 +49,13 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 676670611; - PBXWorkspaceStateSaveDate = 676670611; + PBXPerProjectTemplateStateSaveDate = 688004494; + PBXWorkspaceStateSaveDate = 688004494; + }; + perUserProjectItems = { + 8BAA221529021DD300316531 /* PBXTextBookmark */ = 8BAA221529021DD300316531 /* PBXTextBookmark */; + 8BAA221629021DD300316531 /* PBXTextBookmark */ = 8BAA221629021DD300316531 /* PBXTextBookmark */; + 8BF42D1E2867C5AF0003827B /* PBXTextBookmark */ = 8BF42D1E2867C5AF0003827B /* PBXTextBookmark */; }; sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; userBuildSettings = { @@ -58,17 +63,17 @@ }; 2407DEB6089929BA00EB68BF /* Console8SubIn.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {975, 2106}}"; - sepNavSelRange = "{784, 0}"; - sepNavVisRange = "{3095, 1383}"; - sepNavWindowFrame = "{{548, 47}, {895, 831}}"; + sepNavIntBoundsRect = "{{0, 0}, {831, 1800}}"; + sepNavSelRange = "{647, 0}"; + sepNavVisRange = "{3032, 110}"; + sepNavWindowFrame = "{{545, 47}, {895, 831}}"; }; }; 245463B80991757100464AD3 /* Console8SubIn.h */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1110, 1494}}"; + sepNavIntBoundsRect = "{{0, 0}, {1047, 1620}}"; sepNavSelRange = "{2472, 0}"; - sepNavVisRange = "{1743, 1066}"; + sepNavVisRange = "{2403, 91}"; sepNavWindowFrame = "{{526, 47}, {895, 831}}"; }; }; @@ -82,10 +87,10 @@ }; 24D8286F09A914000093AEF8 /* Console8SubInProc.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1138, 3834}}"; - sepNavSelRange = "{7697, 0}"; - sepNavVisRange = "{0, 1467}"; - sepNavWindowFrame = "{{801, 47}, {1185, 831}}"; + sepNavIntBoundsRect = "{{0, 0}, {1138, 4662}}"; + sepNavSelRange = "{6953, 0}"; + sepNavVisRange = "{236, 1422}"; + sepNavWindowFrame = "{{255, 47}, {1185, 831}}"; }; }; 8B02375E1D42B1C400E1E8C8 /* Source Control */ = { @@ -102,7 +107,37 @@ isa = PBXCodeSenseManager; indexTemplatePath = ""; }; - 8D01CCC60486CAD60068D4B7 /* AudioUnit */ = { + 8BAA221529021DD300316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Console8SubIn.cpp */; + name = "Console8SubIn.cpp: 21"; + rLen = 0; + rLoc = 647; + rType = 0; + vrLen = 175; + vrLoc = 3095; + }; + 8BAA221629021DD300316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Console8SubIn.cpp */; + name = "Console8SubIn.cpp: 18"; + rLen = 0; + rLoc = 647; + rType = 0; + vrLen = 110; + vrLoc = 3032; + }; + 8BF42D1E2867C5AF0003827B /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 245463B80991757100464AD3 /* Console8SubIn.h */; + name = "Console8SubIn.h: 58"; + rLen = 0; + rLoc = 2472; + rType = 0; + vrLen = 91; + vrLoc = 2403; + }; + 8D01CCC60486CAD60068D4B7 /* Console8SubIn */ = { activeExec = 0; }; } diff --git a/plugins/MacVST/Console8SubIn/Console8SubIn.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/Console8SubIn/Console8SubIn.xcodeproj/christopherjohnson.perspectivev3 index dda6c3861..3c446574d 100755 --- a/plugins/MacVST/Console8SubIn/Console8SubIn.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacVST/Console8SubIn/Console8SubIn.xcodeproj/christopherjohnson.perspectivev3 @@ -323,7 +323,7 @@ 185 RubberWindowFrame - 400 282 810 487 0 0 1440 878 + 622 375 810 487 0 0 1440 878 Module PBXSmartGroupTreeModule @@ -339,7 +339,7 @@ PBXProjectModuleGUID 8B0237581D42B1C400E1E8C8 PBXProjectModuleLabel - Gain.h + Console8SubIn.cpp PBXSplitModuleInNavigatorKey Split0 @@ -347,7 +347,16 @@ PBXProjectModuleGUID 8B0237591D42B1C400E1E8C8 PBXProjectModuleLabel - Gain.h + Console8SubIn.cpp + _historyCapacity + 0 + bookmark + 8BAA221629021DD300316531 + history + + 8BF42D1E2867C5AF0003827B + 8BAA221529021DD300316531 + SplitCount 1 @@ -360,18 +369,18 @@ GeometryConfiguration Frame - {{0, 0}, {603, 0}} + {{0, 0}, {603, 117}} RubberWindowFrame - 400 282 810 487 0 0 1440 878 + 622 375 810 487 0 0 1440 878 Module PBXNavigatorGroup Proportion - 0pt + 117pt Proportion - 441pt + 324pt Tabs @@ -385,9 +394,9 @@ GeometryConfiguration Frame - {{10, 27}, {603, 414}} + {{10, 27}, {603, 297}} RubberWindowFrame - 400 282 810 487 0 0 1440 878 + 622 375 810 487 0 0 1440 878 Module XCDetailModule @@ -469,11 +478,11 @@ TableOfContents - 8BB054F428552C960084DCA2 + 8BAA221729021DD300316531 1CA23ED40692098700951B8B - 8BB054F528552C960084DCA2 + 8BAA221829021DD300316531 8B0237581D42B1C400E1E8C8 - 8BB054F628552C960084DCA2 + 8BAA221929021DD300316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -626,7 +635,7 @@ StatusbarIsVisible TimeStamp - 676670614.83671403 + 688004563.51381302 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -643,10 +652,12 @@ 5 WindowOrderList + 8BAA221A29021DD300316531 + 8BAA221B29021DD300316531 /Users/christopherjohnson/Desktop/airwindows/plugins/MacVST/Console8SubIn/Console8SubIn.xcodeproj WindowString - 400 282 810 487 0 0 1440 878 + 622 375 810 487 0 0 1440 878 WindowToolsV3 diff --git a/plugins/MacVST/Console8SubIn/Console8SubIn.xcodeproj/project.pbxproj b/plugins/MacVST/Console8SubIn/Console8SubIn.xcodeproj/project.pbxproj index 382618c17..680050c82 100755 --- a/plugins/MacVST/Console8SubIn/Console8SubIn.xcodeproj/project.pbxproj +++ b/plugins/MacVST/Console8SubIn/Console8SubIn.xcodeproj/project.pbxproj @@ -1894,7 +1894,7 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 8D01CCC60486CAD60068D4B7 /* AudioUnit */ = { + 8D01CCC60486CAD60068D4B7 /* Console8SubIn */ = { isa = PBXNativeTarget; buildConfigurationList = 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Console8SubIn" */; buildPhases = ( @@ -1947,7 +1947,7 @@ ); projectRoot = ""; targets = ( - 8D01CCC60486CAD60068D4B7 /* AudioUnit */, + 8D01CCC60486CAD60068D4B7 /* Console8SubIn */, ); }; /* End PBXProject section */ diff --git a/plugins/MacVST/Console8SubIn/source/Console8SubIn.cpp b/plugins/MacVST/Console8SubIn/source/Console8SubIn.cpp index b25077a03..b418baacf 100755 --- a/plugins/MacVST/Console8SubIn/source/Console8SubIn.cpp +++ b/plugins/MacVST/Console8SubIn/source/Console8SubIn.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubIn - Console8SubIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubIn_H @@ -15,26 +15,6 @@ Console8SubIn::Console8SubIn(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.59435114; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacVST/Console8SubIn/source/Console8SubIn.h b/plugins/MacVST/Console8SubIn/source/Console8SubIn.h index 26326a9a9..1bfe7229e 100755 --- a/plugins/MacVST/Console8SubIn/source/Console8SubIn.h +++ b/plugins/MacVST/Console8SubIn/source/Console8SubIn.h @@ -1,7 +1,7 @@ /* ======================================== * Console8SubIn - Console8SubIn.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubIn_H diff --git a/plugins/MacVST/Console8SubIn/source/Console8SubInProc.cpp b/plugins/MacVST/Console8SubIn/source/Console8SubInProc.cpp index b1f53c485..ac876a1b2 100755 --- a/plugins/MacVST/Console8SubIn/source/Console8SubInProc.cpp +++ b/plugins/MacVST/Console8SubIn/source/Console8SubInProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubIn - Console8SubIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubIn_H @@ -22,7 +22,27 @@ void Console8SubIn::processReplacing(float **inputs, float **outputs, VstInt32 s if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -124,7 +144,27 @@ void Console8SubIn::processDoubleReplacing(double **inputs, double **outputs, Vs if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/MacVST/Console8SubOut/Console8SubOut.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/Console8SubOut/Console8SubOut.xcodeproj/christopherjohnson.pbxuser index 91e1b94b2..00e65b370 100755 --- a/plugins/MacVST/Console8SubOut/Console8SubOut.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacVST/Console8SubOut/Console8SubOut.xcodeproj/christopherjohnson.pbxuser @@ -2,7 +2,7 @@ { 089C1669FE841209C02AAC07 /* Project object */ = { activeBuildConfigurationName = Release; - activeTarget = 8D01CCC60486CAD60068D4B7 /* AudioUnit */; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Console8SubOut */; breakpoints = ( ); codeSenseManager = 8B02375F1D42B1C400E1E8C8 /* Code sense */; @@ -51,8 +51,8 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 676670619; - PBXWorkspaceStateSaveDate = 676670619; + PBXPerProjectTemplateStateSaveDate = 688004579; + PBXWorkspaceStateSaveDate = 688004579; }; sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; userBuildSettings = { @@ -60,9 +60,9 @@ }; 2407DEB6089929BA00EB68BF /* Console8SubOut.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {984, 2376}}"; - sepNavSelRange = "{668, 0}"; - sepNavVisRange = "{184, 1633}"; + sepNavIntBoundsRect = "{{0, 0}, {984, 2124}}"; + sepNavSelRange = "{578, 0}"; + sepNavVisRange = "{212, 1746}"; sepNavWindowFrame = "{{12, 47}, {895, 831}}"; }; }; @@ -84,9 +84,9 @@ }; 24D8286F09A914000093AEF8 /* Console8SubOutProc.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1137, 2682}}"; - sepNavSelRange = "{5676, 0}"; - sepNavVisRange = "{966, 2177}"; + sepNavIntBoundsRect = "{{0, 0}, {1137, 3096}}"; + sepNavSelRange = "{4719, 0}"; + sepNavVisRange = "{3705, 1451}"; sepNavWindowFrame = "{{71, 47}, {895, 831}}"; }; }; @@ -104,7 +104,7 @@ isa = PBXCodeSenseManager; indexTemplatePath = ""; }; - 8D01CCC60486CAD60068D4B7 /* AudioUnit */ = { + 8D01CCC60486CAD60068D4B7 /* Console8SubOut */ = { activeExec = 0; }; } diff --git a/plugins/MacVST/Console8SubOut/Console8SubOut.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/Console8SubOut/Console8SubOut.xcodeproj/christopherjohnson.perspectivev3 index 8e4da52a6..c2498db12 100755 --- a/plugins/MacVST/Console8SubOut/Console8SubOut.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacVST/Console8SubOut/Console8SubOut.xcodeproj/christopherjohnson.perspectivev3 @@ -469,11 +469,11 @@ TableOfContents - 8BB0551128552C9E0084DCA2 + 8BAA223C29021E1800316531 1CA23ED40692098700951B8B - 8BB0551228552C9E0084DCA2 + 8BAA223D29021E1800316531 8B0237581D42B1C400E1E8C8 - 8BB0551328552C9E0084DCA2 + 8BAA223E29021E1800316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -646,7 +646,7 @@ StatusbarIsVisible TimeStamp - 676670622.34768903 + 688004632.81777799 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode diff --git a/plugins/MacVST/Console8SubOut/Console8SubOut.xcodeproj/project.pbxproj b/plugins/MacVST/Console8SubOut/Console8SubOut.xcodeproj/project.pbxproj index f7905fe3c..5be921fcd 100755 --- a/plugins/MacVST/Console8SubOut/Console8SubOut.xcodeproj/project.pbxproj +++ b/plugins/MacVST/Console8SubOut/Console8SubOut.xcodeproj/project.pbxproj @@ -1894,7 +1894,7 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 8D01CCC60486CAD60068D4B7 /* AudioUnit */ = { + 8D01CCC60486CAD60068D4B7 /* Console8SubOut */ = { isa = PBXNativeTarget; buildConfigurationList = 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Console8SubOut" */; buildPhases = ( @@ -1947,7 +1947,7 @@ ); projectRoot = ""; targets = ( - 8D01CCC60486CAD60068D4B7 /* AudioUnit */, + 8D01CCC60486CAD60068D4B7 /* Console8SubOut */, ); }; /* End PBXProject section */ diff --git a/plugins/MacVST/Console8SubOut/source/Console8SubOut.cpp b/plugins/MacVST/Console8SubOut/source/Console8SubOut.cpp index c28db78e4..e0a6ad4ab 100755 --- a/plugins/MacVST/Console8SubOut/source/Console8SubOut.cpp +++ b/plugins/MacVST/Console8SubOut/source/Console8SubOut.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubOut - Console8SubOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubOut_H @@ -15,17 +15,6 @@ Console8SubOut::Console8SubOut(audioMasterCallback audioMaster) : A = 0.5; inTrimA = 0.5; inTrimB = 0.5; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; - if (getSampleRate() > 49000.0) hsr = true; else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 1.20361562; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacVST/Console8SubOut/source/Console8SubOut.h b/plugins/MacVST/Console8SubOut/source/Console8SubOut.h index dc6ecf363..a8e40f8d1 100755 --- a/plugins/MacVST/Console8SubOut/source/Console8SubOut.h +++ b/plugins/MacVST/Console8SubOut/source/Console8SubOut.h @@ -1,7 +1,7 @@ /* ======================================== * Console8SubOut - Console8SubOut.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubOut_H diff --git a/plugins/MacVST/Console8SubOut/source/Console8SubOutProc.cpp b/plugins/MacVST/Console8SubOut/source/Console8SubOutProc.cpp index d36e9c4d4..effd88efb 100755 --- a/plugins/MacVST/Console8SubOut/source/Console8SubOutProc.cpp +++ b/plugins/MacVST/Console8SubOut/source/Console8SubOutProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubOut - Console8SubOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubOut_H @@ -18,6 +18,17 @@ void Console8SubOut::processReplacing(float **inputs, float **outputs, VstInt32 inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 1.20361562; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter while (--sampleFrames >= 0) { @@ -88,6 +99,17 @@ void Console8SubOut::processDoubleReplacing(double **inputs, double **outputs, V inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 1.20361562; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter while (--sampleFrames >= 0) { diff --git a/plugins/MacVST/CrunchyGrooveWear/source/CrunchyGrooveWear.cpp b/plugins/MacVST/CrunchyGrooveWear/source/CrunchyGrooveWear.cpp index d634bfc08..1893a56e9 100755 --- a/plugins/MacVST/CrunchyGrooveWear/source/CrunchyGrooveWear.cpp +++ b/plugins/MacVST/CrunchyGrooveWear/source/CrunchyGrooveWear.cpp @@ -1,6 +1,6 @@ /* ======================================== * CrunchyGrooveWear - CrunchyGrooveWear.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __CrunchyGrooveWear_H diff --git a/plugins/MacVST/CrunchyGrooveWear/source/CrunchyGrooveWear.h b/plugins/MacVST/CrunchyGrooveWear/source/CrunchyGrooveWear.h index 3ccd654a6..8a78bdbce 100755 --- a/plugins/MacVST/CrunchyGrooveWear/source/CrunchyGrooveWear.h +++ b/plugins/MacVST/CrunchyGrooveWear/source/CrunchyGrooveWear.h @@ -1,7 +1,7 @@ /* ======================================== * CrunchyGrooveWear - CrunchyGrooveWear.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __CrunchyGrooveWear_H diff --git a/plugins/MacVST/CrunchyGrooveWear/source/CrunchyGrooveWearProc.cpp b/plugins/MacVST/CrunchyGrooveWear/source/CrunchyGrooveWearProc.cpp index 632ee3f59..cf9e75808 100755 --- a/plugins/MacVST/CrunchyGrooveWear/source/CrunchyGrooveWearProc.cpp +++ b/plugins/MacVST/CrunchyGrooveWear/source/CrunchyGrooveWearProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * CrunchyGrooveWear - CrunchyGrooveWear.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __CrunchyGrooveWear_H diff --git a/plugins/MacVST/Crystal/source/Crystal.cpp b/plugins/MacVST/Crystal/source/Crystal.cpp index 67db8482c..583ded7df 100755 --- a/plugins/MacVST/Crystal/source/Crystal.cpp +++ b/plugins/MacVST/Crystal/source/Crystal.cpp @@ -1,6 +1,6 @@ /* ======================================== * Crystal - Crystal.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Crystal_H diff --git a/plugins/MacVST/Crystal/source/Crystal.h b/plugins/MacVST/Crystal/source/Crystal.h index 524bbc595..3e2732688 100755 --- a/plugins/MacVST/Crystal/source/Crystal.h +++ b/plugins/MacVST/Crystal/source/Crystal.h @@ -1,7 +1,7 @@ /* ======================================== * Crystal - Crystal.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Crystal_H diff --git a/plugins/MacVST/Crystal/source/CrystalProc.cpp b/plugins/MacVST/Crystal/source/CrystalProc.cpp index 1ebd6fd39..f20d9a619 100755 --- a/plugins/MacVST/Crystal/source/CrystalProc.cpp +++ b/plugins/MacVST/Crystal/source/CrystalProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Crystal - Crystal.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Crystal_H diff --git a/plugins/MacVST/DCVoltage/source/DCVoltage.cpp b/plugins/MacVST/DCVoltage/source/DCVoltage.cpp index 9b70015c4..f09ea2d9e 100755 --- a/plugins/MacVST/DCVoltage/source/DCVoltage.cpp +++ b/plugins/MacVST/DCVoltage/source/DCVoltage.cpp @@ -1,6 +1,6 @@ /* ======================================== * DCVoltage - DCVoltage.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DCVoltage_H diff --git a/plugins/MacVST/DCVoltage/source/DCVoltage.h b/plugins/MacVST/DCVoltage/source/DCVoltage.h index b3474874e..0c8d6989f 100755 --- a/plugins/MacVST/DCVoltage/source/DCVoltage.h +++ b/plugins/MacVST/DCVoltage/source/DCVoltage.h @@ -1,7 +1,7 @@ /* ======================================== * DCVoltage - DCVoltage.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DCVoltage_H diff --git a/plugins/MacVST/DCVoltage/source/DCVoltageProc.cpp b/plugins/MacVST/DCVoltage/source/DCVoltageProc.cpp index b419acc15..a9749e7aa 100755 --- a/plugins/MacVST/DCVoltage/source/DCVoltageProc.cpp +++ b/plugins/MacVST/DCVoltage/source/DCVoltageProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DCVoltage - DCVoltage.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DCVoltage_H diff --git a/plugins/MacVST/Dark/source/Dark.cpp b/plugins/MacVST/Dark/source/Dark.cpp index a1bb3148a..b649c27b9 100755 --- a/plugins/MacVST/Dark/source/Dark.cpp +++ b/plugins/MacVST/Dark/source/Dark.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dark - Dark.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dark_H diff --git a/plugins/MacVST/Dark/source/Dark.h b/plugins/MacVST/Dark/source/Dark.h index 13e02ae87..bc8d4e2cb 100755 --- a/plugins/MacVST/Dark/source/Dark.h +++ b/plugins/MacVST/Dark/source/Dark.h @@ -1,7 +1,7 @@ /* ======================================== * Dark - Dark.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dark_H diff --git a/plugins/MacVST/Dark/source/DarkProc.cpp b/plugins/MacVST/Dark/source/DarkProc.cpp index f026c1cd0..a57a80f24 100755 --- a/plugins/MacVST/Dark/source/DarkProc.cpp +++ b/plugins/MacVST/Dark/source/DarkProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dark - Dark.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dark_H diff --git a/plugins/MacVST/DarkNoise/source/DarkNoise.cpp b/plugins/MacVST/DarkNoise/source/DarkNoise.cpp index 989535fc7..3d6a7e8af 100755 --- a/plugins/MacVST/DarkNoise/source/DarkNoise.cpp +++ b/plugins/MacVST/DarkNoise/source/DarkNoise.cpp @@ -1,6 +1,6 @@ /* ======================================== * DarkNoise - DarkNoise.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DarkNoise_H diff --git a/plugins/MacVST/DarkNoise/source/DarkNoise.h b/plugins/MacVST/DarkNoise/source/DarkNoise.h index 9fa3d2e75..983bc2f0f 100755 --- a/plugins/MacVST/DarkNoise/source/DarkNoise.h +++ b/plugins/MacVST/DarkNoise/source/DarkNoise.h @@ -1,7 +1,7 @@ /* ======================================== * DarkNoise - DarkNoise.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DarkNoise_H diff --git a/plugins/MacVST/DarkNoise/source/DarkNoiseProc.cpp b/plugins/MacVST/DarkNoise/source/DarkNoiseProc.cpp index cb4f3428f..9731d9fd5 100755 --- a/plugins/MacVST/DarkNoise/source/DarkNoiseProc.cpp +++ b/plugins/MacVST/DarkNoise/source/DarkNoiseProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DarkNoise - DarkNoise.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DarkNoise_H diff --git a/plugins/MacVST/DeBess/source/DeBess.cpp b/plugins/MacVST/DeBess/source/DeBess.cpp index 43ead3df6..6cb1ee203 100755 --- a/plugins/MacVST/DeBess/source/DeBess.cpp +++ b/plugins/MacVST/DeBess/source/DeBess.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeBess - DeBess.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeBess_H diff --git a/plugins/MacVST/DeBess/source/DeBess.h b/plugins/MacVST/DeBess/source/DeBess.h index a3c4cb2ab..6a3ef438e 100755 --- a/plugins/MacVST/DeBess/source/DeBess.h +++ b/plugins/MacVST/DeBess/source/DeBess.h @@ -1,7 +1,7 @@ /* ======================================== * DeBess - DeBess.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeBess_H diff --git a/plugins/MacVST/DeBess/source/DeBessProc.cpp b/plugins/MacVST/DeBess/source/DeBessProc.cpp index defe49442..ec80ec37c 100755 --- a/plugins/MacVST/DeBess/source/DeBessProc.cpp +++ b/plugins/MacVST/DeBess/source/DeBessProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeBess - DeBess.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeBess_H diff --git a/plugins/MacVST/DeEss/source/DeEss.cpp b/plugins/MacVST/DeEss/source/DeEss.cpp index f57f5c63c..f7bcce350 100755 --- a/plugins/MacVST/DeEss/source/DeEss.cpp +++ b/plugins/MacVST/DeEss/source/DeEss.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeEss - DeEss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeEss_H diff --git a/plugins/MacVST/DeEss/source/DeEss.h b/plugins/MacVST/DeEss/source/DeEss.h index 93afbe7b9..f9e154c62 100755 --- a/plugins/MacVST/DeEss/source/DeEss.h +++ b/plugins/MacVST/DeEss/source/DeEss.h @@ -1,7 +1,7 @@ /* ======================================== * DeEss - DeEss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeEss_H diff --git a/plugins/MacVST/DeEss/source/DeEssProc.cpp b/plugins/MacVST/DeEss/source/DeEssProc.cpp index 3f9adf647..bd91b1351 100755 --- a/plugins/MacVST/DeEss/source/DeEssProc.cpp +++ b/plugins/MacVST/DeEss/source/DeEssProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeEss - DeEss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeEss_H diff --git a/plugins/MacVST/DeHiss/source/DeHiss.cpp b/plugins/MacVST/DeHiss/source/DeHiss.cpp index 4473972cb..5fed8f10e 100755 --- a/plugins/MacVST/DeHiss/source/DeHiss.cpp +++ b/plugins/MacVST/DeHiss/source/DeHiss.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeHiss - DeHiss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeHiss_H diff --git a/plugins/MacVST/DeHiss/source/DeHiss.h b/plugins/MacVST/DeHiss/source/DeHiss.h index 647f3abe8..d05542307 100755 --- a/plugins/MacVST/DeHiss/source/DeHiss.h +++ b/plugins/MacVST/DeHiss/source/DeHiss.h @@ -1,7 +1,7 @@ /* ======================================== * DeHiss - DeHiss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeHiss_H diff --git a/plugins/MacVST/DeHiss/source/DeHissProc.cpp b/plugins/MacVST/DeHiss/source/DeHissProc.cpp index ce52a4f9d..12fec327d 100755 --- a/plugins/MacVST/DeHiss/source/DeHissProc.cpp +++ b/plugins/MacVST/DeHiss/source/DeHissProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeHiss - DeHiss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeHiss_H diff --git a/plugins/MacVST/DeRez/source/DeRez.cpp b/plugins/MacVST/DeRez/source/DeRez.cpp index f24f99df9..1f0701841 100755 --- a/plugins/MacVST/DeRez/source/DeRez.cpp +++ b/plugins/MacVST/DeRez/source/DeRez.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeRez - DeRez.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez_H diff --git a/plugins/MacVST/DeRez/source/DeRez.h b/plugins/MacVST/DeRez/source/DeRez.h index 85cfe1c66..602f8477e 100755 --- a/plugins/MacVST/DeRez/source/DeRez.h +++ b/plugins/MacVST/DeRez/source/DeRez.h @@ -1,7 +1,7 @@ /* ======================================== * DeRez - DeRez.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez_H diff --git a/plugins/MacVST/DeRez/source/DeRezProc.cpp b/plugins/MacVST/DeRez/source/DeRezProc.cpp index 36cb20004..ccb3c28b0 100755 --- a/plugins/MacVST/DeRez/source/DeRezProc.cpp +++ b/plugins/MacVST/DeRez/source/DeRezProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeRez - DeRez.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez_H diff --git a/plugins/MacVST/DeRez2/source/DeRez2.cpp b/plugins/MacVST/DeRez2/source/DeRez2.cpp index 9f706d2bb..1086b016f 100755 --- a/plugins/MacVST/DeRez2/source/DeRez2.cpp +++ b/plugins/MacVST/DeRez2/source/DeRez2.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeRez2 - DeRez2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez2_H diff --git a/plugins/MacVST/DeRez2/source/DeRez2.h b/plugins/MacVST/DeRez2/source/DeRez2.h index c3856a97a..05079677f 100755 --- a/plugins/MacVST/DeRez2/source/DeRez2.h +++ b/plugins/MacVST/DeRez2/source/DeRez2.h @@ -1,7 +1,7 @@ /* ======================================== * DeRez2 - DeRez2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez2_H diff --git a/plugins/MacVST/DeRez2/source/DeRez2Proc.cpp b/plugins/MacVST/DeRez2/source/DeRez2Proc.cpp index 05ccab1f8..fe8cd11b9 100755 --- a/plugins/MacVST/DeRez2/source/DeRez2Proc.cpp +++ b/plugins/MacVST/DeRez2/source/DeRez2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeRez2 - DeRez2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez2_H diff --git a/plugins/MacVST/Deckwrecka/source/Deckwrecka.cpp b/plugins/MacVST/Deckwrecka/source/Deckwrecka.cpp index 7e0a202c2..2c16abfc6 100755 --- a/plugins/MacVST/Deckwrecka/source/Deckwrecka.cpp +++ b/plugins/MacVST/Deckwrecka/source/Deckwrecka.cpp @@ -1,6 +1,6 @@ /* ======================================== * Deckwrecka - Deckwrecka.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Deckwrecka_H diff --git a/plugins/MacVST/Deckwrecka/source/Deckwrecka.h b/plugins/MacVST/Deckwrecka/source/Deckwrecka.h index 73c5a1d76..e11cc00b6 100755 --- a/plugins/MacVST/Deckwrecka/source/Deckwrecka.h +++ b/plugins/MacVST/Deckwrecka/source/Deckwrecka.h @@ -1,7 +1,7 @@ /* ======================================== * Deckwrecka - Deckwrecka.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Deckwrecka_H diff --git a/plugins/MacVST/Deckwrecka/source/DeckwreckaProc.cpp b/plugins/MacVST/Deckwrecka/source/DeckwreckaProc.cpp index a63176921..54d57792d 100755 --- a/plugins/MacVST/Deckwrecka/source/DeckwreckaProc.cpp +++ b/plugins/MacVST/Deckwrecka/source/DeckwreckaProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Deckwrecka - Deckwrecka.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Deckwrecka_H diff --git a/plugins/MacVST/Density/source/Density.cpp b/plugins/MacVST/Density/source/Density.cpp index 01ad61f14..e565fc98f 100755 --- a/plugins/MacVST/Density/source/Density.cpp +++ b/plugins/MacVST/Density/source/Density.cpp @@ -1,6 +1,6 @@ /* ======================================== * Density - Density.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Density_H diff --git a/plugins/MacVST/Density/source/Density.h b/plugins/MacVST/Density/source/Density.h index 0f188b3bb..d485ed51a 100755 --- a/plugins/MacVST/Density/source/Density.h +++ b/plugins/MacVST/Density/source/Density.h @@ -1,7 +1,7 @@ /* ======================================== * Density - Density.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Density_H diff --git a/plugins/MacVST/Density/source/DensityProc.cpp b/plugins/MacVST/Density/source/DensityProc.cpp index 5db9e5022..b2d07a0ef 100755 --- a/plugins/MacVST/Density/source/DensityProc.cpp +++ b/plugins/MacVST/Density/source/DensityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Density - Density.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Density_H diff --git a/plugins/MacVST/Density2/source/Density2.cpp b/plugins/MacVST/Density2/source/Density2.cpp index e680b6baf..00a2e167f 100755 --- a/plugins/MacVST/Density2/source/Density2.cpp +++ b/plugins/MacVST/Density2/source/Density2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Density2 - Density2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Density2_H diff --git a/plugins/MacVST/Density2/source/Density2.h b/plugins/MacVST/Density2/source/Density2.h index eb0ca981c..7f93f2f18 100755 --- a/plugins/MacVST/Density2/source/Density2.h +++ b/plugins/MacVST/Density2/source/Density2.h @@ -1,7 +1,7 @@ /* ======================================== * Density2 - Density2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Density2_H diff --git a/plugins/MacVST/Density2/source/Density2Proc.cpp b/plugins/MacVST/Density2/source/Density2Proc.cpp index bd79936ab..f22863804 100755 --- a/plugins/MacVST/Density2/source/Density2Proc.cpp +++ b/plugins/MacVST/Density2/source/Density2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Density2 - Density2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Density2_H diff --git a/plugins/MacVST/Desk/source/Desk.cpp b/plugins/MacVST/Desk/source/Desk.cpp index a23bbc3b5..31e35ecc7 100755 --- a/plugins/MacVST/Desk/source/Desk.cpp +++ b/plugins/MacVST/Desk/source/Desk.cpp @@ -1,6 +1,6 @@ /* ======================================== * Desk - Desk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk_H diff --git a/plugins/MacVST/Desk/source/Desk.h b/plugins/MacVST/Desk/source/Desk.h index b33f2bf52..91b005a46 100755 --- a/plugins/MacVST/Desk/source/Desk.h +++ b/plugins/MacVST/Desk/source/Desk.h @@ -1,7 +1,7 @@ /* ======================================== * Desk - Desk.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk_H diff --git a/plugins/MacVST/Desk/source/DeskProc.cpp b/plugins/MacVST/Desk/source/DeskProc.cpp index 328e06643..e3295f3d7 100755 --- a/plugins/MacVST/Desk/source/DeskProc.cpp +++ b/plugins/MacVST/Desk/source/DeskProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Desk - Desk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk_H diff --git a/plugins/MacVST/Desk4/source/Desk4.cpp b/plugins/MacVST/Desk4/source/Desk4.cpp index ebf1daadb..772e1315f 100755 --- a/plugins/MacVST/Desk4/source/Desk4.cpp +++ b/plugins/MacVST/Desk4/source/Desk4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Desk4 - Desk4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk4_H diff --git a/plugins/MacVST/Desk4/source/Desk4.h b/plugins/MacVST/Desk4/source/Desk4.h index 8b1a72406..02afd135a 100755 --- a/plugins/MacVST/Desk4/source/Desk4.h +++ b/plugins/MacVST/Desk4/source/Desk4.h @@ -1,7 +1,7 @@ /* ======================================== * Desk4 - Desk4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk4_H diff --git a/plugins/MacVST/Desk4/source/Desk4Proc.cpp b/plugins/MacVST/Desk4/source/Desk4Proc.cpp index c20b66f8f..e3f8f212e 100755 --- a/plugins/MacVST/Desk4/source/Desk4Proc.cpp +++ b/plugins/MacVST/Desk4/source/Desk4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Desk4 - Desk4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk4_H diff --git a/plugins/MacVST/DigitalBlack/source/DigitalBlack.cpp b/plugins/MacVST/DigitalBlack/source/DigitalBlack.cpp index 840435762..e18eefd6e 100755 --- a/plugins/MacVST/DigitalBlack/source/DigitalBlack.cpp +++ b/plugins/MacVST/DigitalBlack/source/DigitalBlack.cpp @@ -1,6 +1,6 @@ /* ======================================== * DigitalBlack - DigitalBlack.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DigitalBlack_H diff --git a/plugins/MacVST/DigitalBlack/source/DigitalBlack.h b/plugins/MacVST/DigitalBlack/source/DigitalBlack.h index 636911dd9..9621a529f 100755 --- a/plugins/MacVST/DigitalBlack/source/DigitalBlack.h +++ b/plugins/MacVST/DigitalBlack/source/DigitalBlack.h @@ -1,7 +1,7 @@ /* ======================================== * DigitalBlack - DigitalBlack.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DigitalBlack_H diff --git a/plugins/MacVST/DigitalBlack/source/DigitalBlackProc.cpp b/plugins/MacVST/DigitalBlack/source/DigitalBlackProc.cpp index 5a0326988..1bcc280fb 100755 --- a/plugins/MacVST/DigitalBlack/source/DigitalBlackProc.cpp +++ b/plugins/MacVST/DigitalBlack/source/DigitalBlackProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DigitalBlack - DigitalBlack.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DigitalBlack_H diff --git a/plugins/MacVST/Dirt/source/Dirt.cpp b/plugins/MacVST/Dirt/source/Dirt.cpp index 19ef907b4..473b5244d 100755 --- a/plugins/MacVST/Dirt/source/Dirt.cpp +++ b/plugins/MacVST/Dirt/source/Dirt.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dirt - Dirt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dirt_H diff --git a/plugins/MacVST/Dirt/source/Dirt.h b/plugins/MacVST/Dirt/source/Dirt.h index 1bc7b8cb3..4ce66461e 100755 --- a/plugins/MacVST/Dirt/source/Dirt.h +++ b/plugins/MacVST/Dirt/source/Dirt.h @@ -1,7 +1,7 @@ /* ======================================== * Dirt - Dirt.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dirt_H diff --git a/plugins/MacVST/Dirt/source/DirtProc.cpp b/plugins/MacVST/Dirt/source/DirtProc.cpp index 16c273c9e..b681d591e 100755 --- a/plugins/MacVST/Dirt/source/DirtProc.cpp +++ b/plugins/MacVST/Dirt/source/DirtProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dirt - Dirt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dirt_H diff --git a/plugins/MacVST/Distance/source/Distance.cpp b/plugins/MacVST/Distance/source/Distance.cpp index ca1806e47..8f3f84d0b 100755 --- a/plugins/MacVST/Distance/source/Distance.cpp +++ b/plugins/MacVST/Distance/source/Distance.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distance - Distance.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance_H diff --git a/plugins/MacVST/Distance/source/Distance.h b/plugins/MacVST/Distance/source/Distance.h index 021335d65..49aada1a2 100755 --- a/plugins/MacVST/Distance/source/Distance.h +++ b/plugins/MacVST/Distance/source/Distance.h @@ -1,7 +1,7 @@ /* ======================================== * Distance - Distance.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance_H diff --git a/plugins/MacVST/Distance/source/DistanceProc.cpp b/plugins/MacVST/Distance/source/DistanceProc.cpp index 30065e778..03c69d9a2 100755 --- a/plugins/MacVST/Distance/source/DistanceProc.cpp +++ b/plugins/MacVST/Distance/source/DistanceProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distance - Distance.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance_H diff --git a/plugins/MacVST/Distance2/source/Distance2.cpp b/plugins/MacVST/Distance2/source/Distance2.cpp index 8e1e63871..2136693ee 100755 --- a/plugins/MacVST/Distance2/source/Distance2.cpp +++ b/plugins/MacVST/Distance2/source/Distance2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distance2 - Distance2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance2_H diff --git a/plugins/MacVST/Distance2/source/Distance2.h b/plugins/MacVST/Distance2/source/Distance2.h index 17d29134d..8f12429de 100755 --- a/plugins/MacVST/Distance2/source/Distance2.h +++ b/plugins/MacVST/Distance2/source/Distance2.h @@ -1,7 +1,7 @@ /* ======================================== * Distance2 - Distance2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance2_H diff --git a/plugins/MacVST/Distance2/source/Distance2Proc.cpp b/plugins/MacVST/Distance2/source/Distance2Proc.cpp index eed60619e..bb89593d0 100755 --- a/plugins/MacVST/Distance2/source/Distance2Proc.cpp +++ b/plugins/MacVST/Distance2/source/Distance2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distance2 - Distance2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance2_H diff --git a/plugins/MacVST/Distortion/source/Distortion.cpp b/plugins/MacVST/Distortion/source/Distortion.cpp index 413805a65..abd9352d3 100755 --- a/plugins/MacVST/Distortion/source/Distortion.cpp +++ b/plugins/MacVST/Distortion/source/Distortion.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distortion - Distortion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distortion_H diff --git a/plugins/MacVST/Distortion/source/Distortion.h b/plugins/MacVST/Distortion/source/Distortion.h index 2a9013380..a50bdff7a 100755 --- a/plugins/MacVST/Distortion/source/Distortion.h +++ b/plugins/MacVST/Distortion/source/Distortion.h @@ -1,7 +1,7 @@ /* ======================================== * Distortion - Distortion.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Distortion_H diff --git a/plugins/MacVST/Distortion/source/DistortionProc.cpp b/plugins/MacVST/Distortion/source/DistortionProc.cpp index 66d7a78cd..e788a3d6a 100755 --- a/plugins/MacVST/Distortion/source/DistortionProc.cpp +++ b/plugins/MacVST/Distortion/source/DistortionProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distortion - Distortion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distortion_H diff --git a/plugins/MacVST/DitherFloat/source/DitherFloat.cpp b/plugins/MacVST/DitherFloat/source/DitherFloat.cpp index 509db420c..58cfa03eb 100755 --- a/plugins/MacVST/DitherFloat/source/DitherFloat.cpp +++ b/plugins/MacVST/DitherFloat/source/DitherFloat.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherFloat - DitherFloat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherFloat_H diff --git a/plugins/MacVST/DitherFloat/source/DitherFloat.h b/plugins/MacVST/DitherFloat/source/DitherFloat.h index dd828e6a5..839f355cb 100755 --- a/plugins/MacVST/DitherFloat/source/DitherFloat.h +++ b/plugins/MacVST/DitherFloat/source/DitherFloat.h @@ -1,7 +1,7 @@ /* ======================================== * DitherFloat - DitherFloat.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherFloat_H diff --git a/plugins/MacVST/DitherFloat/source/DitherFloatProc.cpp b/plugins/MacVST/DitherFloat/source/DitherFloatProc.cpp index 9c894ad8a..86188de4b 100755 --- a/plugins/MacVST/DitherFloat/source/DitherFloatProc.cpp +++ b/plugins/MacVST/DitherFloat/source/DitherFloatProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherFloat - DitherFloat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherFloat_H diff --git a/plugins/MacVST/DitherMeDiskers/source/DitherMeDiskers.cpp b/plugins/MacVST/DitherMeDiskers/source/DitherMeDiskers.cpp index 528d54782..09051734b 100755 --- a/plugins/MacVST/DitherMeDiskers/source/DitherMeDiskers.cpp +++ b/plugins/MacVST/DitherMeDiskers/source/DitherMeDiskers.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherMeDiskers - DitherMeDiskers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeDiskers_H diff --git a/plugins/MacVST/DitherMeDiskers/source/DitherMeDiskers.h b/plugins/MacVST/DitherMeDiskers/source/DitherMeDiskers.h index 4ba134f9a..fdbe663bd 100755 --- a/plugins/MacVST/DitherMeDiskers/source/DitherMeDiskers.h +++ b/plugins/MacVST/DitherMeDiskers/source/DitherMeDiskers.h @@ -1,7 +1,7 @@ /* ======================================== * DitherMeDiskers - DitherMeDiskers.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeDiskers_H diff --git a/plugins/MacVST/DitherMeDiskers/source/DitherMeDiskersProc.cpp b/plugins/MacVST/DitherMeDiskers/source/DitherMeDiskersProc.cpp index 746f71378..1d9c3d8fe 100755 --- a/plugins/MacVST/DitherMeDiskers/source/DitherMeDiskersProc.cpp +++ b/plugins/MacVST/DitherMeDiskers/source/DitherMeDiskersProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherMeDiskers - DitherMeDiskers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeDiskers_H diff --git a/plugins/MacVST/DitherMeTimbers/source/DitherMeTimbers.cpp b/plugins/MacVST/DitherMeTimbers/source/DitherMeTimbers.cpp index a09222f53..e2eea2702 100755 --- a/plugins/MacVST/DitherMeTimbers/source/DitherMeTimbers.cpp +++ b/plugins/MacVST/DitherMeTimbers/source/DitherMeTimbers.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherMeTimbers - DitherMeTimbers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeTimbers_H diff --git a/plugins/MacVST/DitherMeTimbers/source/DitherMeTimbers.h b/plugins/MacVST/DitherMeTimbers/source/DitherMeTimbers.h index 03d712ee0..e8f25f3e1 100755 --- a/plugins/MacVST/DitherMeTimbers/source/DitherMeTimbers.h +++ b/plugins/MacVST/DitherMeTimbers/source/DitherMeTimbers.h @@ -1,7 +1,7 @@ /* ======================================== * DitherMeTimbers - DitherMeTimbers.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeTimbers_H diff --git a/plugins/MacVST/DitherMeTimbers/source/DitherMeTimbersProc.cpp b/plugins/MacVST/DitherMeTimbers/source/DitherMeTimbersProc.cpp index 4641d8bbd..b18f9c696 100755 --- a/plugins/MacVST/DitherMeTimbers/source/DitherMeTimbersProc.cpp +++ b/plugins/MacVST/DitherMeTimbers/source/DitherMeTimbersProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherMeTimbers - DitherMeTimbers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeTimbers_H diff --git a/plugins/MacVST/Ditherbox/source/Ditherbox.cpp b/plugins/MacVST/Ditherbox/source/Ditherbox.cpp index 0d3822f67..0e6c44a30 100755 --- a/plugins/MacVST/Ditherbox/source/Ditherbox.cpp +++ b/plugins/MacVST/Ditherbox/source/Ditherbox.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ditherbox - Ditherbox.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ditherbox_H diff --git a/plugins/MacVST/Ditherbox/source/Ditherbox.h b/plugins/MacVST/Ditherbox/source/Ditherbox.h index 51bc80e54..742912012 100755 --- a/plugins/MacVST/Ditherbox/source/Ditherbox.h +++ b/plugins/MacVST/Ditherbox/source/Ditherbox.h @@ -1,7 +1,7 @@ /* ======================================== * Ditherbox - Ditherbox.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Ditherbox_H diff --git a/plugins/MacVST/Ditherbox/source/DitherboxProc.cpp b/plugins/MacVST/Ditherbox/source/DitherboxProc.cpp index f12d2abbe..8a22b55cd 100755 --- a/plugins/MacVST/Ditherbox/source/DitherboxProc.cpp +++ b/plugins/MacVST/Ditherbox/source/DitherboxProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ditherbox - Ditherbox.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ditherbox_H diff --git a/plugins/MacVST/DoublePaul/source/DoublePaul.cpp b/plugins/MacVST/DoublePaul/source/DoublePaul.cpp index a5d374d25..c82906973 100755 --- a/plugins/MacVST/DoublePaul/source/DoublePaul.cpp +++ b/plugins/MacVST/DoublePaul/source/DoublePaul.cpp @@ -1,6 +1,6 @@ /* ======================================== * DoublePaul - DoublePaul.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DoublePaul_H diff --git a/plugins/MacVST/DoublePaul/source/DoublePaul.h b/plugins/MacVST/DoublePaul/source/DoublePaul.h index 1a9f0fd05..efdca4379 100755 --- a/plugins/MacVST/DoublePaul/source/DoublePaul.h +++ b/plugins/MacVST/DoublePaul/source/DoublePaul.h @@ -1,7 +1,7 @@ /* ======================================== * DoublePaul - DoublePaul.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DoublePaul_H diff --git a/plugins/MacVST/DoublePaul/source/DoublePaulProc.cpp b/plugins/MacVST/DoublePaul/source/DoublePaulProc.cpp index 430915416..87ba0ad69 100755 --- a/plugins/MacVST/DoublePaul/source/DoublePaulProc.cpp +++ b/plugins/MacVST/DoublePaul/source/DoublePaulProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DoublePaul - DoublePaul.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DoublePaul_H diff --git a/plugins/MacVST/Doublelay/source/Doublelay.cpp b/plugins/MacVST/Doublelay/source/Doublelay.cpp index 55047adc5..e1690417b 100755 --- a/plugins/MacVST/Doublelay/source/Doublelay.cpp +++ b/plugins/MacVST/Doublelay/source/Doublelay.cpp @@ -1,6 +1,6 @@ /* ======================================== * Doublelay - Doublelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Doublelay_H diff --git a/plugins/MacVST/Doublelay/source/Doublelay.h b/plugins/MacVST/Doublelay/source/Doublelay.h index fbb9afb39..093acf79f 100755 --- a/plugins/MacVST/Doublelay/source/Doublelay.h +++ b/plugins/MacVST/Doublelay/source/Doublelay.h @@ -1,7 +1,7 @@ /* ======================================== * Doublelay - Doublelay.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Doublelay_H diff --git a/plugins/MacVST/Doublelay/source/DoublelayProc.cpp b/plugins/MacVST/Doublelay/source/DoublelayProc.cpp index 11f6e7e1f..3314a2b40 100755 --- a/plugins/MacVST/Doublelay/source/DoublelayProc.cpp +++ b/plugins/MacVST/Doublelay/source/DoublelayProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Doublelay - Doublelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Doublelay_H diff --git a/plugins/MacVST/Drive/source/Drive.cpp b/plugins/MacVST/Drive/source/Drive.cpp index e88a7b678..de40595eb 100755 --- a/plugins/MacVST/Drive/source/Drive.cpp +++ b/plugins/MacVST/Drive/source/Drive.cpp @@ -1,6 +1,6 @@ /* ======================================== * Drive - Drive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Drive_H diff --git a/plugins/MacVST/Drive/source/Drive.h b/plugins/MacVST/Drive/source/Drive.h index 5b9bf5910..51bd69f60 100755 --- a/plugins/MacVST/Drive/source/Drive.h +++ b/plugins/MacVST/Drive/source/Drive.h @@ -1,7 +1,7 @@ /* ======================================== * Drive - Drive.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Drive_H diff --git a/plugins/MacVST/Drive/source/DriveProc.cpp b/plugins/MacVST/Drive/source/DriveProc.cpp index d30635b48..46282703c 100755 --- a/plugins/MacVST/Drive/source/DriveProc.cpp +++ b/plugins/MacVST/Drive/source/DriveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Drive - Drive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Drive_H diff --git a/plugins/MacVST/DrumSlam/source/DrumSlam.cpp b/plugins/MacVST/DrumSlam/source/DrumSlam.cpp index 7449845c9..f81938f81 100755 --- a/plugins/MacVST/DrumSlam/source/DrumSlam.cpp +++ b/plugins/MacVST/DrumSlam/source/DrumSlam.cpp @@ -1,6 +1,6 @@ /* ======================================== * DrumSlam - DrumSlam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DrumSlam_H diff --git a/plugins/MacVST/DrumSlam/source/DrumSlam.h b/plugins/MacVST/DrumSlam/source/DrumSlam.h index 3d83fce09..e895e4fed 100755 --- a/plugins/MacVST/DrumSlam/source/DrumSlam.h +++ b/plugins/MacVST/DrumSlam/source/DrumSlam.h @@ -1,7 +1,7 @@ /* ======================================== * DrumSlam - DrumSlam.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DrumSlam_H diff --git a/plugins/MacVST/DrumSlam/source/DrumSlamProc.cpp b/plugins/MacVST/DrumSlam/source/DrumSlamProc.cpp index fa9155394..94038f3b5 100755 --- a/plugins/MacVST/DrumSlam/source/DrumSlamProc.cpp +++ b/plugins/MacVST/DrumSlam/source/DrumSlamProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DrumSlam - DrumSlam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DrumSlam_H diff --git a/plugins/MacVST/DubCenter/source/DubCenter.cpp b/plugins/MacVST/DubCenter/source/DubCenter.cpp index ed7ff1c06..0de490388 100755 --- a/plugins/MacVST/DubCenter/source/DubCenter.cpp +++ b/plugins/MacVST/DubCenter/source/DubCenter.cpp @@ -1,6 +1,6 @@ /* ======================================== * DubCenter - DubCenter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DubCenter_H diff --git a/plugins/MacVST/DubCenter/source/DubCenter.h b/plugins/MacVST/DubCenter/source/DubCenter.h index 54b9eeb59..49273d1a6 100755 --- a/plugins/MacVST/DubCenter/source/DubCenter.h +++ b/plugins/MacVST/DubCenter/source/DubCenter.h @@ -1,7 +1,7 @@ /* ======================================== * DubCenter - DubCenter.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DubCenter_H diff --git a/plugins/MacVST/DubCenter/source/DubCenterProc.cpp b/plugins/MacVST/DubCenter/source/DubCenterProc.cpp index eac78920a..135e94805 100755 --- a/plugins/MacVST/DubCenter/source/DubCenterProc.cpp +++ b/plugins/MacVST/DubCenter/source/DubCenterProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DubCenter - DubCenter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DubCenter_H diff --git a/plugins/MacVST/DubSub/source/DubSub.cpp b/plugins/MacVST/DubSub/source/DubSub.cpp index e53c47dcc..d24590cc7 100755 --- a/plugins/MacVST/DubSub/source/DubSub.cpp +++ b/plugins/MacVST/DubSub/source/DubSub.cpp @@ -1,6 +1,6 @@ /* ======================================== * DubSub - DubSub.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DubSub_H diff --git a/plugins/MacVST/DubSub/source/DubSub.h b/plugins/MacVST/DubSub/source/DubSub.h index 4f3f6af8c..923b860c1 100755 --- a/plugins/MacVST/DubSub/source/DubSub.h +++ b/plugins/MacVST/DubSub/source/DubSub.h @@ -1,7 +1,7 @@ /* ======================================== * DubSub - DubSub.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DubSub_H diff --git a/plugins/MacVST/DubSub/source/DubSubProc.cpp b/plugins/MacVST/DubSub/source/DubSubProc.cpp index 679ab020b..bb4b8fb58 100755 --- a/plugins/MacVST/DubSub/source/DubSubProc.cpp +++ b/plugins/MacVST/DubSub/source/DubSubProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DubSub - DubSub.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DubSub_H diff --git a/plugins/MacVST/Dubly/source/Dubly.cpp b/plugins/MacVST/Dubly/source/Dubly.cpp index 8b4efe8e7..d45a8a2cf 100755 --- a/plugins/MacVST/Dubly/source/Dubly.cpp +++ b/plugins/MacVST/Dubly/source/Dubly.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dubly - Dubly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dubly_H diff --git a/plugins/MacVST/Dubly/source/Dubly.h b/plugins/MacVST/Dubly/source/Dubly.h index 548aaf83f..dfe518654 100755 --- a/plugins/MacVST/Dubly/source/Dubly.h +++ b/plugins/MacVST/Dubly/source/Dubly.h @@ -1,7 +1,7 @@ /* ======================================== * Dubly - Dubly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dubly_H diff --git a/plugins/MacVST/Dubly/source/DublyProc.cpp b/plugins/MacVST/Dubly/source/DublyProc.cpp index 52f17d1cb..3d1efb9e1 100755 --- a/plugins/MacVST/Dubly/source/DublyProc.cpp +++ b/plugins/MacVST/Dubly/source/DublyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dubly - Dubly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dubly_H diff --git a/plugins/MacVST/DustBunny/source/DustBunny.cpp b/plugins/MacVST/DustBunny/source/DustBunny.cpp index aba4a8012..2cb4e9827 100755 --- a/plugins/MacVST/DustBunny/source/DustBunny.cpp +++ b/plugins/MacVST/DustBunny/source/DustBunny.cpp @@ -1,6 +1,6 @@ /* ======================================== * DustBunny - DustBunny.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DustBunny_H diff --git a/plugins/MacVST/DustBunny/source/DustBunny.h b/plugins/MacVST/DustBunny/source/DustBunny.h index e9f1199a4..98bfdf962 100755 --- a/plugins/MacVST/DustBunny/source/DustBunny.h +++ b/plugins/MacVST/DustBunny/source/DustBunny.h @@ -1,7 +1,7 @@ /* ======================================== * DustBunny - DustBunny.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DustBunny_H diff --git a/plugins/MacVST/DustBunny/source/DustBunnyProc.cpp b/plugins/MacVST/DustBunny/source/DustBunnyProc.cpp index d4667fdec..65d72bce9 100755 --- a/plugins/MacVST/DustBunny/source/DustBunnyProc.cpp +++ b/plugins/MacVST/DustBunny/source/DustBunnyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DustBunny - DustBunny.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DustBunny_H diff --git a/plugins/MacVST/Dynamics/source/Dynamics.cpp b/plugins/MacVST/Dynamics/source/Dynamics.cpp index 1c15e3aea..792d6a1e5 100755 --- a/plugins/MacVST/Dynamics/source/Dynamics.cpp +++ b/plugins/MacVST/Dynamics/source/Dynamics.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dynamics - Dynamics.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dynamics_H diff --git a/plugins/MacVST/Dynamics/source/Dynamics.h b/plugins/MacVST/Dynamics/source/Dynamics.h index 44e3642d8..a37e2b55c 100755 --- a/plugins/MacVST/Dynamics/source/Dynamics.h +++ b/plugins/MacVST/Dynamics/source/Dynamics.h @@ -1,7 +1,7 @@ /* ======================================== * Dynamics - Dynamics.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dynamics_H diff --git a/plugins/MacVST/Dynamics/source/DynamicsProc.cpp b/plugins/MacVST/Dynamics/source/DynamicsProc.cpp index ccf96f576..d2e7eaf21 100755 --- a/plugins/MacVST/Dynamics/source/DynamicsProc.cpp +++ b/plugins/MacVST/Dynamics/source/DynamicsProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dynamics - Dynamics.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dynamics_H diff --git a/plugins/MacVST/Dyno/source/Dyno.cpp b/plugins/MacVST/Dyno/source/Dyno.cpp index 203403b0d..c612b28b8 100755 --- a/plugins/MacVST/Dyno/source/Dyno.cpp +++ b/plugins/MacVST/Dyno/source/Dyno.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dyno - Dyno.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dyno_H diff --git a/plugins/MacVST/Dyno/source/Dyno.h b/plugins/MacVST/Dyno/source/Dyno.h index db407c216..d37be41be 100755 --- a/plugins/MacVST/Dyno/source/Dyno.h +++ b/plugins/MacVST/Dyno/source/Dyno.h @@ -1,7 +1,7 @@ /* ======================================== * Dyno - Dyno.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dyno_H diff --git a/plugins/MacVST/Dyno/source/DynoProc.cpp b/plugins/MacVST/Dyno/source/DynoProc.cpp index c47a4d313..1a0f2a306 100755 --- a/plugins/MacVST/Dyno/source/DynoProc.cpp +++ b/plugins/MacVST/Dyno/source/DynoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dyno - Dyno.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dyno_H diff --git a/plugins/MacVST/EQ/source/EQ.cpp b/plugins/MacVST/EQ/source/EQ.cpp index 702dd33d4..7f009b81a 100755 --- a/plugins/MacVST/EQ/source/EQ.cpp +++ b/plugins/MacVST/EQ/source/EQ.cpp @@ -1,6 +1,6 @@ /* ======================================== * EQ - EQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EQ_H diff --git a/plugins/MacVST/EQ/source/EQ.h b/plugins/MacVST/EQ/source/EQ.h index 7d533787f..8667cf080 100755 --- a/plugins/MacVST/EQ/source/EQ.h +++ b/plugins/MacVST/EQ/source/EQ.h @@ -1,7 +1,7 @@ /* ======================================== * EQ - EQ.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __EQ_H diff --git a/plugins/MacVST/EQ/source/EQProc.cpp b/plugins/MacVST/EQ/source/EQProc.cpp index 220314936..394642078 100755 --- a/plugins/MacVST/EQ/source/EQProc.cpp +++ b/plugins/MacVST/EQ/source/EQProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * EQ - EQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EQ_H diff --git a/plugins/MacVST/EdIsDim/source/EdIsDim.cpp b/plugins/MacVST/EdIsDim/source/EdIsDim.cpp index 8a4f6db6f..c4afcdee9 100755 --- a/plugins/MacVST/EdIsDim/source/EdIsDim.cpp +++ b/plugins/MacVST/EdIsDim/source/EdIsDim.cpp @@ -1,6 +1,6 @@ /* ======================================== * EdIsDim - EdIsDim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EdIsDim_H diff --git a/plugins/MacVST/EdIsDim/source/EdIsDim.h b/plugins/MacVST/EdIsDim/source/EdIsDim.h index 7b887d69e..77f7432c7 100755 --- a/plugins/MacVST/EdIsDim/source/EdIsDim.h +++ b/plugins/MacVST/EdIsDim/source/EdIsDim.h @@ -1,7 +1,7 @@ /* ======================================== * EdIsDim - EdIsDim.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __EdIsDim_H diff --git a/plugins/MacVST/EdIsDim/source/EdIsDimProc.cpp b/plugins/MacVST/EdIsDim/source/EdIsDimProc.cpp index 39f21f688..05418e785 100755 --- a/plugins/MacVST/EdIsDim/source/EdIsDimProc.cpp +++ b/plugins/MacVST/EdIsDim/source/EdIsDimProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * EdIsDim - EdIsDim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EdIsDim_H diff --git a/plugins/MacVST/Edge/source/Edge.cpp b/plugins/MacVST/Edge/source/Edge.cpp index d93a881df..d5b7e0a03 100755 --- a/plugins/MacVST/Edge/source/Edge.cpp +++ b/plugins/MacVST/Edge/source/Edge.cpp @@ -1,6 +1,6 @@ /* ======================================== * Edge - Edge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Edge_H diff --git a/plugins/MacVST/Edge/source/Edge.h b/plugins/MacVST/Edge/source/Edge.h index 53187a878..05a41bf0d 100755 --- a/plugins/MacVST/Edge/source/Edge.h +++ b/plugins/MacVST/Edge/source/Edge.h @@ -1,7 +1,7 @@ /* ======================================== * Edge - Edge.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Edge_H diff --git a/plugins/MacVST/Edge/source/EdgeProc.cpp b/plugins/MacVST/Edge/source/EdgeProc.cpp index 433912bbe..d6ee84502 100755 --- a/plugins/MacVST/Edge/source/EdgeProc.cpp +++ b/plugins/MacVST/Edge/source/EdgeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Edge - Edge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Edge_H diff --git a/plugins/MacVST/Elation/source/Elation.cpp b/plugins/MacVST/Elation/source/Elation.cpp index 0f4c87092..37da4f308 100755 --- a/plugins/MacVST/Elation/source/Elation.cpp +++ b/plugins/MacVST/Elation/source/Elation.cpp @@ -1,6 +1,6 @@ /* ======================================== * Elation - Elation.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Elation_H diff --git a/plugins/MacVST/Elation/source/Elation.h b/plugins/MacVST/Elation/source/Elation.h index 86c647701..15ef0e226 100755 --- a/plugins/MacVST/Elation/source/Elation.h +++ b/plugins/MacVST/Elation/source/Elation.h @@ -1,7 +1,7 @@ /* ======================================== * Elation - Elation.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Elation_H diff --git a/plugins/MacVST/Elation/source/ElationProc.cpp b/plugins/MacVST/Elation/source/ElationProc.cpp index 8b99b97fa..2e189f5de 100755 --- a/plugins/MacVST/Elation/source/ElationProc.cpp +++ b/plugins/MacVST/Elation/source/ElationProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Elation - Elation.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Elation_H diff --git a/plugins/MacVST/ElectroHat/source/ElectroHat.cpp b/plugins/MacVST/ElectroHat/source/ElectroHat.cpp index 0ca7bd6c1..023eac21e 100755 --- a/plugins/MacVST/ElectroHat/source/ElectroHat.cpp +++ b/plugins/MacVST/ElectroHat/source/ElectroHat.cpp @@ -1,6 +1,6 @@ /* ======================================== * ElectroHat - ElectroHat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ElectroHat_H diff --git a/plugins/MacVST/ElectroHat/source/ElectroHat.h b/plugins/MacVST/ElectroHat/source/ElectroHat.h index b07061904..b3b9236c4 100755 --- a/plugins/MacVST/ElectroHat/source/ElectroHat.h +++ b/plugins/MacVST/ElectroHat/source/ElectroHat.h @@ -1,7 +1,7 @@ /* ======================================== * ElectroHat - ElectroHat.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ElectroHat_H diff --git a/plugins/MacVST/ElectroHat/source/ElectroHatProc.cpp b/plugins/MacVST/ElectroHat/source/ElectroHatProc.cpp index d49babc4b..a11446a23 100755 --- a/plugins/MacVST/ElectroHat/source/ElectroHatProc.cpp +++ b/plugins/MacVST/ElectroHat/source/ElectroHatProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ElectroHat - ElectroHat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ElectroHat_H diff --git a/plugins/MacVST/Energy/source/Energy.cpp b/plugins/MacVST/Energy/source/Energy.cpp index 8d8ab6081..7e47e87d4 100755 --- a/plugins/MacVST/Energy/source/Energy.cpp +++ b/plugins/MacVST/Energy/source/Energy.cpp @@ -1,6 +1,6 @@ /* ======================================== * Energy - Energy.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy_H diff --git a/plugins/MacVST/Energy/source/Energy.h b/plugins/MacVST/Energy/source/Energy.h index 0500e8391..87d737c78 100755 --- a/plugins/MacVST/Energy/source/Energy.h +++ b/plugins/MacVST/Energy/source/Energy.h @@ -1,7 +1,7 @@ /* ======================================== * Energy - Energy.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy_H diff --git a/plugins/MacVST/Energy/source/EnergyProc.cpp b/plugins/MacVST/Energy/source/EnergyProc.cpp index 1d29f1479..522e9f43c 100755 --- a/plugins/MacVST/Energy/source/EnergyProc.cpp +++ b/plugins/MacVST/Energy/source/EnergyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Energy - Energy.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy_H diff --git a/plugins/MacVST/Energy2/source/Energy2.cpp b/plugins/MacVST/Energy2/source/Energy2.cpp index 78113de46..ab382ec36 100755 --- a/plugins/MacVST/Energy2/source/Energy2.cpp +++ b/plugins/MacVST/Energy2/source/Energy2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Energy2 - Energy2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy2_H diff --git a/plugins/MacVST/Energy2/source/Energy2.h b/plugins/MacVST/Energy2/source/Energy2.h index de5e3665d..fb8076195 100755 --- a/plugins/MacVST/Energy2/source/Energy2.h +++ b/plugins/MacVST/Energy2/source/Energy2.h @@ -1,7 +1,7 @@ /* ======================================== * Energy2 - Energy2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy2_H diff --git a/plugins/MacVST/Energy2/source/Energy2Proc.cpp b/plugins/MacVST/Energy2/source/Energy2Proc.cpp index 5b5933828..53de2d92c 100755 --- a/plugins/MacVST/Energy2/source/Energy2Proc.cpp +++ b/plugins/MacVST/Energy2/source/Energy2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Energy2 - Energy2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy2_H diff --git a/plugins/MacVST/Ensemble/source/Ensemble.cpp b/plugins/MacVST/Ensemble/source/Ensemble.cpp index 1b701ecc2..095d7615b 100755 --- a/plugins/MacVST/Ensemble/source/Ensemble.cpp +++ b/plugins/MacVST/Ensemble/source/Ensemble.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ensemble - Ensemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ensemble_H diff --git a/plugins/MacVST/Ensemble/source/Ensemble.h b/plugins/MacVST/Ensemble/source/Ensemble.h index 7d0af8926..4d32a5c69 100755 --- a/plugins/MacVST/Ensemble/source/Ensemble.h +++ b/plugins/MacVST/Ensemble/source/Ensemble.h @@ -1,7 +1,7 @@ /* ======================================== * Ensemble - Ensemble.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Ensemble_H diff --git a/plugins/MacVST/Ensemble/source/EnsembleProc.cpp b/plugins/MacVST/Ensemble/source/EnsembleProc.cpp index cdc6fde6a..da70edcd2 100755 --- a/plugins/MacVST/Ensemble/source/EnsembleProc.cpp +++ b/plugins/MacVST/Ensemble/source/EnsembleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ensemble - Ensemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ensemble_H diff --git a/plugins/MacVST/EveryTrim/source/EveryTrim.cpp b/plugins/MacVST/EveryTrim/source/EveryTrim.cpp index fcb71bec3..f476e62ef 100755 --- a/plugins/MacVST/EveryTrim/source/EveryTrim.cpp +++ b/plugins/MacVST/EveryTrim/source/EveryTrim.cpp @@ -1,6 +1,6 @@ /* ======================================== * EveryTrim - EveryTrim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EveryTrim_H diff --git a/plugins/MacVST/EveryTrim/source/EveryTrim.h b/plugins/MacVST/EveryTrim/source/EveryTrim.h index aec024775..3750d4819 100755 --- a/plugins/MacVST/EveryTrim/source/EveryTrim.h +++ b/plugins/MacVST/EveryTrim/source/EveryTrim.h @@ -1,7 +1,7 @@ /* ======================================== * EveryTrim - EveryTrim.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __EveryTrim_H diff --git a/plugins/MacVST/EveryTrim/source/EveryTrimProc.cpp b/plugins/MacVST/EveryTrim/source/EveryTrimProc.cpp index 1bb858da7..3aef0bc93 100755 --- a/plugins/MacVST/EveryTrim/source/EveryTrimProc.cpp +++ b/plugins/MacVST/EveryTrim/source/EveryTrimProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * EveryTrim - EveryTrim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EveryTrim_H diff --git a/plugins/MacVST/Exciter/source/Exciter.cpp b/plugins/MacVST/Exciter/source/Exciter.cpp index 406d7ce4e..1d1a6b0e5 100755 --- a/plugins/MacVST/Exciter/source/Exciter.cpp +++ b/plugins/MacVST/Exciter/source/Exciter.cpp @@ -1,6 +1,6 @@ /* ======================================== * Exciter - Exciter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Exciter_H diff --git a/plugins/MacVST/Exciter/source/Exciter.h b/plugins/MacVST/Exciter/source/Exciter.h index 6db22f66f..4e857904e 100755 --- a/plugins/MacVST/Exciter/source/Exciter.h +++ b/plugins/MacVST/Exciter/source/Exciter.h @@ -1,7 +1,7 @@ /* ======================================== * Exciter - Exciter.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Exciter_H diff --git a/plugins/MacVST/Exciter/source/ExciterProc.cpp b/plugins/MacVST/Exciter/source/ExciterProc.cpp index 10971546f..d5915a03b 100755 --- a/plugins/MacVST/Exciter/source/ExciterProc.cpp +++ b/plugins/MacVST/Exciter/source/ExciterProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Exciter - Exciter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Exciter_H diff --git a/plugins/MacVST/Facet/source/Facet.cpp b/plugins/MacVST/Facet/source/Facet.cpp index a6b2b3f99..8353a40ff 100755 --- a/plugins/MacVST/Facet/source/Facet.cpp +++ b/plugins/MacVST/Facet/source/Facet.cpp @@ -1,6 +1,6 @@ /* ======================================== * Facet - Facet.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Facet_H diff --git a/plugins/MacVST/Facet/source/Facet.h b/plugins/MacVST/Facet/source/Facet.h index a96770914..70c4cf022 100755 --- a/plugins/MacVST/Facet/source/Facet.h +++ b/plugins/MacVST/Facet/source/Facet.h @@ -1,7 +1,7 @@ /* ======================================== * Facet - Facet.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Facet_H diff --git a/plugins/MacVST/Facet/source/FacetProc.cpp b/plugins/MacVST/Facet/source/FacetProc.cpp index 77dca004a..127feff05 100755 --- a/plugins/MacVST/Facet/source/FacetProc.cpp +++ b/plugins/MacVST/Facet/source/FacetProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Facet - Facet.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Facet_H diff --git a/plugins/MacVST/FathomFive/source/FathomFive.cpp b/plugins/MacVST/FathomFive/source/FathomFive.cpp index fd04b6d84..713613f8f 100755 --- a/plugins/MacVST/FathomFive/source/FathomFive.cpp +++ b/plugins/MacVST/FathomFive/source/FathomFive.cpp @@ -1,6 +1,6 @@ /* ======================================== * FathomFive - FathomFive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FathomFive_H diff --git a/plugins/MacVST/FathomFive/source/FathomFive.h b/plugins/MacVST/FathomFive/source/FathomFive.h index 8a67aae1b..953772c18 100755 --- a/plugins/MacVST/FathomFive/source/FathomFive.h +++ b/plugins/MacVST/FathomFive/source/FathomFive.h @@ -1,7 +1,7 @@ /* ======================================== * FathomFive - FathomFive.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __FathomFive_H diff --git a/plugins/MacVST/FathomFive/source/FathomFiveProc.cpp b/plugins/MacVST/FathomFive/source/FathomFiveProc.cpp index fee6aba1e..8d8d9ba7b 100755 --- a/plugins/MacVST/FathomFive/source/FathomFiveProc.cpp +++ b/plugins/MacVST/FathomFive/source/FathomFiveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * FathomFive - FathomFive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FathomFive_H diff --git a/plugins/MacVST/FireAmp/source/FireAmp.cpp b/plugins/MacVST/FireAmp/source/FireAmp.cpp index 44b7c5867..54ff5f741 100755 --- a/plugins/MacVST/FireAmp/source/FireAmp.cpp +++ b/plugins/MacVST/FireAmp/source/FireAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * FireAmp - FireAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/FireAmp/source/FireAmp.h b/plugins/MacVST/FireAmp/source/FireAmp.h index 71133a2c4..3903d9875 100755 --- a/plugins/MacVST/FireAmp/source/FireAmp.h +++ b/plugins/MacVST/FireAmp/source/FireAmp.h @@ -1,7 +1,7 @@ /* ======================================== * FireAmp - FireAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/FireAmp/source/FireAmpProc.cpp b/plugins/MacVST/FireAmp/source/FireAmpProc.cpp index 6e2960844..f52ac06c1 100755 --- a/plugins/MacVST/FireAmp/source/FireAmpProc.cpp +++ b/plugins/MacVST/FireAmp/source/FireAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * FireAmp - FireAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/Flipity/source/Flipity.cpp b/plugins/MacVST/Flipity/source/Flipity.cpp index ccfc70335..9eb369cb0 100755 --- a/plugins/MacVST/Flipity/source/Flipity.cpp +++ b/plugins/MacVST/Flipity/source/Flipity.cpp @@ -1,6 +1,6 @@ /* ======================================== * Flipity - Flipity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Flipity_H diff --git a/plugins/MacVST/Flipity/source/Flipity.h b/plugins/MacVST/Flipity/source/Flipity.h index ec96a479f..bdb4bdc02 100755 --- a/plugins/MacVST/Flipity/source/Flipity.h +++ b/plugins/MacVST/Flipity/source/Flipity.h @@ -1,7 +1,7 @@ /* ======================================== * Flipity - Flipity.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Flipity_H diff --git a/plugins/MacVST/Flipity/source/FlipityProc.cpp b/plugins/MacVST/Flipity/source/FlipityProc.cpp index b77ebc114..4c3be2cde 100755 --- a/plugins/MacVST/Flipity/source/FlipityProc.cpp +++ b/plugins/MacVST/Flipity/source/FlipityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Flipity - Flipity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Flipity_H diff --git a/plugins/MacVST/Floor/source/Floor.cpp b/plugins/MacVST/Floor/source/Floor.cpp index 7bb4a8ddb..a995f1190 100755 --- a/plugins/MacVST/Floor/source/Floor.cpp +++ b/plugins/MacVST/Floor/source/Floor.cpp @@ -1,6 +1,6 @@ /* ======================================== * Floor - Floor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Floor_H diff --git a/plugins/MacVST/Floor/source/Floor.h b/plugins/MacVST/Floor/source/Floor.h index c80bb7c7f..c55f29d2f 100755 --- a/plugins/MacVST/Floor/source/Floor.h +++ b/plugins/MacVST/Floor/source/Floor.h @@ -1,7 +1,7 @@ /* ======================================== * Floor - Floor.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Floor_H diff --git a/plugins/MacVST/Floor/source/FloorProc.cpp b/plugins/MacVST/Floor/source/FloorProc.cpp index 115f0bc79..200743e56 100755 --- a/plugins/MacVST/Floor/source/FloorProc.cpp +++ b/plugins/MacVST/Floor/source/FloorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Floor - Floor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Floor_H diff --git a/plugins/MacVST/Flutter/Flutter.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/Flutter/Flutter.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..f74ed596f --- /dev/null +++ b/plugins/MacVST/Flutter/Flutter.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,126 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Flutter */; + codeSenseManager = 8B02375F1D42B1C400E1E8C8 /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 364, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 324, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685049297; + PBXWorkspaceStateSaveDate = 685049297; + }; + perUserProjectItems = { + 8B1438ED28D50F7800B806F8 /* PBXBookmark */ = 8B1438ED28D50F7800B806F8 /* PBXBookmark */; + 8B1438EE28D50F7800B806F8 /* PBXTextBookmark */ = 8B1438EE28D50F7800B806F8 /* PBXTextBookmark */; + }; + sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Flutter.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {921, 2124}}"; + sepNavSelRange = "{658, 0}"; + sepNavVisRange = "{447, 254}"; + sepNavWindowFrame = "{{516, 47}, {895, 831}}"; + }; + }; + 245463B80991757100464AD3 /* Flutter.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1110, 1314}}"; + sepNavSelRange = "{2537, 0}"; + sepNavVisRange = "{0, 1364}"; + sepNavWindowFrame = "{{538, 47}, {895, 831}}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 20267}}"; + sepNavSelRange = "{10616, 0}"; + sepNavVisRange = "{9653, 2414}"; + sepNavWindowFrame = "{{15, 42}, {895, 831}}"; + }; + }; + 24D8286F09A914000093AEF8 /* FlutterProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {930, 2178}}"; + sepNavSelRange = "{3762, 0}"; + sepNavVisRange = "{2720, 1621}"; + sepNavWindowFrame = "{{435, 47}, {895, 831}}"; + }; + }; + 8B02375E1D42B1C400E1E8C8 /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8B02375F1D42B1C400E1E8C8 /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8B1438ED28D50F7800B806F8 /* PBXBookmark */ = { + isa = PBXBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Flutter.cpp */; + }; + 8B1438EE28D50F7800B806F8 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Flutter.cpp */; + name = "Flutter.cpp: 22"; + rLen = 0; + rLoc = 658; + rType = 0; + vrLen = 254; + vrLoc = 447; + }; + 8D01CCC60486CAD60068D4B7 /* Flutter */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacVST/Flutter/Flutter.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/Flutter/Flutter.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..18e1694e6 --- /dev/null +++ b/plugins/MacVST/Flutter/Flutter.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1511 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8B02375D1D42B1C400E1E8C8 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 185 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 6 + 4 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {185, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {202, 446}} + GroupTreeTableConfiguration + + MainColumn + 185 + + RubberWindowFrame + 621 350 810 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 202pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8B0237581D42B1C400E1E8C8 + PBXProjectModuleLabel + Flutter.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B0237591D42B1C400E1E8C8 + PBXProjectModuleLabel + Flutter.cpp + _historyCapacity + 0 + bookmark + 8B1438EE28D50F7800B806F8 + history + + 8B1438ED28D50F7800B806F8 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {603, 132}} + RubberWindowFrame + 621 350 810 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 132pt + + + Proportion + 309pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + RubberWindowFrame + 621 350 810 487 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + + Module + PBXBuildResultsModule + + + + + Proportion + 603pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8B1438EF28D50F7800B806F8 + 1CA23ED40692098700951B8B + 8B1438F028D50F7800B806F8 + 8B0237581D42B1C400E1E8C8 + 8B1438F128D50F7800B806F8 + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685051768.77381897 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + 8B1438F228D50F7800B806F8 + /Users/christopherjohnson/Desktop/Flutter/Flutter.xcodeproj + + WindowString + 621 350 810 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.projectFormatConflicts + IsVertical + + Layout + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 8BCAE52E1D49920D0047D4BD + + GeometryConfiguration + + Frame + {{0, 0}, {472, 302}} + RubberWindowFrame + 569 378 472 322 0 0 1440 878 + + Module + XCProjectFormatConflictsModule + Proportion + 302pt + + + Proportion + 302pt + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + + TableOfContents + + 8BCAE52F1D49920D0047D4BD + 8BCAE5301D49920D0047D4BD + 8BCAE52E1D49920D0047D4BD + + WindowContentMinSize + 450 300 + WindowString + 569 378 472 322 0 0 1440 878 + WindowToolGUID + 8BCAE52F1D49920D0047D4BD + WindowToolIsVisible + + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacVST/Flutter/Flutter.xcodeproj/project.pbxproj b/plugins/MacVST/Flutter/Flutter.xcodeproj/project.pbxproj new file mode 100755 index 000000000..66459c115 --- /dev/null +++ b/plugins/MacVST/Flutter/Flutter.xcodeproj/project.pbxproj @@ -0,0 +1,2201 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 42; + objects = { + +/* Begin PBXBuildFile section */ + 2407DEB9089929BA00EB68BF /* Flutter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* Flutter.cpp */; }; + 245463B90991757100464AD3 /* Flutter.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* Flutter.h */; }; + 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF910F90D1DD003BB5A7 /* aeffect.h */; }; + 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */; }; + 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */; }; + 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF990F90D1DD003BB5A7 /* adelay.h */; }; + 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */; }; + 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */; }; + 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFAB0F90D1DD003BB5A7 /* again.h */; }; + 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */; }; + 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */; }; + 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */; }; + 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */; }; + 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */; }; + 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */; }; + 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */; }; + 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */; }; + 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200050F90D1DD003BB5A7 /* controlsgui.h */; }; + 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */; }; + 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */; }; + 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */; }; + 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */; }; + 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */; }; + 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */; }; + 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */; }; + 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001F0F90D1DD003BB5A7 /* ctabview.h */; }; + 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201470F90D1DE003BB5A7 /* plugguieditor.h */; }; + 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201490F90D1DE003BB5A7 /* vstcontrols.h */; }; + 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014B0F90D1DE003BB5A7 /* vstgui.h */; }; + 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */; }; + 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */; }; + 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */; }; + 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */; }; + 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */; }; + 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */; }; + 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */; }; + 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */; }; + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; + 24D8287009A914000093AEF8 /* FlutterProc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* FlutterProc.cpp */; }; + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = again; + }; + 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4476974093DAE42008998C4; + remoteInfo = adelay; + }; + 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4FF52220929FBF500DDED7A; + remoteInfo = vstxsynth; + }; + 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4476A10093DCAF9008998C4; + remoteInfo = surrounddelay; + }; + 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4FF52F3092A312800DDED7A; + remoteInfo = minihost; + }; + 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = AudioUnit; + }; + 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + proxyType = 2; + remoteGlobalIDString = F4C9F1D407B2320800010DAD; + remoteInfo = VST; + }; + 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = AudioUnit; + }; + 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4C9F1D407B2320800010DAD; + remoteInfo = VST; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; + 2407DE920899296600EB68BF /* Flutter.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Flutter.vst; sourceTree = BUILT_PRODUCTS_DIR; }; + 2407DEB6089929BA00EB68BF /* Flutter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Flutter.cpp; path = source/Flutter.cpp; sourceTree = ""; }; + 2434720A098313350063BBF1 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; + 245463B80991757100464AD3 /* Flutter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Flutter.h; path = source/Flutter.h; sourceTree = ""; }; + 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10014.bmp; sourceTree = ""; }; + 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10015.bmp; sourceTree = ""; }; + 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10016.bmp; sourceTree = ""; }; + 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = controlsgui.cpp; sourceTree = ""; }; + 24A200050F90D1DD003BB5A7 /* controlsgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = controlsgui.h; sourceTree = ""; }; + 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteditor.cpp; sourceTree = ""; }; + 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteditor.h; sourceTree = ""; }; + 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteffect.cpp; sourceTree = ""; }; + 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteffect.h; sourceTree = ""; }; + 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestmain.cpp; sourceTree = ""; }; + 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestview.cpp; sourceTree = ""; }; + 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtestview.h; sourceTree = ""; }; + 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pprimitivesviews.cpp; sourceTree = ""; }; + 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pprimitivesviews.h; sourceTree = ""; }; + 24A200100F90D1DD003BB5A7 /* drawtest.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.def; sourceTree = ""; }; + 24A200110F90D1DD003BB5A7 /* drawtest.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.rc; sourceTree = ""; }; + 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = drawtest.vcproj; sourceTree = ""; }; + 24A200140F90D1DD003BB5A7 /* drawtest.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsp; sourceTree = ""; }; + 24A200150F90D1DD003BB5A7 /* drawtest.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsw; sourceTree = ""; }; + 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aeffguieditor.cpp; sourceTree = ""; }; + 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffguieditor.h; sourceTree = ""; }; + 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfileselector.cpp; sourceTree = ""; }; + 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfileselector.h; sourceTree = ""; }; + 24A2001B0F90D1DD003BB5A7 /* Changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog; sourceTree = ""; }; + 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cscrollview.cpp; sourceTree = ""; }; + 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cscrollview.h; sourceTree = ""; }; + 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ctabview.cpp; sourceTree = ""; }; + 24A2001F0F90D1DD003BB5A7 /* ctabview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ctabview.h; sourceTree = ""; }; + 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8cpp.html; sourceTree = ""; }; + 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8h.html; sourceTree = ""; }; + 24A200240F90D1DD003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = annotated.html; sourceTree = ""; }; + 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8cpp.html; sourceTree = ""; }; + 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8h.html; sourceTree = ""; }; + 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_a_eff_g_u_i_editor-members.html"; sourceTree = ""; }; + 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_a_eff_g_u_i_editor.html; sourceTree = ""; }; + 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_anim_knob-members.html"; sourceTree = ""; }; + 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_anim_knob.html; sourceTree = ""; }; + 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_anim_knob.png; sourceTree = ""; }; + 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_attribute_list_entry-members.html"; sourceTree = ""; }; + 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_attribute_list_entry.html; sourceTree = ""; }; + 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_auto_animation-members.html"; sourceTree = ""; }; + 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_auto_animation.html; sourceTree = ""; }; + 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_auto_animation.png; sourceTree = ""; }; + 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_bitmap-members.html"; sourceTree = ""; }; + 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_bitmap.html; sourceTree = ""; }; + 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_bitmap.png; sourceTree = ""; }; + 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_c_view-members.html"; sourceTree = ""; }; + 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_c_view.html; sourceTree = ""; }; + 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control-members.html"; sourceTree = ""; }; + 24A200370F90D1DD003BB5A7 /* class_c_control.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control.html; sourceTree = ""; }; + 24A200380F90D1DD003BB5A7 /* class_c_control.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control.png; sourceTree = ""; }; + 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control_listener-members.html"; sourceTree = ""; }; + 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control_listener.html; sourceTree = ""; }; + 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control_listener.png; sourceTree = ""; }; + 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_drag_container-members.html"; sourceTree = ""; }; + 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_drag_container.html; sourceTree = ""; }; + 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_drag_container.png; sourceTree = ""; }; + 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_draw_context-members.html"; sourceTree = ""; }; + 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_draw_context.html; sourceTree = ""; }; + 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_draw_context.png; sourceTree = ""; }; + 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_file_selector-members.html"; sourceTree = ""; }; + 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_file_selector.html; sourceTree = ""; }; + 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_frame-members.html"; sourceTree = ""; }; + 24A200450F90D1DD003BB5A7 /* class_c_frame.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_frame.html; sourceTree = ""; }; + 24A200460F90D1DD003BB5A7 /* class_c_frame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_frame.png; sourceTree = ""; }; + 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_slider-members.html"; sourceTree = ""; }; + 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_slider.html; sourceTree = ""; }; + 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_slider.png; sourceTree = ""; }; + 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_switch-members.html"; sourceTree = ""; }; + 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_switch.html; sourceTree = ""; }; + 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_switch.png; sourceTree = ""; }; + 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_kick_button-members.html"; sourceTree = ""; }; + 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_kick_button.html; sourceTree = ""; }; + 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_kick_button.png; sourceTree = ""; }; + 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_knob-members.html"; sourceTree = ""; }; + 24A200510F90D1DD003BB5A7 /* class_c_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_knob.html; sourceTree = ""; }; + 24A200520F90D1DD003BB5A7 /* class_c_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_knob.png; sourceTree = ""; }; + 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_bitmap-members.html"; sourceTree = ""; }; + 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_bitmap.html; sourceTree = ""; }; + 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_bitmap.png; sourceTree = ""; }; + 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_button-members.html"; sourceTree = ""; }; + 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_button.html; sourceTree = ""; }; + 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_button.png; sourceTree = ""; }; + 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_offscreen_context-members.html"; sourceTree = ""; }; + 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_offscreen_context.html; sourceTree = ""; }; + 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_offscreen_context.png; sourceTree = ""; }; + 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_on_off_button-members.html"; sourceTree = ""; }; + 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_on_off_button.html; sourceTree = ""; }; + 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_on_off_button.png; sourceTree = ""; }; + 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu-members.html"; sourceTree = ""; }; + 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu.html; sourceTree = ""; }; + 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu.png; sourceTree = ""; }; + 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu_scheme-members.html"; sourceTree = ""; }; + 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu_scheme.html; sourceTree = ""; }; + 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu_scheme.png; sourceTree = ""; }; + 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_param_display-members.html"; sourceTree = ""; }; + 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_param_display.html; sourceTree = ""; }; + 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_param_display.png; sourceTree = ""; }; + 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_reference_counter-members.html"; sourceTree = ""; }; + 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_reference_counter.html; sourceTree = ""; }; + 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_reference_counter.png; sourceTree = ""; }; + 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_rocker_switch-members.html"; sourceTree = ""; }; + 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_rocker_switch.html; sourceTree = ""; }; + 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_rocker_switch.png; sourceTree = ""; }; + 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_container-members.html"; sourceTree = ""; }; + 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_container.html; sourceTree = ""; }; + 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_container.png; sourceTree = ""; }; + 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_view-members.html"; sourceTree = ""; }; + 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_view.html; sourceTree = ""; }; + 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_view.png; sourceTree = ""; }; + 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scrollbar-members.html"; sourceTree = ""; }; + 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scrollbar.html; sourceTree = ""; }; + 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scrollbar.png; sourceTree = ""; }; + 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_slider-members.html"; sourceTree = ""; }; + 24A200780F90D1DD003BB5A7 /* class_c_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_slider.html; sourceTree = ""; }; + 24A200790F90D1DD003BB5A7 /* class_c_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_slider.png; sourceTree = ""; }; + 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_special_digit-members.html"; sourceTree = ""; }; + 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_special_digit.html; sourceTree = ""; }; + 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_special_digit.png; sourceTree = ""; }; + 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen-members.html"; sourceTree = ""; }; + 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen.html; sourceTree = ""; }; + 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen.png; sourceTree = ""; }; + 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen_view-members.html"; sourceTree = ""; }; + 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen_view.html; sourceTree = ""; }; + 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen_view.png; sourceTree = ""; }; + 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_button-members.html"; sourceTree = ""; }; + 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_button.html; sourceTree = ""; }; + 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_button.png; sourceTree = ""; }; + 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_child_view-members.html"; sourceTree = ""; }; + 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_child_view.html; sourceTree = ""; }; + 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_child_view.png; sourceTree = ""; }; + 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_view-members.html"; sourceTree = ""; }; + 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_view.html; sourceTree = ""; }; + 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_view.png; sourceTree = ""; }; + 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_edit-members.html"; sourceTree = ""; }; + 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_edit.html; sourceTree = ""; }; + 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_edit.png; sourceTree = ""; }; + 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_label-members.html"; sourceTree = ""; }; + 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_label.html; sourceTree = ""; }; + 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_label.png; sourceTree = ""; }; + 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_slider-members.html"; sourceTree = ""; }; + 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_slider.html; sourceTree = ""; }; + 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_slider.png; sourceTree = ""; }; + 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_switch-members.html"; sourceTree = ""; }; + 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_switch.html; sourceTree = ""; }; + 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_switch.png; sourceTree = ""; }; + 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view-members.html"; sourceTree = ""; }; + 24A200990F90D1DD003BB5A7 /* class_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view.html; sourceTree = ""; }; + 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view.png; sourceTree = ""; }; + 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view_container-members.html"; sourceTree = ""; }; + 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view_container.html; sourceTree = ""; }; + 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view_container.png; sourceTree = ""; }; + 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vu_meter-members.html"; sourceTree = ""; }; + 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vu_meter.html; sourceTree = ""; }; + 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vu_meter.png; sourceTree = ""; }; + 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_i_scrollbar_drawer-members.html"; sourceTree = ""; }; + 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_i_scrollbar_drawer.html; sourceTree = ""; }; + 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_plugin_g_u_i_editor-members.html"; sourceTree = ""; }; + 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_plugin_g_u_i_editor.html; sourceTree = ""; }; + 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8cpp.html; sourceTree = ""; }; + 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8h.html; sourceTree = ""; }; + 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8cpp.html; sourceTree = ""; }; + 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8h.html; sourceTree = ""; }; + 24A200A90F90D1DD003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = deprecated.html; sourceTree = ""; }; + 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = doc_8h.html; sourceTree = ""; }; + 24A200AB0F90D1DD003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; + 24A200AC0F90D1DD003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; + 24A200AD0F90D1DD003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = files.html; sourceTree = ""; }; + 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; + 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; + 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; + 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; + 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; + 24A200B30F90D1DE003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; + 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; + 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; + 24A200B60F90D1DE003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; + 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; + 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; + 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; + 24A200BA0F90D1DE003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions.html; sourceTree = ""; }; + 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x62.html; sourceTree = ""; }; + 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x63.html; sourceTree = ""; }; + 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x64.html; sourceTree = ""; }; + 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x65.html; sourceTree = ""; }; + 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x66.html; sourceTree = ""; }; + 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x67.html; sourceTree = ""; }; + 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x68.html; sourceTree = ""; }; + 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x69.html; sourceTree = ""; }; + 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6b.html; sourceTree = ""; }; + 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6c.html; sourceTree = ""; }; + 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6d.html; sourceTree = ""; }; + 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6e.html; sourceTree = ""; }; + 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6f.html; sourceTree = ""; }; + 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x70.html; sourceTree = ""; }; + 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x72.html; sourceTree = ""; }; + 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x73.html; sourceTree = ""; }; + 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x74.html; sourceTree = ""; }; + 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x75.html; sourceTree = ""; }; + 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x76.html; sourceTree = ""; }; + 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x77.html; sourceTree = ""; }; + 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x78.html; sourceTree = ""; }; + 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x79.html; sourceTree = ""; }; + 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7a.html; sourceTree = ""; }; + 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7e.html; sourceTree = ""; }; + 24A200D30F90D1DE003BB5A7 /* functions_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_eval.html; sourceTree = ""; }; + 24A200D40F90D1DE003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func.html; sourceTree = ""; }; + 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x62.html; sourceTree = ""; }; + 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x63.html; sourceTree = ""; }; + 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x64.html; sourceTree = ""; }; + 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x65.html; sourceTree = ""; }; + 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x66.html; sourceTree = ""; }; + 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x67.html; sourceTree = ""; }; + 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x68.html; sourceTree = ""; }; + 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x69.html; sourceTree = ""; }; + 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6c.html; sourceTree = ""; }; + 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6d.html; sourceTree = ""; }; + 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6e.html; sourceTree = ""; }; + 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6f.html; sourceTree = ""; }; + 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x70.html; sourceTree = ""; }; + 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x72.html; sourceTree = ""; }; + 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x73.html; sourceTree = ""; }; + 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x74.html; sourceTree = ""; }; + 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x75.html; sourceTree = ""; }; + 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x76.html; sourceTree = ""; }; + 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x77.html; sourceTree = ""; }; + 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x7e.html; sourceTree = ""; }; + 24A200E90F90D1DE003BB5A7 /* functions_rela.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_rela.html; sourceTree = ""; }; + 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars.html; sourceTree = ""; }; + 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x62.html; sourceTree = ""; }; + 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x63.html; sourceTree = ""; }; + 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x64.html; sourceTree = ""; }; + 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x65.html; sourceTree = ""; }; + 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x66.html; sourceTree = ""; }; + 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x67.html; sourceTree = ""; }; + 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x68.html; sourceTree = ""; }; + 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x69.html; sourceTree = ""; }; + 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6b.html; sourceTree = ""; }; + 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6c.html; sourceTree = ""; }; + 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6d.html; sourceTree = ""; }; + 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6e.html; sourceTree = ""; }; + 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6f.html; sourceTree = ""; }; + 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x70.html; sourceTree = ""; }; + 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x72.html; sourceTree = ""; }; + 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x73.html; sourceTree = ""; }; + 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x74.html; sourceTree = ""; }; + 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x75.html; sourceTree = ""; }; + 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x76.html; sourceTree = ""; }; + 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x77.html; sourceTree = ""; }; + 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x78.html; sourceTree = ""; }; + 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x79.html; sourceTree = ""; }; + 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x7a.html; sourceTree = ""; }; + 24A201020F90D1DE003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals.html; sourceTree = ""; }; + 24A201030F90D1DE003BB5A7 /* globals_0x61.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x61.html; sourceTree = ""; }; + 24A201040F90D1DE003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x62.html; sourceTree = ""; }; + 24A201050F90D1DE003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x63.html; sourceTree = ""; }; + 24A201060F90D1DE003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x65.html; sourceTree = ""; }; + 24A201070F90D1DE003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x66.html; sourceTree = ""; }; + 24A201080F90D1DE003BB5A7 /* globals_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x67.html; sourceTree = ""; }; + 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6b.html; sourceTree = ""; }; + 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6d.html; sourceTree = ""; }; + 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6e.html; sourceTree = ""; }; + 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6f.html; sourceTree = ""; }; + 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x71.html; sourceTree = ""; }; + 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x72.html; sourceTree = ""; }; + 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x73.html; sourceTree = ""; }; + 24A201100F90D1DE003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x74.html; sourceTree = ""; }; + 24A201110F90D1DE003BB5A7 /* globals_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x75.html; sourceTree = ""; }; + 24A201120F90D1DE003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x76.html; sourceTree = ""; }; + 24A201130F90D1DE003BB5A7 /* globals_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x77.html; sourceTree = ""; }; + 24A201140F90D1DE003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_defs.html; sourceTree = ""; }; + 24A201150F90D1DE003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_enum.html; sourceTree = ""; }; + 24A201160F90D1DE003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_eval.html; sourceTree = ""; }; + 24A201170F90D1DE003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_type.html; sourceTree = ""; }; + 24A201180F90D1DE003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_vars.html; sourceTree = ""; }; + 24A201190F90D1DE003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = hierarchy.html; sourceTree = ""; }; + 24A2011A0F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; + 24A2011B0F90D1DE003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = intro.html; sourceTree = ""; }; + 24A2011C0F90D1DE003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = license.html; sourceTree = ""; }; + 24A2011D0F90D1DE003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = maceditor.html; sourceTree = ""; }; + 24A2011E0F90D1DE003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = main.html; sourceTree = ""; }; + 24A2011F0F90D1DE003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = others.html; sourceTree = ""; }; + 24A201200F90D1DE003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = pages.html; sourceTree = ""; }; + 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8cpp.html; sourceTree = ""; }; + 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8h.html; sourceTree = ""; }; + 24A201230F90D1DE003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = sequences.html; sourceTree = ""; }; + 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_color-members.html"; sourceTree = ""; }; + 24A201250F90D1DE003BB5A7 /* struct_c_color.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_color.html; sourceTree = ""; }; + 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_point-members.html"; sourceTree = ""; }; + 24A201270F90D1DE003BB5A7 /* struct_c_point.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_point.html; sourceTree = ""; }; + 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_rect-members.html"; sourceTree = ""; }; + 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_rect.html; sourceTree = ""; }; + 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_e_rect-members.html"; sourceTree = ""; }; + 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_e_rect.html; sourceTree = ""; }; + 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; + 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_select.html; sourceTree = ""; }; + 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; + 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_type.html; sourceTree = ""; }; + 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; + 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_key_code.html; sourceTree = ""; }; + 24A201320F90D1DE003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; + 24A201330F90D1DE003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; + 24A201340F90D1DE003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; + 24A201350F90D1DE003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; + 24A201360F90D1DE003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = thanks.html; sourceTree = ""; }; + 24A201370F90D1DE003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = tree.html; sourceTree = ""; }; + 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8cpp.html; sourceTree = ""; }; + 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8h.html; sourceTree = ""; }; + 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8cpp.html; sourceTree = ""; }; + 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8h.html; sourceTree = ""; }; + 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstkeycode_8h.html; sourceTree = ""; }; + 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstoffline.html; sourceTree = ""; }; + 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstparamstruct.html; sourceTree = ""; }; + 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugscarbon_8h.html; sourceTree = ""; }; + 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmac_8h.html; sourceTree = ""; }; + 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmacho_8h.html; sourceTree = ""; }; + 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsquartz_8h.html; sourceTree = ""; }; + 24A201430F90D1DE003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = whatsnew.html; sourceTree = ""; }; + 24A201440F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; + 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Migrating from 2.3.rtf"; sourceTree = ""; }; + 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = plugguieditor.cpp; sourceTree = ""; }; + 24A201470F90D1DE003BB5A7 /* plugguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plugguieditor.h; sourceTree = ""; }; + 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstcontrols.cpp; sourceTree = ""; }; + 24A201490F90D1DE003BB5A7 /* vstcontrols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstcontrols.h; sourceTree = ""; }; + 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstgui.cpp; sourceTree = ""; }; + 24A2014B0F90D1DE003BB5A7 /* vstgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstgui.h; sourceTree = ""; }; + 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstkeycode.h; sourceTree = ""; }; + 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugscarbon.h; sourceTree = ""; }; + 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmac.h; sourceTree = ""; }; + 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmacho.h; sourceTree = ""; }; + 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsquartz.h; sourceTree = ""; }; + 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = Thumbs.db; sourceTree = ""; }; + 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = VST_Logo_Usage_Guideline.pdf; sourceTree = ""; }; + 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = VSTLogoAlpha.png; sourceTree = ""; }; + 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoBlack.jpg; sourceTree = ""; }; + 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoWhite.jpg; sourceTree = ""; }; + 24A2FEC60F90D1DC003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = VSTMonitor; sourceTree = ""; }; + 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PkgInfo; sourceTree = ""; }; + 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50000.bmp; sourceTree = ""; }; + 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50001.bmp; sourceTree = ""; }; + 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50002.bmp; sourceTree = ""; }; + 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50003.bmp; sourceTree = ""; }; + 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50004.bmp; sourceTree = ""; }; + 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50005.bmp; sourceTree = ""; }; + 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50006.bmp; sourceTree = ""; }; + 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50007.bmp; sourceTree = ""; }; + 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50008.bmp; sourceTree = ""; }; + 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = VSTParamTool.app; sourceTree = ""; }; + 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstmonitor.dll; sourceTree = ""; }; + 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstparamtool.exe; sourceTree = ""; }; + 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = folder.gif; sourceTree = ""; }; + 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = mac.gif; sourceTree = ""; }; + 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo_small.jpg; sourceTree = ""; }; + 24A2FEDD0F90D1DC003BB5A7 /* win.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = win.gif; sourceTree = ""; }; + 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffect_8h.html; sourceTree = ""; }; + 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffectx_8h.html; sourceTree = ""; }; + 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffeditor_8h.html; sourceTree = ""; }; + 24A2FEE20F90D1DC003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotated.html; sourceTree = ""; }; + 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8cpp.html; sourceTree = ""; }; + 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8h.html; sourceTree = ""; }; + 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8cpp.html; sourceTree = ""; }; + 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8h.html; sourceTree = ""; }; + 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Blocksizechange.gif; sourceTree = ""; }; + 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_a_eff_editor-members.html"; sourceTree = ""; }; + 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_a_eff_editor.html; sourceTree = ""; }; + 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect-members.html"; sourceTree = ""; }; + 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect.html; sourceTree = ""; }; + 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect.png; sourceTree = ""; }; + 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect_x-members.html"; sourceTree = ""; }; + 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect_x.html; sourceTree = ""; }; + 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect_x.png; sourceTree = ""; }; + 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ControlChanged.gif; sourceTree = ""; }; + 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = deprecated.html; sourceTree = ""; }; + 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_2d3252dd12c84c66c1d25b26bb45a1f5.html; sourceTree = ""; }; + 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_77c628dfee72e555f82d5ef53b733f38.html; sourceTree = ""; }; + 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_f81105d3b854bea570aaf3bae5cb64c1.html; sourceTree = ""; }; + 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_fa0454ab79b4262333bf837ea3d765e9.html; sourceTree = ""; }; + 24A2FEF60F90D1DC003BB5A7 /* dirs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dirs.html; sourceTree = ""; }; + 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = doc_8h.html; sourceTree = ""; }; + 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; + 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; + 24A2FEFA0F90D1DC003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = files.html; sourceTree = ""; }; + 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; + 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; + 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; + 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; + 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; + 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; + 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; + 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; + 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; + 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; + 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; + 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; + 24A2FF070F90D1DC003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions.html; sourceTree = ""; }; + 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x62.html; sourceTree = ""; }; + 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x63.html; sourceTree = ""; }; + 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x64.html; sourceTree = ""; }; + 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x65.html; sourceTree = ""; }; + 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x66.html; sourceTree = ""; }; + 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x67.html; sourceTree = ""; }; + 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x68.html; sourceTree = ""; }; + 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x69.html; sourceTree = ""; }; + 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6b.html; sourceTree = ""; }; + 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6c.html; sourceTree = ""; }; + 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6d.html; sourceTree = ""; }; + 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6e.html; sourceTree = ""; }; + 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6f.html; sourceTree = ""; }; + 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x70.html; sourceTree = ""; }; + 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x72.html; sourceTree = ""; }; + 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x73.html; sourceTree = ""; }; + 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x74.html; sourceTree = ""; }; + 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x75.html; sourceTree = ""; }; + 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x76.html; sourceTree = ""; }; + 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x77.html; sourceTree = ""; }; + 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x78.html; sourceTree = ""; }; + 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x79.html; sourceTree = ""; }; + 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x7e.html; sourceTree = ""; }; + 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_func.html; sourceTree = ""; }; + 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars.html; sourceTree = ""; }; + 24A2FF210F90D1DC003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals.html; sourceTree = ""; }; + 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x62.html; sourceTree = ""; }; + 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x63.html; sourceTree = ""; }; + 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x64.html; sourceTree = ""; }; + 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x65.html; sourceTree = ""; }; + 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x66.html; sourceTree = ""; }; + 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6b.html; sourceTree = ""; }; + 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6d.html; sourceTree = ""; }; + 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x74.html; sourceTree = ""; }; + 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x76.html; sourceTree = ""; }; + 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_defs.html; sourceTree = ""; }; + 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_enum.html; sourceTree = ""; }; + 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval.html; sourceTree = ""; }; + 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x65.html; sourceTree = ""; }; + 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6b.html; sourceTree = ""; }; + 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6d.html; sourceTree = ""; }; + 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x76.html; sourceTree = ""; }; + 24A2FF320F90D1DC003BB5A7 /* globals_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_func.html; sourceTree = ""; }; + 24A2FF330F90D1DC003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_type.html; sourceTree = ""; }; + 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_vars.html; sourceTree = ""; }; + 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = hierarchy.html; sourceTree = ""; }; + 24A2FF360F90D1DC003BB5A7 /* history.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = history.html; sourceTree = ""; }; + 24A2FF370F90D1DC003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Initialisation.gif; sourceTree = ""; }; + 24A2FF390F90D1DC003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = intro.html; sourceTree = ""; }; + 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = IOchange.gif; sourceTree = ""; }; + 24A2FF3B0F90D1DC003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = license.html; sourceTree = ""; }; + 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = maceditor.html; sourceTree = ""; }; + 24A2FF3D0F90D1DC003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = main.html; sourceTree = ""; }; + 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_host_can_dos.html; sourceTree = ""; }; + 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_plug_can_dos.html; sourceTree = ""; }; + 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers.html; sourceTree = ""; }; + 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers_vars.html; sourceTree = ""; }; + 24A2FF420F90D1DC003BB5A7 /* namespaces.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespaces.html; sourceTree = ""; }; + 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Offlineprocessing.gif; sourceTree = ""; }; + 24A2FF440F90D1DC003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = others.html; sourceTree = ""; }; + 24A2FF450F90D1DC003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = pages.html; sourceTree = ""; }; + 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Sampleratechange.gif; sourceTree = ""; }; + 24A2FF470F90D1DC003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sequences.html; sourceTree = ""; }; + 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = SpeakerarrangementnegotiationforVSTfx.gif; sourceTree = ""; }; + 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_a_effect-members.html"; sourceTree = ""; }; + 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_a_effect.html; sourceTree = ""; }; + 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_e_rect-members.html"; sourceTree = ""; }; + 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_e_rect.html; sourceTree = ""; }; + 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_key_name-members.html"; sourceTree = ""; }; + 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_key_name.html; sourceTree = ""; }; + 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_category-members.html"; sourceTree = ""; }; + 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_category.html; sourceTree = ""; }; + 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_name-members.html"; sourceTree = ""; }; + 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_name.html; sourceTree = ""; }; + 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file-members.html"; sourceTree = ""; }; + 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file.html; sourceTree = ""; }; + 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file_marker-members.html"; sourceTree = ""; }; + 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file_marker.html; sourceTree = ""; }; + 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_event-members.html"; sourceTree = ""; }; + 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_event.html; sourceTree = ""; }; + 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_events-members.html"; sourceTree = ""; }; + 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_events.html; sourceTree = ""; }; + 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; + 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_select.html; sourceTree = ""; }; + 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; + 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_type.html; sourceTree = ""; }; + 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; + 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_key_code.html; sourceTree = ""; }; + 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_event-members.html"; sourceTree = ""; }; + 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_event.html; sourceTree = ""; }; + 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_sysex_event-members.html"; sourceTree = ""; }; + 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_sysex_event.html; sourceTree = ""; }; + 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_offline_task-members.html"; sourceTree = ""; }; + 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_offline_task.html; sourceTree = ""; }; + 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_parameter_properties-members.html"; sourceTree = ""; }; + 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_parameter_properties.html; sourceTree = ""; }; + 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_patch_chunk_info-members.html"; sourceTree = ""; }; + 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_patch_chunk_info.html; sourceTree = ""; }; + 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_pin_properties-members.html"; sourceTree = ""; }; + 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_pin_properties.html; sourceTree = ""; }; + 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_arrangement-members.html"; sourceTree = ""; }; + 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_arrangement.html; sourceTree = ""; }; + 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_properties-members.html"; sourceTree = ""; }; + 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_properties.html; sourceTree = ""; }; + 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_time_info-members.html"; sourceTree = ""; }; + 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_time_info.html; sourceTree = ""; }; + 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_variable_io-members.html"; sourceTree = ""; }; + 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_variable_io.html; sourceTree = ""; }; + 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_window-members.html"; sourceTree = ""; }; + 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_window.html; sourceTree = ""; }; + 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_bank-members.html"; sourceTree = ""; }; + 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_bank.html; sourceTree = ""; }; + 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_program-members.html"; sourceTree = ""; }; + 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_program.html; sourceTree = ""; }; + 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; + 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; + 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; + 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; + 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Termination.gif; sourceTree = ""; }; + 24A2FF800F90D1DD003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = thanks.html; sourceTree = ""; }; + 24A2FF810F90D1DD003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tree.html; sourceTree = ""; }; + 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOff.gif; sourceTree = ""; }; + 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOn.gif; sourceTree = ""; }; + 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstfxstore_8h.html; sourceTree = ""; }; + 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstoffline.html; sourceTree = ""; }; + 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstparamstruct.html; sourceTree = ""; }; + 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo.jpg; sourceTree = ""; }; + 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstplugmain_8cpp.html; sourceTree = ""; }; + 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = whatsnew.html; sourceTree = ""; }; + 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.menu.html; sourceTree = ""; }; + 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.overview.html; sourceTree = ""; }; + 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = sdkdoc.css; sourceTree = ""; }; + 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "VST Licensing Agreement.rtf"; sourceTree = ""; }; + 24A2FF8E0F90D1DD003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + 24A2FF910F90D1DD003BB5A7 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelay.cpp; sourceTree = ""; }; + 24A2FF990F90D1DD003BB5A7 /* adelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adelay.h; sourceTree = ""; }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelaymain.cpp; sourceTree = ""; }; + 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00128.bmp; sourceTree = ""; }; + 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00129.bmp; sourceTree = ""; }; + 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00130.bmp; sourceTree = ""; }; + 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.rc; sourceTree = ""; }; + 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sdeditor.cpp; sourceTree = ""; }; + 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sdeditor.h; sourceTree = ""; }; + 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surrounddelay.cpp; sourceTree = ""; }; + 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surrounddelay.h; sourceTree = ""; }; + 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; + 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; + 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = again.cpp; sourceTree = ""; }; + 24A2FFAB0F90D1DD003BB5A7 /* again.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = again.h; sourceTree = ""; }; + 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; + 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "minihost-Info.plist"; sourceTree = ""; }; + 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "vst 2.4 examples.xcodeproj"; sourceTree = ""; }; + 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = vst2.4Info.plist; sourceTree = ""; }; + 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minieditor.cpp; sourceTree = ""; }; + 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minihost.cpp; sourceTree = ""; }; + 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; + 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.rc; sourceTree = ""; }; + 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.vstxml; sourceTree = ""; }; + 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmnames.h; sourceTree = ""; }; + 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynth.cpp; sourceTree = ""; }; + 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstxsynth.h; sourceTree = ""; }; + 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynthproc.cpp; sourceTree = ""; }; + 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; + 24A2FFC60F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; + 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstplug.def; sourceTree = ""; }; + 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; + 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; + 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; + 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; + 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; + 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; + 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = adelay.dsp; sourceTree = ""; }; + 24A2FFD10F90D1DD003BB5A7 /* again.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = again.dsp; sourceTree = ""; }; + 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = minihost.dsp; sourceTree = ""; }; + 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.dsw; sourceTree = ""; }; + 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.dsp; sourceTree = ""; }; + 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.dsp; sourceTree = ""; }; + 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = audiounit.exp; sourceTree = ""; }; + 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "cw_vst_prefix.pch++"; sourceTree = ""; }; + 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */ = {isa = PBXFileReference; lastKnownFileType = file; path = drawtest.cw9prj; sourceTree = ""; }; + 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.plc; sourceTree = ""; }; + 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcode; sourceTree = ""; }; + 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcodeproj; sourceTree = ""; }; + 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_au_prefix.h; sourceTree = ""; }; + 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_vst_prefix.h; sourceTree = ""; }; + 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = audiounit.r; sourceTree = ""; }; + 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00001.png; sourceTree = ""; }; + 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00100.png; sourceTree = ""; }; + 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp01000.png; sourceTree = ""; }; + 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10001.bmp; sourceTree = ""; }; + 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10002.bmp; sourceTree = ""; }; + 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10003.bmp; sourceTree = ""; }; + 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10004.bmp; sourceTree = ""; }; + 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10005.bmp; sourceTree = ""; }; + 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10006.bmp; sourceTree = ""; }; + 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10007.bmp; sourceTree = ""; }; + 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10008.bmp; sourceTree = ""; }; + 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10009.bmp; sourceTree = ""; }; + 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10010.bmp; sourceTree = ""; }; + 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10011.bmp; sourceTree = ""; }; + 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10012.bmp; sourceTree = ""; }; + 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10013.bmp; sourceTree = ""; }; + 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; + 24D8286F09A914000093AEF8 /* FlutterProc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FlutterProc.cpp; path = source/FlutterProc.cpp; sourceTree = ""; }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* FM-Chopper */ = { + isa = PBXGroup; + children = ( + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + 089C167CFE841241C02AAC07 /* Resources */, + 08FB77ADFE841716C02AAC07 /* Source */, + 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */, + ); + name = "FM-Chopper"; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 2434720A098313350063BBF1 /* QuickTime.framework */, + 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */, + 24CFB70307E7A0220081BD57 /* PkgInfo */, + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 2407DEB6089929BA00EB68BF /* Flutter.cpp */, + 24D8286F09A914000093AEF8 /* FlutterProc.cpp */, + 245463B80991757100464AD3 /* Flutter.h */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 2407DE920899296600EB68BF /* Flutter.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A200030F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */, + 24A200050F90D1DD003BB5A7 /* controlsgui.h */, + 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */, + 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */, + 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */, + 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */, + 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */, + 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */, + 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */, + 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */, + 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */, + ); + name = source; + path = /vstsdk2.4/vstgui.sf/drawtest/source; + sourceTree = ""; + }; + 24A2000F0F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A200100F90D1DD003BB5A7 /* drawtest.def */, + 24A200110F90D1DD003BB5A7 /* drawtest.rc */, + 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */, + ); + name = win; + path = /vstsdk2.4/vstgui.sf/drawtest/win; + sourceTree = ""; + }; + 24A200130F90D1DD003BB5A7 /* win.vc6 */ = { + isa = PBXGroup; + children = ( + 24A200140F90D1DD003BB5A7 /* drawtest.dsp */, + 24A200150F90D1DD003BB5A7 /* drawtest.dsw */, + ); + name = win.vc6; + path = /vstsdk2.4/vstgui.sf/drawtest/win.vc6; + sourceTree = ""; + }; + 24A200160F90D1DD003BB5A7 /* vstgui */ = { + isa = PBXGroup; + children = ( + 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */, + 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */, + 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */, + 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */, + 24A2001B0F90D1DD003BB5A7 /* Changelog */, + 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */, + 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */, + 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */, + 24A2001F0F90D1DD003BB5A7 /* ctabview.h */, + 24A200200F90D1DD003BB5A7 /* Documentation */, + 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */, + 24A201470F90D1DE003BB5A7 /* plugguieditor.h */, + 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */, + 24A201490F90D1DE003BB5A7 /* vstcontrols.h */, + 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */, + 24A2014B0F90D1DE003BB5A7 /* vstgui.h */, + 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */, + 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */, + 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */, + 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */, + 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */, + ); + name = vstgui; + path = /vstsdk2.4/vstgui.sf/vstgui; + sourceTree = ""; + }; + 24A200200F90D1DD003BB5A7 /* Documentation */ = { + isa = PBXGroup; + children = ( + 24A200210F90D1DD003BB5A7 /* html */, + 24A201440F90D1DE003BB5A7 /* index.html */, + 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */, + ); + name = Documentation; + path = /vstsdk2.4/vstgui.sf/vstgui/Documentation; + sourceTree = ""; + }; + 24A200210F90D1DD003BB5A7 /* html */ = { + isa = PBXGroup; + children = ( + 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */, + 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */, + 24A200240F90D1DD003BB5A7 /* annotated.html */, + 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */, + 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */, + 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */, + 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */, + 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */, + 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */, + 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */, + 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */, + 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */, + 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */, + 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */, + 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */, + 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */, + 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */, + 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */, + 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */, + 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */, + 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */, + 24A200370F90D1DD003BB5A7 /* class_c_control.html */, + 24A200380F90D1DD003BB5A7 /* class_c_control.png */, + 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */, + 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */, + 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */, + 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */, + 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */, + 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */, + 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */, + 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */, + 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */, + 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */, + 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */, + 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */, + 24A200450F90D1DD003BB5A7 /* class_c_frame.html */, + 24A200460F90D1DD003BB5A7 /* class_c_frame.png */, + 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */, + 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */, + 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */, + 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */, + 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */, + 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */, + 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */, + 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */, + 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */, + 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */, + 24A200510F90D1DD003BB5A7 /* class_c_knob.html */, + 24A200520F90D1DD003BB5A7 /* class_c_knob.png */, + 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */, + 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */, + 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */, + 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */, + 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */, + 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */, + 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */, + 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */, + 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */, + 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */, + 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */, + 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */, + 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */, + 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */, + 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */, + 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */, + 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */, + 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */, + 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */, + 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */, + 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */, + 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */, + 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */, + 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */, + 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */, + 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */, + 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */, + 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */, + 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */, + 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */, + 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */, + 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */, + 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */, + 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */, + 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */, + 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */, + 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */, + 24A200780F90D1DD003BB5A7 /* class_c_slider.html */, + 24A200790F90D1DD003BB5A7 /* class_c_slider.png */, + 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */, + 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */, + 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */, + 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */, + 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */, + 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */, + 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */, + 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */, + 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */, + 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */, + 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */, + 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */, + 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */, + 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */, + 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */, + 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */, + 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */, + 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */, + 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */, + 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */, + 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */, + 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */, + 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */, + 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */, + 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */, + 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */, + 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */, + 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */, + 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */, + 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */, + 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */, + 24A200990F90D1DD003BB5A7 /* class_c_view.html */, + 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */, + 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */, + 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */, + 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */, + 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */, + 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */, + 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */, + 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */, + 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */, + 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */, + 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */, + 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */, + 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */, + 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */, + 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */, + 24A200A90F90D1DD003BB5A7 /* deprecated.html */, + 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */, + 24A200AB0F90D1DD003BB5A7 /* doxygen.css */, + 24A200AC0F90D1DD003BB5A7 /* doxygen.png */, + 24A200AD0F90D1DD003BB5A7 /* files.html */, + 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */, + 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */, + 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */, + 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */, + 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */, + 24A200B30F90D1DE003BB5A7 /* ftv2link.png */, + 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */, + 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */, + 24A200B60F90D1DE003BB5A7 /* ftv2node.png */, + 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */, + 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */, + 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */, + 24A200BA0F90D1DE003BB5A7 /* functions.html */, + 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */, + 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */, + 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */, + 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */, + 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */, + 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */, + 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */, + 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */, + 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */, + 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */, + 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */, + 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */, + 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */, + 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */, + 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */, + 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */, + 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */, + 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */, + 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */, + 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */, + 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */, + 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */, + 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */, + 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */, + 24A200D30F90D1DE003BB5A7 /* functions_eval.html */, + 24A200D40F90D1DE003BB5A7 /* functions_func.html */, + 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */, + 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */, + 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */, + 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */, + 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */, + 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */, + 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */, + 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */, + 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */, + 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */, + 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */, + 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */, + 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */, + 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */, + 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */, + 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */, + 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */, + 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */, + 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */, + 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */, + 24A200E90F90D1DE003BB5A7 /* functions_rela.html */, + 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */, + 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */, + 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */, + 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */, + 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */, + 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */, + 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */, + 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */, + 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */, + 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */, + 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */, + 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */, + 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */, + 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */, + 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */, + 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */, + 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */, + 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */, + 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */, + 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */, + 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */, + 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */, + 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */, + 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */, + 24A201020F90D1DE003BB5A7 /* globals.html */, + 24A201030F90D1DE003BB5A7 /* globals_0x61.html */, + 24A201040F90D1DE003BB5A7 /* globals_0x62.html */, + 24A201050F90D1DE003BB5A7 /* globals_0x63.html */, + 24A201060F90D1DE003BB5A7 /* globals_0x65.html */, + 24A201070F90D1DE003BB5A7 /* globals_0x66.html */, + 24A201080F90D1DE003BB5A7 /* globals_0x67.html */, + 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */, + 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */, + 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */, + 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */, + 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */, + 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */, + 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */, + 24A201100F90D1DE003BB5A7 /* globals_0x74.html */, + 24A201110F90D1DE003BB5A7 /* globals_0x75.html */, + 24A201120F90D1DE003BB5A7 /* globals_0x76.html */, + 24A201130F90D1DE003BB5A7 /* globals_0x77.html */, + 24A201140F90D1DE003BB5A7 /* globals_defs.html */, + 24A201150F90D1DE003BB5A7 /* globals_enum.html */, + 24A201160F90D1DE003BB5A7 /* globals_eval.html */, + 24A201170F90D1DE003BB5A7 /* globals_type.html */, + 24A201180F90D1DE003BB5A7 /* globals_vars.html */, + 24A201190F90D1DE003BB5A7 /* hierarchy.html */, + 24A2011A0F90D1DE003BB5A7 /* index.html */, + 24A2011B0F90D1DE003BB5A7 /* intro.html */, + 24A2011C0F90D1DE003BB5A7 /* license.html */, + 24A2011D0F90D1DE003BB5A7 /* maceditor.html */, + 24A2011E0F90D1DE003BB5A7 /* main.html */, + 24A2011F0F90D1DE003BB5A7 /* others.html */, + 24A201200F90D1DE003BB5A7 /* pages.html */, + 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */, + 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */, + 24A201230F90D1DE003BB5A7 /* sequences.html */, + 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */, + 24A201250F90D1DE003BB5A7 /* struct_c_color.html */, + 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */, + 24A201270F90D1DE003BB5A7 /* struct_c_point.html */, + 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */, + 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */, + 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */, + 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */, + 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */, + 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */, + 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */, + 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */, + 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */, + 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */, + 24A201320F90D1DE003BB5A7 /* tab_b.gif */, + 24A201330F90D1DE003BB5A7 /* tab_l.gif */, + 24A201340F90D1DE003BB5A7 /* tab_r.gif */, + 24A201350F90D1DE003BB5A7 /* tabs.css */, + 24A201360F90D1DE003BB5A7 /* thanks.html */, + 24A201370F90D1DE003BB5A7 /* tree.html */, + 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */, + 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */, + 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */, + 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */, + 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */, + 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */, + 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */, + 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */, + 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */, + 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */, + 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */, + 24A201430F90D1DE003BB5A7 /* whatsnew.html */, + ); + name = html; + path = /vstsdk2.4/vstgui.sf/vstgui/Documentation/html; + sourceTree = ""; + }; + 24A203CE0F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203D70F90D272003BB5A7 /* again.vst */, + 24A203D90F90D272003BB5A7 /* adelay.vst */, + 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */, + 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */, + 24A203DF0F90D272003BB5A7 /* minihost.app */, + ); + name = Products; + sourceTree = ""; + }; + 24A203E00F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203E50F90D272003BB5A7 /* drawtest.component */, + 24A203E70F90D272003BB5A7 /* drawtest.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A203E80F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203ED0F90D272003BB5A7 /* drawtest.component */, + 24A203EF0F90D272003BB5A7 /* drawtest.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */ = { + isa = PBXGroup; + children = ( + 24A2FEBC0F90D1DC003BB5A7 /* artwork */, + 24A2FEC20F90D1DC003BB5A7 /* bin */, + 24A2FED80F90D1DC003BB5A7 /* doc */, + 24A2FF8E0F90D1DD003BB5A7 /* index.html */, + 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */, + 24A2FF940F90D1DD003BB5A7 /* public.sdk */, + 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */, + ); + name = vstsdk2.4; + path = /vstsdk2.4; + sourceTree = ""; + }; + 24A2FEBC0F90D1DC003BB5A7 /* artwork */ = { + isa = PBXGroup; + children = ( + 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */, + 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */, + 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */, + 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */, + 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */, + ); + name = artwork; + path = /vstsdk2.4/artwork; + sourceTree = ""; + }; + 24A2FEC20F90D1DC003BB5A7 /* bin */ = { + isa = PBXGroup; + children = ( + 24A2FEC30F90D1DC003BB5A7 /* mac */, + 24A2FED50F90D1DC003BB5A7 /* win */, + ); + name = bin; + path = /vstsdk2.4/bin; + sourceTree = ""; + }; + 24A2FEC30F90D1DC003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */, + 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */, + ); + name = mac; + path = /vstsdk2.4/bin/mac; + sourceTree = ""; + }; + 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */ = { + isa = PBXGroup; + children = ( + 24A2FEC50F90D1DC003BB5A7 /* Contents */, + ); + name = VSTMonitor.vst; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst; + sourceTree = ""; + }; + 24A2FEC50F90D1DC003BB5A7 /* Contents */ = { + isa = PBXGroup; + children = ( + 24A2FEC60F90D1DC003BB5A7 /* Info.plist */, + 24A2FEC70F90D1DC003BB5A7 /* MacOS */, + 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */, + 24A2FECA0F90D1DC003BB5A7 /* Resources */, + ); + name = Contents; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents; + sourceTree = ""; + }; + 24A2FEC70F90D1DC003BB5A7 /* MacOS */ = { + isa = PBXGroup; + children = ( + 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */, + ); + name = MacOS; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/MacOS; + sourceTree = ""; + }; + 24A2FECA0F90D1DC003BB5A7 /* Resources */ = { + isa = PBXGroup; + children = ( + 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */, + 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */, + 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */, + 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */, + 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */, + 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */, + 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */, + 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */, + 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */, + ); + name = Resources; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/Resources; + sourceTree = ""; + }; + 24A2FED50F90D1DC003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */, + 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */, + ); + name = win; + path = /vstsdk2.4/bin/win; + sourceTree = ""; + }; + 24A2FED80F90D1DC003BB5A7 /* doc */ = { + isa = PBXGroup; + children = ( + 24A2FED90F90D1DC003BB5A7 /* gfx */, + 24A2FEDE0F90D1DC003BB5A7 /* html */, + 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */, + 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */, + 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */, + 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */, + ); + name = doc; + path = /vstsdk2.4/doc; + sourceTree = ""; + }; + 24A2FED90F90D1DC003BB5A7 /* gfx */ = { + isa = PBXGroup; + children = ( + 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */, + 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */, + 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */, + 24A2FEDD0F90D1DC003BB5A7 /* win.gif */, + ); + name = gfx; + path = /vstsdk2.4/doc/gfx; + sourceTree = ""; + }; + 24A2FEDE0F90D1DC003BB5A7 /* html */ = { + isa = PBXGroup; + children = ( + 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */, + 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */, + 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */, + 24A2FEE20F90D1DC003BB5A7 /* annotated.html */, + 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */, + 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */, + 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */, + 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */, + 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */, + 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */, + 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */, + 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */, + 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */, + 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */, + 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */, + 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */, + 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */, + 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */, + 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */, + 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */, + 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */, + 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */, + 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */, + 24A2FEF60F90D1DC003BB5A7 /* dirs.html */, + 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */, + 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */, + 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */, + 24A2FEFA0F90D1DC003BB5A7 /* files.html */, + 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */, + 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */, + 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */, + 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */, + 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */, + 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */, + 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */, + 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */, + 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */, + 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */, + 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */, + 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */, + 24A2FF070F90D1DC003BB5A7 /* functions.html */, + 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */, + 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */, + 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */, + 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */, + 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */, + 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */, + 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */, + 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */, + 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */, + 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */, + 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */, + 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */, + 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */, + 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */, + 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */, + 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */, + 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */, + 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */, + 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */, + 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */, + 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */, + 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */, + 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */, + 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */, + 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */, + 24A2FF210F90D1DC003BB5A7 /* globals.html */, + 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */, + 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */, + 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */, + 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */, + 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */, + 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */, + 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */, + 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */, + 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */, + 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */, + 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */, + 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */, + 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */, + 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */, + 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */, + 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */, + 24A2FF320F90D1DC003BB5A7 /* globals_func.html */, + 24A2FF330F90D1DC003BB5A7 /* globals_type.html */, + 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */, + 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */, + 24A2FF360F90D1DC003BB5A7 /* history.html */, + 24A2FF370F90D1DC003BB5A7 /* index.html */, + 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */, + 24A2FF390F90D1DC003BB5A7 /* intro.html */, + 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */, + 24A2FF3B0F90D1DC003BB5A7 /* license.html */, + 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */, + 24A2FF3D0F90D1DC003BB5A7 /* main.html */, + 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */, + 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */, + 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */, + 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */, + 24A2FF420F90D1DC003BB5A7 /* namespaces.html */, + 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */, + 24A2FF440F90D1DC003BB5A7 /* others.html */, + 24A2FF450F90D1DC003BB5A7 /* pages.html */, + 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */, + 24A2FF470F90D1DC003BB5A7 /* sequences.html */, + 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */, + 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */, + 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */, + 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */, + 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */, + 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */, + 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */, + 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */, + 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */, + 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */, + 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */, + 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */, + 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */, + 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */, + 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */, + 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */, + 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */, + 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */, + 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */, + 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */, + 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */, + 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */, + 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */, + 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */, + 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */, + 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */, + 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */, + 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */, + 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */, + 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */, + 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */, + 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */, + 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */, + 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */, + 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */, + 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */, + 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */, + 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */, + 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */, + 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */, + 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */, + 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */, + 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */, + 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */, + 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */, + 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */, + 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */, + 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */, + 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */, + 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */, + 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */, + 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */, + 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */, + 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */, + 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */, + 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */, + 24A2FF800F90D1DD003BB5A7 /* thanks.html */, + 24A2FF810F90D1DD003BB5A7 /* tree.html */, + 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */, + 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */, + 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */, + 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */, + 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */, + 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */, + 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */, + 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */, + ); + name = html; + path = /vstsdk2.4/doc/html; + sourceTree = ""; + }; + 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */ = { + isa = PBXGroup; + children = ( + 24A2FF900F90D1DD003BB5A7 /* vst2.x */, + ); + name = pluginterfaces; + path = /vstsdk2.4/pluginterfaces; + sourceTree = ""; + }; + 24A2FF900F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FF910F90D1DD003BB5A7 /* aeffect.h */, + 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */, + 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */, + ); + name = vst2.x; + path = /vstsdk2.4/pluginterfaces/vst2.x; + sourceTree = ""; + }; + 24A2FF940F90D1DD003BB5A7 /* public.sdk */ = { + isa = PBXGroup; + children = ( + 24A2FF950F90D1DD003BB5A7 /* samples */, + 24A2FFD60F90D1DD003BB5A7 /* source */, + ); + name = public.sdk; + path = /vstsdk2.4/public.sdk; + sourceTree = ""; + }; + 24A2FF950F90D1DD003BB5A7 /* samples */ = { + isa = PBXGroup; + children = ( + 24A2FF960F90D1DD003BB5A7 /* vst2.x */, + ); + name = samples; + path = /vstsdk2.4/public.sdk/samples; + sourceTree = ""; + }; + 24A2FF960F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FF970F90D1DD003BB5A7 /* adelay */, + 24A2FFA80F90D1DD003BB5A7 /* again */, + 24A2FFAE0F90D1DD003BB5A7 /* mac */, + 24A2FFB40F90D1DD003BB5A7 /* minihost */, + 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */, + 24A2FFC50F90D1DD003BB5A7 /* win */, + 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */, + 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */, + ); + name = vst2.x; + path = /vstsdk2.4/public.sdk/samples/vst2.x; + sourceTree = ""; + }; + 24A2FF970F90D1DD003BB5A7 /* adelay */ = { + isa = PBXGroup; + children = ( + 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */, + 24A2FF990F90D1DD003BB5A7 /* adelay.h */, + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */, + 24A2FF9B0F90D1DD003BB5A7 /* editor */, + 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */, + 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */, + 24A2FFA50F90D1DD003BB5A7 /* win */, + ); + name = adelay; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay; + sourceTree = ""; + }; + 24A2FF9B0F90D1DD003BB5A7 /* editor */ = { + isa = PBXGroup; + children = ( + 24A2FF9C0F90D1DD003BB5A7 /* resources */, + 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */, + 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */, + ); + name = editor; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor; + sourceTree = ""; + }; + 24A2FF9C0F90D1DD003BB5A7 /* resources */ = { + isa = PBXGroup; + children = ( + 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */, + 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */, + 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */, + 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */, + ); + name = resources; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor/resources; + sourceTree = ""; + }; + 24A2FFA50F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */, + 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/win; + sourceTree = ""; + }; + 24A2FFA80F90D1DD003BB5A7 /* again */ = { + isa = PBXGroup; + children = ( + 24A2FFA90F90D1DD003BB5A7 /* source */, + 24A2FFAC0F90D1DD003BB5A7 /* win */, + ); + name = again; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again; + sourceTree = ""; + }; + 24A2FFA90F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */, + 24A2FFAB0F90D1DD003BB5A7 /* again.h */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again/source; + sourceTree = ""; + }; + 24A2FFAC0F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again/win; + sourceTree = ""; + }; + 24A2FFAE0F90D1DD003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */, + 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */, + 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */, + ); + name = mac; + path = /vstsdk2.4/public.sdk/samples/vst2.x/mac; + sourceTree = ""; + }; + 24A2FFB40F90D1DD003BB5A7 /* minihost */ = { + isa = PBXGroup; + children = ( + 24A2FFB50F90D1DD003BB5A7 /* source */, + 24A2FFB80F90D1DD003BB5A7 /* win */, + ); + name = minihost; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost; + sourceTree = ""; + }; + 24A2FFB50F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */, + 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/source; + sourceTree = ""; + }; + 24A2FFB80F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/win; + sourceTree = ""; + }; + 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */ = { + isa = PBXGroup; + children = ( + 24A2FFBB0F90D1DD003BB5A7 /* resource */, + 24A2FFBE0F90D1DD003BB5A7 /* source */, + 24A2FFC30F90D1DD003BB5A7 /* win */, + ); + name = vstxsynth; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth; + sourceTree = ""; + }; + 24A2FFBB0F90D1DD003BB5A7 /* resource */ = { + isa = PBXGroup; + children = ( + 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */, + 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */, + ); + name = resource; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource; + sourceTree = ""; + }; + 24A2FFBE0F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */, + 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */, + 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */, + 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/source; + sourceTree = ""; + }; + 24A2FFC30F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/win; + sourceTree = ""; + }; + 24A2FFC50F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFC60F90D1DD003BB5A7 /* samples.sln */, + 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win; + sourceTree = ""; + }; + 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */ = { + isa = PBXGroup; + children = ( + 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */, + 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */, + 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */, + 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */, + 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */, + 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */, + ); + name = win.vc2003; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc2003; + sourceTree = ""; + }; + 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */ = { + isa = PBXGroup; + children = ( + 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */, + 24A2FFD10F90D1DD003BB5A7 /* again.dsp */, + 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */, + 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */, + 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */, + 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */, + ); + name = win.vc6; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc6; + sourceTree = ""; + }; + 24A2FFD60F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFD70F90D1DD003BB5A7 /* vst2.x */, + ); + name = source; + path = /vstsdk2.4/public.sdk/source; + sourceTree = ""; + }; + 24A2FFD70F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */, + 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */, + 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */, + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */, + 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */, + 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */, + ); + name = vst2.x; + path = /vstsdk2.4/public.sdk/source/vst2.x; + sourceTree = ""; + }; + 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */ = { + isa = PBXGroup; + children = ( + 24A2FFDF0F90D1DD003BB5A7 /* drawtest */, + 24A200160F90D1DD003BB5A7 /* vstgui */, + ); + name = vstgui.sf; + path = /vstsdk2.4/vstgui.sf; + sourceTree = ""; + }; + 24A2FFDF0F90D1DD003BB5A7 /* drawtest */ = { + isa = PBXGroup; + children = ( + 24A2FFE00F90D1DD003BB5A7 /* mac */, + 24A2FFEE0F90D1DD003BB5A7 /* resources */, + 24A200030F90D1DD003BB5A7 /* source */, + 24A2000F0F90D1DD003BB5A7 /* win */, + 24A200130F90D1DD003BB5A7 /* win.vc6 */, + ); + name = drawtest; + path = /vstsdk2.4/vstgui.sf/drawtest; + sourceTree = ""; + }; + 24A2FFE00F90D1DD003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */, + 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */, + 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */, + 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */, + 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */, + 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */, + 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */, + 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */, + 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */, + ); + name = mac; + path = /vstsdk2.4/vstgui.sf/drawtest/mac; + sourceTree = ""; + }; + 24A2FFEE0F90D1DD003BB5A7 /* resources */ = { + isa = PBXGroup; + children = ( + 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */, + 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */, + 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */, + 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */, + 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */, + 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */, + 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */, + 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */, + 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */, + 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */, + 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */, + 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */, + 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */, + 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */, + 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */, + 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */, + 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */, + 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */, + 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */, + 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */, + ); + name = resources; + path = /vstsdk2.4/vstgui.sf/drawtest/resources; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 245463B90991757100464AD3 /* Flutter.h in Headers */, + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, + 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */, + 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */, + 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */, + 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */, + 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */, + 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */, + 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */, + 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */, + 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */, + 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */, + 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */, + 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */, + 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */, + 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */, + 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */, + 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */, + 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */, + 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */, + 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */, + 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */, + 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */, + 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */, + 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */, + 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */, + 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */, + 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */, + 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */, + 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */, + 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */, + 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */, + 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */, + 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Flutter */ = { + isa = PBXNativeTarget; + buildConfigurationList = 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Flutter" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCF0486CAD60068D4B7 /* Rez */, + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Flutter; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = "FM-Chopper"; + productReference = 2407DE920899296600EB68BF /* Flutter.vst */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Flutter" */; + compatibilityVersion = "Xcode 2.4"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); + mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 24A203E00F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + }, + { + ProductGroup = 24A203E80F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + }, + { + ProductGroup = 24A203CE0F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Flutter */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 24A203D70F90D272003BB5A7 /* again.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = again.vst; + remoteRef = 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203D90F90D272003BB5A7 /* adelay.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = adelay.vst; + remoteRef = 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = vstxsynth.vst; + remoteRef = 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = surrounddelay.vst; + remoteRef = 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DF0F90D272003BB5A7 /* minihost.app */ = { + isa = PBXReferenceProxy; + fileType = wrapper.application; + path = minihost.app; + remoteRef = 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203E50F90D272003BB5A7 /* drawtest.component */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.component; + remoteRef = 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203E70F90D272003BB5A7 /* drawtest.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.vst; + remoteRef = 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203ED0F90D272003BB5A7 /* drawtest.component */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.component; + remoteRef = 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203EF0F90D272003BB5A7 /* drawtest.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.vst; + remoteRef = 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXRezBuildPhase section */ + 8D01CCCF0486CAD60068D4B7 /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXRezBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy PkgInfo"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/bash; + shellScript = "cp mac/PkgInfo \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.vst/Contents/\""; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2407DEB9089929BA00EB68BF /* Flutter.cpp in Sources */, + 24D8287009A914000093AEF8 /* FlutterProc.cpp in Sources */, + 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */, + 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */, + 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 24BEAAEE08919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + LIBRARY_SEARCH_PATHS = ""; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_NAME = Gain; + SECTORDER_FLAGS = ""; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Debug; + }; + 24BEAAEF08919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + x86_64, + ); + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_MODEL_TUNING = G4; + GCC_OPTIMIZATION_LEVEL = s; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 10.4; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_NAME = Flutter; + SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; + SECTORDER_FLAGS = ""; + SKIP_INSTALL = NO; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = all; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Release; + }; + 24BEAAF208919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(NATIVE_ARCH)"; + GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + }; + name = Debug; + }; + 24BEAAF308919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; + ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_MODEL_TUNING = G4; + GCC_OPTIMIZATION_LEVEL = s; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Flutter" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAEE08919AE700E695F9 /* Debug */, + 24BEAAEF08919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Flutter" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAF208919AE700E695F9 /* Debug */, + 24BEAAF308919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacVST/Flutter/Flutter.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacVST/Flutter/Flutter.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100755 index 000000000..a80c03824 --- /dev/null +++ b/plugins/MacVST/Flutter/Flutter.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacVST/Flutter/Flutter.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacVST/Flutter/Flutter.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..5c38f9460 Binary files /dev/null and b/plugins/MacVST/Flutter/Flutter.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacVST/Flutter/Flutter.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacVST/Flutter/Flutter.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..314de0ff8 Binary files /dev/null and b/plugins/MacVST/Flutter/Flutter.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacVST/Flutter/Flutter.xcodeproj/spiadmin.mode1v3 b/plugins/MacVST/Flutter/Flutter.xcodeproj/spiadmin.mode1v3 new file mode 100755 index 000000000..c5723261d --- /dev/null +++ b/plugins/MacVST/Flutter/Flutter.xcodeproj/spiadmin.mode1v3 @@ -0,0 +1,1372 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 91857D9F148EF61800AAA11B + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 089C1671FE841209C02AAC07 + 19C28FB4FE9D528D11CA2CBB + 089C167CFE841241C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 11 + 10 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 693}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 711}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + _historyCapacity + 0 + bookmark + 911C2A9D1491A5F600A430AF + history + + 915DCCBB1491A5B8008574E6 + + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {1053, 508}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 508pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 513}, {1053, 198}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + XCDetailModule + Proportion + 198pt + + + Proportion + 1053pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 911C2A901491A5F600A430AF + 1CE0B1FE06471DED0097A5F4 + 911C2A911491A5F600A430AF + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 1 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 91857DA0148EF61800AAA11B + /Users/spiadmin/Documents/Gain/Gain.xcodeproj + + WindowString + 286 197 1261 752 0 0 1680 1028 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {743, 413}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 413pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 418}, {743, 236}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 654pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 91857DA0148EF61800AAA11B + 911C2A921491A5F600A430AF + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 112 208 743 695 0 0 1680 1028 + WindowToolGUID + 91857DA0148EF61800AAA11B + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacVST/Flutter/Flutter.xcodeproj/spiadmin.pbxuser b/plugins/MacVST/Flutter/Flutter.xcodeproj/spiadmin.pbxuser new file mode 100755 index 000000000..df947808e --- /dev/null +++ b/plugins/MacVST/Flutter/Flutter.xcodeproj/spiadmin.pbxuser @@ -0,0 +1,143 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Gain */; + codeSenseManager = 91857D95148EF55400AAA11B /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 829, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 789, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 345089498; + PBXWorkspaceStateSaveDate = 345089498; + }; + perUserProjectItems = { + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = 911C2A9D1491A5F600A430AF /* PBXTextBookmark */; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */; + }; + sourceControlManager = 91857D94148EF55400AAA11B /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Gain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 1768}}"; + sepNavSelRange = "{247, 0}"; + sepNavVisRange = "{0, 1657}"; + }; + }; + 245463B80991757100464AD3 /* Gain.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 975}}"; + sepNavSelRange = "{1552, 0}"; + sepNavVisRange = "{796, 1857}"; + sepNavWindowFrame = "{{15, 465}, {750, 558}}"; + }; + }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 488}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 798}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 19825}}"; + sepNavSelRange = "{10641, 0}"; + sepNavVisRange = "{10076, 1095}"; + }; + }; + 24D8286F09A914000093AEF8 /* GainProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 482}}"; + sepNavSelRange = "{239, 0}"; + sepNavVisRange = "{0, 950}"; + }; + }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 493}}"; + sepNavSelRange = "{249, 0}"; + sepNavVisRange = "{0, 249}"; + }; + }; + 8D01CCC60486CAD60068D4B7 /* Gain */ = { + activeExec = 0; + }; + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1657; + vrLoc = 0; + }; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1625; + vrLoc = 0; + }; + 91857D94148EF55400AAA11B /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 91857D95148EF55400AAA11B /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; +} diff --git a/plugins/MacVST/Flutter/Flutter.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme b/plugins/MacVST/Flutter/Flutter.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme new file mode 100755 index 000000000..8ee693f95 --- /dev/null +++ b/plugins/MacVST/Flutter/Flutter.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacVST/Flutter/Flutter.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacVST/Flutter/Flutter.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..5bccbcb4f --- /dev/null +++ b/plugins/MacVST/Flutter/Flutter.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Gain.xcscheme + + orderHint + 8 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacVST/Flutter/Flutter.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacVST/Flutter/Flutter.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..a7bdd62d4 --- /dev/null +++ b/plugins/MacVST/Flutter/Flutter.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + «PROJECTNAME».xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacVST/Flutter/Flutter.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme b/plugins/MacVST/Flutter/Flutter.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme new file mode 100755 index 000000000..0df2de4a3 --- /dev/null +++ b/plugins/MacVST/Flutter/Flutter.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacVST/Flutter/mac/Info.plist b/plugins/MacVST/Flutter/mac/Info.plist new file mode 100755 index 000000000..c17dcb862 --- /dev/null +++ b/plugins/MacVST/Flutter/mac/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + Flutter + CFBundleIconFile + + CFBundleIdentifier + com.airwindows.Flutter + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacVST/Flutter/mac/PkgInfo b/plugins/MacVST/Flutter/mac/PkgInfo new file mode 100755 index 000000000..19a9cf67e --- /dev/null +++ b/plugins/MacVST/Flutter/mac/PkgInfo @@ -0,0 +1 @@ +BNDL???? \ No newline at end of file diff --git a/plugins/MacVST/Flutter/mac/xcode_vst_prefix.h b/plugins/MacVST/Flutter/mac/xcode_vst_prefix.h new file mode 100755 index 000000000..eaf4c0b4b --- /dev/null +++ b/plugins/MacVST/Flutter/mac/xcode_vst_prefix.h @@ -0,0 +1,17 @@ +#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 \ No newline at end of file diff --git a/plugins/MacVST/Flutter/source/Flutter.cpp b/plugins/MacVST/Flutter/source/Flutter.cpp new file mode 100755 index 000000000..eb4a173c1 --- /dev/null +++ b/plugins/MacVST/Flutter/source/Flutter.cpp @@ -0,0 +1,124 @@ +/* ======================================== + * Flutter - Flutter.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Flutter_H +#include "Flutter.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Flutter(audioMaster);} + +Flutter::Flutter(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.0; + for (int temp = 0; temp < 1001; temp++) {dL[temp] = 0.0;dR[temp] = 0.0;} + gcount = 0; + sweep = M_PI; + rateof = 0.5; + nextmax = 0.5; + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Flutter::~Flutter() {} +VstInt32 Flutter::getVendorVersion () {return 1000;} +void Flutter::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Flutter::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Flutter::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Flutter::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Flutter::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Flutter::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Flutter::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Flutter", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Flutter::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Flutter::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Flutter::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Flutter::getEffectName(char* name) { + vst_strncpy(name, "Flutter", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Flutter::getPlugCategory() {return kPlugCategEffect;} + +bool Flutter::getProductString(char* text) { + vst_strncpy (text, "airwindows Flutter", kVstMaxProductStrLen); return true; +} + +bool Flutter::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/MacVST/Flutter/source/Flutter.h b/plugins/MacVST/Flutter/source/Flutter.h new file mode 100755 index 000000000..28745ea3e --- /dev/null +++ b/plugins/MacVST/Flutter/source/Flutter.h @@ -0,0 +1,68 @@ +/* ======================================== + * Flutter - Flutter.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Flutter_H +#define __Flutter_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kNumParameters = 1 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'flut'; //Change this to what the AU identity is! + +class Flutter : + public AudioEffectX +{ +public: + Flutter(audioMasterCallback audioMaster); + ~Flutter(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + double dL[1002]; + double dR[1002]; + int gcount; + double rateof; + double sweep; + double nextmax; + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + float A; +}; + +#endif diff --git a/plugins/MacVST/Flutter/source/FlutterProc.cpp b/plugins/MacVST/Flutter/source/FlutterProc.cpp new file mode 100755 index 000000000..2effd4c81 --- /dev/null +++ b/plugins/MacVST/Flutter/source/FlutterProc.cpp @@ -0,0 +1,122 @@ +/* ======================================== + * Flutter - Flutter.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Flutter_H +#include "Flutter.h" +#endif + +void Flutter::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double depth = pow(A,2)*overallscale*70; + double fluttertrim = (0.0024*pow(A,2))/overallscale; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + if (gcount < 0 || gcount > 999) gcount = 999; + dL[gcount] = inputSampleL; dR[gcount] = inputSampleR; + int count = gcount; + double offset = depth + (depth * pow(rateof,2) * sin(sweep)); + count += (int)floor(offset); + + inputSampleL = (dL[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleL += (dL[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + inputSampleR = (dR[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleR += (dR[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + + rateof = (rateof * (1.0-fluttertrim)) + (nextmax * fluttertrim); + sweep += rateof * fluttertrim; + if (sweep >= (M_PI*2.0)) {sweep -= M_PI; nextmax = 0.24 + (fpdL / (double)UINT32_MAX * 0.74);} + //apply to input signal only when flutter is present, interpolate samples + gcount--; + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Flutter::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double depth = pow(A,2)*overallscale*70; + double fluttertrim = (0.0024*pow(A,2))/overallscale; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + if (gcount < 0 || gcount > 999) gcount = 999; + dL[gcount] = inputSampleL; dR[gcount] = inputSampleR; + int count = gcount; + double offset = depth + (depth * pow(rateof,2) * sin(sweep)); + count += (int)floor(offset); + + inputSampleL = (dL[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleL += (dL[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + inputSampleR = (dR[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleR += (dR[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + + rateof = (rateof * (1.0-fluttertrim)) + (nextmax * fluttertrim); + sweep += rateof * fluttertrim; + if (sweep >= (M_PI*2.0)) {sweep -= M_PI; nextmax = 0.24 + (fpdL / (double)UINT32_MAX * 0.74);} + //apply to input signal only when flutter is present, interpolate samples + gcount--; + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/MacVST/Focus/source/Focus.cpp b/plugins/MacVST/Focus/source/Focus.cpp index 983edb647..8a8996889 100755 --- a/plugins/MacVST/Focus/source/Focus.cpp +++ b/plugins/MacVST/Focus/source/Focus.cpp @@ -1,6 +1,6 @@ /* ======================================== * Focus - Focus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Focus_H diff --git a/plugins/MacVST/Focus/source/Focus.h b/plugins/MacVST/Focus/source/Focus.h index 7a99c47b0..b52dda368 100755 --- a/plugins/MacVST/Focus/source/Focus.h +++ b/plugins/MacVST/Focus/source/Focus.h @@ -1,7 +1,7 @@ /* ======================================== * Focus - Focus.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Focus_H diff --git a/plugins/MacVST/Focus/source/FocusProc.cpp b/plugins/MacVST/Focus/source/FocusProc.cpp index 402980354..b03118abb 100755 --- a/plugins/MacVST/Focus/source/FocusProc.cpp +++ b/plugins/MacVST/Focus/source/FocusProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Focus - Focus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Focus_H diff --git a/plugins/MacVST/Fracture/source/Fracture.cpp b/plugins/MacVST/Fracture/source/Fracture.cpp index 302b4dc54..5a15527bb 100755 --- a/plugins/MacVST/Fracture/source/Fracture.cpp +++ b/plugins/MacVST/Fracture/source/Fracture.cpp @@ -1,6 +1,6 @@ /* ======================================== * Fracture - Fracture.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Fracture_H diff --git a/plugins/MacVST/Fracture/source/Fracture.h b/plugins/MacVST/Fracture/source/Fracture.h index 54aac5a86..9f5d7b9f0 100755 --- a/plugins/MacVST/Fracture/source/Fracture.h +++ b/plugins/MacVST/Fracture/source/Fracture.h @@ -1,7 +1,7 @@ /* ======================================== * Fracture - Fracture.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Fracture_H diff --git a/plugins/MacVST/Fracture/source/FractureProc.cpp b/plugins/MacVST/Fracture/source/FractureProc.cpp index e7b6e7225..c493237ef 100755 --- a/plugins/MacVST/Fracture/source/FractureProc.cpp +++ b/plugins/MacVST/Fracture/source/FractureProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Fracture - Fracture.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Fracture_H diff --git a/plugins/MacVST/FromTape/source/FromTape.cpp b/plugins/MacVST/FromTape/source/FromTape.cpp index 4573e48be..2807a5bfd 100755 --- a/plugins/MacVST/FromTape/source/FromTape.cpp +++ b/plugins/MacVST/FromTape/source/FromTape.cpp @@ -1,6 +1,6 @@ /* ======================================== * FromTape - FromTape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FromTape_H diff --git a/plugins/MacVST/FromTape/source/FromTape.h b/plugins/MacVST/FromTape/source/FromTape.h index cd63776b9..48aa9ceb3 100755 --- a/plugins/MacVST/FromTape/source/FromTape.h +++ b/plugins/MacVST/FromTape/source/FromTape.h @@ -1,7 +1,7 @@ /* ======================================== * FromTape - FromTape.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __FromTape_H diff --git a/plugins/MacVST/FromTape/source/FromTapeProc.cpp b/plugins/MacVST/FromTape/source/FromTapeProc.cpp index eb3154f70..4756c6b5f 100755 --- a/plugins/MacVST/FromTape/source/FromTapeProc.cpp +++ b/plugins/MacVST/FromTape/source/FromTapeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * FromTape - FromTape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FromTape_H diff --git a/plugins/MacVST/Galactic/source/Galactic.cpp b/plugins/MacVST/Galactic/source/Galactic.cpp index 5b305fe65..addfad8d5 100755 --- a/plugins/MacVST/Galactic/source/Galactic.cpp +++ b/plugins/MacVST/Galactic/source/Galactic.cpp @@ -1,6 +1,6 @@ /* ======================================== * Galactic - Galactic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic_H diff --git a/plugins/MacVST/Galactic/source/Galactic.h b/plugins/MacVST/Galactic/source/Galactic.h index a852cf336..14a580fba 100755 --- a/plugins/MacVST/Galactic/source/Galactic.h +++ b/plugins/MacVST/Galactic/source/Galactic.h @@ -1,7 +1,7 @@ /* ======================================== * Galactic - Galactic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic_H diff --git a/plugins/MacVST/Galactic/source/GalacticProc.cpp b/plugins/MacVST/Galactic/source/GalacticProc.cpp index 19344f0e4..a29359158 100755 --- a/plugins/MacVST/Galactic/source/GalacticProc.cpp +++ b/plugins/MacVST/Galactic/source/GalacticProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Galactic - Galactic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic_H diff --git a/plugins/MacVST/Gatelope/source/Gatelope.cpp b/plugins/MacVST/Gatelope/source/Gatelope.cpp index 225c337d5..a367ef0d2 100755 --- a/plugins/MacVST/Gatelope/source/Gatelope.cpp +++ b/plugins/MacVST/Gatelope/source/Gatelope.cpp @@ -1,6 +1,6 @@ /* ======================================== * Gatelope - Gatelope.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gatelope_H diff --git a/plugins/MacVST/Gatelope/source/Gatelope.h b/plugins/MacVST/Gatelope/source/Gatelope.h index 273e19f6f..08e827963 100755 --- a/plugins/MacVST/Gatelope/source/Gatelope.h +++ b/plugins/MacVST/Gatelope/source/Gatelope.h @@ -1,7 +1,7 @@ /* ======================================== * Gatelope - Gatelope.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gatelope_H diff --git a/plugins/MacVST/Gatelope/source/GatelopeProc.cpp b/plugins/MacVST/Gatelope/source/GatelopeProc.cpp index 5dbcb19c3..572c26c0e 100755 --- a/plugins/MacVST/Gatelope/source/GatelopeProc.cpp +++ b/plugins/MacVST/Gatelope/source/GatelopeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Gatelope - Gatelope.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gatelope_H diff --git a/plugins/MacVST/GlitchShifter/source/GlitchShifter.cpp b/plugins/MacVST/GlitchShifter/source/GlitchShifter.cpp index 9fa68aa0b..abc8bc9e1 100755 --- a/plugins/MacVST/GlitchShifter/source/GlitchShifter.cpp +++ b/plugins/MacVST/GlitchShifter/source/GlitchShifter.cpp @@ -1,6 +1,6 @@ /* ======================================== * GlitchShifter - GlitchShifter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GlitchShifter_H diff --git a/plugins/MacVST/GlitchShifter/source/GlitchShifter.h b/plugins/MacVST/GlitchShifter/source/GlitchShifter.h index ffbd303eb..096b87da9 100755 --- a/plugins/MacVST/GlitchShifter/source/GlitchShifter.h +++ b/plugins/MacVST/GlitchShifter/source/GlitchShifter.h @@ -1,7 +1,7 @@ /* ======================================== * GlitchShifter - GlitchShifter.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __GlitchShifter_H diff --git a/plugins/MacVST/GlitchShifter/source/GlitchShifterProc.cpp b/plugins/MacVST/GlitchShifter/source/GlitchShifterProc.cpp index 13b7809f6..318c4bf8c 100755 --- a/plugins/MacVST/GlitchShifter/source/GlitchShifterProc.cpp +++ b/plugins/MacVST/GlitchShifter/source/GlitchShifterProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * GlitchShifter - GlitchShifter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GlitchShifter_H diff --git a/plugins/MacVST/Golem/source/Golem.cpp b/plugins/MacVST/Golem/source/Golem.cpp index 22d4cb6f5..e80b621ef 100755 --- a/plugins/MacVST/Golem/source/Golem.cpp +++ b/plugins/MacVST/Golem/source/Golem.cpp @@ -1,6 +1,6 @@ /* ======================================== * Golem - Golem.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Golem_H diff --git a/plugins/MacVST/Golem/source/Golem.h b/plugins/MacVST/Golem/source/Golem.h index 4416d3463..87f531bc5 100755 --- a/plugins/MacVST/Golem/source/Golem.h +++ b/plugins/MacVST/Golem/source/Golem.h @@ -1,7 +1,7 @@ /* ======================================== * Golem - Golem.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Golem_H diff --git a/plugins/MacVST/Golem/source/GolemProc.cpp b/plugins/MacVST/Golem/source/GolemProc.cpp index 316632391..3a34df02f 100755 --- a/plugins/MacVST/Golem/source/GolemProc.cpp +++ b/plugins/MacVST/Golem/source/GolemProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Golem - Golem.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Golem_H diff --git a/plugins/MacVST/GrindAmp/source/GrindAmp.cpp b/plugins/MacVST/GrindAmp/source/GrindAmp.cpp index 04d6f41f7..ec1b3aa1e 100755 --- a/plugins/MacVST/GrindAmp/source/GrindAmp.cpp +++ b/plugins/MacVST/GrindAmp/source/GrindAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * GrindAmp - GrindAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/GrindAmp/source/GrindAmp.h b/plugins/MacVST/GrindAmp/source/GrindAmp.h index 494f0bee3..9f8679d90 100755 --- a/plugins/MacVST/GrindAmp/source/GrindAmp.h +++ b/plugins/MacVST/GrindAmp/source/GrindAmp.h @@ -1,7 +1,7 @@ /* ======================================== * GrindAmp - GrindAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/GrindAmp/source/GrindAmpProc.cpp b/plugins/MacVST/GrindAmp/source/GrindAmpProc.cpp index 03e0335e9..37c111cc4 100755 --- a/plugins/MacVST/GrindAmp/source/GrindAmpProc.cpp +++ b/plugins/MacVST/GrindAmp/source/GrindAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * GrindAmp - GrindAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/Gringer/source/Gringer.cpp b/plugins/MacVST/Gringer/source/Gringer.cpp index 6f37ac79c..85fbc9207 100755 --- a/plugins/MacVST/Gringer/source/Gringer.cpp +++ b/plugins/MacVST/Gringer/source/Gringer.cpp @@ -1,6 +1,6 @@ /* ======================================== * Gringer - Gringer.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gringer_H diff --git a/plugins/MacVST/Gringer/source/Gringer.h b/plugins/MacVST/Gringer/source/Gringer.h index 27f05155b..88228c4f8 100755 --- a/plugins/MacVST/Gringer/source/Gringer.h +++ b/plugins/MacVST/Gringer/source/Gringer.h @@ -1,7 +1,7 @@ /* ======================================== * Gringer - Gringer.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gringer_H diff --git a/plugins/MacVST/Gringer/source/GringerProc.cpp b/plugins/MacVST/Gringer/source/GringerProc.cpp index 11dd0c3a5..fa27c3787 100755 --- a/plugins/MacVST/Gringer/source/GringerProc.cpp +++ b/plugins/MacVST/Gringer/source/GringerProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Gringer - Gringer.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gringer_H diff --git a/plugins/MacVST/GrooveWear/source/GrooveWear.cpp b/plugins/MacVST/GrooveWear/source/GrooveWear.cpp index b15478506..7b0ba4668 100755 --- a/plugins/MacVST/GrooveWear/source/GrooveWear.cpp +++ b/plugins/MacVST/GrooveWear/source/GrooveWear.cpp @@ -1,6 +1,6 @@ /* ======================================== * GrooveWear - GrooveWear.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GrooveWear_H diff --git a/plugins/MacVST/GrooveWear/source/GrooveWear.h b/plugins/MacVST/GrooveWear/source/GrooveWear.h index fe207c7b6..f851c530e 100755 --- a/plugins/MacVST/GrooveWear/source/GrooveWear.h +++ b/plugins/MacVST/GrooveWear/source/GrooveWear.h @@ -1,7 +1,7 @@ /* ======================================== * GrooveWear - GrooveWear.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __GrooveWear_H diff --git a/plugins/MacVST/GrooveWear/source/GrooveWearProc.cpp b/plugins/MacVST/GrooveWear/source/GrooveWearProc.cpp index 98eeec25e..1d3da3deb 100755 --- a/plugins/MacVST/GrooveWear/source/GrooveWearProc.cpp +++ b/plugins/MacVST/GrooveWear/source/GrooveWearProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * GrooveWear - GrooveWear.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GrooveWear_H diff --git a/plugins/MacVST/GuitarConditioner/source/GuitarConditioner.cpp b/plugins/MacVST/GuitarConditioner/source/GuitarConditioner.cpp index 309ce7e4e..87b882c71 100755 --- a/plugins/MacVST/GuitarConditioner/source/GuitarConditioner.cpp +++ b/plugins/MacVST/GuitarConditioner/source/GuitarConditioner.cpp @@ -1,6 +1,6 @@ /* ======================================== * GuitarConditioner - GuitarConditioner.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GuitarConditioner_H diff --git a/plugins/MacVST/GuitarConditioner/source/GuitarConditioner.h b/plugins/MacVST/GuitarConditioner/source/GuitarConditioner.h index fca5a3c07..bb9f5a92f 100755 --- a/plugins/MacVST/GuitarConditioner/source/GuitarConditioner.h +++ b/plugins/MacVST/GuitarConditioner/source/GuitarConditioner.h @@ -1,7 +1,7 @@ /* ======================================== * GuitarConditioner - GuitarConditioner.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __GuitarConditioner_H diff --git a/plugins/MacVST/GuitarConditioner/source/GuitarConditionerProc.cpp b/plugins/MacVST/GuitarConditioner/source/GuitarConditionerProc.cpp index 6bfd3bbc4..a68a453b5 100755 --- a/plugins/MacVST/GuitarConditioner/source/GuitarConditionerProc.cpp +++ b/plugins/MacVST/GuitarConditioner/source/GuitarConditionerProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * GuitarConditioner - GuitarConditioner.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GuitarConditioner_H diff --git a/plugins/MacVST/HardVacuum/source/HardVacuum.cpp b/plugins/MacVST/HardVacuum/source/HardVacuum.cpp index 533cb5610..ba882277f 100755 --- a/plugins/MacVST/HardVacuum/source/HardVacuum.cpp +++ b/plugins/MacVST/HardVacuum/source/HardVacuum.cpp @@ -1,6 +1,6 @@ /* ======================================== * HardVacuum - HardVacuum.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HardVacuum_H diff --git a/plugins/MacVST/HardVacuum/source/HardVacuum.h b/plugins/MacVST/HardVacuum/source/HardVacuum.h index f159aadb8..2263e0919 100755 --- a/plugins/MacVST/HardVacuum/source/HardVacuum.h +++ b/plugins/MacVST/HardVacuum/source/HardVacuum.h @@ -1,7 +1,7 @@ /* ======================================== * HardVacuum - HardVacuum.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HardVacuum_H diff --git a/plugins/MacVST/HardVacuum/source/HardVacuumProc.cpp b/plugins/MacVST/HardVacuum/source/HardVacuumProc.cpp index 9979a8126..1b1506d77 100755 --- a/plugins/MacVST/HardVacuum/source/HardVacuumProc.cpp +++ b/plugins/MacVST/HardVacuum/source/HardVacuumProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HardVacuum - HardVacuum.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HardVacuum_H diff --git a/plugins/MacVST/HermeTrim/source/HermeTrim.cpp b/plugins/MacVST/HermeTrim/source/HermeTrim.cpp index 77103be7b..d201122fc 100755 --- a/plugins/MacVST/HermeTrim/source/HermeTrim.cpp +++ b/plugins/MacVST/HermeTrim/source/HermeTrim.cpp @@ -1,6 +1,6 @@ /* ======================================== * HermeTrim - HermeTrim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HermeTrim_H diff --git a/plugins/MacVST/HermeTrim/source/HermeTrim.h b/plugins/MacVST/HermeTrim/source/HermeTrim.h index 6db22a3b5..d588fff61 100755 --- a/plugins/MacVST/HermeTrim/source/HermeTrim.h +++ b/plugins/MacVST/HermeTrim/source/HermeTrim.h @@ -1,7 +1,7 @@ /* ======================================== * HermeTrim - HermeTrim.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HermeTrim_H diff --git a/plugins/MacVST/HermeTrim/source/HermeTrimProc.cpp b/plugins/MacVST/HermeTrim/source/HermeTrimProc.cpp index dccb829c6..d6c4ac756 100755 --- a/plugins/MacVST/HermeTrim/source/HermeTrimProc.cpp +++ b/plugins/MacVST/HermeTrim/source/HermeTrimProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HermeTrim - HermeTrim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HermeTrim_H diff --git a/plugins/MacVST/Hermepass/source/Hermepass.cpp b/plugins/MacVST/Hermepass/source/Hermepass.cpp index c18a227be..a23fa7177 100755 --- a/plugins/MacVST/Hermepass/source/Hermepass.cpp +++ b/plugins/MacVST/Hermepass/source/Hermepass.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hermepass - Hermepass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hermepass_H diff --git a/plugins/MacVST/Hermepass/source/Hermepass.h b/plugins/MacVST/Hermepass/source/Hermepass.h index d3f2970cc..8dbedef38 100755 --- a/plugins/MacVST/Hermepass/source/Hermepass.h +++ b/plugins/MacVST/Hermepass/source/Hermepass.h @@ -1,7 +1,7 @@ /* ======================================== * Hermepass - Hermepass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hermepass_H diff --git a/plugins/MacVST/Hermepass/source/HermepassProc.cpp b/plugins/MacVST/Hermepass/source/HermepassProc.cpp index 178979fbf..f4609a241 100755 --- a/plugins/MacVST/Hermepass/source/HermepassProc.cpp +++ b/plugins/MacVST/Hermepass/source/HermepassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hermepass - Hermepass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hermepass_H diff --git a/plugins/MacVST/HighGlossDither/source/HighGlossDither.cpp b/plugins/MacVST/HighGlossDither/source/HighGlossDither.cpp index 612210712..05a8b000b 100755 --- a/plugins/MacVST/HighGlossDither/source/HighGlossDither.cpp +++ b/plugins/MacVST/HighGlossDither/source/HighGlossDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * HighGlossDither - HighGlossDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HighGlossDither_H diff --git a/plugins/MacVST/HighGlossDither/source/HighGlossDither.h b/plugins/MacVST/HighGlossDither/source/HighGlossDither.h index 96804c5a8..f72236070 100755 --- a/plugins/MacVST/HighGlossDither/source/HighGlossDither.h +++ b/plugins/MacVST/HighGlossDither/source/HighGlossDither.h @@ -1,7 +1,7 @@ /* ======================================== * HighGlossDither - HighGlossDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HighGlossDither_H diff --git a/plugins/MacVST/HighGlossDither/source/HighGlossDitherProc.cpp b/plugins/MacVST/HighGlossDither/source/HighGlossDitherProc.cpp index fee894a81..53a226781 100755 --- a/plugins/MacVST/HighGlossDither/source/HighGlossDitherProc.cpp +++ b/plugins/MacVST/HighGlossDither/source/HighGlossDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HighGlossDither - HighGlossDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HighGlossDither_H diff --git a/plugins/MacVST/HighImpact/source/HighImpact.cpp b/plugins/MacVST/HighImpact/source/HighImpact.cpp index 446f34127..63b18ebfa 100755 --- a/plugins/MacVST/HighImpact/source/HighImpact.cpp +++ b/plugins/MacVST/HighImpact/source/HighImpact.cpp @@ -1,6 +1,6 @@ /* ======================================== * HighImpact - HighImpact.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HighImpact_H diff --git a/plugins/MacVST/HighImpact/source/HighImpact.h b/plugins/MacVST/HighImpact/source/HighImpact.h index 71123e03c..55e74a53b 100755 --- a/plugins/MacVST/HighImpact/source/HighImpact.h +++ b/plugins/MacVST/HighImpact/source/HighImpact.h @@ -1,7 +1,7 @@ /* ======================================== * HighImpact - HighImpact.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HighImpact_H diff --git a/plugins/MacVST/HighImpact/source/HighImpactProc.cpp b/plugins/MacVST/HighImpact/source/HighImpactProc.cpp index c6ac619a9..d963d0547 100755 --- a/plugins/MacVST/HighImpact/source/HighImpactProc.cpp +++ b/plugins/MacVST/HighImpact/source/HighImpactProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HighImpact - HighImpact.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HighImpact_H diff --git a/plugins/MacVST/Highpass/source/Highpass.cpp b/plugins/MacVST/Highpass/source/Highpass.cpp index a87a3f0ce..0a9b3a4ab 100755 --- a/plugins/MacVST/Highpass/source/Highpass.cpp +++ b/plugins/MacVST/Highpass/source/Highpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * Highpass - Highpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass_H diff --git a/plugins/MacVST/Highpass/source/Highpass.h b/plugins/MacVST/Highpass/source/Highpass.h index 468baa479..c82ead440 100755 --- a/plugins/MacVST/Highpass/source/Highpass.h +++ b/plugins/MacVST/Highpass/source/Highpass.h @@ -1,7 +1,7 @@ /* ======================================== * Highpass - Highpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass_H diff --git a/plugins/MacVST/Highpass/source/HighpassProc.cpp b/plugins/MacVST/Highpass/source/HighpassProc.cpp index b1dfc193a..2f65cb581 100755 --- a/plugins/MacVST/Highpass/source/HighpassProc.cpp +++ b/plugins/MacVST/Highpass/source/HighpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Highpass - Highpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass_H diff --git a/plugins/MacVST/Highpass2/source/Highpass2.cpp b/plugins/MacVST/Highpass2/source/Highpass2.cpp index 3c1833407..909c71b9a 100755 --- a/plugins/MacVST/Highpass2/source/Highpass2.cpp +++ b/plugins/MacVST/Highpass2/source/Highpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Highpass2 - Highpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass2_H diff --git a/plugins/MacVST/Highpass2/source/Highpass2.h b/plugins/MacVST/Highpass2/source/Highpass2.h index 4b9efb1f3..3d8ac7247 100755 --- a/plugins/MacVST/Highpass2/source/Highpass2.h +++ b/plugins/MacVST/Highpass2/source/Highpass2.h @@ -1,7 +1,7 @@ /* ======================================== * Highpass2 - Highpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass2_H diff --git a/plugins/MacVST/Highpass2/source/Highpass2Proc.cpp b/plugins/MacVST/Highpass2/source/Highpass2Proc.cpp index b66aa6d31..5bc498d78 100755 --- a/plugins/MacVST/Highpass2/source/Highpass2Proc.cpp +++ b/plugins/MacVST/Highpass2/source/Highpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Highpass2 - Highpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass2_H diff --git a/plugins/MacVST/Holt/source/Holt.cpp b/plugins/MacVST/Holt/source/Holt.cpp index 8f14a7238..cefbe9221 100755 --- a/plugins/MacVST/Holt/source/Holt.cpp +++ b/plugins/MacVST/Holt/source/Holt.cpp @@ -1,6 +1,6 @@ /* ======================================== * Holt - Holt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Holt_H diff --git a/plugins/MacVST/Holt/source/Holt.h b/plugins/MacVST/Holt/source/Holt.h index 8026fa40d..ddb5182fe 100755 --- a/plugins/MacVST/Holt/source/Holt.h +++ b/plugins/MacVST/Holt/source/Holt.h @@ -1,7 +1,7 @@ /* ======================================== * Holt - Holt.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Holt_H diff --git a/plugins/MacVST/Holt/source/HoltProc.cpp b/plugins/MacVST/Holt/source/HoltProc.cpp index d37f50ef4..16880a5f4 100755 --- a/plugins/MacVST/Holt/source/HoltProc.cpp +++ b/plugins/MacVST/Holt/source/HoltProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Holt - Holt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Holt_H diff --git a/plugins/MacVST/Holt2/Holt2.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/Holt2/Holt2.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..db55c320c --- /dev/null +++ b/plugins/MacVST/Holt2/Holt2.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,132 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Holt2 */; + codeSenseManager = 8B02375F1D42B1C400E1E8C8 /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 364, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 324, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685292112; + PBXWorkspaceStateSaveDate = 685292112; + }; + perUserProjectItems = { + 8B09432528D8928400166A02 /* PBXTextBookmark */ = 8B09432528D8928400166A02 /* PBXTextBookmark */; + 8B0943FA28D8BDEB00166A02 /* PBXTextBookmark */ = 8B0943FA28D8BDEB00166A02 /* PBXTextBookmark */; + }; + sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Holt2.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {948, 3366}}"; + sepNavSelRange = "{1253, 0}"; + sepNavVisRange = "{4877, 1658}"; + sepNavWindowFrame = "{{519, 47}, {895, 831}}"; + }; + }; + 245463B80991757100464AD3 /* Holt2.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {561, 1836}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 159}"; + sepNavWindowFrame = "{{494, 47}, {895, 831}}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 20267}}"; + sepNavSelRange = "{10616, 0}"; + sepNavVisRange = "{9653, 2414}"; + sepNavWindowFrame = "{{15, 42}, {895, 831}}"; + }; + }; + 24D8286F09A914000093AEF8 /* Holt2Proc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {983, 8118}}"; + sepNavSelRange = "{11313, 0}"; + sepNavVisRange = "{9526, 1867}"; + sepNavWindowFrame = "{{280, 38}, {1030, 840}}"; + }; + }; + 8B02375E1D42B1C400E1E8C8 /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8B02375F1D42B1C400E1E8C8 /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8B09432528D8928400166A02 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 245463B80991757100464AD3 /* Holt2.h */; + name = "Holt2.h: 1"; + rLen = 0; + rLoc = 0; + rType = 0; + vrLen = 206; + vrLoc = 0; + }; + 8B0943FA28D8BDEB00166A02 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 245463B80991757100464AD3 /* Holt2.h */; + name = "Holt2.h: 1"; + rLen = 0; + rLoc = 0; + rType = 0; + vrLen = 159; + vrLoc = 0; + }; + 8D01CCC60486CAD60068D4B7 /* Holt2 */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacVST/Holt2/Holt2.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/Holt2/Holt2.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..867973f65 --- /dev/null +++ b/plugins/MacVST/Holt2/Holt2.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1510 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8B02375D1D42B1C400E1E8C8 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 185 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 6 + 4 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {185, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {202, 446}} + GroupTreeTableConfiguration + + MainColumn + 185 + + RubberWindowFrame + 597 338 810 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 202pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8B0237581D42B1C400E1E8C8 + PBXProjectModuleLabel + Holt2.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B0237591D42B1C400E1E8C8 + PBXProjectModuleLabel + Holt2.h + _historyCapacity + 0 + bookmark + 8B0943FA28D8BDEB00166A02 + history + + 8B09432528D8928400166A02 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {603, 102}} + RubberWindowFrame + 597 338 810 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 102pt + + + Proportion + 339pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {603, 312}} + RubberWindowFrame + 597 338 810 487 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + + Module + PBXBuildResultsModule + + + + + Proportion + 603pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8B0943FB28D8BDEB00166A02 + 1CA23ED40692098700951B8B + 8B0943FC28D8BDEB00166A02 + 8B0237581D42B1C400E1E8C8 + 8B0943FD28D8BDEB00166A02 + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685293035.63884902 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + /Users/christopherjohnson/Desktop/airwindows/plugins/MacVST/Holt2/Holt2.xcodeproj + + WindowString + 597 338 810 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.projectFormatConflicts + IsVertical + + Layout + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 8BCAE52E1D49920D0047D4BD + + GeometryConfiguration + + Frame + {{0, 0}, {472, 302}} + RubberWindowFrame + 569 378 472 322 0 0 1440 878 + + Module + XCProjectFormatConflictsModule + Proportion + 302pt + + + Proportion + 302pt + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + + TableOfContents + + 8BCAE52F1D49920D0047D4BD + 8BCAE5301D49920D0047D4BD + 8BCAE52E1D49920D0047D4BD + + WindowContentMinSize + 450 300 + WindowString + 569 378 472 322 0 0 1440 878 + WindowToolGUID + 8BCAE52F1D49920D0047D4BD + WindowToolIsVisible + + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacVST/Holt2/Holt2.xcodeproj/project.pbxproj b/plugins/MacVST/Holt2/Holt2.xcodeproj/project.pbxproj new file mode 100755 index 000000000..a03b997fb --- /dev/null +++ b/plugins/MacVST/Holt2/Holt2.xcodeproj/project.pbxproj @@ -0,0 +1,2201 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 42; + objects = { + +/* Begin PBXBuildFile section */ + 2407DEB9089929BA00EB68BF /* Holt2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* Holt2.cpp */; }; + 245463B90991757100464AD3 /* Holt2.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* Holt2.h */; }; + 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF910F90D1DD003BB5A7 /* aeffect.h */; }; + 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */; }; + 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */; }; + 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF990F90D1DD003BB5A7 /* adelay.h */; }; + 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */; }; + 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */; }; + 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFAB0F90D1DD003BB5A7 /* again.h */; }; + 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */; }; + 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */; }; + 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */; }; + 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */; }; + 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */; }; + 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */; }; + 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */; }; + 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */; }; + 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200050F90D1DD003BB5A7 /* controlsgui.h */; }; + 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */; }; + 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */; }; + 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */; }; + 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */; }; + 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */; }; + 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */; }; + 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */; }; + 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001F0F90D1DD003BB5A7 /* ctabview.h */; }; + 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201470F90D1DE003BB5A7 /* plugguieditor.h */; }; + 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201490F90D1DE003BB5A7 /* vstcontrols.h */; }; + 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014B0F90D1DE003BB5A7 /* vstgui.h */; }; + 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */; }; + 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */; }; + 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */; }; + 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */; }; + 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */; }; + 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */; }; + 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */; }; + 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */; }; + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; + 24D8287009A914000093AEF8 /* Holt2Proc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* Holt2Proc.cpp */; }; + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = again; + }; + 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4476974093DAE42008998C4; + remoteInfo = adelay; + }; + 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4FF52220929FBF500DDED7A; + remoteInfo = vstxsynth; + }; + 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4476A10093DCAF9008998C4; + remoteInfo = surrounddelay; + }; + 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4FF52F3092A312800DDED7A; + remoteInfo = minihost; + }; + 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = AudioUnit; + }; + 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + proxyType = 2; + remoteGlobalIDString = F4C9F1D407B2320800010DAD; + remoteInfo = VST; + }; + 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = AudioUnit; + }; + 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4C9F1D407B2320800010DAD; + remoteInfo = VST; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; + 2407DE920899296600EB68BF /* Holt2.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Holt2.vst; sourceTree = BUILT_PRODUCTS_DIR; }; + 2407DEB6089929BA00EB68BF /* Holt2.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Holt2.cpp; path = source/Holt2.cpp; sourceTree = ""; }; + 2434720A098313350063BBF1 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; + 245463B80991757100464AD3 /* Holt2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Holt2.h; path = source/Holt2.h; sourceTree = ""; }; + 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10014.bmp; sourceTree = ""; }; + 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10015.bmp; sourceTree = ""; }; + 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10016.bmp; sourceTree = ""; }; + 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = controlsgui.cpp; sourceTree = ""; }; + 24A200050F90D1DD003BB5A7 /* controlsgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = controlsgui.h; sourceTree = ""; }; + 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteditor.cpp; sourceTree = ""; }; + 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteditor.h; sourceTree = ""; }; + 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteffect.cpp; sourceTree = ""; }; + 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteffect.h; sourceTree = ""; }; + 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestmain.cpp; sourceTree = ""; }; + 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestview.cpp; sourceTree = ""; }; + 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtestview.h; sourceTree = ""; }; + 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pprimitivesviews.cpp; sourceTree = ""; }; + 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pprimitivesviews.h; sourceTree = ""; }; + 24A200100F90D1DD003BB5A7 /* drawtest.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.def; sourceTree = ""; }; + 24A200110F90D1DD003BB5A7 /* drawtest.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.rc; sourceTree = ""; }; + 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = drawtest.vcproj; sourceTree = ""; }; + 24A200140F90D1DD003BB5A7 /* drawtest.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsp; sourceTree = ""; }; + 24A200150F90D1DD003BB5A7 /* drawtest.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsw; sourceTree = ""; }; + 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aeffguieditor.cpp; sourceTree = ""; }; + 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffguieditor.h; sourceTree = ""; }; + 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfileselector.cpp; sourceTree = ""; }; + 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfileselector.h; sourceTree = ""; }; + 24A2001B0F90D1DD003BB5A7 /* Changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog; sourceTree = ""; }; + 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cscrollview.cpp; sourceTree = ""; }; + 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cscrollview.h; sourceTree = ""; }; + 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ctabview.cpp; sourceTree = ""; }; + 24A2001F0F90D1DD003BB5A7 /* ctabview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ctabview.h; sourceTree = ""; }; + 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8cpp.html; sourceTree = ""; }; + 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8h.html; sourceTree = ""; }; + 24A200240F90D1DD003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = annotated.html; sourceTree = ""; }; + 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8cpp.html; sourceTree = ""; }; + 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8h.html; sourceTree = ""; }; + 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_a_eff_g_u_i_editor-members.html"; sourceTree = ""; }; + 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_a_eff_g_u_i_editor.html; sourceTree = ""; }; + 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_anim_knob-members.html"; sourceTree = ""; }; + 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_anim_knob.html; sourceTree = ""; }; + 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_anim_knob.png; sourceTree = ""; }; + 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_attribute_list_entry-members.html"; sourceTree = ""; }; + 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_attribute_list_entry.html; sourceTree = ""; }; + 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_auto_animation-members.html"; sourceTree = ""; }; + 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_auto_animation.html; sourceTree = ""; }; + 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_auto_animation.png; sourceTree = ""; }; + 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_bitmap-members.html"; sourceTree = ""; }; + 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_bitmap.html; sourceTree = ""; }; + 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_bitmap.png; sourceTree = ""; }; + 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_c_view-members.html"; sourceTree = ""; }; + 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_c_view.html; sourceTree = ""; }; + 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control-members.html"; sourceTree = ""; }; + 24A200370F90D1DD003BB5A7 /* class_c_control.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control.html; sourceTree = ""; }; + 24A200380F90D1DD003BB5A7 /* class_c_control.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control.png; sourceTree = ""; }; + 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control_listener-members.html"; sourceTree = ""; }; + 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control_listener.html; sourceTree = ""; }; + 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control_listener.png; sourceTree = ""; }; + 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_drag_container-members.html"; sourceTree = ""; }; + 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_drag_container.html; sourceTree = ""; }; + 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_drag_container.png; sourceTree = ""; }; + 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_draw_context-members.html"; sourceTree = ""; }; + 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_draw_context.html; sourceTree = ""; }; + 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_draw_context.png; sourceTree = ""; }; + 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_file_selector-members.html"; sourceTree = ""; }; + 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_file_selector.html; sourceTree = ""; }; + 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_frame-members.html"; sourceTree = ""; }; + 24A200450F90D1DD003BB5A7 /* class_c_frame.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_frame.html; sourceTree = ""; }; + 24A200460F90D1DD003BB5A7 /* class_c_frame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_frame.png; sourceTree = ""; }; + 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_slider-members.html"; sourceTree = ""; }; + 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_slider.html; sourceTree = ""; }; + 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_slider.png; sourceTree = ""; }; + 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_switch-members.html"; sourceTree = ""; }; + 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_switch.html; sourceTree = ""; }; + 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_switch.png; sourceTree = ""; }; + 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_kick_button-members.html"; sourceTree = ""; }; + 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_kick_button.html; sourceTree = ""; }; + 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_kick_button.png; sourceTree = ""; }; + 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_knob-members.html"; sourceTree = ""; }; + 24A200510F90D1DD003BB5A7 /* class_c_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_knob.html; sourceTree = ""; }; + 24A200520F90D1DD003BB5A7 /* class_c_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_knob.png; sourceTree = ""; }; + 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_bitmap-members.html"; sourceTree = ""; }; + 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_bitmap.html; sourceTree = ""; }; + 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_bitmap.png; sourceTree = ""; }; + 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_button-members.html"; sourceTree = ""; }; + 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_button.html; sourceTree = ""; }; + 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_button.png; sourceTree = ""; }; + 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_offscreen_context-members.html"; sourceTree = ""; }; + 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_offscreen_context.html; sourceTree = ""; }; + 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_offscreen_context.png; sourceTree = ""; }; + 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_on_off_button-members.html"; sourceTree = ""; }; + 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_on_off_button.html; sourceTree = ""; }; + 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_on_off_button.png; sourceTree = ""; }; + 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu-members.html"; sourceTree = ""; }; + 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu.html; sourceTree = ""; }; + 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu.png; sourceTree = ""; }; + 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu_scheme-members.html"; sourceTree = ""; }; + 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu_scheme.html; sourceTree = ""; }; + 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu_scheme.png; sourceTree = ""; }; + 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_param_display-members.html"; sourceTree = ""; }; + 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_param_display.html; sourceTree = ""; }; + 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_param_display.png; sourceTree = ""; }; + 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_reference_counter-members.html"; sourceTree = ""; }; + 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_reference_counter.html; sourceTree = ""; }; + 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_reference_counter.png; sourceTree = ""; }; + 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_rocker_switch-members.html"; sourceTree = ""; }; + 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_rocker_switch.html; sourceTree = ""; }; + 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_rocker_switch.png; sourceTree = ""; }; + 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_container-members.html"; sourceTree = ""; }; + 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_container.html; sourceTree = ""; }; + 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_container.png; sourceTree = ""; }; + 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_view-members.html"; sourceTree = ""; }; + 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_view.html; sourceTree = ""; }; + 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_view.png; sourceTree = ""; }; + 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scrollbar-members.html"; sourceTree = ""; }; + 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scrollbar.html; sourceTree = ""; }; + 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scrollbar.png; sourceTree = ""; }; + 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_slider-members.html"; sourceTree = ""; }; + 24A200780F90D1DD003BB5A7 /* class_c_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_slider.html; sourceTree = ""; }; + 24A200790F90D1DD003BB5A7 /* class_c_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_slider.png; sourceTree = ""; }; + 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_special_digit-members.html"; sourceTree = ""; }; + 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_special_digit.html; sourceTree = ""; }; + 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_special_digit.png; sourceTree = ""; }; + 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen-members.html"; sourceTree = ""; }; + 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen.html; sourceTree = ""; }; + 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen.png; sourceTree = ""; }; + 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen_view-members.html"; sourceTree = ""; }; + 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen_view.html; sourceTree = ""; }; + 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen_view.png; sourceTree = ""; }; + 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_button-members.html"; sourceTree = ""; }; + 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_button.html; sourceTree = ""; }; + 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_button.png; sourceTree = ""; }; + 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_child_view-members.html"; sourceTree = ""; }; + 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_child_view.html; sourceTree = ""; }; + 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_child_view.png; sourceTree = ""; }; + 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_view-members.html"; sourceTree = ""; }; + 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_view.html; sourceTree = ""; }; + 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_view.png; sourceTree = ""; }; + 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_edit-members.html"; sourceTree = ""; }; + 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_edit.html; sourceTree = ""; }; + 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_edit.png; sourceTree = ""; }; + 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_label-members.html"; sourceTree = ""; }; + 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_label.html; sourceTree = ""; }; + 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_label.png; sourceTree = ""; }; + 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_slider-members.html"; sourceTree = ""; }; + 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_slider.html; sourceTree = ""; }; + 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_slider.png; sourceTree = ""; }; + 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_switch-members.html"; sourceTree = ""; }; + 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_switch.html; sourceTree = ""; }; + 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_switch.png; sourceTree = ""; }; + 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view-members.html"; sourceTree = ""; }; + 24A200990F90D1DD003BB5A7 /* class_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view.html; sourceTree = ""; }; + 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view.png; sourceTree = ""; }; + 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view_container-members.html"; sourceTree = ""; }; + 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view_container.html; sourceTree = ""; }; + 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view_container.png; sourceTree = ""; }; + 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vu_meter-members.html"; sourceTree = ""; }; + 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vu_meter.html; sourceTree = ""; }; + 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vu_meter.png; sourceTree = ""; }; + 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_i_scrollbar_drawer-members.html"; sourceTree = ""; }; + 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_i_scrollbar_drawer.html; sourceTree = ""; }; + 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_plugin_g_u_i_editor-members.html"; sourceTree = ""; }; + 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_plugin_g_u_i_editor.html; sourceTree = ""; }; + 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8cpp.html; sourceTree = ""; }; + 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8h.html; sourceTree = ""; }; + 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8cpp.html; sourceTree = ""; }; + 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8h.html; sourceTree = ""; }; + 24A200A90F90D1DD003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = deprecated.html; sourceTree = ""; }; + 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = doc_8h.html; sourceTree = ""; }; + 24A200AB0F90D1DD003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; + 24A200AC0F90D1DD003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; + 24A200AD0F90D1DD003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = files.html; sourceTree = ""; }; + 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; + 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; + 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; + 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; + 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; + 24A200B30F90D1DE003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; + 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; + 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; + 24A200B60F90D1DE003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; + 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; + 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; + 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; + 24A200BA0F90D1DE003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions.html; sourceTree = ""; }; + 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x62.html; sourceTree = ""; }; + 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x63.html; sourceTree = ""; }; + 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x64.html; sourceTree = ""; }; + 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x65.html; sourceTree = ""; }; + 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x66.html; sourceTree = ""; }; + 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x67.html; sourceTree = ""; }; + 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x68.html; sourceTree = ""; }; + 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x69.html; sourceTree = ""; }; + 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6b.html; sourceTree = ""; }; + 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6c.html; sourceTree = ""; }; + 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6d.html; sourceTree = ""; }; + 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6e.html; sourceTree = ""; }; + 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6f.html; sourceTree = ""; }; + 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x70.html; sourceTree = ""; }; + 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x72.html; sourceTree = ""; }; + 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x73.html; sourceTree = ""; }; + 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x74.html; sourceTree = ""; }; + 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x75.html; sourceTree = ""; }; + 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x76.html; sourceTree = ""; }; + 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x77.html; sourceTree = ""; }; + 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x78.html; sourceTree = ""; }; + 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x79.html; sourceTree = ""; }; + 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7a.html; sourceTree = ""; }; + 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7e.html; sourceTree = ""; }; + 24A200D30F90D1DE003BB5A7 /* functions_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_eval.html; sourceTree = ""; }; + 24A200D40F90D1DE003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func.html; sourceTree = ""; }; + 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x62.html; sourceTree = ""; }; + 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x63.html; sourceTree = ""; }; + 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x64.html; sourceTree = ""; }; + 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x65.html; sourceTree = ""; }; + 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x66.html; sourceTree = ""; }; + 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x67.html; sourceTree = ""; }; + 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x68.html; sourceTree = ""; }; + 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x69.html; sourceTree = ""; }; + 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6c.html; sourceTree = ""; }; + 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6d.html; sourceTree = ""; }; + 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6e.html; sourceTree = ""; }; + 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6f.html; sourceTree = ""; }; + 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x70.html; sourceTree = ""; }; + 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x72.html; sourceTree = ""; }; + 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x73.html; sourceTree = ""; }; + 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x74.html; sourceTree = ""; }; + 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x75.html; sourceTree = ""; }; + 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x76.html; sourceTree = ""; }; + 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x77.html; sourceTree = ""; }; + 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x7e.html; sourceTree = ""; }; + 24A200E90F90D1DE003BB5A7 /* functions_rela.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_rela.html; sourceTree = ""; }; + 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars.html; sourceTree = ""; }; + 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x62.html; sourceTree = ""; }; + 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x63.html; sourceTree = ""; }; + 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x64.html; sourceTree = ""; }; + 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x65.html; sourceTree = ""; }; + 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x66.html; sourceTree = ""; }; + 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x67.html; sourceTree = ""; }; + 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x68.html; sourceTree = ""; }; + 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x69.html; sourceTree = ""; }; + 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6b.html; sourceTree = ""; }; + 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6c.html; sourceTree = ""; }; + 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6d.html; sourceTree = ""; }; + 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6e.html; sourceTree = ""; }; + 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6f.html; sourceTree = ""; }; + 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x70.html; sourceTree = ""; }; + 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x72.html; sourceTree = ""; }; + 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x73.html; sourceTree = ""; }; + 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x74.html; sourceTree = ""; }; + 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x75.html; sourceTree = ""; }; + 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x76.html; sourceTree = ""; }; + 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x77.html; sourceTree = ""; }; + 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x78.html; sourceTree = ""; }; + 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x79.html; sourceTree = ""; }; + 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x7a.html; sourceTree = ""; }; + 24A201020F90D1DE003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals.html; sourceTree = ""; }; + 24A201030F90D1DE003BB5A7 /* globals_0x61.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x61.html; sourceTree = ""; }; + 24A201040F90D1DE003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x62.html; sourceTree = ""; }; + 24A201050F90D1DE003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x63.html; sourceTree = ""; }; + 24A201060F90D1DE003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x65.html; sourceTree = ""; }; + 24A201070F90D1DE003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x66.html; sourceTree = ""; }; + 24A201080F90D1DE003BB5A7 /* globals_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x67.html; sourceTree = ""; }; + 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6b.html; sourceTree = ""; }; + 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6d.html; sourceTree = ""; }; + 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6e.html; sourceTree = ""; }; + 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6f.html; sourceTree = ""; }; + 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x71.html; sourceTree = ""; }; + 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x72.html; sourceTree = ""; }; + 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x73.html; sourceTree = ""; }; + 24A201100F90D1DE003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x74.html; sourceTree = ""; }; + 24A201110F90D1DE003BB5A7 /* globals_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x75.html; sourceTree = ""; }; + 24A201120F90D1DE003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x76.html; sourceTree = ""; }; + 24A201130F90D1DE003BB5A7 /* globals_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x77.html; sourceTree = ""; }; + 24A201140F90D1DE003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_defs.html; sourceTree = ""; }; + 24A201150F90D1DE003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_enum.html; sourceTree = ""; }; + 24A201160F90D1DE003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_eval.html; sourceTree = ""; }; + 24A201170F90D1DE003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_type.html; sourceTree = ""; }; + 24A201180F90D1DE003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_vars.html; sourceTree = ""; }; + 24A201190F90D1DE003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = hierarchy.html; sourceTree = ""; }; + 24A2011A0F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; + 24A2011B0F90D1DE003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = intro.html; sourceTree = ""; }; + 24A2011C0F90D1DE003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = license.html; sourceTree = ""; }; + 24A2011D0F90D1DE003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = maceditor.html; sourceTree = ""; }; + 24A2011E0F90D1DE003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = main.html; sourceTree = ""; }; + 24A2011F0F90D1DE003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = others.html; sourceTree = ""; }; + 24A201200F90D1DE003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = pages.html; sourceTree = ""; }; + 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8cpp.html; sourceTree = ""; }; + 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8h.html; sourceTree = ""; }; + 24A201230F90D1DE003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = sequences.html; sourceTree = ""; }; + 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_color-members.html"; sourceTree = ""; }; + 24A201250F90D1DE003BB5A7 /* struct_c_color.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_color.html; sourceTree = ""; }; + 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_point-members.html"; sourceTree = ""; }; + 24A201270F90D1DE003BB5A7 /* struct_c_point.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_point.html; sourceTree = ""; }; + 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_rect-members.html"; sourceTree = ""; }; + 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_rect.html; sourceTree = ""; }; + 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_e_rect-members.html"; sourceTree = ""; }; + 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_e_rect.html; sourceTree = ""; }; + 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; + 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_select.html; sourceTree = ""; }; + 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; + 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_type.html; sourceTree = ""; }; + 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; + 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_key_code.html; sourceTree = ""; }; + 24A201320F90D1DE003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; + 24A201330F90D1DE003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; + 24A201340F90D1DE003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; + 24A201350F90D1DE003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; + 24A201360F90D1DE003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = thanks.html; sourceTree = ""; }; + 24A201370F90D1DE003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = tree.html; sourceTree = ""; }; + 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8cpp.html; sourceTree = ""; }; + 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8h.html; sourceTree = ""; }; + 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8cpp.html; sourceTree = ""; }; + 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8h.html; sourceTree = ""; }; + 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstkeycode_8h.html; sourceTree = ""; }; + 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstoffline.html; sourceTree = ""; }; + 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstparamstruct.html; sourceTree = ""; }; + 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugscarbon_8h.html; sourceTree = ""; }; + 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmac_8h.html; sourceTree = ""; }; + 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmacho_8h.html; sourceTree = ""; }; + 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsquartz_8h.html; sourceTree = ""; }; + 24A201430F90D1DE003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = whatsnew.html; sourceTree = ""; }; + 24A201440F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; + 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Migrating from 2.3.rtf"; sourceTree = ""; }; + 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = plugguieditor.cpp; sourceTree = ""; }; + 24A201470F90D1DE003BB5A7 /* plugguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plugguieditor.h; sourceTree = ""; }; + 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstcontrols.cpp; sourceTree = ""; }; + 24A201490F90D1DE003BB5A7 /* vstcontrols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstcontrols.h; sourceTree = ""; }; + 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstgui.cpp; sourceTree = ""; }; + 24A2014B0F90D1DE003BB5A7 /* vstgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstgui.h; sourceTree = ""; }; + 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstkeycode.h; sourceTree = ""; }; + 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugscarbon.h; sourceTree = ""; }; + 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmac.h; sourceTree = ""; }; + 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmacho.h; sourceTree = ""; }; + 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsquartz.h; sourceTree = ""; }; + 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = Thumbs.db; sourceTree = ""; }; + 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = VST_Logo_Usage_Guideline.pdf; sourceTree = ""; }; + 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = VSTLogoAlpha.png; sourceTree = ""; }; + 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoBlack.jpg; sourceTree = ""; }; + 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoWhite.jpg; sourceTree = ""; }; + 24A2FEC60F90D1DC003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = VSTMonitor; sourceTree = ""; }; + 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PkgInfo; sourceTree = ""; }; + 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50000.bmp; sourceTree = ""; }; + 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50001.bmp; sourceTree = ""; }; + 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50002.bmp; sourceTree = ""; }; + 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50003.bmp; sourceTree = ""; }; + 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50004.bmp; sourceTree = ""; }; + 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50005.bmp; sourceTree = ""; }; + 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50006.bmp; sourceTree = ""; }; + 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50007.bmp; sourceTree = ""; }; + 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50008.bmp; sourceTree = ""; }; + 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = VSTParamTool.app; sourceTree = ""; }; + 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstmonitor.dll; sourceTree = ""; }; + 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstparamtool.exe; sourceTree = ""; }; + 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = folder.gif; sourceTree = ""; }; + 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = mac.gif; sourceTree = ""; }; + 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo_small.jpg; sourceTree = ""; }; + 24A2FEDD0F90D1DC003BB5A7 /* win.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = win.gif; sourceTree = ""; }; + 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffect_8h.html; sourceTree = ""; }; + 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffectx_8h.html; sourceTree = ""; }; + 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffeditor_8h.html; sourceTree = ""; }; + 24A2FEE20F90D1DC003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotated.html; sourceTree = ""; }; + 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8cpp.html; sourceTree = ""; }; + 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8h.html; sourceTree = ""; }; + 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8cpp.html; sourceTree = ""; }; + 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8h.html; sourceTree = ""; }; + 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Blocksizechange.gif; sourceTree = ""; }; + 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_a_eff_editor-members.html"; sourceTree = ""; }; + 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_a_eff_editor.html; sourceTree = ""; }; + 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect-members.html"; sourceTree = ""; }; + 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect.html; sourceTree = ""; }; + 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect.png; sourceTree = ""; }; + 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect_x-members.html"; sourceTree = ""; }; + 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect_x.html; sourceTree = ""; }; + 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect_x.png; sourceTree = ""; }; + 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ControlChanged.gif; sourceTree = ""; }; + 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = deprecated.html; sourceTree = ""; }; + 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_2d3252dd12c84c66c1d25b26bb45a1f5.html; sourceTree = ""; }; + 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_77c628dfee72e555f82d5ef53b733f38.html; sourceTree = ""; }; + 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_f81105d3b854bea570aaf3bae5cb64c1.html; sourceTree = ""; }; + 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_fa0454ab79b4262333bf837ea3d765e9.html; sourceTree = ""; }; + 24A2FEF60F90D1DC003BB5A7 /* dirs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dirs.html; sourceTree = ""; }; + 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = doc_8h.html; sourceTree = ""; }; + 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; + 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; + 24A2FEFA0F90D1DC003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = files.html; sourceTree = ""; }; + 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; + 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; + 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; + 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; + 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; + 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; + 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; + 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; + 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; + 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; + 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; + 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; + 24A2FF070F90D1DC003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions.html; sourceTree = ""; }; + 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x62.html; sourceTree = ""; }; + 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x63.html; sourceTree = ""; }; + 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x64.html; sourceTree = ""; }; + 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x65.html; sourceTree = ""; }; + 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x66.html; sourceTree = ""; }; + 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x67.html; sourceTree = ""; }; + 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x68.html; sourceTree = ""; }; + 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x69.html; sourceTree = ""; }; + 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6b.html; sourceTree = ""; }; + 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6c.html; sourceTree = ""; }; + 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6d.html; sourceTree = ""; }; + 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6e.html; sourceTree = ""; }; + 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6f.html; sourceTree = ""; }; + 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x70.html; sourceTree = ""; }; + 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x72.html; sourceTree = ""; }; + 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x73.html; sourceTree = ""; }; + 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x74.html; sourceTree = ""; }; + 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x75.html; sourceTree = ""; }; + 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x76.html; sourceTree = ""; }; + 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x77.html; sourceTree = ""; }; + 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x78.html; sourceTree = ""; }; + 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x79.html; sourceTree = ""; }; + 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x7e.html; sourceTree = ""; }; + 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_func.html; sourceTree = ""; }; + 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars.html; sourceTree = ""; }; + 24A2FF210F90D1DC003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals.html; sourceTree = ""; }; + 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x62.html; sourceTree = ""; }; + 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x63.html; sourceTree = ""; }; + 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x64.html; sourceTree = ""; }; + 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x65.html; sourceTree = ""; }; + 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x66.html; sourceTree = ""; }; + 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6b.html; sourceTree = ""; }; + 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6d.html; sourceTree = ""; }; + 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x74.html; sourceTree = ""; }; + 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x76.html; sourceTree = ""; }; + 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_defs.html; sourceTree = ""; }; + 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_enum.html; sourceTree = ""; }; + 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval.html; sourceTree = ""; }; + 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x65.html; sourceTree = ""; }; + 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6b.html; sourceTree = ""; }; + 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6d.html; sourceTree = ""; }; + 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x76.html; sourceTree = ""; }; + 24A2FF320F90D1DC003BB5A7 /* globals_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_func.html; sourceTree = ""; }; + 24A2FF330F90D1DC003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_type.html; sourceTree = ""; }; + 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_vars.html; sourceTree = ""; }; + 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = hierarchy.html; sourceTree = ""; }; + 24A2FF360F90D1DC003BB5A7 /* history.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = history.html; sourceTree = ""; }; + 24A2FF370F90D1DC003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Initialisation.gif; sourceTree = ""; }; + 24A2FF390F90D1DC003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = intro.html; sourceTree = ""; }; + 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = IOchange.gif; sourceTree = ""; }; + 24A2FF3B0F90D1DC003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = license.html; sourceTree = ""; }; + 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = maceditor.html; sourceTree = ""; }; + 24A2FF3D0F90D1DC003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = main.html; sourceTree = ""; }; + 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_host_can_dos.html; sourceTree = ""; }; + 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_plug_can_dos.html; sourceTree = ""; }; + 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers.html; sourceTree = ""; }; + 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers_vars.html; sourceTree = ""; }; + 24A2FF420F90D1DC003BB5A7 /* namespaces.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespaces.html; sourceTree = ""; }; + 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Offlineprocessing.gif; sourceTree = ""; }; + 24A2FF440F90D1DC003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = others.html; sourceTree = ""; }; + 24A2FF450F90D1DC003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = pages.html; sourceTree = ""; }; + 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Sampleratechange.gif; sourceTree = ""; }; + 24A2FF470F90D1DC003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sequences.html; sourceTree = ""; }; + 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = SpeakerarrangementnegotiationforVSTfx.gif; sourceTree = ""; }; + 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_a_effect-members.html"; sourceTree = ""; }; + 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_a_effect.html; sourceTree = ""; }; + 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_e_rect-members.html"; sourceTree = ""; }; + 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_e_rect.html; sourceTree = ""; }; + 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_key_name-members.html"; sourceTree = ""; }; + 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_key_name.html; sourceTree = ""; }; + 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_category-members.html"; sourceTree = ""; }; + 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_category.html; sourceTree = ""; }; + 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_name-members.html"; sourceTree = ""; }; + 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_name.html; sourceTree = ""; }; + 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file-members.html"; sourceTree = ""; }; + 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file.html; sourceTree = ""; }; + 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file_marker-members.html"; sourceTree = ""; }; + 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file_marker.html; sourceTree = ""; }; + 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_event-members.html"; sourceTree = ""; }; + 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_event.html; sourceTree = ""; }; + 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_events-members.html"; sourceTree = ""; }; + 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_events.html; sourceTree = ""; }; + 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; + 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_select.html; sourceTree = ""; }; + 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; + 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_type.html; sourceTree = ""; }; + 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; + 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_key_code.html; sourceTree = ""; }; + 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_event-members.html"; sourceTree = ""; }; + 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_event.html; sourceTree = ""; }; + 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_sysex_event-members.html"; sourceTree = ""; }; + 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_sysex_event.html; sourceTree = ""; }; + 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_offline_task-members.html"; sourceTree = ""; }; + 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_offline_task.html; sourceTree = ""; }; + 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_parameter_properties-members.html"; sourceTree = ""; }; + 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_parameter_properties.html; sourceTree = ""; }; + 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_patch_chunk_info-members.html"; sourceTree = ""; }; + 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_patch_chunk_info.html; sourceTree = ""; }; + 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_pin_properties-members.html"; sourceTree = ""; }; + 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_pin_properties.html; sourceTree = ""; }; + 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_arrangement-members.html"; sourceTree = ""; }; + 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_arrangement.html; sourceTree = ""; }; + 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_properties-members.html"; sourceTree = ""; }; + 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_properties.html; sourceTree = ""; }; + 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_time_info-members.html"; sourceTree = ""; }; + 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_time_info.html; sourceTree = ""; }; + 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_variable_io-members.html"; sourceTree = ""; }; + 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_variable_io.html; sourceTree = ""; }; + 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_window-members.html"; sourceTree = ""; }; + 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_window.html; sourceTree = ""; }; + 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_bank-members.html"; sourceTree = ""; }; + 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_bank.html; sourceTree = ""; }; + 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_program-members.html"; sourceTree = ""; }; + 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_program.html; sourceTree = ""; }; + 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; + 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; + 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; + 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; + 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Termination.gif; sourceTree = ""; }; + 24A2FF800F90D1DD003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = thanks.html; sourceTree = ""; }; + 24A2FF810F90D1DD003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tree.html; sourceTree = ""; }; + 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOff.gif; sourceTree = ""; }; + 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOn.gif; sourceTree = ""; }; + 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstfxstore_8h.html; sourceTree = ""; }; + 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstoffline.html; sourceTree = ""; }; + 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstparamstruct.html; sourceTree = ""; }; + 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo.jpg; sourceTree = ""; }; + 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstplugmain_8cpp.html; sourceTree = ""; }; + 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = whatsnew.html; sourceTree = ""; }; + 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.menu.html; sourceTree = ""; }; + 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.overview.html; sourceTree = ""; }; + 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = sdkdoc.css; sourceTree = ""; }; + 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "VST Licensing Agreement.rtf"; sourceTree = ""; }; + 24A2FF8E0F90D1DD003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + 24A2FF910F90D1DD003BB5A7 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelay.cpp; sourceTree = ""; }; + 24A2FF990F90D1DD003BB5A7 /* adelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adelay.h; sourceTree = ""; }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelaymain.cpp; sourceTree = ""; }; + 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00128.bmp; sourceTree = ""; }; + 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00129.bmp; sourceTree = ""; }; + 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00130.bmp; sourceTree = ""; }; + 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.rc; sourceTree = ""; }; + 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sdeditor.cpp; sourceTree = ""; }; + 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sdeditor.h; sourceTree = ""; }; + 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surrounddelay.cpp; sourceTree = ""; }; + 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surrounddelay.h; sourceTree = ""; }; + 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; + 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; + 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = again.cpp; sourceTree = ""; }; + 24A2FFAB0F90D1DD003BB5A7 /* again.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = again.h; sourceTree = ""; }; + 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; + 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "minihost-Info.plist"; sourceTree = ""; }; + 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "vst 2.4 examples.xcodeproj"; sourceTree = ""; }; + 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = vst2.4Info.plist; sourceTree = ""; }; + 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minieditor.cpp; sourceTree = ""; }; + 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minihost.cpp; sourceTree = ""; }; + 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; + 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.rc; sourceTree = ""; }; + 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.vstxml; sourceTree = ""; }; + 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmnames.h; sourceTree = ""; }; + 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynth.cpp; sourceTree = ""; }; + 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstxsynth.h; sourceTree = ""; }; + 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynthproc.cpp; sourceTree = ""; }; + 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; + 24A2FFC60F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; + 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstplug.def; sourceTree = ""; }; + 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; + 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; + 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; + 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; + 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; + 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; + 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = adelay.dsp; sourceTree = ""; }; + 24A2FFD10F90D1DD003BB5A7 /* again.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = again.dsp; sourceTree = ""; }; + 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = minihost.dsp; sourceTree = ""; }; + 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.dsw; sourceTree = ""; }; + 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.dsp; sourceTree = ""; }; + 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.dsp; sourceTree = ""; }; + 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = audiounit.exp; sourceTree = ""; }; + 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "cw_vst_prefix.pch++"; sourceTree = ""; }; + 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */ = {isa = PBXFileReference; lastKnownFileType = file; path = drawtest.cw9prj; sourceTree = ""; }; + 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.plc; sourceTree = ""; }; + 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcode; sourceTree = ""; }; + 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcodeproj; sourceTree = ""; }; + 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_au_prefix.h; sourceTree = ""; }; + 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_vst_prefix.h; sourceTree = ""; }; + 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = audiounit.r; sourceTree = ""; }; + 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00001.png; sourceTree = ""; }; + 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00100.png; sourceTree = ""; }; + 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp01000.png; sourceTree = ""; }; + 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10001.bmp; sourceTree = ""; }; + 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10002.bmp; sourceTree = ""; }; + 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10003.bmp; sourceTree = ""; }; + 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10004.bmp; sourceTree = ""; }; + 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10005.bmp; sourceTree = ""; }; + 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10006.bmp; sourceTree = ""; }; + 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10007.bmp; sourceTree = ""; }; + 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10008.bmp; sourceTree = ""; }; + 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10009.bmp; sourceTree = ""; }; + 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10010.bmp; sourceTree = ""; }; + 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10011.bmp; sourceTree = ""; }; + 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10012.bmp; sourceTree = ""; }; + 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10013.bmp; sourceTree = ""; }; + 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; + 24D8286F09A914000093AEF8 /* Holt2Proc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Holt2Proc.cpp; path = source/Holt2Proc.cpp; sourceTree = ""; }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* FM-Chopper */ = { + isa = PBXGroup; + children = ( + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + 089C167CFE841241C02AAC07 /* Resources */, + 08FB77ADFE841716C02AAC07 /* Source */, + 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */, + ); + name = "FM-Chopper"; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 2434720A098313350063BBF1 /* QuickTime.framework */, + 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */, + 24CFB70307E7A0220081BD57 /* PkgInfo */, + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 2407DEB6089929BA00EB68BF /* Holt2.cpp */, + 24D8286F09A914000093AEF8 /* Holt2Proc.cpp */, + 245463B80991757100464AD3 /* Holt2.h */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 2407DE920899296600EB68BF /* Holt2.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A200030F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */, + 24A200050F90D1DD003BB5A7 /* controlsgui.h */, + 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */, + 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */, + 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */, + 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */, + 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */, + 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */, + 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */, + 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */, + 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */, + ); + name = source; + path = /vstsdk2.4/vstgui.sf/drawtest/source; + sourceTree = ""; + }; + 24A2000F0F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A200100F90D1DD003BB5A7 /* drawtest.def */, + 24A200110F90D1DD003BB5A7 /* drawtest.rc */, + 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */, + ); + name = win; + path = /vstsdk2.4/vstgui.sf/drawtest/win; + sourceTree = ""; + }; + 24A200130F90D1DD003BB5A7 /* win.vc6 */ = { + isa = PBXGroup; + children = ( + 24A200140F90D1DD003BB5A7 /* drawtest.dsp */, + 24A200150F90D1DD003BB5A7 /* drawtest.dsw */, + ); + name = win.vc6; + path = /vstsdk2.4/vstgui.sf/drawtest/win.vc6; + sourceTree = ""; + }; + 24A200160F90D1DD003BB5A7 /* vstgui */ = { + isa = PBXGroup; + children = ( + 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */, + 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */, + 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */, + 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */, + 24A2001B0F90D1DD003BB5A7 /* Changelog */, + 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */, + 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */, + 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */, + 24A2001F0F90D1DD003BB5A7 /* ctabview.h */, + 24A200200F90D1DD003BB5A7 /* Documentation */, + 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */, + 24A201470F90D1DE003BB5A7 /* plugguieditor.h */, + 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */, + 24A201490F90D1DE003BB5A7 /* vstcontrols.h */, + 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */, + 24A2014B0F90D1DE003BB5A7 /* vstgui.h */, + 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */, + 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */, + 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */, + 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */, + 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */, + ); + name = vstgui; + path = /vstsdk2.4/vstgui.sf/vstgui; + sourceTree = ""; + }; + 24A200200F90D1DD003BB5A7 /* Documentation */ = { + isa = PBXGroup; + children = ( + 24A200210F90D1DD003BB5A7 /* html */, + 24A201440F90D1DE003BB5A7 /* index.html */, + 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */, + ); + name = Documentation; + path = /vstsdk2.4/vstgui.sf/vstgui/Documentation; + sourceTree = ""; + }; + 24A200210F90D1DD003BB5A7 /* html */ = { + isa = PBXGroup; + children = ( + 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */, + 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */, + 24A200240F90D1DD003BB5A7 /* annotated.html */, + 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */, + 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */, + 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */, + 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */, + 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */, + 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */, + 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */, + 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */, + 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */, + 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */, + 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */, + 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */, + 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */, + 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */, + 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */, + 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */, + 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */, + 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */, + 24A200370F90D1DD003BB5A7 /* class_c_control.html */, + 24A200380F90D1DD003BB5A7 /* class_c_control.png */, + 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */, + 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */, + 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */, + 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */, + 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */, + 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */, + 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */, + 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */, + 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */, + 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */, + 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */, + 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */, + 24A200450F90D1DD003BB5A7 /* class_c_frame.html */, + 24A200460F90D1DD003BB5A7 /* class_c_frame.png */, + 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */, + 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */, + 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */, + 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */, + 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */, + 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */, + 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */, + 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */, + 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */, + 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */, + 24A200510F90D1DD003BB5A7 /* class_c_knob.html */, + 24A200520F90D1DD003BB5A7 /* class_c_knob.png */, + 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */, + 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */, + 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */, + 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */, + 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */, + 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */, + 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */, + 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */, + 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */, + 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */, + 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */, + 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */, + 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */, + 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */, + 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */, + 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */, + 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */, + 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */, + 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */, + 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */, + 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */, + 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */, + 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */, + 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */, + 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */, + 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */, + 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */, + 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */, + 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */, + 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */, + 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */, + 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */, + 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */, + 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */, + 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */, + 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */, + 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */, + 24A200780F90D1DD003BB5A7 /* class_c_slider.html */, + 24A200790F90D1DD003BB5A7 /* class_c_slider.png */, + 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */, + 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */, + 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */, + 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */, + 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */, + 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */, + 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */, + 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */, + 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */, + 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */, + 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */, + 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */, + 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */, + 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */, + 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */, + 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */, + 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */, + 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */, + 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */, + 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */, + 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */, + 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */, + 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */, + 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */, + 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */, + 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */, + 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */, + 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */, + 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */, + 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */, + 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */, + 24A200990F90D1DD003BB5A7 /* class_c_view.html */, + 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */, + 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */, + 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */, + 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */, + 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */, + 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */, + 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */, + 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */, + 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */, + 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */, + 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */, + 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */, + 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */, + 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */, + 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */, + 24A200A90F90D1DD003BB5A7 /* deprecated.html */, + 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */, + 24A200AB0F90D1DD003BB5A7 /* doxygen.css */, + 24A200AC0F90D1DD003BB5A7 /* doxygen.png */, + 24A200AD0F90D1DD003BB5A7 /* files.html */, + 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */, + 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */, + 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */, + 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */, + 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */, + 24A200B30F90D1DE003BB5A7 /* ftv2link.png */, + 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */, + 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */, + 24A200B60F90D1DE003BB5A7 /* ftv2node.png */, + 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */, + 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */, + 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */, + 24A200BA0F90D1DE003BB5A7 /* functions.html */, + 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */, + 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */, + 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */, + 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */, + 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */, + 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */, + 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */, + 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */, + 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */, + 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */, + 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */, + 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */, + 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */, + 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */, + 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */, + 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */, + 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */, + 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */, + 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */, + 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */, + 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */, + 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */, + 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */, + 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */, + 24A200D30F90D1DE003BB5A7 /* functions_eval.html */, + 24A200D40F90D1DE003BB5A7 /* functions_func.html */, + 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */, + 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */, + 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */, + 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */, + 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */, + 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */, + 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */, + 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */, + 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */, + 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */, + 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */, + 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */, + 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */, + 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */, + 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */, + 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */, + 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */, + 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */, + 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */, + 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */, + 24A200E90F90D1DE003BB5A7 /* functions_rela.html */, + 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */, + 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */, + 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */, + 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */, + 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */, + 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */, + 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */, + 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */, + 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */, + 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */, + 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */, + 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */, + 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */, + 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */, + 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */, + 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */, + 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */, + 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */, + 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */, + 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */, + 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */, + 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */, + 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */, + 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */, + 24A201020F90D1DE003BB5A7 /* globals.html */, + 24A201030F90D1DE003BB5A7 /* globals_0x61.html */, + 24A201040F90D1DE003BB5A7 /* globals_0x62.html */, + 24A201050F90D1DE003BB5A7 /* globals_0x63.html */, + 24A201060F90D1DE003BB5A7 /* globals_0x65.html */, + 24A201070F90D1DE003BB5A7 /* globals_0x66.html */, + 24A201080F90D1DE003BB5A7 /* globals_0x67.html */, + 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */, + 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */, + 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */, + 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */, + 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */, + 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */, + 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */, + 24A201100F90D1DE003BB5A7 /* globals_0x74.html */, + 24A201110F90D1DE003BB5A7 /* globals_0x75.html */, + 24A201120F90D1DE003BB5A7 /* globals_0x76.html */, + 24A201130F90D1DE003BB5A7 /* globals_0x77.html */, + 24A201140F90D1DE003BB5A7 /* globals_defs.html */, + 24A201150F90D1DE003BB5A7 /* globals_enum.html */, + 24A201160F90D1DE003BB5A7 /* globals_eval.html */, + 24A201170F90D1DE003BB5A7 /* globals_type.html */, + 24A201180F90D1DE003BB5A7 /* globals_vars.html */, + 24A201190F90D1DE003BB5A7 /* hierarchy.html */, + 24A2011A0F90D1DE003BB5A7 /* index.html */, + 24A2011B0F90D1DE003BB5A7 /* intro.html */, + 24A2011C0F90D1DE003BB5A7 /* license.html */, + 24A2011D0F90D1DE003BB5A7 /* maceditor.html */, + 24A2011E0F90D1DE003BB5A7 /* main.html */, + 24A2011F0F90D1DE003BB5A7 /* others.html */, + 24A201200F90D1DE003BB5A7 /* pages.html */, + 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */, + 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */, + 24A201230F90D1DE003BB5A7 /* sequences.html */, + 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */, + 24A201250F90D1DE003BB5A7 /* struct_c_color.html */, + 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */, + 24A201270F90D1DE003BB5A7 /* struct_c_point.html */, + 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */, + 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */, + 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */, + 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */, + 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */, + 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */, + 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */, + 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */, + 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */, + 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */, + 24A201320F90D1DE003BB5A7 /* tab_b.gif */, + 24A201330F90D1DE003BB5A7 /* tab_l.gif */, + 24A201340F90D1DE003BB5A7 /* tab_r.gif */, + 24A201350F90D1DE003BB5A7 /* tabs.css */, + 24A201360F90D1DE003BB5A7 /* thanks.html */, + 24A201370F90D1DE003BB5A7 /* tree.html */, + 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */, + 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */, + 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */, + 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */, + 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */, + 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */, + 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */, + 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */, + 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */, + 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */, + 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */, + 24A201430F90D1DE003BB5A7 /* whatsnew.html */, + ); + name = html; + path = /vstsdk2.4/vstgui.sf/vstgui/Documentation/html; + sourceTree = ""; + }; + 24A203CE0F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203D70F90D272003BB5A7 /* again.vst */, + 24A203D90F90D272003BB5A7 /* adelay.vst */, + 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */, + 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */, + 24A203DF0F90D272003BB5A7 /* minihost.app */, + ); + name = Products; + sourceTree = ""; + }; + 24A203E00F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203E50F90D272003BB5A7 /* drawtest.component */, + 24A203E70F90D272003BB5A7 /* drawtest.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A203E80F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203ED0F90D272003BB5A7 /* drawtest.component */, + 24A203EF0F90D272003BB5A7 /* drawtest.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */ = { + isa = PBXGroup; + children = ( + 24A2FEBC0F90D1DC003BB5A7 /* artwork */, + 24A2FEC20F90D1DC003BB5A7 /* bin */, + 24A2FED80F90D1DC003BB5A7 /* doc */, + 24A2FF8E0F90D1DD003BB5A7 /* index.html */, + 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */, + 24A2FF940F90D1DD003BB5A7 /* public.sdk */, + 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */, + ); + name = vstsdk2.4; + path = /vstsdk2.4; + sourceTree = ""; + }; + 24A2FEBC0F90D1DC003BB5A7 /* artwork */ = { + isa = PBXGroup; + children = ( + 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */, + 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */, + 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */, + 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */, + 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */, + ); + name = artwork; + path = /vstsdk2.4/artwork; + sourceTree = ""; + }; + 24A2FEC20F90D1DC003BB5A7 /* bin */ = { + isa = PBXGroup; + children = ( + 24A2FEC30F90D1DC003BB5A7 /* mac */, + 24A2FED50F90D1DC003BB5A7 /* win */, + ); + name = bin; + path = /vstsdk2.4/bin; + sourceTree = ""; + }; + 24A2FEC30F90D1DC003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */, + 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */, + ); + name = mac; + path = /vstsdk2.4/bin/mac; + sourceTree = ""; + }; + 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */ = { + isa = PBXGroup; + children = ( + 24A2FEC50F90D1DC003BB5A7 /* Contents */, + ); + name = VSTMonitor.vst; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst; + sourceTree = ""; + }; + 24A2FEC50F90D1DC003BB5A7 /* Contents */ = { + isa = PBXGroup; + children = ( + 24A2FEC60F90D1DC003BB5A7 /* Info.plist */, + 24A2FEC70F90D1DC003BB5A7 /* MacOS */, + 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */, + 24A2FECA0F90D1DC003BB5A7 /* Resources */, + ); + name = Contents; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents; + sourceTree = ""; + }; + 24A2FEC70F90D1DC003BB5A7 /* MacOS */ = { + isa = PBXGroup; + children = ( + 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */, + ); + name = MacOS; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/MacOS; + sourceTree = ""; + }; + 24A2FECA0F90D1DC003BB5A7 /* Resources */ = { + isa = PBXGroup; + children = ( + 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */, + 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */, + 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */, + 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */, + 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */, + 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */, + 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */, + 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */, + 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */, + ); + name = Resources; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/Resources; + sourceTree = ""; + }; + 24A2FED50F90D1DC003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */, + 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */, + ); + name = win; + path = /vstsdk2.4/bin/win; + sourceTree = ""; + }; + 24A2FED80F90D1DC003BB5A7 /* doc */ = { + isa = PBXGroup; + children = ( + 24A2FED90F90D1DC003BB5A7 /* gfx */, + 24A2FEDE0F90D1DC003BB5A7 /* html */, + 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */, + 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */, + 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */, + 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */, + ); + name = doc; + path = /vstsdk2.4/doc; + sourceTree = ""; + }; + 24A2FED90F90D1DC003BB5A7 /* gfx */ = { + isa = PBXGroup; + children = ( + 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */, + 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */, + 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */, + 24A2FEDD0F90D1DC003BB5A7 /* win.gif */, + ); + name = gfx; + path = /vstsdk2.4/doc/gfx; + sourceTree = ""; + }; + 24A2FEDE0F90D1DC003BB5A7 /* html */ = { + isa = PBXGroup; + children = ( + 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */, + 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */, + 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */, + 24A2FEE20F90D1DC003BB5A7 /* annotated.html */, + 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */, + 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */, + 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */, + 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */, + 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */, + 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */, + 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */, + 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */, + 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */, + 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */, + 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */, + 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */, + 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */, + 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */, + 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */, + 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */, + 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */, + 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */, + 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */, + 24A2FEF60F90D1DC003BB5A7 /* dirs.html */, + 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */, + 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */, + 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */, + 24A2FEFA0F90D1DC003BB5A7 /* files.html */, + 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */, + 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */, + 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */, + 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */, + 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */, + 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */, + 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */, + 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */, + 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */, + 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */, + 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */, + 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */, + 24A2FF070F90D1DC003BB5A7 /* functions.html */, + 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */, + 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */, + 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */, + 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */, + 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */, + 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */, + 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */, + 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */, + 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */, + 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */, + 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */, + 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */, + 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */, + 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */, + 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */, + 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */, + 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */, + 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */, + 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */, + 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */, + 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */, + 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */, + 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */, + 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */, + 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */, + 24A2FF210F90D1DC003BB5A7 /* globals.html */, + 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */, + 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */, + 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */, + 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */, + 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */, + 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */, + 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */, + 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */, + 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */, + 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */, + 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */, + 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */, + 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */, + 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */, + 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */, + 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */, + 24A2FF320F90D1DC003BB5A7 /* globals_func.html */, + 24A2FF330F90D1DC003BB5A7 /* globals_type.html */, + 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */, + 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */, + 24A2FF360F90D1DC003BB5A7 /* history.html */, + 24A2FF370F90D1DC003BB5A7 /* index.html */, + 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */, + 24A2FF390F90D1DC003BB5A7 /* intro.html */, + 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */, + 24A2FF3B0F90D1DC003BB5A7 /* license.html */, + 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */, + 24A2FF3D0F90D1DC003BB5A7 /* main.html */, + 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */, + 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */, + 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */, + 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */, + 24A2FF420F90D1DC003BB5A7 /* namespaces.html */, + 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */, + 24A2FF440F90D1DC003BB5A7 /* others.html */, + 24A2FF450F90D1DC003BB5A7 /* pages.html */, + 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */, + 24A2FF470F90D1DC003BB5A7 /* sequences.html */, + 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */, + 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */, + 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */, + 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */, + 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */, + 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */, + 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */, + 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */, + 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */, + 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */, + 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */, + 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */, + 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */, + 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */, + 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */, + 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */, + 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */, + 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */, + 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */, + 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */, + 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */, + 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */, + 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */, + 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */, + 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */, + 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */, + 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */, + 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */, + 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */, + 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */, + 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */, + 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */, + 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */, + 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */, + 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */, + 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */, + 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */, + 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */, + 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */, + 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */, + 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */, + 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */, + 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */, + 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */, + 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */, + 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */, + 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */, + 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */, + 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */, + 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */, + 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */, + 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */, + 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */, + 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */, + 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */, + 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */, + 24A2FF800F90D1DD003BB5A7 /* thanks.html */, + 24A2FF810F90D1DD003BB5A7 /* tree.html */, + 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */, + 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */, + 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */, + 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */, + 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */, + 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */, + 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */, + 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */, + ); + name = html; + path = /vstsdk2.4/doc/html; + sourceTree = ""; + }; + 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */ = { + isa = PBXGroup; + children = ( + 24A2FF900F90D1DD003BB5A7 /* vst2.x */, + ); + name = pluginterfaces; + path = /vstsdk2.4/pluginterfaces; + sourceTree = ""; + }; + 24A2FF900F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FF910F90D1DD003BB5A7 /* aeffect.h */, + 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */, + 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */, + ); + name = vst2.x; + path = /vstsdk2.4/pluginterfaces/vst2.x; + sourceTree = ""; + }; + 24A2FF940F90D1DD003BB5A7 /* public.sdk */ = { + isa = PBXGroup; + children = ( + 24A2FF950F90D1DD003BB5A7 /* samples */, + 24A2FFD60F90D1DD003BB5A7 /* source */, + ); + name = public.sdk; + path = /vstsdk2.4/public.sdk; + sourceTree = ""; + }; + 24A2FF950F90D1DD003BB5A7 /* samples */ = { + isa = PBXGroup; + children = ( + 24A2FF960F90D1DD003BB5A7 /* vst2.x */, + ); + name = samples; + path = /vstsdk2.4/public.sdk/samples; + sourceTree = ""; + }; + 24A2FF960F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FF970F90D1DD003BB5A7 /* adelay */, + 24A2FFA80F90D1DD003BB5A7 /* again */, + 24A2FFAE0F90D1DD003BB5A7 /* mac */, + 24A2FFB40F90D1DD003BB5A7 /* minihost */, + 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */, + 24A2FFC50F90D1DD003BB5A7 /* win */, + 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */, + 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */, + ); + name = vst2.x; + path = /vstsdk2.4/public.sdk/samples/vst2.x; + sourceTree = ""; + }; + 24A2FF970F90D1DD003BB5A7 /* adelay */ = { + isa = PBXGroup; + children = ( + 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */, + 24A2FF990F90D1DD003BB5A7 /* adelay.h */, + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */, + 24A2FF9B0F90D1DD003BB5A7 /* editor */, + 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */, + 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */, + 24A2FFA50F90D1DD003BB5A7 /* win */, + ); + name = adelay; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay; + sourceTree = ""; + }; + 24A2FF9B0F90D1DD003BB5A7 /* editor */ = { + isa = PBXGroup; + children = ( + 24A2FF9C0F90D1DD003BB5A7 /* resources */, + 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */, + 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */, + ); + name = editor; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor; + sourceTree = ""; + }; + 24A2FF9C0F90D1DD003BB5A7 /* resources */ = { + isa = PBXGroup; + children = ( + 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */, + 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */, + 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */, + 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */, + ); + name = resources; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor/resources; + sourceTree = ""; + }; + 24A2FFA50F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */, + 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/win; + sourceTree = ""; + }; + 24A2FFA80F90D1DD003BB5A7 /* again */ = { + isa = PBXGroup; + children = ( + 24A2FFA90F90D1DD003BB5A7 /* source */, + 24A2FFAC0F90D1DD003BB5A7 /* win */, + ); + name = again; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again; + sourceTree = ""; + }; + 24A2FFA90F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */, + 24A2FFAB0F90D1DD003BB5A7 /* again.h */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again/source; + sourceTree = ""; + }; + 24A2FFAC0F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again/win; + sourceTree = ""; + }; + 24A2FFAE0F90D1DD003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */, + 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */, + 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */, + ); + name = mac; + path = /vstsdk2.4/public.sdk/samples/vst2.x/mac; + sourceTree = ""; + }; + 24A2FFB40F90D1DD003BB5A7 /* minihost */ = { + isa = PBXGroup; + children = ( + 24A2FFB50F90D1DD003BB5A7 /* source */, + 24A2FFB80F90D1DD003BB5A7 /* win */, + ); + name = minihost; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost; + sourceTree = ""; + }; + 24A2FFB50F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */, + 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/source; + sourceTree = ""; + }; + 24A2FFB80F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/win; + sourceTree = ""; + }; + 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */ = { + isa = PBXGroup; + children = ( + 24A2FFBB0F90D1DD003BB5A7 /* resource */, + 24A2FFBE0F90D1DD003BB5A7 /* source */, + 24A2FFC30F90D1DD003BB5A7 /* win */, + ); + name = vstxsynth; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth; + sourceTree = ""; + }; + 24A2FFBB0F90D1DD003BB5A7 /* resource */ = { + isa = PBXGroup; + children = ( + 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */, + 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */, + ); + name = resource; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource; + sourceTree = ""; + }; + 24A2FFBE0F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */, + 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */, + 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */, + 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/source; + sourceTree = ""; + }; + 24A2FFC30F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/win; + sourceTree = ""; + }; + 24A2FFC50F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFC60F90D1DD003BB5A7 /* samples.sln */, + 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win; + sourceTree = ""; + }; + 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */ = { + isa = PBXGroup; + children = ( + 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */, + 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */, + 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */, + 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */, + 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */, + 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */, + ); + name = win.vc2003; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc2003; + sourceTree = ""; + }; + 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */ = { + isa = PBXGroup; + children = ( + 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */, + 24A2FFD10F90D1DD003BB5A7 /* again.dsp */, + 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */, + 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */, + 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */, + 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */, + ); + name = win.vc6; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc6; + sourceTree = ""; + }; + 24A2FFD60F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFD70F90D1DD003BB5A7 /* vst2.x */, + ); + name = source; + path = /vstsdk2.4/public.sdk/source; + sourceTree = ""; + }; + 24A2FFD70F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */, + 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */, + 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */, + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */, + 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */, + 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */, + ); + name = vst2.x; + path = /vstsdk2.4/public.sdk/source/vst2.x; + sourceTree = ""; + }; + 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */ = { + isa = PBXGroup; + children = ( + 24A2FFDF0F90D1DD003BB5A7 /* drawtest */, + 24A200160F90D1DD003BB5A7 /* vstgui */, + ); + name = vstgui.sf; + path = /vstsdk2.4/vstgui.sf; + sourceTree = ""; + }; + 24A2FFDF0F90D1DD003BB5A7 /* drawtest */ = { + isa = PBXGroup; + children = ( + 24A2FFE00F90D1DD003BB5A7 /* mac */, + 24A2FFEE0F90D1DD003BB5A7 /* resources */, + 24A200030F90D1DD003BB5A7 /* source */, + 24A2000F0F90D1DD003BB5A7 /* win */, + 24A200130F90D1DD003BB5A7 /* win.vc6 */, + ); + name = drawtest; + path = /vstsdk2.4/vstgui.sf/drawtest; + sourceTree = ""; + }; + 24A2FFE00F90D1DD003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */, + 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */, + 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */, + 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */, + 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */, + 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */, + 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */, + 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */, + 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */, + ); + name = mac; + path = /vstsdk2.4/vstgui.sf/drawtest/mac; + sourceTree = ""; + }; + 24A2FFEE0F90D1DD003BB5A7 /* resources */ = { + isa = PBXGroup; + children = ( + 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */, + 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */, + 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */, + 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */, + 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */, + 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */, + 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */, + 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */, + 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */, + 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */, + 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */, + 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */, + 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */, + 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */, + 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */, + 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */, + 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */, + 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */, + 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */, + 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */, + ); + name = resources; + path = /vstsdk2.4/vstgui.sf/drawtest/resources; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 245463B90991757100464AD3 /* Holt2.h in Headers */, + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, + 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */, + 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */, + 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */, + 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */, + 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */, + 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */, + 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */, + 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */, + 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */, + 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */, + 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */, + 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */, + 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */, + 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */, + 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */, + 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */, + 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */, + 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */, + 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */, + 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */, + 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */, + 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */, + 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */, + 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */, + 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */, + 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */, + 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */, + 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */, + 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */, + 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */, + 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */, + 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Holt2 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Holt2" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCF0486CAD60068D4B7 /* Rez */, + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Holt2; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = "FM-Chopper"; + productReference = 2407DE920899296600EB68BF /* Holt2.vst */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Holt2" */; + compatibilityVersion = "Xcode 2.4"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); + mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 24A203E00F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + }, + { + ProductGroup = 24A203E80F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + }, + { + ProductGroup = 24A203CE0F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Holt2 */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 24A203D70F90D272003BB5A7 /* again.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = again.vst; + remoteRef = 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203D90F90D272003BB5A7 /* adelay.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = adelay.vst; + remoteRef = 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = vstxsynth.vst; + remoteRef = 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = surrounddelay.vst; + remoteRef = 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DF0F90D272003BB5A7 /* minihost.app */ = { + isa = PBXReferenceProxy; + fileType = wrapper.application; + path = minihost.app; + remoteRef = 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203E50F90D272003BB5A7 /* drawtest.component */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.component; + remoteRef = 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203E70F90D272003BB5A7 /* drawtest.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.vst; + remoteRef = 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203ED0F90D272003BB5A7 /* drawtest.component */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.component; + remoteRef = 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203EF0F90D272003BB5A7 /* drawtest.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.vst; + remoteRef = 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXRezBuildPhase section */ + 8D01CCCF0486CAD60068D4B7 /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXRezBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy PkgInfo"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/bash; + shellScript = "cp mac/PkgInfo \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.vst/Contents/\""; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2407DEB9089929BA00EB68BF /* Holt2.cpp in Sources */, + 24D8287009A914000093AEF8 /* Holt2Proc.cpp in Sources */, + 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */, + 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */, + 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 24BEAAEE08919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + LIBRARY_SEARCH_PATHS = ""; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_NAME = Gain; + SECTORDER_FLAGS = ""; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Debug; + }; + 24BEAAEF08919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + x86_64, + ); + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_MODEL_TUNING = G4; + GCC_OPTIMIZATION_LEVEL = s; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 10.4; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_NAME = Holt2; + SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; + SECTORDER_FLAGS = ""; + SKIP_INSTALL = NO; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = all; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Release; + }; + 24BEAAF208919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(NATIVE_ARCH)"; + GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + }; + name = Debug; + }; + 24BEAAF308919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; + ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_MODEL_TUNING = G4; + GCC_OPTIMIZATION_LEVEL = s; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Holt2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAEE08919AE700E695F9 /* Debug */, + 24BEAAEF08919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Holt2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAF208919AE700E695F9 /* Debug */, + 24BEAAF308919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacVST/Holt2/Holt2.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacVST/Holt2/Holt2.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100755 index 000000000..a80c03824 --- /dev/null +++ b/plugins/MacVST/Holt2/Holt2.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacVST/Holt2/Holt2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacVST/Holt2/Holt2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..5c38f9460 Binary files /dev/null and b/plugins/MacVST/Holt2/Holt2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacVST/Holt2/Holt2.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacVST/Holt2/Holt2.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..314de0ff8 Binary files /dev/null and b/plugins/MacVST/Holt2/Holt2.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacVST/Holt2/Holt2.xcodeproj/spiadmin.mode1v3 b/plugins/MacVST/Holt2/Holt2.xcodeproj/spiadmin.mode1v3 new file mode 100755 index 000000000..c5723261d --- /dev/null +++ b/plugins/MacVST/Holt2/Holt2.xcodeproj/spiadmin.mode1v3 @@ -0,0 +1,1372 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 91857D9F148EF61800AAA11B + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 089C1671FE841209C02AAC07 + 19C28FB4FE9D528D11CA2CBB + 089C167CFE841241C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 11 + 10 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 693}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 711}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + _historyCapacity + 0 + bookmark + 911C2A9D1491A5F600A430AF + history + + 915DCCBB1491A5B8008574E6 + + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {1053, 508}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 508pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 513}, {1053, 198}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + XCDetailModule + Proportion + 198pt + + + Proportion + 1053pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 911C2A901491A5F600A430AF + 1CE0B1FE06471DED0097A5F4 + 911C2A911491A5F600A430AF + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 1 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 91857DA0148EF61800AAA11B + /Users/spiadmin/Documents/Gain/Gain.xcodeproj + + WindowString + 286 197 1261 752 0 0 1680 1028 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {743, 413}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 413pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 418}, {743, 236}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 654pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 91857DA0148EF61800AAA11B + 911C2A921491A5F600A430AF + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 112 208 743 695 0 0 1680 1028 + WindowToolGUID + 91857DA0148EF61800AAA11B + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacVST/Holt2/Holt2.xcodeproj/spiadmin.pbxuser b/plugins/MacVST/Holt2/Holt2.xcodeproj/spiadmin.pbxuser new file mode 100755 index 000000000..df947808e --- /dev/null +++ b/plugins/MacVST/Holt2/Holt2.xcodeproj/spiadmin.pbxuser @@ -0,0 +1,143 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Gain */; + codeSenseManager = 91857D95148EF55400AAA11B /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 829, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 789, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 345089498; + PBXWorkspaceStateSaveDate = 345089498; + }; + perUserProjectItems = { + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = 911C2A9D1491A5F600A430AF /* PBXTextBookmark */; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */; + }; + sourceControlManager = 91857D94148EF55400AAA11B /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Gain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 1768}}"; + sepNavSelRange = "{247, 0}"; + sepNavVisRange = "{0, 1657}"; + }; + }; + 245463B80991757100464AD3 /* Gain.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 975}}"; + sepNavSelRange = "{1552, 0}"; + sepNavVisRange = "{796, 1857}"; + sepNavWindowFrame = "{{15, 465}, {750, 558}}"; + }; + }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 488}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 798}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 19825}}"; + sepNavSelRange = "{10641, 0}"; + sepNavVisRange = "{10076, 1095}"; + }; + }; + 24D8286F09A914000093AEF8 /* GainProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 482}}"; + sepNavSelRange = "{239, 0}"; + sepNavVisRange = "{0, 950}"; + }; + }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 493}}"; + sepNavSelRange = "{249, 0}"; + sepNavVisRange = "{0, 249}"; + }; + }; + 8D01CCC60486CAD60068D4B7 /* Gain */ = { + activeExec = 0; + }; + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1657; + vrLoc = 0; + }; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1625; + vrLoc = 0; + }; + 91857D94148EF55400AAA11B /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 91857D95148EF55400AAA11B /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; +} diff --git a/plugins/MacVST/Holt2/Holt2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme b/plugins/MacVST/Holt2/Holt2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme new file mode 100755 index 000000000..8ee693f95 --- /dev/null +++ b/plugins/MacVST/Holt2/Holt2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacVST/Holt2/Holt2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacVST/Holt2/Holt2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..5bccbcb4f --- /dev/null +++ b/plugins/MacVST/Holt2/Holt2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Gain.xcscheme + + orderHint + 8 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacVST/Holt2/Holt2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacVST/Holt2/Holt2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..a7bdd62d4 --- /dev/null +++ b/plugins/MacVST/Holt2/Holt2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + «PROJECTNAME».xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacVST/Holt2/Holt2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme b/plugins/MacVST/Holt2/Holt2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme new file mode 100755 index 000000000..0df2de4a3 --- /dev/null +++ b/plugins/MacVST/Holt2/Holt2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacVST/Holt2/mac/Info.plist b/plugins/MacVST/Holt2/mac/Info.plist new file mode 100755 index 000000000..07868c239 --- /dev/null +++ b/plugins/MacVST/Holt2/mac/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + Holt2 + CFBundleIconFile + + CFBundleIdentifier + com.airwindows.Holt2 + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacVST/Holt2/mac/PkgInfo b/plugins/MacVST/Holt2/mac/PkgInfo new file mode 100755 index 000000000..19a9cf67e --- /dev/null +++ b/plugins/MacVST/Holt2/mac/PkgInfo @@ -0,0 +1 @@ +BNDL???? \ No newline at end of file diff --git a/plugins/MacVST/Holt2/mac/xcode_vst_prefix.h b/plugins/MacVST/Holt2/mac/xcode_vst_prefix.h new file mode 100755 index 000000000..eaf4c0b4b --- /dev/null +++ b/plugins/MacVST/Holt2/mac/xcode_vst_prefix.h @@ -0,0 +1,17 @@ +#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 \ No newline at end of file diff --git a/plugins/MacVST/Holt2/source/Holt2.cpp b/plugins/MacVST/Holt2/source/Holt2.cpp new file mode 100755 index 000000000..2c7bb2924 --- /dev/null +++ b/plugins/MacVST/Holt2/source/Holt2.cpp @@ -0,0 +1,186 @@ +/* ======================================== + * Holt2 - Holt2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Holt2_H +#include "Holt2.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Holt2(audioMaster);} + +Holt2::Holt2(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 1.0; + B = 0.5; + C = 1.0; + D = 1.0; + E = 1.0; + + previousSampleAL = 0.0; + previousTrendAL = 0.0; + previousSampleBL = 0.0; + previousTrendBL = 0.0; + previousSampleCL = 0.0; + previousTrendCL = 0.0; + previousSampleDL = 0.0; + previousTrendDL = 0.0; + previousSampleEL = 0.0; + previousTrendEL = 0.0; + previousSampleFL = 0.0; + previousTrendFL = 0.0; + previousSampleGL = 0.0; + previousTrendGL = 0.0; + previousSampleHL = 0.0; + previousTrendHL = 0.0; + + previousSampleAR = 0.0; + previousTrendAR = 0.0; + previousSampleBR = 0.0; + previousTrendBR = 0.0; + previousSampleCR = 0.0; + previousTrendCR = 0.0; + previousSampleDR = 0.0; + previousTrendDR = 0.0; + previousSampleER = 0.0; + previousTrendER = 0.0; + previousSampleFR = 0.0; + previousTrendFR = 0.0; + previousSampleGR = 0.0; + previousTrendGR = 0.0; + previousSampleHR = 0.0; + previousTrendHR = 0.0; + + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Holt2::~Holt2() {} +VstInt32 Holt2::getVendorVersion () {return 1000;} +void Holt2::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Holt2::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Holt2::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + chunkData[4] = E; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Holt2::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + E = pinParameter(chunkData[4]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Holt2::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + case kParamE: E = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Holt2::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + case kParamE: return E; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Holt2::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Freq", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Reso", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "Poles", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "Output", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "Dry/Wet", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Holt2::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + case kParamB: float2string (B, text, kVstMaxParamStrLen); break; + case kParamC: float2string (C*8.0, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + case kParamE: float2string (E, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Holt2::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Holt2::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Holt2::getEffectName(char* name) { + vst_strncpy(name, "Holt2", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Holt2::getPlugCategory() {return kPlugCategEffect;} + +bool Holt2::getProductString(char* text) { + vst_strncpy (text, "airwindows Holt2", kVstMaxProductStrLen); return true; +} + +bool Holt2::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/MacVST/Holt2/source/Holt2.h b/plugins/MacVST/Holt2/source/Holt2.h new file mode 100755 index 000000000..a1640eeef --- /dev/null +++ b/plugins/MacVST/Holt2/source/Holt2.h @@ -0,0 +1,105 @@ +/* ======================================== + * Holt2 - Holt2.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Holt2_H +#define __Holt2_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kParamE = 4, + kNumParameters = 5 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'holu'; //Change this to what the AU identity is! + +class Holt2 : + public AudioEffectX +{ +public: + Holt2(audioMasterCallback audioMaster); + ~Holt2(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + double previousSampleAL; + double previousTrendAL; + double previousSampleBL; + double previousTrendBL; + double previousSampleCL; + double previousTrendCL; + double previousSampleDL; + double previousTrendDL; + double previousSampleEL; + double previousTrendEL; + double previousSampleFL; + double previousTrendFL; + double previousSampleGL; + double previousTrendGL; + double previousSampleHL; + double previousTrendHL; + + double previousSampleAR; + double previousTrendAR; + double previousSampleBR; + double previousTrendBR; + double previousSampleCR; + double previousTrendCR; + double previousSampleDR; + double previousTrendDR; + double previousSampleER; + double previousTrendER; + double previousSampleFR; + double previousTrendFR; + double previousSampleGR; + double previousTrendGR; + double previousSampleHR; + double previousTrendHR; + + float A; + float B; + float C; + float D; + float E; //parameters. Always 0-1, and we scale/alter them elsewhere. + +}; + +#endif diff --git a/plugins/MacVST/Holt2/source/Holt2Proc.cpp b/plugins/MacVST/Holt2/source/Holt2Proc.cpp new file mode 100755 index 000000000..6c5b1f53e --- /dev/null +++ b/plugins/MacVST/Holt2/source/Holt2Proc.cpp @@ -0,0 +1,406 @@ +/* ======================================== + * Holt2 - Holt2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Holt2_H +#include "Holt2.h" +#endif + +void Holt2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double alpha = pow(A,4)+0.00001; + if (alpha > 1.0) alpha = 1.0; + double resControl = (B*0.15)+0.12; + double beta = (alpha * pow(resControl,2)); + //0.27 max resonance for full stages on white noise keeping below 0dB + //0.12 min resonance for not losing all the level as we go down + //as we remove the 'avoid zero' +0.00001 on beta, our subsonic stability improves + alpha += ((1.0-beta)*pow(A,3)); //correct for droop in frequency + if (alpha > 1.0) alpha = 1.0; + + double trend; + double forecast; //defining these here because we're copying the routine eight times + + double aWet = 0.0; + double bWet = 0.0; + double cWet = 0.0; + double dWet = 0.0; + double eWet = 0.0; + double fWet = 0.0; + double gWet = 0.0; + double hWet = C*8.0; + //eight-stage wet/dry control using progressive stages that bypass when not engaged + if (hWet < 1.0) {aWet = hWet; hWet = 0.0;} + else if (hWet < 2.0) {bWet = hWet - 1.0; aWet = 1.0; hWet = 0.0;} + else if (hWet < 3.0) {cWet = hWet - 2.0; bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 4.0) {dWet = hWet - 3.0; cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 5.0) {eWet = hWet - 4.0; dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 6.0) {fWet = hWet - 5.0; eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 7.0) {gWet = hWet - 6.0; fWet = eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else {hWet -= 7.0; gWet = fWet = eWet = dWet = cWet = bWet = aWet = 1.0;} + //this is one way to make a little set of dry/wet stages that are successively added to the + //output as the control is turned up. Each one independently goes from 0-1 and stays at 1 + //beyond that point: this is a way to progressively add a 'black box' sound processing + //which lets you fall through to simpler processing at lower settings. + + double gain = D; + double wet = E; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + if (aWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleAL) + ((0.999-beta) * previousTrendAL)); + forecast = previousSampleAL + previousTrendAL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleAL = inputSampleL; previousTrendAL = trend; + inputSampleL = (inputSampleL * aWet) + (drySampleL * (1.0-aWet)); + + trend = (beta * (inputSampleR - previousSampleAR) + ((0.999-beta) * previousTrendAR)); + forecast = previousSampleAR + previousTrendAR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleAR = inputSampleR; previousTrendAR = trend; + inputSampleR = (inputSampleR * aWet) + (drySampleR * (1.0-aWet)); + } + + if (bWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleBL) + ((0.999-beta) * previousTrendBL)); + forecast = previousSampleBL + previousTrendBL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleBL = inputSampleL; previousTrendBL = trend; + inputSampleL = (inputSampleL * bWet) + (previousSampleAL * (1.0-bWet)); + + trend = (beta * (inputSampleR - previousSampleBR) + ((0.999-beta) * previousTrendBR)); + forecast = previousSampleBR + previousTrendBR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleBR = inputSampleR; previousTrendBR = trend; + inputSampleR = (inputSampleR * bWet) + (previousSampleAR * (1.0-bWet)); + } + + if (cWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleCL) + ((0.999-beta) * previousTrendCL)); + forecast = previousSampleCL + previousTrendCL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleCL = inputSampleL; previousTrendCL = trend; + inputSampleL = (inputSampleL * cWet) + (previousSampleBL * (1.0-cWet)); + + trend = (beta * (inputSampleR - previousSampleCR) + ((0.999-beta) * previousTrendCR)); + forecast = previousSampleCR + previousTrendCR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleCR = inputSampleR; previousTrendCR = trend; + inputSampleR = (inputSampleR * cWet) + (previousSampleBR * (1.0-cWet)); + } + + if (dWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleDL) + ((0.999-beta) * previousTrendDL)); + forecast = previousSampleDL + previousTrendDL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleDL = inputSampleL; previousTrendDL = trend; + inputSampleL = (inputSampleL * dWet) + (previousSampleCL * (1.0-dWet)); + + trend = (beta * (inputSampleR - previousSampleDR) + ((0.999-beta) * previousTrendDR)); + forecast = previousSampleDR + previousTrendDR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleDR = inputSampleR; previousTrendDR = trend; + inputSampleR = (inputSampleR * dWet) + (previousSampleCR * (1.0-dWet)); + } + + if (eWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleEL) + ((0.999-beta) * previousTrendEL)); + forecast = previousSampleEL + previousTrendEL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleEL = inputSampleL; previousTrendEL = trend; + inputSampleL = (inputSampleL * eWet) + (previousSampleDL * (1.0-eWet)); + + trend = (beta * (inputSampleR - previousSampleER) + ((0.999-beta) * previousTrendER)); + forecast = previousSampleER + previousTrendER; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleER = inputSampleR; previousTrendER = trend; + inputSampleR = (inputSampleR * eWet) + (previousSampleDR * (1.0-eWet)); + } + + if (fWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleFL) + ((0.999-beta) * previousTrendFL)); + forecast = previousSampleFL + previousTrendFL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleFL = inputSampleL; previousTrendFL = trend; + inputSampleL = (inputSampleL * fWet) + (previousSampleEL * (1.0-fWet)); + + trend = (beta * (inputSampleR - previousSampleFR) + ((0.999-beta) * previousTrendFR)); + forecast = previousSampleFR + previousTrendFR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleFR = inputSampleR; previousTrendFR = trend; + inputSampleR = (inputSampleR * fWet) + (previousSampleER * (1.0-fWet)); + } + + if (gWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleGL) + ((0.999-beta) * previousTrendGL)); + forecast = previousSampleGL + previousTrendGL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleGL = inputSampleL; previousTrendGL = trend; + inputSampleL = (inputSampleL * gWet) + (previousSampleFL * (1.0-gWet)); + + trend = (beta * (inputSampleR - previousSampleGR) + ((0.999-beta) * previousTrendGR)); + forecast = previousSampleGR + previousTrendGR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleGR = inputSampleR; previousTrendGR = trend; + inputSampleR = (inputSampleR * gWet) + (previousSampleFR * (1.0-gWet)); + } + + if (hWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleHL) + ((0.999-beta) * previousTrendHL)); + forecast = previousSampleHL + previousTrendHL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleHL = inputSampleL; previousTrendHL = trend; + inputSampleL = (inputSampleL * hWet) + (previousSampleGL * (1.0-hWet)); + + trend = (beta * (inputSampleR - previousSampleHR) + ((0.999-beta) * previousTrendHR)); + forecast = previousSampleHR + previousTrendHR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleHR = inputSampleR; previousTrendHR = trend; + inputSampleR = (inputSampleR * hWet) + (previousSampleGR * (1.0-hWet)); + } + + if (gain < 1.0) { + inputSampleL *= gain; + inputSampleR *= gain; + } + + if (wet < 1.0) { + inputSampleL = (inputSampleL*wet)+(drySampleL*(1.0-wet)); + inputSampleR = (inputSampleR*wet)+(drySampleR*(1.0-wet)); + } + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Holt2::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double alpha = pow(A,4)+0.00001; + if (alpha > 1.0) alpha = 1.0; + double resControl = (B*0.15)+0.12; + double beta = (alpha * pow(resControl,2)); + //0.27 max resonance for full stages on white noise keeping below 0dB + //0.12 min resonance for not losing all the level as we go down + //as we remove the 'avoid zero' +0.00001 on beta, our subsonic stability improves + alpha += ((1.0-beta)*pow(A,3)); //correct for droop in frequency + if (alpha > 1.0) alpha = 1.0; + + double trend; + double forecast; //defining these here because we're copying the routine eight times + + double aWet = 0.0; + double bWet = 0.0; + double cWet = 0.0; + double dWet = 0.0; + double eWet = 0.0; + double fWet = 0.0; + double gWet = 0.0; + double hWet = C*8.0; + //eight-stage wet/dry control using progressive stages that bypass when not engaged + if (hWet < 1.0) {aWet = hWet; hWet = 0.0;} + else if (hWet < 2.0) {bWet = hWet - 1.0; aWet = 1.0; hWet = 0.0;} + else if (hWet < 3.0) {cWet = hWet - 2.0; bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 4.0) {dWet = hWet - 3.0; cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 5.0) {eWet = hWet - 4.0; dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 6.0) {fWet = hWet - 5.0; eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 7.0) {gWet = hWet - 6.0; fWet = eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else {hWet -= 7.0; gWet = fWet = eWet = dWet = cWet = bWet = aWet = 1.0;} + //this is one way to make a little set of dry/wet stages that are successively added to the + //output as the control is turned up. Each one independently goes from 0-1 and stays at 1 + //beyond that point: this is a way to progressively add a 'black box' sound processing + //which lets you fall through to simpler processing at lower settings. + + double gain = D; + double wet = E; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + if (aWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleAL) + ((0.999-beta) * previousTrendAL)); + forecast = previousSampleAL + previousTrendAL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleAL = inputSampleL; previousTrendAL = trend; + inputSampleL = (inputSampleL * aWet) + (drySampleL * (1.0-aWet)); + + trend = (beta * (inputSampleR - previousSampleAR) + ((0.999-beta) * previousTrendAR)); + forecast = previousSampleAR + previousTrendAR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleAR = inputSampleR; previousTrendAR = trend; + inputSampleR = (inputSampleR * aWet) + (drySampleR * (1.0-aWet)); + } + + if (bWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleBL) + ((0.999-beta) * previousTrendBL)); + forecast = previousSampleBL + previousTrendBL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleBL = inputSampleL; previousTrendBL = trend; + inputSampleL = (inputSampleL * bWet) + (previousSampleAL * (1.0-bWet)); + + trend = (beta * (inputSampleR - previousSampleBR) + ((0.999-beta) * previousTrendBR)); + forecast = previousSampleBR + previousTrendBR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleBR = inputSampleR; previousTrendBR = trend; + inputSampleR = (inputSampleR * bWet) + (previousSampleAR * (1.0-bWet)); + } + + if (cWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleCL) + ((0.999-beta) * previousTrendCL)); + forecast = previousSampleCL + previousTrendCL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleCL = inputSampleL; previousTrendCL = trend; + inputSampleL = (inputSampleL * cWet) + (previousSampleBL * (1.0-cWet)); + + trend = (beta * (inputSampleR - previousSampleCR) + ((0.999-beta) * previousTrendCR)); + forecast = previousSampleCR + previousTrendCR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleCR = inputSampleR; previousTrendCR = trend; + inputSampleR = (inputSampleR * cWet) + (previousSampleBR * (1.0-cWet)); + } + + if (dWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleDL) + ((0.999-beta) * previousTrendDL)); + forecast = previousSampleDL + previousTrendDL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleDL = inputSampleL; previousTrendDL = trend; + inputSampleL = (inputSampleL * dWet) + (previousSampleCL * (1.0-dWet)); + + trend = (beta * (inputSampleR - previousSampleDR) + ((0.999-beta) * previousTrendDR)); + forecast = previousSampleDR + previousTrendDR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleDR = inputSampleR; previousTrendDR = trend; + inputSampleR = (inputSampleR * dWet) + (previousSampleCR * (1.0-dWet)); + } + + if (eWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleEL) + ((0.999-beta) * previousTrendEL)); + forecast = previousSampleEL + previousTrendEL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleEL = inputSampleL; previousTrendEL = trend; + inputSampleL = (inputSampleL * eWet) + (previousSampleDL * (1.0-eWet)); + + trend = (beta * (inputSampleR - previousSampleER) + ((0.999-beta) * previousTrendER)); + forecast = previousSampleER + previousTrendER; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleER = inputSampleR; previousTrendER = trend; + inputSampleR = (inputSampleR * eWet) + (previousSampleDR * (1.0-eWet)); + } + + if (fWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleFL) + ((0.999-beta) * previousTrendFL)); + forecast = previousSampleFL + previousTrendFL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleFL = inputSampleL; previousTrendFL = trend; + inputSampleL = (inputSampleL * fWet) + (previousSampleEL * (1.0-fWet)); + + trend = (beta * (inputSampleR - previousSampleFR) + ((0.999-beta) * previousTrendFR)); + forecast = previousSampleFR + previousTrendFR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleFR = inputSampleR; previousTrendFR = trend; + inputSampleR = (inputSampleR * fWet) + (previousSampleER * (1.0-fWet)); + } + + if (gWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleGL) + ((0.999-beta) * previousTrendGL)); + forecast = previousSampleGL + previousTrendGL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleGL = inputSampleL; previousTrendGL = trend; + inputSampleL = (inputSampleL * gWet) + (previousSampleFL * (1.0-gWet)); + + trend = (beta * (inputSampleR - previousSampleGR) + ((0.999-beta) * previousTrendGR)); + forecast = previousSampleGR + previousTrendGR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleGR = inputSampleR; previousTrendGR = trend; + inputSampleR = (inputSampleR * gWet) + (previousSampleFR * (1.0-gWet)); + } + + if (hWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleHL) + ((0.999-beta) * previousTrendHL)); + forecast = previousSampleHL + previousTrendHL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleHL = inputSampleL; previousTrendHL = trend; + inputSampleL = (inputSampleL * hWet) + (previousSampleGL * (1.0-hWet)); + + trend = (beta * (inputSampleR - previousSampleHR) + ((0.999-beta) * previousTrendHR)); + forecast = previousSampleHR + previousTrendHR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleHR = inputSampleR; previousTrendHR = trend; + inputSampleR = (inputSampleR * hWet) + (previousSampleGR * (1.0-hWet)); + } + + if (gain < 1.0) { + inputSampleL *= gain; + inputSampleR *= gain; + } + + if (wet < 1.0) { + inputSampleL = (inputSampleL*wet)+(drySampleL*(1.0-wet)); + inputSampleR = (inputSampleR*wet)+(drySampleR*(1.0-wet)); + } + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/MacVST/Hombre/source/Hombre.cpp b/plugins/MacVST/Hombre/source/Hombre.cpp index ebf3e4b36..36fcd504d 100755 --- a/plugins/MacVST/Hombre/source/Hombre.cpp +++ b/plugins/MacVST/Hombre/source/Hombre.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hombre - Hombre.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hombre_H diff --git a/plugins/MacVST/Hombre/source/Hombre.h b/plugins/MacVST/Hombre/source/Hombre.h index af14c14ed..051288c32 100755 --- a/plugins/MacVST/Hombre/source/Hombre.h +++ b/plugins/MacVST/Hombre/source/Hombre.h @@ -1,7 +1,7 @@ /* ======================================== * Hombre - Hombre.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hombre_H diff --git a/plugins/MacVST/Hombre/source/HombreProc.cpp b/plugins/MacVST/Hombre/source/HombreProc.cpp index fc0977fff..9058ead65 100755 --- a/plugins/MacVST/Hombre/source/HombreProc.cpp +++ b/plugins/MacVST/Hombre/source/HombreProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hombre - Hombre.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hombre_H diff --git a/plugins/MacVST/Hull/source/Hull.cpp b/plugins/MacVST/Hull/source/Hull.cpp index 3a7306d82..0c1c839a3 100755 --- a/plugins/MacVST/Hull/source/Hull.cpp +++ b/plugins/MacVST/Hull/source/Hull.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hull - Hull.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hull_H diff --git a/plugins/MacVST/Hull/source/Hull.h b/plugins/MacVST/Hull/source/Hull.h index 1d9df9e4d..498dca85d 100755 --- a/plugins/MacVST/Hull/source/Hull.h +++ b/plugins/MacVST/Hull/source/Hull.h @@ -1,7 +1,7 @@ /* ======================================== * Hull - Hull.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hull_H diff --git a/plugins/MacVST/Hull/source/HullProc.cpp b/plugins/MacVST/Hull/source/HullProc.cpp index 4cdbe2d03..25e35fcac 100755 --- a/plugins/MacVST/Hull/source/HullProc.cpp +++ b/plugins/MacVST/Hull/source/HullProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hull - Hull.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hull_H diff --git a/plugins/MacVST/Hype/source/Hype.cpp b/plugins/MacVST/Hype/source/Hype.cpp index fe1e7f0eb..f165936eb 100755 --- a/plugins/MacVST/Hype/source/Hype.cpp +++ b/plugins/MacVST/Hype/source/Hype.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hype - Hype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hype_H diff --git a/plugins/MacVST/Hype/source/Hype.h b/plugins/MacVST/Hype/source/Hype.h index 705b395ec..df32835ea 100755 --- a/plugins/MacVST/Hype/source/Hype.h +++ b/plugins/MacVST/Hype/source/Hype.h @@ -1,7 +1,7 @@ /* ======================================== * Hype - Hype.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hype_H diff --git a/plugins/MacVST/Hype/source/HypeProc.cpp b/plugins/MacVST/Hype/source/HypeProc.cpp index 59829a1da..195931fc0 100755 --- a/plugins/MacVST/Hype/source/HypeProc.cpp +++ b/plugins/MacVST/Hype/source/HypeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hype - Hype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hype_H diff --git a/plugins/MacVST/HypersonX/source/HypersonX.cpp b/plugins/MacVST/HypersonX/source/HypersonX.cpp index d497a093b..fa4b18ee9 100755 --- a/plugins/MacVST/HypersonX/source/HypersonX.cpp +++ b/plugins/MacVST/HypersonX/source/HypersonX.cpp @@ -1,6 +1,6 @@ /* ======================================== * HypersonX - HypersonX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HypersonX_H diff --git a/plugins/MacVST/HypersonX/source/HypersonX.h b/plugins/MacVST/HypersonX/source/HypersonX.h index 1e2cb3db9..cade99f9f 100755 --- a/plugins/MacVST/HypersonX/source/HypersonX.h +++ b/plugins/MacVST/HypersonX/source/HypersonX.h @@ -1,7 +1,7 @@ /* ======================================== * HypersonX - HypersonX.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HypersonX_H diff --git a/plugins/MacVST/HypersonX/source/HypersonXProc.cpp b/plugins/MacVST/HypersonX/source/HypersonXProc.cpp index bd88aeefa..192601215 100755 --- a/plugins/MacVST/HypersonX/source/HypersonXProc.cpp +++ b/plugins/MacVST/HypersonX/source/HypersonXProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HypersonX - HypersonX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HypersonX_H diff --git a/plugins/MacVST/Hypersonic/source/Hypersonic.cpp b/plugins/MacVST/Hypersonic/source/Hypersonic.cpp index 727100756..0f57a9ada 100755 --- a/plugins/MacVST/Hypersonic/source/Hypersonic.cpp +++ b/plugins/MacVST/Hypersonic/source/Hypersonic.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hypersonic - Hypersonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hypersonic_H diff --git a/plugins/MacVST/Hypersonic/source/Hypersonic.h b/plugins/MacVST/Hypersonic/source/Hypersonic.h index 4c783957e..0e2781688 100755 --- a/plugins/MacVST/Hypersonic/source/Hypersonic.h +++ b/plugins/MacVST/Hypersonic/source/Hypersonic.h @@ -1,7 +1,7 @@ /* ======================================== * Hypersonic - Hypersonic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hypersonic_H diff --git a/plugins/MacVST/Hypersonic/source/HypersonicProc.cpp b/plugins/MacVST/Hypersonic/source/HypersonicProc.cpp index d3361986c..1f1bfe7ae 100755 --- a/plugins/MacVST/Hypersonic/source/HypersonicProc.cpp +++ b/plugins/MacVST/Hypersonic/source/HypersonicProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hypersonic - Hypersonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hypersonic_H diff --git a/plugins/MacVST/Infinity/source/Infinity.cpp b/plugins/MacVST/Infinity/source/Infinity.cpp index 6eafe7278..62be13cd9 100755 --- a/plugins/MacVST/Infinity/source/Infinity.cpp +++ b/plugins/MacVST/Infinity/source/Infinity.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infinity - Infinity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity_H diff --git a/plugins/MacVST/Infinity/source/Infinity.h b/plugins/MacVST/Infinity/source/Infinity.h index 6a3a0b593..c869233f9 100755 --- a/plugins/MacVST/Infinity/source/Infinity.h +++ b/plugins/MacVST/Infinity/source/Infinity.h @@ -1,7 +1,7 @@ /* ======================================== * Infinity - Infinity.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity_H diff --git a/plugins/MacVST/Infinity/source/InfinityProc.cpp b/plugins/MacVST/Infinity/source/InfinityProc.cpp index 70c57ee1b..0afc64a59 100755 --- a/plugins/MacVST/Infinity/source/InfinityProc.cpp +++ b/plugins/MacVST/Infinity/source/InfinityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infinity - Infinity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity_H diff --git a/plugins/MacVST/Infinity2/source/Infinity2.cpp b/plugins/MacVST/Infinity2/source/Infinity2.cpp index 576cedced..412ef4b8e 100755 --- a/plugins/MacVST/Infinity2/source/Infinity2.cpp +++ b/plugins/MacVST/Infinity2/source/Infinity2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infinity2 - Infinity2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity2_H diff --git a/plugins/MacVST/Infinity2/source/Infinity2.h b/plugins/MacVST/Infinity2/source/Infinity2.h index 60c0f9004..534996522 100755 --- a/plugins/MacVST/Infinity2/source/Infinity2.h +++ b/plugins/MacVST/Infinity2/source/Infinity2.h @@ -1,7 +1,7 @@ /* ======================================== * Infinity2 - Infinity2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity2_H diff --git a/plugins/MacVST/Infinity2/source/Infinity2Proc.cpp b/plugins/MacVST/Infinity2/source/Infinity2Proc.cpp index cf8e5f6f8..ea2636c1e 100755 --- a/plugins/MacVST/Infinity2/source/Infinity2Proc.cpp +++ b/plugins/MacVST/Infinity2/source/Infinity2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infinity2 - Infinity2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity2_H diff --git a/plugins/MacVST/Infrasonic/source/Infrasonic.cpp b/plugins/MacVST/Infrasonic/source/Infrasonic.cpp index 7d77058bc..ccc4f6eb3 100755 --- a/plugins/MacVST/Infrasonic/source/Infrasonic.cpp +++ b/plugins/MacVST/Infrasonic/source/Infrasonic.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infrasonic - Infrasonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infrasonic_H diff --git a/plugins/MacVST/Infrasonic/source/Infrasonic.h b/plugins/MacVST/Infrasonic/source/Infrasonic.h index 3258cc059..f3fe2f4f7 100755 --- a/plugins/MacVST/Infrasonic/source/Infrasonic.h +++ b/plugins/MacVST/Infrasonic/source/Infrasonic.h @@ -1,7 +1,7 @@ /* ======================================== * Infrasonic - Infrasonic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Infrasonic_H diff --git a/plugins/MacVST/Infrasonic/source/InfrasonicProc.cpp b/plugins/MacVST/Infrasonic/source/InfrasonicProc.cpp index 5f855a157..f11dd18f5 100755 --- a/plugins/MacVST/Infrasonic/source/InfrasonicProc.cpp +++ b/plugins/MacVST/Infrasonic/source/InfrasonicProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infrasonic - Infrasonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infrasonic_H diff --git a/plugins/MacVST/Interstage/source/Interstage.cpp b/plugins/MacVST/Interstage/source/Interstage.cpp index 03c0aec6c..5aaf95a50 100755 --- a/plugins/MacVST/Interstage/source/Interstage.cpp +++ b/plugins/MacVST/Interstage/source/Interstage.cpp @@ -1,6 +1,6 @@ /* ======================================== * Interstage - Interstage.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Interstage_H diff --git a/plugins/MacVST/Interstage/source/Interstage.h b/plugins/MacVST/Interstage/source/Interstage.h index 16e5d2aa7..b220e89b5 100755 --- a/plugins/MacVST/Interstage/source/Interstage.h +++ b/plugins/MacVST/Interstage/source/Interstage.h @@ -1,7 +1,7 @@ /* ======================================== * Interstage - Interstage.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Interstage_H diff --git a/plugins/MacVST/Interstage/source/InterstageProc.cpp b/plugins/MacVST/Interstage/source/InterstageProc.cpp index ca4f5be8a..29cf8b4ae 100755 --- a/plugins/MacVST/Interstage/source/InterstageProc.cpp +++ b/plugins/MacVST/Interstage/source/InterstageProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Interstage - Interstage.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Interstage_H diff --git a/plugins/MacVST/IronOxide5/source/IronOxide5.cpp b/plugins/MacVST/IronOxide5/source/IronOxide5.cpp index 9d720380d..e02fe785e 100755 --- a/plugins/MacVST/IronOxide5/source/IronOxide5.cpp +++ b/plugins/MacVST/IronOxide5/source/IronOxide5.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxide5 - IronOxide5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxide5_H diff --git a/plugins/MacVST/IronOxide5/source/IronOxide5.h b/plugins/MacVST/IronOxide5/source/IronOxide5.h index 8e1173796..f05383a00 100755 --- a/plugins/MacVST/IronOxide5/source/IronOxide5.h +++ b/plugins/MacVST/IronOxide5/source/IronOxide5.h @@ -1,7 +1,7 @@ /* ======================================== * IronOxide5 - IronOxide5.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxide5_H diff --git a/plugins/MacVST/IronOxide5/source/IronOxide5Proc.cpp b/plugins/MacVST/IronOxide5/source/IronOxide5Proc.cpp index b51e9b7cf..f4cf7d4ea 100755 --- a/plugins/MacVST/IronOxide5/source/IronOxide5Proc.cpp +++ b/plugins/MacVST/IronOxide5/source/IronOxide5Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxide5 - IronOxide5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxide5_H diff --git a/plugins/MacVST/IronOxideClassic/source/IronOxideClassic.cpp b/plugins/MacVST/IronOxideClassic/source/IronOxideClassic.cpp index a52227101..c32a4177d 100755 --- a/plugins/MacVST/IronOxideClassic/source/IronOxideClassic.cpp +++ b/plugins/MacVST/IronOxideClassic/source/IronOxideClassic.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxideClassic - IronOxideClassic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic_H diff --git a/plugins/MacVST/IronOxideClassic/source/IronOxideClassic.h b/plugins/MacVST/IronOxideClassic/source/IronOxideClassic.h index 118b6fd9d..8dc9f97b3 100755 --- a/plugins/MacVST/IronOxideClassic/source/IronOxideClassic.h +++ b/plugins/MacVST/IronOxideClassic/source/IronOxideClassic.h @@ -1,7 +1,7 @@ /* ======================================== * IronOxideClassic - IronOxideClassic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic_H diff --git a/plugins/MacVST/IronOxideClassic/source/IronOxideClassicProc.cpp b/plugins/MacVST/IronOxideClassic/source/IronOxideClassicProc.cpp index 8f7d52f98..54283e06a 100755 --- a/plugins/MacVST/IronOxideClassic/source/IronOxideClassicProc.cpp +++ b/plugins/MacVST/IronOxideClassic/source/IronOxideClassicProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxideClassic - IronOxideClassic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic_H diff --git a/plugins/MacVST/IronOxideClassic2/source/IronOxideClassic2.cpp b/plugins/MacVST/IronOxideClassic2/source/IronOxideClassic2.cpp index 2fcd3e002..87d60905d 100755 --- a/plugins/MacVST/IronOxideClassic2/source/IronOxideClassic2.cpp +++ b/plugins/MacVST/IronOxideClassic2/source/IronOxideClassic2.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxideClassic2 - IronOxideClassic2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic2_H diff --git a/plugins/MacVST/IronOxideClassic2/source/IronOxideClassic2.h b/plugins/MacVST/IronOxideClassic2/source/IronOxideClassic2.h index 816678bb0..cbe247d76 100755 --- a/plugins/MacVST/IronOxideClassic2/source/IronOxideClassic2.h +++ b/plugins/MacVST/IronOxideClassic2/source/IronOxideClassic2.h @@ -1,7 +1,7 @@ /* ======================================== * IronOxideClassic2 - IronOxideClassic2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic2_H diff --git a/plugins/MacVST/IronOxideClassic2/source/IronOxideClassic2Proc.cpp b/plugins/MacVST/IronOxideClassic2/source/IronOxideClassic2Proc.cpp index cbd05ac5f..eafb8575e 100755 --- a/plugins/MacVST/IronOxideClassic2/source/IronOxideClassic2Proc.cpp +++ b/plugins/MacVST/IronOxideClassic2/source/IronOxideClassic2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxideClassic2 - IronOxideClassic2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic2_H diff --git a/plugins/MacVST/Isolator/source/Isolator.cpp b/plugins/MacVST/Isolator/source/Isolator.cpp index 779521dc4..48a48ec08 100755 --- a/plugins/MacVST/Isolator/source/Isolator.cpp +++ b/plugins/MacVST/Isolator/source/Isolator.cpp @@ -1,6 +1,6 @@ /* ======================================== * Isolator - Isolator.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Isolator_H diff --git a/plugins/MacVST/Isolator/source/Isolator.h b/plugins/MacVST/Isolator/source/Isolator.h index 9734c4c75..17d677ee5 100755 --- a/plugins/MacVST/Isolator/source/Isolator.h +++ b/plugins/MacVST/Isolator/source/Isolator.h @@ -1,7 +1,7 @@ /* ======================================== * Isolator - Isolator.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Isolator_H diff --git a/plugins/MacVST/Isolator/source/IsolatorProc.cpp b/plugins/MacVST/Isolator/source/IsolatorProc.cpp index f14a82664..f19b53315 100755 --- a/plugins/MacVST/Isolator/source/IsolatorProc.cpp +++ b/plugins/MacVST/Isolator/source/IsolatorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Isolator - Isolator.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Isolator_H diff --git a/plugins/MacVST/Isolator2/source/Isolator2.cpp b/plugins/MacVST/Isolator2/source/Isolator2.cpp index 76a2913c7..ff5f3d351 100755 --- a/plugins/MacVST/Isolator2/source/Isolator2.cpp +++ b/plugins/MacVST/Isolator2/source/Isolator2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Isolator2 - Isolator2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/Isolator2/source/Isolator2.h b/plugins/MacVST/Isolator2/source/Isolator2.h index d8c66d499..c2ac58811 100755 --- a/plugins/MacVST/Isolator2/source/Isolator2.h +++ b/plugins/MacVST/Isolator2/source/Isolator2.h @@ -1,7 +1,7 @@ /* ======================================== * Isolator2 - Isolator2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/Isolator2/source/Isolator2Proc.cpp b/plugins/MacVST/Isolator2/source/Isolator2Proc.cpp index e28ecc690..425c4a10c 100755 --- a/plugins/MacVST/Isolator2/source/Isolator2Proc.cpp +++ b/plugins/MacVST/Isolator2/source/Isolator2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Isolator2 - Isolator2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/LRFlipTimer/source/LRFlipTimer.cpp b/plugins/MacVST/LRFlipTimer/source/LRFlipTimer.cpp index fe8cf8cdf..0c9ff5ac9 100755 --- a/plugins/MacVST/LRFlipTimer/source/LRFlipTimer.cpp +++ b/plugins/MacVST/LRFlipTimer/source/LRFlipTimer.cpp @@ -1,6 +1,6 @@ /* ======================================== * LRFlipTimer - LRFlipTimer.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRFlipTimer_H diff --git a/plugins/MacVST/LRFlipTimer/source/LRFlipTimer.h b/plugins/MacVST/LRFlipTimer/source/LRFlipTimer.h index 96a179142..c22153f25 100755 --- a/plugins/MacVST/LRFlipTimer/source/LRFlipTimer.h +++ b/plugins/MacVST/LRFlipTimer/source/LRFlipTimer.h @@ -1,7 +1,7 @@ /* ======================================== * LRFlipTimer - LRFlipTimer.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __LRFlipTimer_H diff --git a/plugins/MacVST/LRFlipTimer/source/LRFlipTimerProc.cpp b/plugins/MacVST/LRFlipTimer/source/LRFlipTimerProc.cpp index 75a308972..cd0bf86da 100755 --- a/plugins/MacVST/LRFlipTimer/source/LRFlipTimerProc.cpp +++ b/plugins/MacVST/LRFlipTimer/source/LRFlipTimerProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * LRFlipTimer - LRFlipTimer.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRFlipTimer_H diff --git a/plugins/MacVST/LeadAmp/source/LeadAmp.cpp b/plugins/MacVST/LeadAmp/source/LeadAmp.cpp index 84d80358d..929e5bd61 100755 --- a/plugins/MacVST/LeadAmp/source/LeadAmp.cpp +++ b/plugins/MacVST/LeadAmp/source/LeadAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * LeadAmp - LeadAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/LeadAmp/source/LeadAmp.h b/plugins/MacVST/LeadAmp/source/LeadAmp.h index 4e0bdc648..568da9912 100755 --- a/plugins/MacVST/LeadAmp/source/LeadAmp.h +++ b/plugins/MacVST/LeadAmp/source/LeadAmp.h @@ -1,7 +1,7 @@ /* ======================================== * LeadAmp - LeadAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/LeadAmp/source/LeadAmpProc.cpp b/plugins/MacVST/LeadAmp/source/LeadAmpProc.cpp index d71a082d5..e63cb7e44 100755 --- a/plugins/MacVST/LeadAmp/source/LeadAmpProc.cpp +++ b/plugins/MacVST/LeadAmp/source/LeadAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * LeadAmp - LeadAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/LeftoMono/source/LeftoMono.cpp b/plugins/MacVST/LeftoMono/source/LeftoMono.cpp index 1387bd68b..df623fe3b 100755 --- a/plugins/MacVST/LeftoMono/source/LeftoMono.cpp +++ b/plugins/MacVST/LeftoMono/source/LeftoMono.cpp @@ -1,6 +1,6 @@ /* ======================================== * LeftoMono - LeftoMono.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LeftoMono_H diff --git a/plugins/MacVST/LeftoMono/source/LeftoMono.h b/plugins/MacVST/LeftoMono/source/LeftoMono.h index b2fd6bf12..3eaabae9e 100755 --- a/plugins/MacVST/LeftoMono/source/LeftoMono.h +++ b/plugins/MacVST/LeftoMono/source/LeftoMono.h @@ -1,7 +1,7 @@ /* ======================================== * LeftoMono - LeftoMono.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __LeftoMono_H diff --git a/plugins/MacVST/LeftoMono/source/LeftoMonoProc.cpp b/plugins/MacVST/LeftoMono/source/LeftoMonoProc.cpp index a8f063f19..223064995 100755 --- a/plugins/MacVST/LeftoMono/source/LeftoMonoProc.cpp +++ b/plugins/MacVST/LeftoMono/source/LeftoMonoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * LeftoMono - LeftoMono.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LeftoMono_H diff --git a/plugins/MacVST/LilAmp/source/LilAmp.cpp b/plugins/MacVST/LilAmp/source/LilAmp.cpp index 5310bb40a..2b88de75a 100755 --- a/plugins/MacVST/LilAmp/source/LilAmp.cpp +++ b/plugins/MacVST/LilAmp/source/LilAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * LilAmp - LilAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/LilAmp/source/LilAmp.h b/plugins/MacVST/LilAmp/source/LilAmp.h index f0aea8f92..8a839072e 100755 --- a/plugins/MacVST/LilAmp/source/LilAmp.h +++ b/plugins/MacVST/LilAmp/source/LilAmp.h @@ -1,7 +1,7 @@ /* ======================================== * LilAmp - LilAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/LilAmp/source/LilAmpProc.cpp b/plugins/MacVST/LilAmp/source/LilAmpProc.cpp index 8b94b2c88..e040a75d8 100755 --- a/plugins/MacVST/LilAmp/source/LilAmpProc.cpp +++ b/plugins/MacVST/LilAmp/source/LilAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * LilAmp - LilAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/Logical4/source/Logical4.cpp b/plugins/MacVST/Logical4/source/Logical4.cpp index 72da4ad93..bbe78bff2 100755 --- a/plugins/MacVST/Logical4/source/Logical4.cpp +++ b/plugins/MacVST/Logical4/source/Logical4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Logical4 - Logical4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Logical4_H diff --git a/plugins/MacVST/Logical4/source/Logical4.h b/plugins/MacVST/Logical4/source/Logical4.h index f1389f452..938fd0280 100755 --- a/plugins/MacVST/Logical4/source/Logical4.h +++ b/plugins/MacVST/Logical4/source/Logical4.h @@ -1,7 +1,7 @@ /* ======================================== * Logical4 - Logical4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Logical4_H diff --git a/plugins/MacVST/Logical4/source/Logical4Proc.cpp b/plugins/MacVST/Logical4/source/Logical4Proc.cpp index 9b1f5b55e..938bd589f 100755 --- a/plugins/MacVST/Logical4/source/Logical4Proc.cpp +++ b/plugins/MacVST/Logical4/source/Logical4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Logical4 - Logical4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Logical4_H diff --git a/plugins/MacVST/Loud/source/Loud.cpp b/plugins/MacVST/Loud/source/Loud.cpp index 06a6020af..6180298f0 100755 --- a/plugins/MacVST/Loud/source/Loud.cpp +++ b/plugins/MacVST/Loud/source/Loud.cpp @@ -1,6 +1,6 @@ /* ======================================== * Loud - Loud.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Loud_H diff --git a/plugins/MacVST/Loud/source/Loud.h b/plugins/MacVST/Loud/source/Loud.h index 14e613399..ca083e775 100755 --- a/plugins/MacVST/Loud/source/Loud.h +++ b/plugins/MacVST/Loud/source/Loud.h @@ -1,7 +1,7 @@ /* ======================================== * Loud - Loud.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Loud_H diff --git a/plugins/MacVST/Loud/source/LoudProc.cpp b/plugins/MacVST/Loud/source/LoudProc.cpp index 8637aba0c..ce3a54127 100755 --- a/plugins/MacVST/Loud/source/LoudProc.cpp +++ b/plugins/MacVST/Loud/source/LoudProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Loud - Loud.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Loud_H diff --git a/plugins/MacVST/Lowpass/source/Lowpass.cpp b/plugins/MacVST/Lowpass/source/Lowpass.cpp index 9b6a6f4eb..7df161357 100755 --- a/plugins/MacVST/Lowpass/source/Lowpass.cpp +++ b/plugins/MacVST/Lowpass/source/Lowpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * Lowpass - Lowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass_H diff --git a/plugins/MacVST/Lowpass/source/Lowpass.h b/plugins/MacVST/Lowpass/source/Lowpass.h index f9d4ec8c7..df14e3f59 100755 --- a/plugins/MacVST/Lowpass/source/Lowpass.h +++ b/plugins/MacVST/Lowpass/source/Lowpass.h @@ -1,7 +1,7 @@ /* ======================================== * Lowpass - Lowpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass_H diff --git a/plugins/MacVST/Lowpass/source/LowpassProc.cpp b/plugins/MacVST/Lowpass/source/LowpassProc.cpp index df57f7cd8..de80e7d59 100755 --- a/plugins/MacVST/Lowpass/source/LowpassProc.cpp +++ b/plugins/MacVST/Lowpass/source/LowpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Lowpass - Lowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass_H diff --git a/plugins/MacVST/Lowpass2/source/Lowpass2.cpp b/plugins/MacVST/Lowpass2/source/Lowpass2.cpp index 27f081846..74dc5799b 100755 --- a/plugins/MacVST/Lowpass2/source/Lowpass2.cpp +++ b/plugins/MacVST/Lowpass2/source/Lowpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Lowpass2 - Lowpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass2_H diff --git a/plugins/MacVST/Lowpass2/source/Lowpass2.h b/plugins/MacVST/Lowpass2/source/Lowpass2.h index 6d7cebe29..d73f835a4 100755 --- a/plugins/MacVST/Lowpass2/source/Lowpass2.h +++ b/plugins/MacVST/Lowpass2/source/Lowpass2.h @@ -1,7 +1,7 @@ /* ======================================== * Lowpass2 - Lowpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass2_H diff --git a/plugins/MacVST/Lowpass2/source/Lowpass2Proc.cpp b/plugins/MacVST/Lowpass2/source/Lowpass2Proc.cpp index 8e27a2379..c3704ab5e 100755 --- a/plugins/MacVST/Lowpass2/source/Lowpass2Proc.cpp +++ b/plugins/MacVST/Lowpass2/source/Lowpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Lowpass2 - Lowpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass2_H diff --git a/plugins/MacVST/Luxor/source/Luxor.cpp b/plugins/MacVST/Luxor/source/Luxor.cpp index 673c0cfe9..f0bf323d9 100755 --- a/plugins/MacVST/Luxor/source/Luxor.cpp +++ b/plugins/MacVST/Luxor/source/Luxor.cpp @@ -1,6 +1,6 @@ /* ======================================== * Luxor - Luxor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Luxor_H diff --git a/plugins/MacVST/Luxor/source/Luxor.h b/plugins/MacVST/Luxor/source/Luxor.h index a354f2c3c..f07634680 100755 --- a/plugins/MacVST/Luxor/source/Luxor.h +++ b/plugins/MacVST/Luxor/source/Luxor.h @@ -1,7 +1,7 @@ /* ======================================== * Luxor - Luxor.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Luxor_H diff --git a/plugins/MacVST/Luxor/source/LuxorProc.cpp b/plugins/MacVST/Luxor/source/LuxorProc.cpp index 2ea8a55c1..489b6b91e 100755 --- a/plugins/MacVST/Luxor/source/LuxorProc.cpp +++ b/plugins/MacVST/Luxor/source/LuxorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Luxor - Luxor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Luxor_H diff --git a/plugins/MacVST/MV/source/MV.cpp b/plugins/MacVST/MV/source/MV.cpp index c6d104f9b..63ec51c96 100755 --- a/plugins/MacVST/MV/source/MV.cpp +++ b/plugins/MacVST/MV/source/MV.cpp @@ -1,6 +1,6 @@ /* ======================================== * MV - MV.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MV_H diff --git a/plugins/MacVST/MV/source/MV.h b/plugins/MacVST/MV/source/MV.h index 5a60fa653..b4a6ba594 100755 --- a/plugins/MacVST/MV/source/MV.h +++ b/plugins/MacVST/MV/source/MV.h @@ -1,7 +1,7 @@ /* ======================================== * MV - MV.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MV_H diff --git a/plugins/MacVST/MV/source/MVProc.cpp b/plugins/MacVST/MV/source/MVProc.cpp index bab3b0416..594a405ba 100755 --- a/plugins/MacVST/MV/source/MVProc.cpp +++ b/plugins/MacVST/MV/source/MVProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MV - MV.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MV_H diff --git a/plugins/MacVST/MackEQ/source/MackEQ.cpp b/plugins/MacVST/MackEQ/source/MackEQ.cpp index 72e7bf2c7..62003db42 100755 --- a/plugins/MacVST/MackEQ/source/MackEQ.cpp +++ b/plugins/MacVST/MackEQ/source/MackEQ.cpp @@ -1,6 +1,6 @@ /* ======================================== * MackEQ - MackEQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MackEQ_H diff --git a/plugins/MacVST/MackEQ/source/MackEQ.h b/plugins/MacVST/MackEQ/source/MackEQ.h index d413503b3..7be9e51e9 100755 --- a/plugins/MacVST/MackEQ/source/MackEQ.h +++ b/plugins/MacVST/MackEQ/source/MackEQ.h @@ -1,7 +1,7 @@ /* ======================================== * MackEQ - MackEQ.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MackEQ_H diff --git a/plugins/MacVST/MackEQ/source/MackEQProc.cpp b/plugins/MacVST/MackEQ/source/MackEQProc.cpp index 00466fda1..60aca24d5 100755 --- a/plugins/MacVST/MackEQ/source/MackEQProc.cpp +++ b/plugins/MacVST/MackEQ/source/MackEQProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MackEQ - MackEQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MackEQ_H diff --git a/plugins/MacVST/Mackity/source/Mackity.cpp b/plugins/MacVST/Mackity/source/Mackity.cpp index 3e78cd322..1354eafe5 100755 --- a/plugins/MacVST/Mackity/source/Mackity.cpp +++ b/plugins/MacVST/Mackity/source/Mackity.cpp @@ -1,6 +1,6 @@ /* ======================================== * Mackity - Mackity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mackity_H diff --git a/plugins/MacVST/Mackity/source/Mackity.h b/plugins/MacVST/Mackity/source/Mackity.h index 338df8de9..856be80c4 100755 --- a/plugins/MacVST/Mackity/source/Mackity.h +++ b/plugins/MacVST/Mackity/source/Mackity.h @@ -1,7 +1,7 @@ /* ======================================== * Mackity - Mackity.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Mackity_H diff --git a/plugins/MacVST/Mackity/source/MackityProc.cpp b/plugins/MacVST/Mackity/source/MackityProc.cpp index ff7c1631a..1d148b30a 100755 --- a/plugins/MacVST/Mackity/source/MackityProc.cpp +++ b/plugins/MacVST/Mackity/source/MackityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Mackity - Mackity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mackity_H diff --git a/plugins/MacVST/MatrixVerb/source/MatrixVerb.cpp b/plugins/MacVST/MatrixVerb/source/MatrixVerb.cpp index 4c1391f5b..a3c690b65 100755 --- a/plugins/MacVST/MatrixVerb/source/MatrixVerb.cpp +++ b/plugins/MacVST/MatrixVerb/source/MatrixVerb.cpp @@ -1,6 +1,6 @@ /* ======================================== * MatrixVerb - MatrixVerb.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MatrixVerb_H diff --git a/plugins/MacVST/MatrixVerb/source/MatrixVerb.h b/plugins/MacVST/MatrixVerb/source/MatrixVerb.h index 3f3b8298c..4b4e4fcaf 100755 --- a/plugins/MacVST/MatrixVerb/source/MatrixVerb.h +++ b/plugins/MacVST/MatrixVerb/source/MatrixVerb.h @@ -1,7 +1,7 @@ /* ======================================== * MatrixVerb - MatrixVerb.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MatrixVerb_H diff --git a/plugins/MacVST/MatrixVerb/source/MatrixVerbProc.cpp b/plugins/MacVST/MatrixVerb/source/MatrixVerbProc.cpp index 4099a1853..0ae1307ea 100755 --- a/plugins/MacVST/MatrixVerb/source/MatrixVerbProc.cpp +++ b/plugins/MacVST/MatrixVerb/source/MatrixVerbProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MatrixVerb - MatrixVerb.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MatrixVerb_H diff --git a/plugins/MacVST/Melt/source/Melt.cpp b/plugins/MacVST/Melt/source/Melt.cpp index b2f8301bc..cdccf45d4 100755 --- a/plugins/MacVST/Melt/source/Melt.cpp +++ b/plugins/MacVST/Melt/source/Melt.cpp @@ -1,6 +1,6 @@ /* ======================================== * Melt - Melt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Melt_H diff --git a/plugins/MacVST/Melt/source/Melt.h b/plugins/MacVST/Melt/source/Melt.h index 07cf0075c..59fdcf4f2 100755 --- a/plugins/MacVST/Melt/source/Melt.h +++ b/plugins/MacVST/Melt/source/Melt.h @@ -1,7 +1,7 @@ /* ======================================== * Melt - Melt.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Melt_H diff --git a/plugins/MacVST/Melt/source/MeltProc.cpp b/plugins/MacVST/Melt/source/MeltProc.cpp index c990386b6..039b687d2 100755 --- a/plugins/MacVST/Melt/source/MeltProc.cpp +++ b/plugins/MacVST/Melt/source/MeltProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Melt - Melt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Melt_H diff --git a/plugins/MacVST/MidAmp/source/MidAmp.cpp b/plugins/MacVST/MidAmp/source/MidAmp.cpp index 740a931b3..7436210e6 100755 --- a/plugins/MacVST/MidAmp/source/MidAmp.cpp +++ b/plugins/MacVST/MidAmp/source/MidAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * MidAmp - MidAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/MidAmp/source/MidAmp.h b/plugins/MacVST/MidAmp/source/MidAmp.h index e3e0802eb..91c804780 100755 --- a/plugins/MacVST/MidAmp/source/MidAmp.h +++ b/plugins/MacVST/MidAmp/source/MidAmp.h @@ -1,7 +1,7 @@ /* ======================================== * MidAmp - MidAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/MidAmp/source/MidAmpProc.cpp b/plugins/MacVST/MidAmp/source/MidAmpProc.cpp index 0fbb3b1cd..208d8e460 100755 --- a/plugins/MacVST/MidAmp/source/MidAmpProc.cpp +++ b/plugins/MacVST/MidAmp/source/MidAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MidAmp - MidAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/MidSide/source/MidSide.cpp b/plugins/MacVST/MidSide/source/MidSide.cpp index 4bb31183d..d45a3c449 100755 --- a/plugins/MacVST/MidSide/source/MidSide.cpp +++ b/plugins/MacVST/MidSide/source/MidSide.cpp @@ -1,6 +1,6 @@ /* ======================================== * MidSide - MidSide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MidSide_H diff --git a/plugins/MacVST/MidSide/source/MidSide.h b/plugins/MacVST/MidSide/source/MidSide.h index 086fbea98..595e493ca 100755 --- a/plugins/MacVST/MidSide/source/MidSide.h +++ b/plugins/MacVST/MidSide/source/MidSide.h @@ -1,7 +1,7 @@ /* ======================================== * MidSide - MidSide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MidSide_H diff --git a/plugins/MacVST/MidSide/source/MidSideProc.cpp b/plugins/MacVST/MidSide/source/MidSideProc.cpp index cb5f2ffa6..2e1268455 100755 --- a/plugins/MacVST/MidSide/source/MidSideProc.cpp +++ b/plugins/MacVST/MidSide/source/MidSideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MidSide - MidSide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MidSide_H diff --git a/plugins/MacVST/MoNoam/source/MoNoam.cpp b/plugins/MacVST/MoNoam/source/MoNoam.cpp index 56a243e5d..183a3d57d 100755 --- a/plugins/MacVST/MoNoam/source/MoNoam.cpp +++ b/plugins/MacVST/MoNoam/source/MoNoam.cpp @@ -1,6 +1,6 @@ /* ======================================== * MoNoam - MoNoam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MoNoam_H diff --git a/plugins/MacVST/MoNoam/source/MoNoam.h b/plugins/MacVST/MoNoam/source/MoNoam.h index e4aff140f..4558b9a52 100755 --- a/plugins/MacVST/MoNoam/source/MoNoam.h +++ b/plugins/MacVST/MoNoam/source/MoNoam.h @@ -1,7 +1,7 @@ /* ======================================== * MoNoam - MoNoam.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MoNoam_H diff --git a/plugins/MacVST/MoNoam/source/MoNoamProc.cpp b/plugins/MacVST/MoNoam/source/MoNoamProc.cpp index 741bb58e5..306c49831 100755 --- a/plugins/MacVST/MoNoam/source/MoNoamProc.cpp +++ b/plugins/MacVST/MoNoam/source/MoNoamProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MoNoam - MoNoam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MoNoam_H diff --git a/plugins/MacVST/Mojo/source/Mojo.cpp b/plugins/MacVST/Mojo/source/Mojo.cpp index 65c270402..b42e7f51b 100755 --- a/plugins/MacVST/Mojo/source/Mojo.cpp +++ b/plugins/MacVST/Mojo/source/Mojo.cpp @@ -1,6 +1,6 @@ /* ======================================== * Mojo - Mojo.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mojo_H diff --git a/plugins/MacVST/Mojo/source/Mojo.h b/plugins/MacVST/Mojo/source/Mojo.h index 4e759375b..f5f0c92ab 100755 --- a/plugins/MacVST/Mojo/source/Mojo.h +++ b/plugins/MacVST/Mojo/source/Mojo.h @@ -1,7 +1,7 @@ /* ======================================== * Mojo - Mojo.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Mojo_H diff --git a/plugins/MacVST/Mojo/source/MojoProc.cpp b/plugins/MacVST/Mojo/source/MojoProc.cpp index 80774cabf..8c8a099af 100755 --- a/plugins/MacVST/Mojo/source/MojoProc.cpp +++ b/plugins/MacVST/Mojo/source/MojoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Mojo - Mojo.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mojo_H diff --git a/plugins/MacVST/Monitoring/source/Monitoring.cpp b/plugins/MacVST/Monitoring/source/Monitoring.cpp index 5acf52beb..054338e59 100755 --- a/plugins/MacVST/Monitoring/source/Monitoring.cpp +++ b/plugins/MacVST/Monitoring/source/Monitoring.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring - Monitoring.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring_H diff --git a/plugins/MacVST/Monitoring/source/Monitoring.h b/plugins/MacVST/Monitoring/source/Monitoring.h index 12452111a..5baa2ba08 100755 --- a/plugins/MacVST/Monitoring/source/Monitoring.h +++ b/plugins/MacVST/Monitoring/source/Monitoring.h @@ -1,7 +1,7 @@ /* ======================================== * Monitoring - Monitoring.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring_H diff --git a/plugins/MacVST/Monitoring/source/MonitoringProc.cpp b/plugins/MacVST/Monitoring/source/MonitoringProc.cpp index 5afe8feeb..a7c91bc45 100755 --- a/plugins/MacVST/Monitoring/source/MonitoringProc.cpp +++ b/plugins/MacVST/Monitoring/source/MonitoringProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring - Monitoring.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring_H diff --git a/plugins/MacVST/Monitoring2/source/Monitoring2.cpp b/plugins/MacVST/Monitoring2/source/Monitoring2.cpp index 1a1bd4d8f..2c05238bf 100755 --- a/plugins/MacVST/Monitoring2/source/Monitoring2.cpp +++ b/plugins/MacVST/Monitoring2/source/Monitoring2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring2 - Monitoring2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring2_H diff --git a/plugins/MacVST/Monitoring2/source/Monitoring2.h b/plugins/MacVST/Monitoring2/source/Monitoring2.h index a1d6c5e4b..ec02edab1 100755 --- a/plugins/MacVST/Monitoring2/source/Monitoring2.h +++ b/plugins/MacVST/Monitoring2/source/Monitoring2.h @@ -1,7 +1,7 @@ /* ======================================== * Monitoring2 - Monitoring2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring2_H diff --git a/plugins/MacVST/Monitoring2/source/Monitoring2Proc.cpp b/plugins/MacVST/Monitoring2/source/Monitoring2Proc.cpp index 82325d164..68400f89b 100755 --- a/plugins/MacVST/Monitoring2/source/Monitoring2Proc.cpp +++ b/plugins/MacVST/Monitoring2/source/Monitoring2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring2 - Monitoring2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring2_H diff --git a/plugins/MacVST/Monitoring3/Monitoring3.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/Monitoring3/Monitoring3.xcodeproj/christopherjohnson.pbxuser index 7312935b0..364c8b1ba 100755 --- a/plugins/MacVST/Monitoring3/Monitoring3.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacVST/Monitoring3/Monitoring3.xcodeproj/christopherjohnson.pbxuser @@ -49,12 +49,12 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 682535325; - PBXWorkspaceStateSaveDate = 682535325; + PBXPerProjectTemplateStateSaveDate = 688004660; + PBXWorkspaceStateSaveDate = 688004660; }; perUserProjectItems = { - 8BA6820028AEAFEC0021E3C9 /* PBXBookmark */ = 8BA6820028AEAFEC0021E3C9 /* PBXBookmark */; 8BA6820128AEAFEC0021E3C9 /* PBXTextBookmark */ = 8BA6820128AEAFEC0021E3C9 /* PBXTextBookmark */; + 8BAA225F29021E6800316531 /* PBXTextBookmark */ = 8BAA225F29021E6800316531 /* PBXTextBookmark */; }; sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; userBuildSettings = { @@ -62,9 +62,9 @@ }; 2407DEB6089929BA00EB68BF /* Monitoring3.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {768, 3096}}"; - sepNavSelRange = "{6910, 0}"; - sepNavVisRange = "{6457, 293}"; + sepNavIntBoundsRect = "{{0, 0}, {750, 3096}}"; + sepNavSelRange = "{6723, 0}"; + sepNavVisRange = "{6560, 163}"; sepNavWindowFrame = "{{537, 47}, {895, 831}}"; }; }; @@ -86,9 +86,9 @@ }; 24D8286F09A914000093AEF8 /* Monitoring3Proc.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1272, 18540}}"; - sepNavSelRange = "{24398, 0}"; - sepNavVisRange = "{23560, 1607}"; + sepNavIntBoundsRect = "{{0, 0}, {1128, 19692}}"; + sepNavSelRange = "{29115, 0}"; + sepNavVisRange = "{28625, 1341}"; sepNavWindowFrame = "{{545, 47}, {895, 831}}"; }; }; @@ -106,20 +106,26 @@ isa = PBXCodeSenseManager; indexTemplatePath = ""; }; - 8BA6820028AEAFEC0021E3C9 /* PBXBookmark */ = { - isa = PBXBookmark; - fRef = 2407DEB6089929BA00EB68BF /* Monitoring3.cpp */; - }; 8BA6820128AEAFEC0021E3C9 /* PBXTextBookmark */ = { isa = PBXTextBookmark; fRef = 2407DEB6089929BA00EB68BF /* Monitoring3.cpp */; name = "Monitoring3.cpp: 156"; rLen = 0; - rLoc = 6910; + rLoc = 6723; rType = 0; vrLen = 293; vrLoc = 6457; }; + 8BAA225F29021E6800316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Monitoring3.cpp */; + name = "Monitoring3.cpp: 150"; + rLen = 0; + rLoc = 6723; + rType = 0; + vrLen = 163; + vrLoc = 6560; + }; 8D01CCC60486CAD60068D4B7 /* Monitoring3 */ = { activeExec = 0; }; diff --git a/plugins/MacVST/Monitoring3/Monitoring3.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/Monitoring3/Monitoring3.xcodeproj/christopherjohnson.perspectivev3 index 47f978426..cf259f329 100755 --- a/plugins/MacVST/Monitoring3/Monitoring3.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacVST/Monitoring3/Monitoring3.xcodeproj/christopherjohnson.perspectivev3 @@ -351,10 +351,10 @@ _historyCapacity 0 bookmark - 8BA6820128AEAFEC0021E3C9 + 8BAA225F29021E6800316531 history - 8BA6820028AEAFEC0021E3C9 + 8BA6820128AEAFEC0021E3C9 SplitCount @@ -368,18 +368,18 @@ GeometryConfiguration Frame - {{0, 0}, {603, 132}} + {{0, 0}, {603, 117}} RubberWindowFrame 626 282 810 487 0 0 1440 878 Module PBXNavigatorGroup Proportion - 132pt + 117pt Proportion - 309pt + 324pt Tabs @@ -393,7 +393,7 @@ GeometryConfiguration Frame - {{10, 27}, {603, 282}} + {{10, 27}, {603, 297}} RubberWindowFrame 626 282 810 487 0 0 1440 878 @@ -477,11 +477,11 @@ TableOfContents - 8BA681AD28AEA9E00021E3C9 + 8BAA226029021E6800316531 1CA23ED40692098700951B8B - 8BA681AE28AEA9E00021E3C9 + 8BAA226129021E6800316531 8B0237581D42B1C400E1E8C8 - 8BA681AF28AEA9E00021E3C9 + 8BAA226229021E6800316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -634,7 +634,7 @@ StatusbarIsVisible TimeStamp - 682536940.12010098 + 688004712.27378201 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -651,7 +651,6 @@ 5 WindowOrderList - 8BA6820228AEAFEC0021E3C9 /Users/christopherjohnson/Desktop/airwindows/plugins/MacVST/Monitoring3/Monitoring3.xcodeproj WindowString diff --git a/plugins/MacVST/Monitoring3/source/Monitoring3.cpp b/plugins/MacVST/Monitoring3/source/Monitoring3.cpp index d51ce197a..bb8956cce 100755 --- a/plugins/MacVST/Monitoring3/source/Monitoring3.cpp +++ b/plugins/MacVST/Monitoring3/source/Monitoring3.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring3 - Monitoring3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring3_H @@ -19,12 +19,6 @@ Monitoring3::Monitoring3(audioMasterCallback audioMaster) : darkSampleL[count] = 0; darkSampleR[count] = 0; } - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - depth = (int)(17.0*overallscale); - if (depth < 3) depth = 3; - if (depth > 98) depth = 98; //Dark for(int count = 0; count < 1502; count++) { aL[count] = 0.0; bL[count] = 0.0; cL[count] = 0.0; dL[count] = 0.0; diff --git a/plugins/MacVST/Monitoring3/source/Monitoring3.h b/plugins/MacVST/Monitoring3/source/Monitoring3.h index 0ead2df74..b2790b745 100755 --- a/plugins/MacVST/Monitoring3/source/Monitoring3.h +++ b/plugins/MacVST/Monitoring3/source/Monitoring3.h @@ -1,7 +1,7 @@ /* ======================================== * Monitoring3 - Monitoring3.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring3_H diff --git a/plugins/MacVST/Monitoring3/source/Monitoring3Proc.cpp b/plugins/MacVST/Monitoring3/source/Monitoring3Proc.cpp index d32a71c9e..bb6daa1ed 100755 --- a/plugins/MacVST/Monitoring3/source/Monitoring3Proc.cpp +++ b/plugins/MacVST/Monitoring3/source/Monitoring3Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring3 - Monitoring3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring3_H @@ -16,7 +16,10 @@ void Monitoring3::processReplacing(float **inputs, float **outputs, VstInt32 sam double overallscale = 1.0; overallscale /= 44100.0; - overallscale *= getSampleRate(); + overallscale *= getSampleRate(); + depth = (int)(17.0*overallscale); + if (depth < 3) depth = 3; + if (depth > 98) depth = 98; //Dark int depth = (int)(17.0*overallscale); if (depth < 3) depth = 3; @@ -534,7 +537,10 @@ void Monitoring3::processDoubleReplacing(double **inputs, double **outputs, VstI double overallscale = 1.0; overallscale /= 44100.0; - overallscale *= getSampleRate(); + overallscale *= getSampleRate(); + depth = (int)(17.0*overallscale); + if (depth < 3) depth = 3; + if (depth > 98) depth = 98; //Dark int depth = (int)(17.0*overallscale); if (depth < 3) depth = 3; diff --git a/plugins/MacVST/MultiBandDistortion/source/MultiBandDistortion.cpp b/plugins/MacVST/MultiBandDistortion/source/MultiBandDistortion.cpp index bfe36b820..6d1c899ed 100755 --- a/plugins/MacVST/MultiBandDistortion/source/MultiBandDistortion.cpp +++ b/plugins/MacVST/MultiBandDistortion/source/MultiBandDistortion.cpp @@ -1,6 +1,6 @@ /* ======================================== * MultiBandDistortion - MultiBandDistortion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MultiBandDistortion_H diff --git a/plugins/MacVST/MultiBandDistortion/source/MultiBandDistortion.h b/plugins/MacVST/MultiBandDistortion/source/MultiBandDistortion.h index 8af37cafd..cd380bd0d 100755 --- a/plugins/MacVST/MultiBandDistortion/source/MultiBandDistortion.h +++ b/plugins/MacVST/MultiBandDistortion/source/MultiBandDistortion.h @@ -1,7 +1,7 @@ /* ======================================== * MultiBandDistortion - MultiBandDistortion.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MultiBandDistortion_H diff --git a/plugins/MacVST/MultiBandDistortion/source/MultiBandDistortionProc.cpp b/plugins/MacVST/MultiBandDistortion/source/MultiBandDistortionProc.cpp index 0336c96dc..74b5e4857 100755 --- a/plugins/MacVST/MultiBandDistortion/source/MultiBandDistortionProc.cpp +++ b/plugins/MacVST/MultiBandDistortion/source/MultiBandDistortionProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MultiBandDistortion - MultiBandDistortion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MultiBandDistortion_H diff --git a/plugins/MacVST/NCSeventeen/source/NCSeventeen.cpp b/plugins/MacVST/NCSeventeen/source/NCSeventeen.cpp index a0a9a061d..7543e62af 100755 --- a/plugins/MacVST/NCSeventeen/source/NCSeventeen.cpp +++ b/plugins/MacVST/NCSeventeen/source/NCSeventeen.cpp @@ -1,6 +1,6 @@ /* ======================================== * NCSeventeen - NCSeventeen.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NCSeventeen_H diff --git a/plugins/MacVST/NCSeventeen/source/NCSeventeen.h b/plugins/MacVST/NCSeventeen/source/NCSeventeen.h index 100f02bdb..f9445926d 100755 --- a/plugins/MacVST/NCSeventeen/source/NCSeventeen.h +++ b/plugins/MacVST/NCSeventeen/source/NCSeventeen.h @@ -1,7 +1,7 @@ /* ======================================== * NCSeventeen - NCSeventeen.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NCSeventeen_H diff --git a/plugins/MacVST/NCSeventeen/source/NCSeventeenProc.cpp b/plugins/MacVST/NCSeventeen/source/NCSeventeenProc.cpp index aebc1ba49..f878d796b 100755 --- a/plugins/MacVST/NCSeventeen/source/NCSeventeenProc.cpp +++ b/plugins/MacVST/NCSeventeen/source/NCSeventeenProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NCSeventeen - NCSeventeen.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NCSeventeen_H diff --git a/plugins/MacVST/NaturalizeDither/source/NaturalizeDither.cpp b/plugins/MacVST/NaturalizeDither/source/NaturalizeDither.cpp index 700c2f472..8cba80529 100755 --- a/plugins/MacVST/NaturalizeDither/source/NaturalizeDither.cpp +++ b/plugins/MacVST/NaturalizeDither/source/NaturalizeDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * NaturalizeDither - NaturalizeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NaturalizeDither_H diff --git a/plugins/MacVST/NaturalizeDither/source/NaturalizeDither.h b/plugins/MacVST/NaturalizeDither/source/NaturalizeDither.h index 6692763d8..c96a9072b 100755 --- a/plugins/MacVST/NaturalizeDither/source/NaturalizeDither.h +++ b/plugins/MacVST/NaturalizeDither/source/NaturalizeDither.h @@ -1,7 +1,7 @@ /* ======================================== * NaturalizeDither - NaturalizeDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NaturalizeDither_H diff --git a/plugins/MacVST/NaturalizeDither/source/NaturalizeDitherProc.cpp b/plugins/MacVST/NaturalizeDither/source/NaturalizeDitherProc.cpp index 04f45e9b1..7cd30d6d8 100755 --- a/plugins/MacVST/NaturalizeDither/source/NaturalizeDitherProc.cpp +++ b/plugins/MacVST/NaturalizeDither/source/NaturalizeDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NaturalizeDither - NaturalizeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NaturalizeDither_H diff --git a/plugins/MacVST/Neverland/source/Neverland.cpp b/plugins/MacVST/Neverland/source/Neverland.cpp index 2af42daa3..290f6bf66 100755 --- a/plugins/MacVST/Neverland/source/Neverland.cpp +++ b/plugins/MacVST/Neverland/source/Neverland.cpp @@ -1,6 +1,6 @@ /* ======================================== * Neverland - Neverland.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Neverland_H diff --git a/plugins/MacVST/Neverland/source/Neverland.h b/plugins/MacVST/Neverland/source/Neverland.h index 03c03f45b..a81af8eb5 100755 --- a/plugins/MacVST/Neverland/source/Neverland.h +++ b/plugins/MacVST/Neverland/source/Neverland.h @@ -1,7 +1,7 @@ /* ======================================== * Neverland - Neverland.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Neverland_H diff --git a/plugins/MacVST/Neverland/source/NeverlandProc.cpp b/plugins/MacVST/Neverland/source/NeverlandProc.cpp index f2224b6ea..5fc40579e 100755 --- a/plugins/MacVST/Neverland/source/NeverlandProc.cpp +++ b/plugins/MacVST/Neverland/source/NeverlandProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Neverland - Neverland.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Neverland_H diff --git a/plugins/MacVST/Nikola/source/Nikola.cpp b/plugins/MacVST/Nikola/source/Nikola.cpp index db76154df..e91735dca 100755 --- a/plugins/MacVST/Nikola/source/Nikola.cpp +++ b/plugins/MacVST/Nikola/source/Nikola.cpp @@ -1,6 +1,6 @@ /* ======================================== * Nikola - Nikola.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Nikola_H diff --git a/plugins/MacVST/Nikola/source/Nikola.h b/plugins/MacVST/Nikola/source/Nikola.h index 7170189ac..4971b82f1 100755 --- a/plugins/MacVST/Nikola/source/Nikola.h +++ b/plugins/MacVST/Nikola/source/Nikola.h @@ -1,7 +1,7 @@ /* ======================================== * Nikola - Nikola.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Nikola_H diff --git a/plugins/MacVST/Nikola/source/NikolaProc.cpp b/plugins/MacVST/Nikola/source/NikolaProc.cpp index e4104ac91..159653e68 100755 --- a/plugins/MacVST/Nikola/source/NikolaProc.cpp +++ b/plugins/MacVST/Nikola/source/NikolaProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Nikola - Nikola.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Nikola_H diff --git a/plugins/MacVST/NodeDither/source/NodeDither.cpp b/plugins/MacVST/NodeDither/source/NodeDither.cpp index 663b6081c..4f190477d 100755 --- a/plugins/MacVST/NodeDither/source/NodeDither.cpp +++ b/plugins/MacVST/NodeDither/source/NodeDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * NodeDither - NodeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NodeDither_H diff --git a/plugins/MacVST/NodeDither/source/NodeDither.h b/plugins/MacVST/NodeDither/source/NodeDither.h index bfd641309..e24f9283a 100755 --- a/plugins/MacVST/NodeDither/source/NodeDither.h +++ b/plugins/MacVST/NodeDither/source/NodeDither.h @@ -1,7 +1,7 @@ /* ======================================== * NodeDither - NodeDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NodeDither_H diff --git a/plugins/MacVST/NodeDither/source/NodeDitherProc.cpp b/plugins/MacVST/NodeDither/source/NodeDitherProc.cpp index 3dc70a685..e4eb688f1 100755 --- a/plugins/MacVST/NodeDither/source/NodeDitherProc.cpp +++ b/plugins/MacVST/NodeDither/source/NodeDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NodeDither - NodeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NodeDither_H diff --git a/plugins/MacVST/Noise/source/Noise.cpp b/plugins/MacVST/Noise/source/Noise.cpp index ebb384dbe..5ab082f8f 100755 --- a/plugins/MacVST/Noise/source/Noise.cpp +++ b/plugins/MacVST/Noise/source/Noise.cpp @@ -1,6 +1,6 @@ /* ======================================== * Noise - Noise.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Noise_H diff --git a/plugins/MacVST/Noise/source/Noise.h b/plugins/MacVST/Noise/source/Noise.h index d14ef6305..8446dc287 100755 --- a/plugins/MacVST/Noise/source/Noise.h +++ b/plugins/MacVST/Noise/source/Noise.h @@ -1,7 +1,7 @@ /* ======================================== * Noise - Noise.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Noise_H diff --git a/plugins/MacVST/Noise/source/NoiseProc.cpp b/plugins/MacVST/Noise/source/NoiseProc.cpp index 0dbe5c6d2..48d33cb27 100755 --- a/plugins/MacVST/Noise/source/NoiseProc.cpp +++ b/plugins/MacVST/Noise/source/NoiseProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Noise - Noise.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Noise_H diff --git a/plugins/MacVST/NonlinearSpace/source/NonlinearSpace.cpp b/plugins/MacVST/NonlinearSpace/source/NonlinearSpace.cpp index 48eac47c8..568509b45 100755 --- a/plugins/MacVST/NonlinearSpace/source/NonlinearSpace.cpp +++ b/plugins/MacVST/NonlinearSpace/source/NonlinearSpace.cpp @@ -1,6 +1,6 @@ /* ======================================== * NonlinearSpace - NonlinearSpace.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NonlinearSpace_H diff --git a/plugins/MacVST/NonlinearSpace/source/NonlinearSpace.h b/plugins/MacVST/NonlinearSpace/source/NonlinearSpace.h index b75c7a51d..9fdb45f0b 100755 --- a/plugins/MacVST/NonlinearSpace/source/NonlinearSpace.h +++ b/plugins/MacVST/NonlinearSpace/source/NonlinearSpace.h @@ -1,7 +1,7 @@ /* ======================================== * NonlinearSpace - NonlinearSpace.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NonlinearSpace_H diff --git a/plugins/MacVST/NonlinearSpace/source/NonlinearSpaceProc.cpp b/plugins/MacVST/NonlinearSpace/source/NonlinearSpaceProc.cpp index c7efecbc4..1849dbad9 100755 --- a/plugins/MacVST/NonlinearSpace/source/NonlinearSpaceProc.cpp +++ b/plugins/MacVST/NonlinearSpace/source/NonlinearSpaceProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NonlinearSpace - NonlinearSpace.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NonlinearSpace_H diff --git a/plugins/MacVST/NotJustAnotherCD/source/NotJustAnotherCD.cpp b/plugins/MacVST/NotJustAnotherCD/source/NotJustAnotherCD.cpp index 497c1e881..81395167a 100755 --- a/plugins/MacVST/NotJustAnotherCD/source/NotJustAnotherCD.cpp +++ b/plugins/MacVST/NotJustAnotherCD/source/NotJustAnotherCD.cpp @@ -1,6 +1,6 @@ /* ======================================== * NotJustAnotherCD - NotJustAnotherCD.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherCD_H diff --git a/plugins/MacVST/NotJustAnotherCD/source/NotJustAnotherCD.h b/plugins/MacVST/NotJustAnotherCD/source/NotJustAnotherCD.h index 81fe49f8d..5f3a04925 100755 --- a/plugins/MacVST/NotJustAnotherCD/source/NotJustAnotherCD.h +++ b/plugins/MacVST/NotJustAnotherCD/source/NotJustAnotherCD.h @@ -1,7 +1,7 @@ /* ======================================== * NotJustAnotherCD - NotJustAnotherCD.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherCD_H diff --git a/plugins/MacVST/NotJustAnotherCD/source/NotJustAnotherCDProc.cpp b/plugins/MacVST/NotJustAnotherCD/source/NotJustAnotherCDProc.cpp index f129dda8f..674b03325 100755 --- a/plugins/MacVST/NotJustAnotherCD/source/NotJustAnotherCDProc.cpp +++ b/plugins/MacVST/NotJustAnotherCD/source/NotJustAnotherCDProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NotJustAnotherCD - NotJustAnotherCD.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherCD_H diff --git a/plugins/MacVST/NotJustAnotherDither/source/NotJustAnotherDither.cpp b/plugins/MacVST/NotJustAnotherDither/source/NotJustAnotherDither.cpp index 6213b6228..f6f6cb851 100755 --- a/plugins/MacVST/NotJustAnotherDither/source/NotJustAnotherDither.cpp +++ b/plugins/MacVST/NotJustAnotherDither/source/NotJustAnotherDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * NotJustAnotherDither - NotJustAnotherDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherDither_H diff --git a/plugins/MacVST/NotJustAnotherDither/source/NotJustAnotherDither.h b/plugins/MacVST/NotJustAnotherDither/source/NotJustAnotherDither.h index e0a1402a8..c6607e471 100755 --- a/plugins/MacVST/NotJustAnotherDither/source/NotJustAnotherDither.h +++ b/plugins/MacVST/NotJustAnotherDither/source/NotJustAnotherDither.h @@ -1,7 +1,7 @@ /* ======================================== * NotJustAnotherDither - NotJustAnotherDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherDither_H diff --git a/plugins/MacVST/NotJustAnotherDither/source/NotJustAnotherDitherProc.cpp b/plugins/MacVST/NotJustAnotherDither/source/NotJustAnotherDitherProc.cpp index f9721a726..dc7119fa4 100755 --- a/plugins/MacVST/NotJustAnotherDither/source/NotJustAnotherDitherProc.cpp +++ b/plugins/MacVST/NotJustAnotherDither/source/NotJustAnotherDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NotJustAnotherDither - NotJustAnotherDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherDither_H diff --git a/plugins/MacVST/OneCornerClip/source/OneCornerClip.cpp b/plugins/MacVST/OneCornerClip/source/OneCornerClip.cpp index ea15e1fe2..09728707e 100755 --- a/plugins/MacVST/OneCornerClip/source/OneCornerClip.cpp +++ b/plugins/MacVST/OneCornerClip/source/OneCornerClip.cpp @@ -1,6 +1,6 @@ /* ======================================== * OneCornerClip - OneCornerClip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __OneCornerClip_H diff --git a/plugins/MacVST/OneCornerClip/source/OneCornerClip.h b/plugins/MacVST/OneCornerClip/source/OneCornerClip.h index a69f185b2..06cef0aba 100755 --- a/plugins/MacVST/OneCornerClip/source/OneCornerClip.h +++ b/plugins/MacVST/OneCornerClip/source/OneCornerClip.h @@ -1,7 +1,7 @@ /* ======================================== * OneCornerClip - OneCornerClip.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __OneCornerClip_H diff --git a/plugins/MacVST/OneCornerClip/source/OneCornerClipProc.cpp b/plugins/MacVST/OneCornerClip/source/OneCornerClipProc.cpp index 7526cecc3..8074e7b3d 100755 --- a/plugins/MacVST/OneCornerClip/source/OneCornerClipProc.cpp +++ b/plugins/MacVST/OneCornerClip/source/OneCornerClipProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * OneCornerClip - OneCornerClip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __OneCornerClip_H diff --git a/plugins/MacVST/PDBuss/source/PDBuss.cpp b/plugins/MacVST/PDBuss/source/PDBuss.cpp index 60bdec0bd..00985c59e 100755 --- a/plugins/MacVST/PDBuss/source/PDBuss.cpp +++ b/plugins/MacVST/PDBuss/source/PDBuss.cpp @@ -1,6 +1,6 @@ /* ======================================== * PDBuss - PDBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDBuss_H diff --git a/plugins/MacVST/PDBuss/source/PDBuss.h b/plugins/MacVST/PDBuss/source/PDBuss.h index 0b962dcfb..6beba1e8b 100755 --- a/plugins/MacVST/PDBuss/source/PDBuss.h +++ b/plugins/MacVST/PDBuss/source/PDBuss.h @@ -1,7 +1,7 @@ /* ======================================== * PDBuss - PDBuss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PDBuss_H diff --git a/plugins/MacVST/PDBuss/source/PDBussProc.cpp b/plugins/MacVST/PDBuss/source/PDBussProc.cpp index 00b05af39..f9e5abe03 100755 --- a/plugins/MacVST/PDBuss/source/PDBussProc.cpp +++ b/plugins/MacVST/PDBuss/source/PDBussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PDBuss - PDBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDBuss_H diff --git a/plugins/MacVST/PDChannel/source/PDChannel.cpp b/plugins/MacVST/PDChannel/source/PDChannel.cpp index 6cf15db30..0d1999652 100755 --- a/plugins/MacVST/PDChannel/source/PDChannel.cpp +++ b/plugins/MacVST/PDChannel/source/PDChannel.cpp @@ -1,6 +1,6 @@ /* ======================================== * PDChannel - PDChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDChannel_H diff --git a/plugins/MacVST/PDChannel/source/PDChannel.h b/plugins/MacVST/PDChannel/source/PDChannel.h index cd7c14fb7..963c86c08 100755 --- a/plugins/MacVST/PDChannel/source/PDChannel.h +++ b/plugins/MacVST/PDChannel/source/PDChannel.h @@ -1,7 +1,7 @@ /* ======================================== * PDChannel - PDChannel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PDChannel_H diff --git a/plugins/MacVST/PDChannel/source/PDChannelProc.cpp b/plugins/MacVST/PDChannel/source/PDChannelProc.cpp index 2277acc7d..afcbe0142 100755 --- a/plugins/MacVST/PDChannel/source/PDChannelProc.cpp +++ b/plugins/MacVST/PDChannel/source/PDChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PDChannel - PDChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDChannel_H diff --git a/plugins/MacVST/Pafnuty/source/Pafnuty.cpp b/plugins/MacVST/Pafnuty/source/Pafnuty.cpp index 14eb30129..1ae4e92fa 100755 --- a/plugins/MacVST/Pafnuty/source/Pafnuty.cpp +++ b/plugins/MacVST/Pafnuty/source/Pafnuty.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pafnuty - Pafnuty.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pafnuty_H diff --git a/plugins/MacVST/Pafnuty/source/Pafnuty.h b/plugins/MacVST/Pafnuty/source/Pafnuty.h index 80eba3e36..99408bd70 100755 --- a/plugins/MacVST/Pafnuty/source/Pafnuty.h +++ b/plugins/MacVST/Pafnuty/source/Pafnuty.h @@ -1,7 +1,7 @@ /* ======================================== * Pafnuty - Pafnuty.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pafnuty_H diff --git a/plugins/MacVST/Pafnuty/source/PafnutyProc.cpp b/plugins/MacVST/Pafnuty/source/PafnutyProc.cpp index 38e2b05a3..03aa084a0 100755 --- a/plugins/MacVST/Pafnuty/source/PafnutyProc.cpp +++ b/plugins/MacVST/Pafnuty/source/PafnutyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pafnuty - Pafnuty.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pafnuty_H diff --git a/plugins/MacVST/PaulDither/source/PaulDither.cpp b/plugins/MacVST/PaulDither/source/PaulDither.cpp index dc7aaeb6d..d296eec70 100755 --- a/plugins/MacVST/PaulDither/source/PaulDither.cpp +++ b/plugins/MacVST/PaulDither/source/PaulDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * PaulDither - PaulDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulDither_H diff --git a/plugins/MacVST/PaulDither/source/PaulDither.h b/plugins/MacVST/PaulDither/source/PaulDither.h index 62f360514..418b82077 100755 --- a/plugins/MacVST/PaulDither/source/PaulDither.h +++ b/plugins/MacVST/PaulDither/source/PaulDither.h @@ -1,7 +1,7 @@ /* ======================================== * PaulDither - PaulDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulDither_H diff --git a/plugins/MacVST/PaulDither/source/PaulDitherProc.cpp b/plugins/MacVST/PaulDither/source/PaulDitherProc.cpp index 366455123..31e7cb796 100755 --- a/plugins/MacVST/PaulDither/source/PaulDitherProc.cpp +++ b/plugins/MacVST/PaulDither/source/PaulDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PaulDither - PaulDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulDither_H diff --git a/plugins/MacVST/PaulWide/source/PaulWide.cpp b/plugins/MacVST/PaulWide/source/PaulWide.cpp index 2e9a35b63..d09a1b029 100755 --- a/plugins/MacVST/PaulWide/source/PaulWide.cpp +++ b/plugins/MacVST/PaulWide/source/PaulWide.cpp @@ -1,6 +1,6 @@ /* ======================================== * PaulWide - PaulWide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulWide_H diff --git a/plugins/MacVST/PaulWide/source/PaulWide.h b/plugins/MacVST/PaulWide/source/PaulWide.h index 691750511..2027a1ec7 100755 --- a/plugins/MacVST/PaulWide/source/PaulWide.h +++ b/plugins/MacVST/PaulWide/source/PaulWide.h @@ -1,7 +1,7 @@ /* ======================================== * PaulWide - PaulWide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulWide_H diff --git a/plugins/MacVST/PaulWide/source/PaulWideProc.cpp b/plugins/MacVST/PaulWide/source/PaulWideProc.cpp index 0f165a3c5..f5744dbe5 100755 --- a/plugins/MacVST/PaulWide/source/PaulWideProc.cpp +++ b/plugins/MacVST/PaulWide/source/PaulWideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PaulWide - PaulWide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulWide_H diff --git a/plugins/MacVST/PeaksOnly/source/PeaksOnly.cpp b/plugins/MacVST/PeaksOnly/source/PeaksOnly.cpp index bca880912..08f19c4c8 100755 --- a/plugins/MacVST/PeaksOnly/source/PeaksOnly.cpp +++ b/plugins/MacVST/PeaksOnly/source/PeaksOnly.cpp @@ -1,6 +1,6 @@ /* ======================================== * PeaksOnly - PeaksOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PeaksOnly_H diff --git a/plugins/MacVST/PeaksOnly/source/PeaksOnly.h b/plugins/MacVST/PeaksOnly/source/PeaksOnly.h index f17716230..c72db7566 100755 --- a/plugins/MacVST/PeaksOnly/source/PeaksOnly.h +++ b/plugins/MacVST/PeaksOnly/source/PeaksOnly.h @@ -1,7 +1,7 @@ /* ======================================== * PeaksOnly - PeaksOnly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PeaksOnly_H diff --git a/plugins/MacVST/PeaksOnly/source/PeaksOnlyProc.cpp b/plugins/MacVST/PeaksOnly/source/PeaksOnlyProc.cpp index 087c0be80..eb7ad13aa 100755 --- a/plugins/MacVST/PeaksOnly/source/PeaksOnlyProc.cpp +++ b/plugins/MacVST/PeaksOnly/source/PeaksOnlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PeaksOnly - PeaksOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PeaksOnly_H diff --git a/plugins/MacVST/PhaseNudge/source/PhaseNudge.cpp b/plugins/MacVST/PhaseNudge/source/PhaseNudge.cpp index 7c200bd4d..19e45a0ee 100755 --- a/plugins/MacVST/PhaseNudge/source/PhaseNudge.cpp +++ b/plugins/MacVST/PhaseNudge/source/PhaseNudge.cpp @@ -1,6 +1,6 @@ /* ======================================== * PhaseNudge - PhaseNudge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PhaseNudge_H diff --git a/plugins/MacVST/PhaseNudge/source/PhaseNudge.h b/plugins/MacVST/PhaseNudge/source/PhaseNudge.h index a2f0dedbc..8d751c5a3 100755 --- a/plugins/MacVST/PhaseNudge/source/PhaseNudge.h +++ b/plugins/MacVST/PhaseNudge/source/PhaseNudge.h @@ -1,7 +1,7 @@ /* ======================================== * PhaseNudge - PhaseNudge.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PhaseNudge_H diff --git a/plugins/MacVST/PhaseNudge/source/PhaseNudgeProc.cpp b/plugins/MacVST/PhaseNudge/source/PhaseNudgeProc.cpp index 73e9b1254..c4cb0d0d8 100755 --- a/plugins/MacVST/PhaseNudge/source/PhaseNudgeProc.cpp +++ b/plugins/MacVST/PhaseNudge/source/PhaseNudgeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PhaseNudge - PhaseNudge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PhaseNudge_H diff --git a/plugins/MacVST/PitchDelay/source/PitchDelay.cpp b/plugins/MacVST/PitchDelay/source/PitchDelay.cpp index 0327d71d0..e89b2c599 100755 --- a/plugins/MacVST/PitchDelay/source/PitchDelay.cpp +++ b/plugins/MacVST/PitchDelay/source/PitchDelay.cpp @@ -1,6 +1,6 @@ /* ======================================== * PitchDelay - PitchDelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PitchDelay_H diff --git a/plugins/MacVST/PitchDelay/source/PitchDelay.h b/plugins/MacVST/PitchDelay/source/PitchDelay.h index 2c6f52ffc..11acab36a 100755 --- a/plugins/MacVST/PitchDelay/source/PitchDelay.h +++ b/plugins/MacVST/PitchDelay/source/PitchDelay.h @@ -1,7 +1,7 @@ /* ======================================== * PitchDelay - PitchDelay.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PitchDelay_H diff --git a/plugins/MacVST/PitchDelay/source/PitchDelayProc.cpp b/plugins/MacVST/PitchDelay/source/PitchDelayProc.cpp index be0bb419f..f0debc60a 100755 --- a/plugins/MacVST/PitchDelay/source/PitchDelayProc.cpp +++ b/plugins/MacVST/PitchDelay/source/PitchDelayProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PitchDelay - PitchDelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PitchDelay_H diff --git a/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..d3f52e777 --- /dev/null +++ b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,108 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* PitchNasty */; + codeSenseManager = 8B02375F1D42B1C400E1E8C8 /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 364, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 324, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685056475; + PBXWorkspaceStateSaveDate = 685056475; + }; + sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* PitchNasty.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {948, 3024}}"; + sepNavSelRange = "{4909, 14}"; + sepNavVisRange = "{3774, 2140}"; + sepNavWindowFrame = "{{12, 47}, {810, 831}}"; + }; + }; + 245463B80991757100464AD3 /* PitchNasty.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1110, 1476}}"; + sepNavSelRange = "{2844, 0}"; + sepNavVisRange = "{659, 2046}"; + sepNavWindowFrame = "{{20, 47}, {895, 831}}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 20267}}"; + sepNavSelRange = "{10616, 0}"; + sepNavVisRange = "{9653, 2414}"; + sepNavWindowFrame = "{{15, 42}, {895, 831}}"; + }; + }; + 24D8286F09A914000093AEF8 /* PitchNastyProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1242, 3906}}"; + sepNavSelRange = "{714, 0}"; + sepNavVisRange = "{0, 1336}"; + sepNavWindowFrame = "{{86, 38}, {1289, 840}}"; + }; + }; + 8B02375E1D42B1C400E1E8C8 /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8B02375F1D42B1C400E1E8C8 /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8D01CCC60486CAD60068D4B7 /* PitchNasty */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..71a309c14 --- /dev/null +++ b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1503 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8B02375D1D42B1C400E1E8C8 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 185 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 5 + 4 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {185, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {202, 446}} + GroupTreeTableConfiguration + + MainColumn + 185 + + RubberWindowFrame + 34 365 810 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 202pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8B0237581D42B1C400E1E8C8 + PBXProjectModuleLabel + Gain.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B0237591D42B1C400E1E8C8 + PBXProjectModuleLabel + Gain.h + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {603, 0}} + RubberWindowFrame + 34 365 810 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + Proportion + 441pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {603, 414}} + RubberWindowFrame + 34 365 810 487 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {603, 414}} + + Module + PBXBuildResultsModule + + + + + Proportion + 603pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8BF9C96228D522B1009E96CF + 1CA23ED40692098700951B8B + 8BF9C96328D522B1009E96CF + 8B0237581D42B1C400E1E8C8 + 8BF9C96428D522B1009E96CF + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685056689.917328 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + 8BF9C96528D522B1009E96CF + /Users/christopherjohnson/Desktop/PitchNasty/PitchNasty.xcodeproj + + WindowString + 34 365 810 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.projectFormatConflicts + IsVertical + + Layout + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 8BCAE52E1D49920D0047D4BD + + GeometryConfiguration + + Frame + {{0, 0}, {472, 302}} + RubberWindowFrame + 569 378 472 322 0 0 1440 878 + + Module + XCProjectFormatConflictsModule + Proportion + 302pt + + + Proportion + 302pt + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + + TableOfContents + + 8BCAE52F1D49920D0047D4BD + 8BCAE5301D49920D0047D4BD + 8BCAE52E1D49920D0047D4BD + + WindowContentMinSize + 450 300 + WindowString + 569 378 472 322 0 0 1440 878 + WindowToolGUID + 8BCAE52F1D49920D0047D4BD + WindowToolIsVisible + + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/project.pbxproj b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/project.pbxproj new file mode 100755 index 000000000..288a71794 --- /dev/null +++ b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/project.pbxproj @@ -0,0 +1,2201 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 42; + objects = { + +/* Begin PBXBuildFile section */ + 2407DEB9089929BA00EB68BF /* PitchNasty.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* PitchNasty.cpp */; }; + 245463B90991757100464AD3 /* PitchNasty.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* PitchNasty.h */; }; + 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF910F90D1DD003BB5A7 /* aeffect.h */; }; + 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */; }; + 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */; }; + 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF990F90D1DD003BB5A7 /* adelay.h */; }; + 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */; }; + 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */; }; + 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFAB0F90D1DD003BB5A7 /* again.h */; }; + 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */; }; + 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */; }; + 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */; }; + 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */; }; + 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */; }; + 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */; }; + 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */; }; + 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */; }; + 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200050F90D1DD003BB5A7 /* controlsgui.h */; }; + 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */; }; + 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */; }; + 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */; }; + 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */; }; + 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */; }; + 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */; }; + 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */; }; + 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001F0F90D1DD003BB5A7 /* ctabview.h */; }; + 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201470F90D1DE003BB5A7 /* plugguieditor.h */; }; + 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201490F90D1DE003BB5A7 /* vstcontrols.h */; }; + 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014B0F90D1DE003BB5A7 /* vstgui.h */; }; + 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */; }; + 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */; }; + 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */; }; + 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */; }; + 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */; }; + 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */; }; + 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */; }; + 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */; }; + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; + 24D8287009A914000093AEF8 /* PitchNastyProc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* PitchNastyProc.cpp */; }; + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = again; + }; + 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4476974093DAE42008998C4; + remoteInfo = adelay; + }; + 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4FF52220929FBF500DDED7A; + remoteInfo = vstxsynth; + }; + 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4476A10093DCAF9008998C4; + remoteInfo = surrounddelay; + }; + 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4FF52F3092A312800DDED7A; + remoteInfo = minihost; + }; + 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = AudioUnit; + }; + 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + proxyType = 2; + remoteGlobalIDString = F4C9F1D407B2320800010DAD; + remoteInfo = VST; + }; + 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = AudioUnit; + }; + 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4C9F1D407B2320800010DAD; + remoteInfo = VST; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; + 2407DE920899296600EB68BF /* PitchNasty.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PitchNasty.vst; sourceTree = BUILT_PRODUCTS_DIR; }; + 2407DEB6089929BA00EB68BF /* PitchNasty.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = PitchNasty.cpp; path = source/PitchNasty.cpp; sourceTree = ""; }; + 2434720A098313350063BBF1 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; + 245463B80991757100464AD3 /* PitchNasty.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PitchNasty.h; path = source/PitchNasty.h; sourceTree = ""; }; + 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10014.bmp; sourceTree = ""; }; + 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10015.bmp; sourceTree = ""; }; + 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10016.bmp; sourceTree = ""; }; + 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = controlsgui.cpp; sourceTree = ""; }; + 24A200050F90D1DD003BB5A7 /* controlsgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = controlsgui.h; sourceTree = ""; }; + 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteditor.cpp; sourceTree = ""; }; + 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteditor.h; sourceTree = ""; }; + 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteffect.cpp; sourceTree = ""; }; + 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteffect.h; sourceTree = ""; }; + 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestmain.cpp; sourceTree = ""; }; + 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestview.cpp; sourceTree = ""; }; + 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtestview.h; sourceTree = ""; }; + 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pprimitivesviews.cpp; sourceTree = ""; }; + 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pprimitivesviews.h; sourceTree = ""; }; + 24A200100F90D1DD003BB5A7 /* drawtest.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.def; sourceTree = ""; }; + 24A200110F90D1DD003BB5A7 /* drawtest.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.rc; sourceTree = ""; }; + 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = drawtest.vcproj; sourceTree = ""; }; + 24A200140F90D1DD003BB5A7 /* drawtest.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsp; sourceTree = ""; }; + 24A200150F90D1DD003BB5A7 /* drawtest.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsw; sourceTree = ""; }; + 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aeffguieditor.cpp; sourceTree = ""; }; + 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffguieditor.h; sourceTree = ""; }; + 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfileselector.cpp; sourceTree = ""; }; + 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfileselector.h; sourceTree = ""; }; + 24A2001B0F90D1DD003BB5A7 /* Changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog; sourceTree = ""; }; + 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cscrollview.cpp; sourceTree = ""; }; + 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cscrollview.h; sourceTree = ""; }; + 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ctabview.cpp; sourceTree = ""; }; + 24A2001F0F90D1DD003BB5A7 /* ctabview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ctabview.h; sourceTree = ""; }; + 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8cpp.html; sourceTree = ""; }; + 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8h.html; sourceTree = ""; }; + 24A200240F90D1DD003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = annotated.html; sourceTree = ""; }; + 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8cpp.html; sourceTree = ""; }; + 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8h.html; sourceTree = ""; }; + 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_a_eff_g_u_i_editor-members.html"; sourceTree = ""; }; + 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_a_eff_g_u_i_editor.html; sourceTree = ""; }; + 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_anim_knob-members.html"; sourceTree = ""; }; + 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_anim_knob.html; sourceTree = ""; }; + 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_anim_knob.png; sourceTree = ""; }; + 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_attribute_list_entry-members.html"; sourceTree = ""; }; + 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_attribute_list_entry.html; sourceTree = ""; }; + 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_auto_animation-members.html"; sourceTree = ""; }; + 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_auto_animation.html; sourceTree = ""; }; + 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_auto_animation.png; sourceTree = ""; }; + 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_bitmap-members.html"; sourceTree = ""; }; + 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_bitmap.html; sourceTree = ""; }; + 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_bitmap.png; sourceTree = ""; }; + 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_c_view-members.html"; sourceTree = ""; }; + 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_c_view.html; sourceTree = ""; }; + 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control-members.html"; sourceTree = ""; }; + 24A200370F90D1DD003BB5A7 /* class_c_control.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control.html; sourceTree = ""; }; + 24A200380F90D1DD003BB5A7 /* class_c_control.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control.png; sourceTree = ""; }; + 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control_listener-members.html"; sourceTree = ""; }; + 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control_listener.html; sourceTree = ""; }; + 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control_listener.png; sourceTree = ""; }; + 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_drag_container-members.html"; sourceTree = ""; }; + 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_drag_container.html; sourceTree = ""; }; + 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_drag_container.png; sourceTree = ""; }; + 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_draw_context-members.html"; sourceTree = ""; }; + 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_draw_context.html; sourceTree = ""; }; + 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_draw_context.png; sourceTree = ""; }; + 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_file_selector-members.html"; sourceTree = ""; }; + 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_file_selector.html; sourceTree = ""; }; + 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_frame-members.html"; sourceTree = ""; }; + 24A200450F90D1DD003BB5A7 /* class_c_frame.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_frame.html; sourceTree = ""; }; + 24A200460F90D1DD003BB5A7 /* class_c_frame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_frame.png; sourceTree = ""; }; + 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_slider-members.html"; sourceTree = ""; }; + 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_slider.html; sourceTree = ""; }; + 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_slider.png; sourceTree = ""; }; + 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_switch-members.html"; sourceTree = ""; }; + 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_switch.html; sourceTree = ""; }; + 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_switch.png; sourceTree = ""; }; + 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_kick_button-members.html"; sourceTree = ""; }; + 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_kick_button.html; sourceTree = ""; }; + 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_kick_button.png; sourceTree = ""; }; + 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_knob-members.html"; sourceTree = ""; }; + 24A200510F90D1DD003BB5A7 /* class_c_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_knob.html; sourceTree = ""; }; + 24A200520F90D1DD003BB5A7 /* class_c_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_knob.png; sourceTree = ""; }; + 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_bitmap-members.html"; sourceTree = ""; }; + 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_bitmap.html; sourceTree = ""; }; + 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_bitmap.png; sourceTree = ""; }; + 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_button-members.html"; sourceTree = ""; }; + 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_button.html; sourceTree = ""; }; + 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_button.png; sourceTree = ""; }; + 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_offscreen_context-members.html"; sourceTree = ""; }; + 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_offscreen_context.html; sourceTree = ""; }; + 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_offscreen_context.png; sourceTree = ""; }; + 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_on_off_button-members.html"; sourceTree = ""; }; + 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_on_off_button.html; sourceTree = ""; }; + 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_on_off_button.png; sourceTree = ""; }; + 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu-members.html"; sourceTree = ""; }; + 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu.html; sourceTree = ""; }; + 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu.png; sourceTree = ""; }; + 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu_scheme-members.html"; sourceTree = ""; }; + 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu_scheme.html; sourceTree = ""; }; + 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu_scheme.png; sourceTree = ""; }; + 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_param_display-members.html"; sourceTree = ""; }; + 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_param_display.html; sourceTree = ""; }; + 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_param_display.png; sourceTree = ""; }; + 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_reference_counter-members.html"; sourceTree = ""; }; + 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_reference_counter.html; sourceTree = ""; }; + 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_reference_counter.png; sourceTree = ""; }; + 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_rocker_switch-members.html"; sourceTree = ""; }; + 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_rocker_switch.html; sourceTree = ""; }; + 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_rocker_switch.png; sourceTree = ""; }; + 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_container-members.html"; sourceTree = ""; }; + 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_container.html; sourceTree = ""; }; + 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_container.png; sourceTree = ""; }; + 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_view-members.html"; sourceTree = ""; }; + 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_view.html; sourceTree = ""; }; + 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_view.png; sourceTree = ""; }; + 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scrollbar-members.html"; sourceTree = ""; }; + 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scrollbar.html; sourceTree = ""; }; + 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scrollbar.png; sourceTree = ""; }; + 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_slider-members.html"; sourceTree = ""; }; + 24A200780F90D1DD003BB5A7 /* class_c_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_slider.html; sourceTree = ""; }; + 24A200790F90D1DD003BB5A7 /* class_c_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_slider.png; sourceTree = ""; }; + 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_special_digit-members.html"; sourceTree = ""; }; + 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_special_digit.html; sourceTree = ""; }; + 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_special_digit.png; sourceTree = ""; }; + 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen-members.html"; sourceTree = ""; }; + 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen.html; sourceTree = ""; }; + 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen.png; sourceTree = ""; }; + 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen_view-members.html"; sourceTree = ""; }; + 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen_view.html; sourceTree = ""; }; + 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen_view.png; sourceTree = ""; }; + 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_button-members.html"; sourceTree = ""; }; + 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_button.html; sourceTree = ""; }; + 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_button.png; sourceTree = ""; }; + 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_child_view-members.html"; sourceTree = ""; }; + 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_child_view.html; sourceTree = ""; }; + 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_child_view.png; sourceTree = ""; }; + 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_view-members.html"; sourceTree = ""; }; + 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_view.html; sourceTree = ""; }; + 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_view.png; sourceTree = ""; }; + 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_edit-members.html"; sourceTree = ""; }; + 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_edit.html; sourceTree = ""; }; + 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_edit.png; sourceTree = ""; }; + 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_label-members.html"; sourceTree = ""; }; + 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_label.html; sourceTree = ""; }; + 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_label.png; sourceTree = ""; }; + 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_slider-members.html"; sourceTree = ""; }; + 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_slider.html; sourceTree = ""; }; + 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_slider.png; sourceTree = ""; }; + 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_switch-members.html"; sourceTree = ""; }; + 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_switch.html; sourceTree = ""; }; + 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_switch.png; sourceTree = ""; }; + 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view-members.html"; sourceTree = ""; }; + 24A200990F90D1DD003BB5A7 /* class_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view.html; sourceTree = ""; }; + 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view.png; sourceTree = ""; }; + 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view_container-members.html"; sourceTree = ""; }; + 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view_container.html; sourceTree = ""; }; + 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view_container.png; sourceTree = ""; }; + 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vu_meter-members.html"; sourceTree = ""; }; + 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vu_meter.html; sourceTree = ""; }; + 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vu_meter.png; sourceTree = ""; }; + 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_i_scrollbar_drawer-members.html"; sourceTree = ""; }; + 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_i_scrollbar_drawer.html; sourceTree = ""; }; + 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_plugin_g_u_i_editor-members.html"; sourceTree = ""; }; + 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_plugin_g_u_i_editor.html; sourceTree = ""; }; + 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8cpp.html; sourceTree = ""; }; + 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8h.html; sourceTree = ""; }; + 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8cpp.html; sourceTree = ""; }; + 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8h.html; sourceTree = ""; }; + 24A200A90F90D1DD003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = deprecated.html; sourceTree = ""; }; + 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = doc_8h.html; sourceTree = ""; }; + 24A200AB0F90D1DD003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; + 24A200AC0F90D1DD003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; + 24A200AD0F90D1DD003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = files.html; sourceTree = ""; }; + 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; + 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; + 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; + 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; + 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; + 24A200B30F90D1DE003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; + 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; + 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; + 24A200B60F90D1DE003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; + 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; + 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; + 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; + 24A200BA0F90D1DE003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions.html; sourceTree = ""; }; + 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x62.html; sourceTree = ""; }; + 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x63.html; sourceTree = ""; }; + 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x64.html; sourceTree = ""; }; + 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x65.html; sourceTree = ""; }; + 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x66.html; sourceTree = ""; }; + 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x67.html; sourceTree = ""; }; + 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x68.html; sourceTree = ""; }; + 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x69.html; sourceTree = ""; }; + 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6b.html; sourceTree = ""; }; + 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6c.html; sourceTree = ""; }; + 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6d.html; sourceTree = ""; }; + 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6e.html; sourceTree = ""; }; + 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6f.html; sourceTree = ""; }; + 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x70.html; sourceTree = ""; }; + 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x72.html; sourceTree = ""; }; + 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x73.html; sourceTree = ""; }; + 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x74.html; sourceTree = ""; }; + 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x75.html; sourceTree = ""; }; + 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x76.html; sourceTree = ""; }; + 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x77.html; sourceTree = ""; }; + 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x78.html; sourceTree = ""; }; + 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x79.html; sourceTree = ""; }; + 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7a.html; sourceTree = ""; }; + 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7e.html; sourceTree = ""; }; + 24A200D30F90D1DE003BB5A7 /* functions_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_eval.html; sourceTree = ""; }; + 24A200D40F90D1DE003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func.html; sourceTree = ""; }; + 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x62.html; sourceTree = ""; }; + 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x63.html; sourceTree = ""; }; + 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x64.html; sourceTree = ""; }; + 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x65.html; sourceTree = ""; }; + 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x66.html; sourceTree = ""; }; + 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x67.html; sourceTree = ""; }; + 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x68.html; sourceTree = ""; }; + 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x69.html; sourceTree = ""; }; + 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6c.html; sourceTree = ""; }; + 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6d.html; sourceTree = ""; }; + 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6e.html; sourceTree = ""; }; + 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6f.html; sourceTree = ""; }; + 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x70.html; sourceTree = ""; }; + 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x72.html; sourceTree = ""; }; + 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x73.html; sourceTree = ""; }; + 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x74.html; sourceTree = ""; }; + 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x75.html; sourceTree = ""; }; + 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x76.html; sourceTree = ""; }; + 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x77.html; sourceTree = ""; }; + 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x7e.html; sourceTree = ""; }; + 24A200E90F90D1DE003BB5A7 /* functions_rela.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_rela.html; sourceTree = ""; }; + 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars.html; sourceTree = ""; }; + 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x62.html; sourceTree = ""; }; + 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x63.html; sourceTree = ""; }; + 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x64.html; sourceTree = ""; }; + 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x65.html; sourceTree = ""; }; + 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x66.html; sourceTree = ""; }; + 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x67.html; sourceTree = ""; }; + 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x68.html; sourceTree = ""; }; + 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x69.html; sourceTree = ""; }; + 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6b.html; sourceTree = ""; }; + 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6c.html; sourceTree = ""; }; + 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6d.html; sourceTree = ""; }; + 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6e.html; sourceTree = ""; }; + 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6f.html; sourceTree = ""; }; + 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x70.html; sourceTree = ""; }; + 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x72.html; sourceTree = ""; }; + 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x73.html; sourceTree = ""; }; + 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x74.html; sourceTree = ""; }; + 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x75.html; sourceTree = ""; }; + 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x76.html; sourceTree = ""; }; + 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x77.html; sourceTree = ""; }; + 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x78.html; sourceTree = ""; }; + 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x79.html; sourceTree = ""; }; + 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x7a.html; sourceTree = ""; }; + 24A201020F90D1DE003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals.html; sourceTree = ""; }; + 24A201030F90D1DE003BB5A7 /* globals_0x61.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x61.html; sourceTree = ""; }; + 24A201040F90D1DE003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x62.html; sourceTree = ""; }; + 24A201050F90D1DE003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x63.html; sourceTree = ""; }; + 24A201060F90D1DE003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x65.html; sourceTree = ""; }; + 24A201070F90D1DE003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x66.html; sourceTree = ""; }; + 24A201080F90D1DE003BB5A7 /* globals_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x67.html; sourceTree = ""; }; + 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6b.html; sourceTree = ""; }; + 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6d.html; sourceTree = ""; }; + 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6e.html; sourceTree = ""; }; + 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6f.html; sourceTree = ""; }; + 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x71.html; sourceTree = ""; }; + 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x72.html; sourceTree = ""; }; + 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x73.html; sourceTree = ""; }; + 24A201100F90D1DE003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x74.html; sourceTree = ""; }; + 24A201110F90D1DE003BB5A7 /* globals_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x75.html; sourceTree = ""; }; + 24A201120F90D1DE003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x76.html; sourceTree = ""; }; + 24A201130F90D1DE003BB5A7 /* globals_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x77.html; sourceTree = ""; }; + 24A201140F90D1DE003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_defs.html; sourceTree = ""; }; + 24A201150F90D1DE003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_enum.html; sourceTree = ""; }; + 24A201160F90D1DE003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_eval.html; sourceTree = ""; }; + 24A201170F90D1DE003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_type.html; sourceTree = ""; }; + 24A201180F90D1DE003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_vars.html; sourceTree = ""; }; + 24A201190F90D1DE003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = hierarchy.html; sourceTree = ""; }; + 24A2011A0F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; + 24A2011B0F90D1DE003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = intro.html; sourceTree = ""; }; + 24A2011C0F90D1DE003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = license.html; sourceTree = ""; }; + 24A2011D0F90D1DE003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = maceditor.html; sourceTree = ""; }; + 24A2011E0F90D1DE003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = main.html; sourceTree = ""; }; + 24A2011F0F90D1DE003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = others.html; sourceTree = ""; }; + 24A201200F90D1DE003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = pages.html; sourceTree = ""; }; + 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8cpp.html; sourceTree = ""; }; + 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8h.html; sourceTree = ""; }; + 24A201230F90D1DE003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = sequences.html; sourceTree = ""; }; + 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_color-members.html"; sourceTree = ""; }; + 24A201250F90D1DE003BB5A7 /* struct_c_color.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_color.html; sourceTree = ""; }; + 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_point-members.html"; sourceTree = ""; }; + 24A201270F90D1DE003BB5A7 /* struct_c_point.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_point.html; sourceTree = ""; }; + 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_rect-members.html"; sourceTree = ""; }; + 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_rect.html; sourceTree = ""; }; + 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_e_rect-members.html"; sourceTree = ""; }; + 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_e_rect.html; sourceTree = ""; }; + 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; + 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_select.html; sourceTree = ""; }; + 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; + 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_type.html; sourceTree = ""; }; + 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; + 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_key_code.html; sourceTree = ""; }; + 24A201320F90D1DE003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; + 24A201330F90D1DE003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; + 24A201340F90D1DE003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; + 24A201350F90D1DE003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; + 24A201360F90D1DE003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = thanks.html; sourceTree = ""; }; + 24A201370F90D1DE003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = tree.html; sourceTree = ""; }; + 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8cpp.html; sourceTree = ""; }; + 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8h.html; sourceTree = ""; }; + 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8cpp.html; sourceTree = ""; }; + 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8h.html; sourceTree = ""; }; + 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstkeycode_8h.html; sourceTree = ""; }; + 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstoffline.html; sourceTree = ""; }; + 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstparamstruct.html; sourceTree = ""; }; + 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugscarbon_8h.html; sourceTree = ""; }; + 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmac_8h.html; sourceTree = ""; }; + 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmacho_8h.html; sourceTree = ""; }; + 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsquartz_8h.html; sourceTree = ""; }; + 24A201430F90D1DE003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = whatsnew.html; sourceTree = ""; }; + 24A201440F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; + 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Migrating from 2.3.rtf"; sourceTree = ""; }; + 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = plugguieditor.cpp; sourceTree = ""; }; + 24A201470F90D1DE003BB5A7 /* plugguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plugguieditor.h; sourceTree = ""; }; + 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstcontrols.cpp; sourceTree = ""; }; + 24A201490F90D1DE003BB5A7 /* vstcontrols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstcontrols.h; sourceTree = ""; }; + 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstgui.cpp; sourceTree = ""; }; + 24A2014B0F90D1DE003BB5A7 /* vstgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstgui.h; sourceTree = ""; }; + 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstkeycode.h; sourceTree = ""; }; + 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugscarbon.h; sourceTree = ""; }; + 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmac.h; sourceTree = ""; }; + 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmacho.h; sourceTree = ""; }; + 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsquartz.h; sourceTree = ""; }; + 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = Thumbs.db; sourceTree = ""; }; + 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = VST_Logo_Usage_Guideline.pdf; sourceTree = ""; }; + 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = VSTLogoAlpha.png; sourceTree = ""; }; + 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoBlack.jpg; sourceTree = ""; }; + 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoWhite.jpg; sourceTree = ""; }; + 24A2FEC60F90D1DC003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = VSTMonitor; sourceTree = ""; }; + 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PkgInfo; sourceTree = ""; }; + 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50000.bmp; sourceTree = ""; }; + 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50001.bmp; sourceTree = ""; }; + 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50002.bmp; sourceTree = ""; }; + 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50003.bmp; sourceTree = ""; }; + 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50004.bmp; sourceTree = ""; }; + 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50005.bmp; sourceTree = ""; }; + 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50006.bmp; sourceTree = ""; }; + 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50007.bmp; sourceTree = ""; }; + 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50008.bmp; sourceTree = ""; }; + 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = VSTParamTool.app; sourceTree = ""; }; + 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstmonitor.dll; sourceTree = ""; }; + 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstparamtool.exe; sourceTree = ""; }; + 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = folder.gif; sourceTree = ""; }; + 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = mac.gif; sourceTree = ""; }; + 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo_small.jpg; sourceTree = ""; }; + 24A2FEDD0F90D1DC003BB5A7 /* win.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = win.gif; sourceTree = ""; }; + 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffect_8h.html; sourceTree = ""; }; + 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffectx_8h.html; sourceTree = ""; }; + 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffeditor_8h.html; sourceTree = ""; }; + 24A2FEE20F90D1DC003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotated.html; sourceTree = ""; }; + 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8cpp.html; sourceTree = ""; }; + 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8h.html; sourceTree = ""; }; + 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8cpp.html; sourceTree = ""; }; + 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8h.html; sourceTree = ""; }; + 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Blocksizechange.gif; sourceTree = ""; }; + 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_a_eff_editor-members.html"; sourceTree = ""; }; + 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_a_eff_editor.html; sourceTree = ""; }; + 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect-members.html"; sourceTree = ""; }; + 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect.html; sourceTree = ""; }; + 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect.png; sourceTree = ""; }; + 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect_x-members.html"; sourceTree = ""; }; + 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect_x.html; sourceTree = ""; }; + 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect_x.png; sourceTree = ""; }; + 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ControlChanged.gif; sourceTree = ""; }; + 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = deprecated.html; sourceTree = ""; }; + 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_2d3252dd12c84c66c1d25b26bb45a1f5.html; sourceTree = ""; }; + 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_77c628dfee72e555f82d5ef53b733f38.html; sourceTree = ""; }; + 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_f81105d3b854bea570aaf3bae5cb64c1.html; sourceTree = ""; }; + 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_fa0454ab79b4262333bf837ea3d765e9.html; sourceTree = ""; }; + 24A2FEF60F90D1DC003BB5A7 /* dirs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dirs.html; sourceTree = ""; }; + 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = doc_8h.html; sourceTree = ""; }; + 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; + 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; + 24A2FEFA0F90D1DC003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = files.html; sourceTree = ""; }; + 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; + 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; + 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; + 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; + 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; + 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; + 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; + 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; + 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; + 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; + 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; + 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; + 24A2FF070F90D1DC003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions.html; sourceTree = ""; }; + 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x62.html; sourceTree = ""; }; + 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x63.html; sourceTree = ""; }; + 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x64.html; sourceTree = ""; }; + 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x65.html; sourceTree = ""; }; + 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x66.html; sourceTree = ""; }; + 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x67.html; sourceTree = ""; }; + 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x68.html; sourceTree = ""; }; + 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x69.html; sourceTree = ""; }; + 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6b.html; sourceTree = ""; }; + 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6c.html; sourceTree = ""; }; + 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6d.html; sourceTree = ""; }; + 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6e.html; sourceTree = ""; }; + 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6f.html; sourceTree = ""; }; + 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x70.html; sourceTree = ""; }; + 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x72.html; sourceTree = ""; }; + 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x73.html; sourceTree = ""; }; + 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x74.html; sourceTree = ""; }; + 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x75.html; sourceTree = ""; }; + 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x76.html; sourceTree = ""; }; + 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x77.html; sourceTree = ""; }; + 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x78.html; sourceTree = ""; }; + 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x79.html; sourceTree = ""; }; + 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x7e.html; sourceTree = ""; }; + 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_func.html; sourceTree = ""; }; + 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars.html; sourceTree = ""; }; + 24A2FF210F90D1DC003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals.html; sourceTree = ""; }; + 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x62.html; sourceTree = ""; }; + 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x63.html; sourceTree = ""; }; + 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x64.html; sourceTree = ""; }; + 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x65.html; sourceTree = ""; }; + 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x66.html; sourceTree = ""; }; + 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6b.html; sourceTree = ""; }; + 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6d.html; sourceTree = ""; }; + 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x74.html; sourceTree = ""; }; + 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x76.html; sourceTree = ""; }; + 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_defs.html; sourceTree = ""; }; + 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_enum.html; sourceTree = ""; }; + 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval.html; sourceTree = ""; }; + 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x65.html; sourceTree = ""; }; + 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6b.html; sourceTree = ""; }; + 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6d.html; sourceTree = ""; }; + 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x76.html; sourceTree = ""; }; + 24A2FF320F90D1DC003BB5A7 /* globals_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_func.html; sourceTree = ""; }; + 24A2FF330F90D1DC003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_type.html; sourceTree = ""; }; + 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_vars.html; sourceTree = ""; }; + 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = hierarchy.html; sourceTree = ""; }; + 24A2FF360F90D1DC003BB5A7 /* history.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = history.html; sourceTree = ""; }; + 24A2FF370F90D1DC003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Initialisation.gif; sourceTree = ""; }; + 24A2FF390F90D1DC003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = intro.html; sourceTree = ""; }; + 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = IOchange.gif; sourceTree = ""; }; + 24A2FF3B0F90D1DC003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = license.html; sourceTree = ""; }; + 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = maceditor.html; sourceTree = ""; }; + 24A2FF3D0F90D1DC003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = main.html; sourceTree = ""; }; + 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_host_can_dos.html; sourceTree = ""; }; + 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_plug_can_dos.html; sourceTree = ""; }; + 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers.html; sourceTree = ""; }; + 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers_vars.html; sourceTree = ""; }; + 24A2FF420F90D1DC003BB5A7 /* namespaces.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespaces.html; sourceTree = ""; }; + 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Offlineprocessing.gif; sourceTree = ""; }; + 24A2FF440F90D1DC003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = others.html; sourceTree = ""; }; + 24A2FF450F90D1DC003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = pages.html; sourceTree = ""; }; + 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Sampleratechange.gif; sourceTree = ""; }; + 24A2FF470F90D1DC003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sequences.html; sourceTree = ""; }; + 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = SpeakerarrangementnegotiationforVSTfx.gif; sourceTree = ""; }; + 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_a_effect-members.html"; sourceTree = ""; }; + 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_a_effect.html; sourceTree = ""; }; + 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_e_rect-members.html"; sourceTree = ""; }; + 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_e_rect.html; sourceTree = ""; }; + 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_key_name-members.html"; sourceTree = ""; }; + 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_key_name.html; sourceTree = ""; }; + 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_category-members.html"; sourceTree = ""; }; + 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_category.html; sourceTree = ""; }; + 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_name-members.html"; sourceTree = ""; }; + 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_name.html; sourceTree = ""; }; + 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file-members.html"; sourceTree = ""; }; + 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file.html; sourceTree = ""; }; + 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file_marker-members.html"; sourceTree = ""; }; + 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file_marker.html; sourceTree = ""; }; + 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_event-members.html"; sourceTree = ""; }; + 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_event.html; sourceTree = ""; }; + 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_events-members.html"; sourceTree = ""; }; + 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_events.html; sourceTree = ""; }; + 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; + 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_select.html; sourceTree = ""; }; + 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; + 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_type.html; sourceTree = ""; }; + 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; + 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_key_code.html; sourceTree = ""; }; + 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_event-members.html"; sourceTree = ""; }; + 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_event.html; sourceTree = ""; }; + 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_sysex_event-members.html"; sourceTree = ""; }; + 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_sysex_event.html; sourceTree = ""; }; + 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_offline_task-members.html"; sourceTree = ""; }; + 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_offline_task.html; sourceTree = ""; }; + 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_parameter_properties-members.html"; sourceTree = ""; }; + 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_parameter_properties.html; sourceTree = ""; }; + 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_patch_chunk_info-members.html"; sourceTree = ""; }; + 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_patch_chunk_info.html; sourceTree = ""; }; + 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_pin_properties-members.html"; sourceTree = ""; }; + 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_pin_properties.html; sourceTree = ""; }; + 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_arrangement-members.html"; sourceTree = ""; }; + 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_arrangement.html; sourceTree = ""; }; + 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_properties-members.html"; sourceTree = ""; }; + 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_properties.html; sourceTree = ""; }; + 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_time_info-members.html"; sourceTree = ""; }; + 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_time_info.html; sourceTree = ""; }; + 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_variable_io-members.html"; sourceTree = ""; }; + 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_variable_io.html; sourceTree = ""; }; + 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_window-members.html"; sourceTree = ""; }; + 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_window.html; sourceTree = ""; }; + 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_bank-members.html"; sourceTree = ""; }; + 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_bank.html; sourceTree = ""; }; + 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_program-members.html"; sourceTree = ""; }; + 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_program.html; sourceTree = ""; }; + 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; + 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; + 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; + 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; + 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Termination.gif; sourceTree = ""; }; + 24A2FF800F90D1DD003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = thanks.html; sourceTree = ""; }; + 24A2FF810F90D1DD003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tree.html; sourceTree = ""; }; + 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOff.gif; sourceTree = ""; }; + 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOn.gif; sourceTree = ""; }; + 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstfxstore_8h.html; sourceTree = ""; }; + 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstoffline.html; sourceTree = ""; }; + 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstparamstruct.html; sourceTree = ""; }; + 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo.jpg; sourceTree = ""; }; + 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstplugmain_8cpp.html; sourceTree = ""; }; + 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = whatsnew.html; sourceTree = ""; }; + 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.menu.html; sourceTree = ""; }; + 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.overview.html; sourceTree = ""; }; + 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = sdkdoc.css; sourceTree = ""; }; + 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "VST Licensing Agreement.rtf"; sourceTree = ""; }; + 24A2FF8E0F90D1DD003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + 24A2FF910F90D1DD003BB5A7 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelay.cpp; sourceTree = ""; }; + 24A2FF990F90D1DD003BB5A7 /* adelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adelay.h; sourceTree = ""; }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelaymain.cpp; sourceTree = ""; }; + 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00128.bmp; sourceTree = ""; }; + 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00129.bmp; sourceTree = ""; }; + 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00130.bmp; sourceTree = ""; }; + 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.rc; sourceTree = ""; }; + 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sdeditor.cpp; sourceTree = ""; }; + 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sdeditor.h; sourceTree = ""; }; + 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surrounddelay.cpp; sourceTree = ""; }; + 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surrounddelay.h; sourceTree = ""; }; + 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; + 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; + 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = again.cpp; sourceTree = ""; }; + 24A2FFAB0F90D1DD003BB5A7 /* again.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = again.h; sourceTree = ""; }; + 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; + 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "minihost-Info.plist"; sourceTree = ""; }; + 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "vst 2.4 examples.xcodeproj"; sourceTree = ""; }; + 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = vst2.4Info.plist; sourceTree = ""; }; + 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minieditor.cpp; sourceTree = ""; }; + 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minihost.cpp; sourceTree = ""; }; + 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; + 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.rc; sourceTree = ""; }; + 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.vstxml; sourceTree = ""; }; + 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmnames.h; sourceTree = ""; }; + 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynth.cpp; sourceTree = ""; }; + 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstxsynth.h; sourceTree = ""; }; + 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynthproc.cpp; sourceTree = ""; }; + 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; + 24A2FFC60F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; + 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstplug.def; sourceTree = ""; }; + 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; + 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; + 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; + 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; + 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; + 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; + 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = adelay.dsp; sourceTree = ""; }; + 24A2FFD10F90D1DD003BB5A7 /* again.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = again.dsp; sourceTree = ""; }; + 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = minihost.dsp; sourceTree = ""; }; + 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.dsw; sourceTree = ""; }; + 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.dsp; sourceTree = ""; }; + 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.dsp; sourceTree = ""; }; + 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = audiounit.exp; sourceTree = ""; }; + 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "cw_vst_prefix.pch++"; sourceTree = ""; }; + 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */ = {isa = PBXFileReference; lastKnownFileType = file; path = drawtest.cw9prj; sourceTree = ""; }; + 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.plc; sourceTree = ""; }; + 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcode; sourceTree = ""; }; + 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcodeproj; sourceTree = ""; }; + 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_au_prefix.h; sourceTree = ""; }; + 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_vst_prefix.h; sourceTree = ""; }; + 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = audiounit.r; sourceTree = ""; }; + 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00001.png; sourceTree = ""; }; + 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00100.png; sourceTree = ""; }; + 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp01000.png; sourceTree = ""; }; + 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10001.bmp; sourceTree = ""; }; + 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10002.bmp; sourceTree = ""; }; + 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10003.bmp; sourceTree = ""; }; + 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10004.bmp; sourceTree = ""; }; + 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10005.bmp; sourceTree = ""; }; + 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10006.bmp; sourceTree = ""; }; + 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10007.bmp; sourceTree = ""; }; + 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10008.bmp; sourceTree = ""; }; + 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10009.bmp; sourceTree = ""; }; + 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10010.bmp; sourceTree = ""; }; + 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10011.bmp; sourceTree = ""; }; + 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10012.bmp; sourceTree = ""; }; + 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10013.bmp; sourceTree = ""; }; + 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; + 24D8286F09A914000093AEF8 /* PitchNastyProc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PitchNastyProc.cpp; path = source/PitchNastyProc.cpp; sourceTree = ""; }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* FM-Chopper */ = { + isa = PBXGroup; + children = ( + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + 089C167CFE841241C02AAC07 /* Resources */, + 08FB77ADFE841716C02AAC07 /* Source */, + 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */, + ); + name = "FM-Chopper"; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 2434720A098313350063BBF1 /* QuickTime.framework */, + 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */, + 24CFB70307E7A0220081BD57 /* PkgInfo */, + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 2407DEB6089929BA00EB68BF /* PitchNasty.cpp */, + 24D8286F09A914000093AEF8 /* PitchNastyProc.cpp */, + 245463B80991757100464AD3 /* PitchNasty.h */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 2407DE920899296600EB68BF /* PitchNasty.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A200030F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */, + 24A200050F90D1DD003BB5A7 /* controlsgui.h */, + 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */, + 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */, + 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */, + 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */, + 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */, + 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */, + 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */, + 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */, + 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */, + ); + name = source; + path = /vstsdk2.4/vstgui.sf/drawtest/source; + sourceTree = ""; + }; + 24A2000F0F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A200100F90D1DD003BB5A7 /* drawtest.def */, + 24A200110F90D1DD003BB5A7 /* drawtest.rc */, + 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */, + ); + name = win; + path = /vstsdk2.4/vstgui.sf/drawtest/win; + sourceTree = ""; + }; + 24A200130F90D1DD003BB5A7 /* win.vc6 */ = { + isa = PBXGroup; + children = ( + 24A200140F90D1DD003BB5A7 /* drawtest.dsp */, + 24A200150F90D1DD003BB5A7 /* drawtest.dsw */, + ); + name = win.vc6; + path = /vstsdk2.4/vstgui.sf/drawtest/win.vc6; + sourceTree = ""; + }; + 24A200160F90D1DD003BB5A7 /* vstgui */ = { + isa = PBXGroup; + children = ( + 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */, + 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */, + 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */, + 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */, + 24A2001B0F90D1DD003BB5A7 /* Changelog */, + 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */, + 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */, + 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */, + 24A2001F0F90D1DD003BB5A7 /* ctabview.h */, + 24A200200F90D1DD003BB5A7 /* Documentation */, + 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */, + 24A201470F90D1DE003BB5A7 /* plugguieditor.h */, + 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */, + 24A201490F90D1DE003BB5A7 /* vstcontrols.h */, + 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */, + 24A2014B0F90D1DE003BB5A7 /* vstgui.h */, + 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */, + 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */, + 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */, + 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */, + 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */, + ); + name = vstgui; + path = /vstsdk2.4/vstgui.sf/vstgui; + sourceTree = ""; + }; + 24A200200F90D1DD003BB5A7 /* Documentation */ = { + isa = PBXGroup; + children = ( + 24A200210F90D1DD003BB5A7 /* html */, + 24A201440F90D1DE003BB5A7 /* index.html */, + 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */, + ); + name = Documentation; + path = /vstsdk2.4/vstgui.sf/vstgui/Documentation; + sourceTree = ""; + }; + 24A200210F90D1DD003BB5A7 /* html */ = { + isa = PBXGroup; + children = ( + 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */, + 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */, + 24A200240F90D1DD003BB5A7 /* annotated.html */, + 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */, + 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */, + 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */, + 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */, + 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */, + 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */, + 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */, + 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */, + 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */, + 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */, + 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */, + 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */, + 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */, + 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */, + 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */, + 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */, + 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */, + 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */, + 24A200370F90D1DD003BB5A7 /* class_c_control.html */, + 24A200380F90D1DD003BB5A7 /* class_c_control.png */, + 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */, + 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */, + 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */, + 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */, + 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */, + 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */, + 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */, + 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */, + 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */, + 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */, + 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */, + 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */, + 24A200450F90D1DD003BB5A7 /* class_c_frame.html */, + 24A200460F90D1DD003BB5A7 /* class_c_frame.png */, + 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */, + 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */, + 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */, + 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */, + 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */, + 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */, + 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */, + 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */, + 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */, + 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */, + 24A200510F90D1DD003BB5A7 /* class_c_knob.html */, + 24A200520F90D1DD003BB5A7 /* class_c_knob.png */, + 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */, + 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */, + 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */, + 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */, + 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */, + 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */, + 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */, + 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */, + 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */, + 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */, + 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */, + 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */, + 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */, + 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */, + 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */, + 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */, + 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */, + 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */, + 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */, + 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */, + 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */, + 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */, + 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */, + 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */, + 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */, + 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */, + 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */, + 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */, + 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */, + 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */, + 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */, + 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */, + 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */, + 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */, + 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */, + 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */, + 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */, + 24A200780F90D1DD003BB5A7 /* class_c_slider.html */, + 24A200790F90D1DD003BB5A7 /* class_c_slider.png */, + 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */, + 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */, + 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */, + 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */, + 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */, + 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */, + 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */, + 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */, + 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */, + 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */, + 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */, + 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */, + 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */, + 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */, + 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */, + 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */, + 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */, + 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */, + 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */, + 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */, + 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */, + 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */, + 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */, + 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */, + 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */, + 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */, + 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */, + 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */, + 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */, + 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */, + 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */, + 24A200990F90D1DD003BB5A7 /* class_c_view.html */, + 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */, + 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */, + 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */, + 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */, + 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */, + 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */, + 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */, + 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */, + 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */, + 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */, + 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */, + 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */, + 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */, + 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */, + 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */, + 24A200A90F90D1DD003BB5A7 /* deprecated.html */, + 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */, + 24A200AB0F90D1DD003BB5A7 /* doxygen.css */, + 24A200AC0F90D1DD003BB5A7 /* doxygen.png */, + 24A200AD0F90D1DD003BB5A7 /* files.html */, + 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */, + 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */, + 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */, + 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */, + 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */, + 24A200B30F90D1DE003BB5A7 /* ftv2link.png */, + 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */, + 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */, + 24A200B60F90D1DE003BB5A7 /* ftv2node.png */, + 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */, + 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */, + 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */, + 24A200BA0F90D1DE003BB5A7 /* functions.html */, + 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */, + 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */, + 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */, + 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */, + 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */, + 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */, + 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */, + 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */, + 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */, + 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */, + 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */, + 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */, + 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */, + 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */, + 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */, + 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */, + 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */, + 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */, + 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */, + 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */, + 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */, + 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */, + 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */, + 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */, + 24A200D30F90D1DE003BB5A7 /* functions_eval.html */, + 24A200D40F90D1DE003BB5A7 /* functions_func.html */, + 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */, + 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */, + 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */, + 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */, + 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */, + 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */, + 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */, + 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */, + 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */, + 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */, + 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */, + 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */, + 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */, + 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */, + 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */, + 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */, + 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */, + 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */, + 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */, + 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */, + 24A200E90F90D1DE003BB5A7 /* functions_rela.html */, + 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */, + 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */, + 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */, + 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */, + 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */, + 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */, + 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */, + 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */, + 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */, + 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */, + 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */, + 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */, + 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */, + 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */, + 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */, + 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */, + 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */, + 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */, + 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */, + 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */, + 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */, + 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */, + 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */, + 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */, + 24A201020F90D1DE003BB5A7 /* globals.html */, + 24A201030F90D1DE003BB5A7 /* globals_0x61.html */, + 24A201040F90D1DE003BB5A7 /* globals_0x62.html */, + 24A201050F90D1DE003BB5A7 /* globals_0x63.html */, + 24A201060F90D1DE003BB5A7 /* globals_0x65.html */, + 24A201070F90D1DE003BB5A7 /* globals_0x66.html */, + 24A201080F90D1DE003BB5A7 /* globals_0x67.html */, + 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */, + 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */, + 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */, + 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */, + 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */, + 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */, + 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */, + 24A201100F90D1DE003BB5A7 /* globals_0x74.html */, + 24A201110F90D1DE003BB5A7 /* globals_0x75.html */, + 24A201120F90D1DE003BB5A7 /* globals_0x76.html */, + 24A201130F90D1DE003BB5A7 /* globals_0x77.html */, + 24A201140F90D1DE003BB5A7 /* globals_defs.html */, + 24A201150F90D1DE003BB5A7 /* globals_enum.html */, + 24A201160F90D1DE003BB5A7 /* globals_eval.html */, + 24A201170F90D1DE003BB5A7 /* globals_type.html */, + 24A201180F90D1DE003BB5A7 /* globals_vars.html */, + 24A201190F90D1DE003BB5A7 /* hierarchy.html */, + 24A2011A0F90D1DE003BB5A7 /* index.html */, + 24A2011B0F90D1DE003BB5A7 /* intro.html */, + 24A2011C0F90D1DE003BB5A7 /* license.html */, + 24A2011D0F90D1DE003BB5A7 /* maceditor.html */, + 24A2011E0F90D1DE003BB5A7 /* main.html */, + 24A2011F0F90D1DE003BB5A7 /* others.html */, + 24A201200F90D1DE003BB5A7 /* pages.html */, + 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */, + 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */, + 24A201230F90D1DE003BB5A7 /* sequences.html */, + 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */, + 24A201250F90D1DE003BB5A7 /* struct_c_color.html */, + 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */, + 24A201270F90D1DE003BB5A7 /* struct_c_point.html */, + 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */, + 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */, + 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */, + 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */, + 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */, + 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */, + 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */, + 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */, + 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */, + 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */, + 24A201320F90D1DE003BB5A7 /* tab_b.gif */, + 24A201330F90D1DE003BB5A7 /* tab_l.gif */, + 24A201340F90D1DE003BB5A7 /* tab_r.gif */, + 24A201350F90D1DE003BB5A7 /* tabs.css */, + 24A201360F90D1DE003BB5A7 /* thanks.html */, + 24A201370F90D1DE003BB5A7 /* tree.html */, + 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */, + 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */, + 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */, + 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */, + 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */, + 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */, + 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */, + 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */, + 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */, + 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */, + 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */, + 24A201430F90D1DE003BB5A7 /* whatsnew.html */, + ); + name = html; + path = /vstsdk2.4/vstgui.sf/vstgui/Documentation/html; + sourceTree = ""; + }; + 24A203CE0F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203D70F90D272003BB5A7 /* again.vst */, + 24A203D90F90D272003BB5A7 /* adelay.vst */, + 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */, + 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */, + 24A203DF0F90D272003BB5A7 /* minihost.app */, + ); + name = Products; + sourceTree = ""; + }; + 24A203E00F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203E50F90D272003BB5A7 /* drawtest.component */, + 24A203E70F90D272003BB5A7 /* drawtest.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A203E80F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203ED0F90D272003BB5A7 /* drawtest.component */, + 24A203EF0F90D272003BB5A7 /* drawtest.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */ = { + isa = PBXGroup; + children = ( + 24A2FEBC0F90D1DC003BB5A7 /* artwork */, + 24A2FEC20F90D1DC003BB5A7 /* bin */, + 24A2FED80F90D1DC003BB5A7 /* doc */, + 24A2FF8E0F90D1DD003BB5A7 /* index.html */, + 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */, + 24A2FF940F90D1DD003BB5A7 /* public.sdk */, + 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */, + ); + name = vstsdk2.4; + path = /vstsdk2.4; + sourceTree = ""; + }; + 24A2FEBC0F90D1DC003BB5A7 /* artwork */ = { + isa = PBXGroup; + children = ( + 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */, + 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */, + 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */, + 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */, + 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */, + ); + name = artwork; + path = /vstsdk2.4/artwork; + sourceTree = ""; + }; + 24A2FEC20F90D1DC003BB5A7 /* bin */ = { + isa = PBXGroup; + children = ( + 24A2FEC30F90D1DC003BB5A7 /* mac */, + 24A2FED50F90D1DC003BB5A7 /* win */, + ); + name = bin; + path = /vstsdk2.4/bin; + sourceTree = ""; + }; + 24A2FEC30F90D1DC003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */, + 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */, + ); + name = mac; + path = /vstsdk2.4/bin/mac; + sourceTree = ""; + }; + 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */ = { + isa = PBXGroup; + children = ( + 24A2FEC50F90D1DC003BB5A7 /* Contents */, + ); + name = VSTMonitor.vst; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst; + sourceTree = ""; + }; + 24A2FEC50F90D1DC003BB5A7 /* Contents */ = { + isa = PBXGroup; + children = ( + 24A2FEC60F90D1DC003BB5A7 /* Info.plist */, + 24A2FEC70F90D1DC003BB5A7 /* MacOS */, + 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */, + 24A2FECA0F90D1DC003BB5A7 /* Resources */, + ); + name = Contents; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents; + sourceTree = ""; + }; + 24A2FEC70F90D1DC003BB5A7 /* MacOS */ = { + isa = PBXGroup; + children = ( + 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */, + ); + name = MacOS; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/MacOS; + sourceTree = ""; + }; + 24A2FECA0F90D1DC003BB5A7 /* Resources */ = { + isa = PBXGroup; + children = ( + 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */, + 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */, + 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */, + 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */, + 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */, + 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */, + 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */, + 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */, + 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */, + ); + name = Resources; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/Resources; + sourceTree = ""; + }; + 24A2FED50F90D1DC003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */, + 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */, + ); + name = win; + path = /vstsdk2.4/bin/win; + sourceTree = ""; + }; + 24A2FED80F90D1DC003BB5A7 /* doc */ = { + isa = PBXGroup; + children = ( + 24A2FED90F90D1DC003BB5A7 /* gfx */, + 24A2FEDE0F90D1DC003BB5A7 /* html */, + 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */, + 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */, + 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */, + 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */, + ); + name = doc; + path = /vstsdk2.4/doc; + sourceTree = ""; + }; + 24A2FED90F90D1DC003BB5A7 /* gfx */ = { + isa = PBXGroup; + children = ( + 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */, + 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */, + 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */, + 24A2FEDD0F90D1DC003BB5A7 /* win.gif */, + ); + name = gfx; + path = /vstsdk2.4/doc/gfx; + sourceTree = ""; + }; + 24A2FEDE0F90D1DC003BB5A7 /* html */ = { + isa = PBXGroup; + children = ( + 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */, + 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */, + 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */, + 24A2FEE20F90D1DC003BB5A7 /* annotated.html */, + 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */, + 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */, + 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */, + 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */, + 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */, + 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */, + 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */, + 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */, + 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */, + 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */, + 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */, + 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */, + 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */, + 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */, + 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */, + 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */, + 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */, + 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */, + 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */, + 24A2FEF60F90D1DC003BB5A7 /* dirs.html */, + 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */, + 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */, + 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */, + 24A2FEFA0F90D1DC003BB5A7 /* files.html */, + 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */, + 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */, + 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */, + 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */, + 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */, + 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */, + 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */, + 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */, + 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */, + 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */, + 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */, + 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */, + 24A2FF070F90D1DC003BB5A7 /* functions.html */, + 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */, + 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */, + 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */, + 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */, + 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */, + 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */, + 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */, + 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */, + 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */, + 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */, + 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */, + 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */, + 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */, + 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */, + 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */, + 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */, + 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */, + 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */, + 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */, + 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */, + 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */, + 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */, + 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */, + 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */, + 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */, + 24A2FF210F90D1DC003BB5A7 /* globals.html */, + 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */, + 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */, + 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */, + 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */, + 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */, + 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */, + 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */, + 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */, + 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */, + 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */, + 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */, + 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */, + 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */, + 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */, + 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */, + 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */, + 24A2FF320F90D1DC003BB5A7 /* globals_func.html */, + 24A2FF330F90D1DC003BB5A7 /* globals_type.html */, + 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */, + 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */, + 24A2FF360F90D1DC003BB5A7 /* history.html */, + 24A2FF370F90D1DC003BB5A7 /* index.html */, + 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */, + 24A2FF390F90D1DC003BB5A7 /* intro.html */, + 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */, + 24A2FF3B0F90D1DC003BB5A7 /* license.html */, + 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */, + 24A2FF3D0F90D1DC003BB5A7 /* main.html */, + 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */, + 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */, + 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */, + 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */, + 24A2FF420F90D1DC003BB5A7 /* namespaces.html */, + 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */, + 24A2FF440F90D1DC003BB5A7 /* others.html */, + 24A2FF450F90D1DC003BB5A7 /* pages.html */, + 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */, + 24A2FF470F90D1DC003BB5A7 /* sequences.html */, + 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */, + 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */, + 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */, + 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */, + 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */, + 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */, + 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */, + 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */, + 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */, + 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */, + 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */, + 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */, + 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */, + 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */, + 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */, + 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */, + 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */, + 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */, + 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */, + 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */, + 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */, + 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */, + 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */, + 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */, + 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */, + 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */, + 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */, + 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */, + 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */, + 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */, + 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */, + 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */, + 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */, + 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */, + 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */, + 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */, + 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */, + 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */, + 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */, + 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */, + 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */, + 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */, + 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */, + 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */, + 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */, + 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */, + 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */, + 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */, + 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */, + 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */, + 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */, + 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */, + 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */, + 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */, + 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */, + 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */, + 24A2FF800F90D1DD003BB5A7 /* thanks.html */, + 24A2FF810F90D1DD003BB5A7 /* tree.html */, + 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */, + 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */, + 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */, + 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */, + 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */, + 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */, + 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */, + 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */, + ); + name = html; + path = /vstsdk2.4/doc/html; + sourceTree = ""; + }; + 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */ = { + isa = PBXGroup; + children = ( + 24A2FF900F90D1DD003BB5A7 /* vst2.x */, + ); + name = pluginterfaces; + path = /vstsdk2.4/pluginterfaces; + sourceTree = ""; + }; + 24A2FF900F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FF910F90D1DD003BB5A7 /* aeffect.h */, + 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */, + 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */, + ); + name = vst2.x; + path = /vstsdk2.4/pluginterfaces/vst2.x; + sourceTree = ""; + }; + 24A2FF940F90D1DD003BB5A7 /* public.sdk */ = { + isa = PBXGroup; + children = ( + 24A2FF950F90D1DD003BB5A7 /* samples */, + 24A2FFD60F90D1DD003BB5A7 /* source */, + ); + name = public.sdk; + path = /vstsdk2.4/public.sdk; + sourceTree = ""; + }; + 24A2FF950F90D1DD003BB5A7 /* samples */ = { + isa = PBXGroup; + children = ( + 24A2FF960F90D1DD003BB5A7 /* vst2.x */, + ); + name = samples; + path = /vstsdk2.4/public.sdk/samples; + sourceTree = ""; + }; + 24A2FF960F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FF970F90D1DD003BB5A7 /* adelay */, + 24A2FFA80F90D1DD003BB5A7 /* again */, + 24A2FFAE0F90D1DD003BB5A7 /* mac */, + 24A2FFB40F90D1DD003BB5A7 /* minihost */, + 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */, + 24A2FFC50F90D1DD003BB5A7 /* win */, + 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */, + 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */, + ); + name = vst2.x; + path = /vstsdk2.4/public.sdk/samples/vst2.x; + sourceTree = ""; + }; + 24A2FF970F90D1DD003BB5A7 /* adelay */ = { + isa = PBXGroup; + children = ( + 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */, + 24A2FF990F90D1DD003BB5A7 /* adelay.h */, + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */, + 24A2FF9B0F90D1DD003BB5A7 /* editor */, + 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */, + 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */, + 24A2FFA50F90D1DD003BB5A7 /* win */, + ); + name = adelay; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay; + sourceTree = ""; + }; + 24A2FF9B0F90D1DD003BB5A7 /* editor */ = { + isa = PBXGroup; + children = ( + 24A2FF9C0F90D1DD003BB5A7 /* resources */, + 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */, + 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */, + ); + name = editor; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor; + sourceTree = ""; + }; + 24A2FF9C0F90D1DD003BB5A7 /* resources */ = { + isa = PBXGroup; + children = ( + 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */, + 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */, + 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */, + 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */, + ); + name = resources; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor/resources; + sourceTree = ""; + }; + 24A2FFA50F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */, + 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/win; + sourceTree = ""; + }; + 24A2FFA80F90D1DD003BB5A7 /* again */ = { + isa = PBXGroup; + children = ( + 24A2FFA90F90D1DD003BB5A7 /* source */, + 24A2FFAC0F90D1DD003BB5A7 /* win */, + ); + name = again; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again; + sourceTree = ""; + }; + 24A2FFA90F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */, + 24A2FFAB0F90D1DD003BB5A7 /* again.h */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again/source; + sourceTree = ""; + }; + 24A2FFAC0F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again/win; + sourceTree = ""; + }; + 24A2FFAE0F90D1DD003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */, + 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */, + 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */, + ); + name = mac; + path = /vstsdk2.4/public.sdk/samples/vst2.x/mac; + sourceTree = ""; + }; + 24A2FFB40F90D1DD003BB5A7 /* minihost */ = { + isa = PBXGroup; + children = ( + 24A2FFB50F90D1DD003BB5A7 /* source */, + 24A2FFB80F90D1DD003BB5A7 /* win */, + ); + name = minihost; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost; + sourceTree = ""; + }; + 24A2FFB50F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */, + 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/source; + sourceTree = ""; + }; + 24A2FFB80F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/win; + sourceTree = ""; + }; + 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */ = { + isa = PBXGroup; + children = ( + 24A2FFBB0F90D1DD003BB5A7 /* resource */, + 24A2FFBE0F90D1DD003BB5A7 /* source */, + 24A2FFC30F90D1DD003BB5A7 /* win */, + ); + name = vstxsynth; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth; + sourceTree = ""; + }; + 24A2FFBB0F90D1DD003BB5A7 /* resource */ = { + isa = PBXGroup; + children = ( + 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */, + 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */, + ); + name = resource; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource; + sourceTree = ""; + }; + 24A2FFBE0F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */, + 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */, + 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */, + 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/source; + sourceTree = ""; + }; + 24A2FFC30F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/win; + sourceTree = ""; + }; + 24A2FFC50F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFC60F90D1DD003BB5A7 /* samples.sln */, + 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win; + sourceTree = ""; + }; + 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */ = { + isa = PBXGroup; + children = ( + 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */, + 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */, + 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */, + 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */, + 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */, + 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */, + ); + name = win.vc2003; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc2003; + sourceTree = ""; + }; + 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */ = { + isa = PBXGroup; + children = ( + 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */, + 24A2FFD10F90D1DD003BB5A7 /* again.dsp */, + 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */, + 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */, + 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */, + 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */, + ); + name = win.vc6; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc6; + sourceTree = ""; + }; + 24A2FFD60F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFD70F90D1DD003BB5A7 /* vst2.x */, + ); + name = source; + path = /vstsdk2.4/public.sdk/source; + sourceTree = ""; + }; + 24A2FFD70F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */, + 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */, + 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */, + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */, + 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */, + 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */, + ); + name = vst2.x; + path = /vstsdk2.4/public.sdk/source/vst2.x; + sourceTree = ""; + }; + 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */ = { + isa = PBXGroup; + children = ( + 24A2FFDF0F90D1DD003BB5A7 /* drawtest */, + 24A200160F90D1DD003BB5A7 /* vstgui */, + ); + name = vstgui.sf; + path = /vstsdk2.4/vstgui.sf; + sourceTree = ""; + }; + 24A2FFDF0F90D1DD003BB5A7 /* drawtest */ = { + isa = PBXGroup; + children = ( + 24A2FFE00F90D1DD003BB5A7 /* mac */, + 24A2FFEE0F90D1DD003BB5A7 /* resources */, + 24A200030F90D1DD003BB5A7 /* source */, + 24A2000F0F90D1DD003BB5A7 /* win */, + 24A200130F90D1DD003BB5A7 /* win.vc6 */, + ); + name = drawtest; + path = /vstsdk2.4/vstgui.sf/drawtest; + sourceTree = ""; + }; + 24A2FFE00F90D1DD003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */, + 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */, + 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */, + 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */, + 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */, + 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */, + 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */, + 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */, + 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */, + ); + name = mac; + path = /vstsdk2.4/vstgui.sf/drawtest/mac; + sourceTree = ""; + }; + 24A2FFEE0F90D1DD003BB5A7 /* resources */ = { + isa = PBXGroup; + children = ( + 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */, + 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */, + 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */, + 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */, + 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */, + 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */, + 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */, + 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */, + 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */, + 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */, + 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */, + 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */, + 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */, + 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */, + 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */, + 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */, + 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */, + 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */, + 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */, + 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */, + ); + name = resources; + path = /vstsdk2.4/vstgui.sf/drawtest/resources; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 245463B90991757100464AD3 /* PitchNasty.h in Headers */, + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, + 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */, + 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */, + 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */, + 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */, + 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */, + 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */, + 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */, + 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */, + 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */, + 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */, + 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */, + 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */, + 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */, + 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */, + 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */, + 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */, + 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */, + 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */, + 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */, + 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */, + 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */, + 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */, + 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */, + 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */, + 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */, + 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */, + 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */, + 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */, + 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */, + 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */, + 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */, + 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* PitchNasty */ = { + isa = PBXNativeTarget; + buildConfigurationList = 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "PitchNasty" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCF0486CAD60068D4B7 /* Rez */, + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = PitchNasty; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = "FM-Chopper"; + productReference = 2407DE920899296600EB68BF /* PitchNasty.vst */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "PitchNasty" */; + compatibilityVersion = "Xcode 2.4"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); + mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 24A203E00F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + }, + { + ProductGroup = 24A203E80F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + }, + { + ProductGroup = 24A203CE0F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* PitchNasty */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 24A203D70F90D272003BB5A7 /* again.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = again.vst; + remoteRef = 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203D90F90D272003BB5A7 /* adelay.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = adelay.vst; + remoteRef = 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = vstxsynth.vst; + remoteRef = 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = surrounddelay.vst; + remoteRef = 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DF0F90D272003BB5A7 /* minihost.app */ = { + isa = PBXReferenceProxy; + fileType = wrapper.application; + path = minihost.app; + remoteRef = 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203E50F90D272003BB5A7 /* drawtest.component */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.component; + remoteRef = 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203E70F90D272003BB5A7 /* drawtest.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.vst; + remoteRef = 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203ED0F90D272003BB5A7 /* drawtest.component */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.component; + remoteRef = 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203EF0F90D272003BB5A7 /* drawtest.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.vst; + remoteRef = 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXRezBuildPhase section */ + 8D01CCCF0486CAD60068D4B7 /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXRezBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy PkgInfo"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/bash; + shellScript = "cp mac/PkgInfo \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.vst/Contents/\""; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2407DEB9089929BA00EB68BF /* PitchNasty.cpp in Sources */, + 24D8287009A914000093AEF8 /* PitchNastyProc.cpp in Sources */, + 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */, + 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */, + 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 24BEAAEE08919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + LIBRARY_SEARCH_PATHS = ""; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_NAME = Gain; + SECTORDER_FLAGS = ""; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Debug; + }; + 24BEAAEF08919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + x86_64, + ); + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_MODEL_TUNING = G4; + GCC_OPTIMIZATION_LEVEL = s; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 10.4; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_NAME = PitchNasty; + SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; + SECTORDER_FLAGS = ""; + SKIP_INSTALL = NO; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = all; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Release; + }; + 24BEAAF208919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(NATIVE_ARCH)"; + GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + }; + name = Debug; + }; + 24BEAAF308919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; + ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_MODEL_TUNING = G4; + GCC_OPTIMIZATION_LEVEL = s; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "PitchNasty" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAEE08919AE700E695F9 /* Debug */, + 24BEAAEF08919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "PitchNasty" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAF208919AE700E695F9 /* Debug */, + 24BEAAF308919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100755 index 000000000..a80c03824 --- /dev/null +++ b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..5c38f9460 Binary files /dev/null and b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..314de0ff8 Binary files /dev/null and b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/spiadmin.mode1v3 b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/spiadmin.mode1v3 new file mode 100755 index 000000000..c5723261d --- /dev/null +++ b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/spiadmin.mode1v3 @@ -0,0 +1,1372 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 91857D9F148EF61800AAA11B + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 089C1671FE841209C02AAC07 + 19C28FB4FE9D528D11CA2CBB + 089C167CFE841241C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 11 + 10 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 693}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 711}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + _historyCapacity + 0 + bookmark + 911C2A9D1491A5F600A430AF + history + + 915DCCBB1491A5B8008574E6 + + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {1053, 508}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 508pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 513}, {1053, 198}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + XCDetailModule + Proportion + 198pt + + + Proportion + 1053pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 911C2A901491A5F600A430AF + 1CE0B1FE06471DED0097A5F4 + 911C2A911491A5F600A430AF + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 1 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 91857DA0148EF61800AAA11B + /Users/spiadmin/Documents/Gain/Gain.xcodeproj + + WindowString + 286 197 1261 752 0 0 1680 1028 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {743, 413}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 413pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 418}, {743, 236}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 654pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 91857DA0148EF61800AAA11B + 911C2A921491A5F600A430AF + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 112 208 743 695 0 0 1680 1028 + WindowToolGUID + 91857DA0148EF61800AAA11B + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/spiadmin.pbxuser b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/spiadmin.pbxuser new file mode 100755 index 000000000..df947808e --- /dev/null +++ b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/spiadmin.pbxuser @@ -0,0 +1,143 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Gain */; + codeSenseManager = 91857D95148EF55400AAA11B /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 829, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 789, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 345089498; + PBXWorkspaceStateSaveDate = 345089498; + }; + perUserProjectItems = { + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = 911C2A9D1491A5F600A430AF /* PBXTextBookmark */; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */; + }; + sourceControlManager = 91857D94148EF55400AAA11B /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Gain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 1768}}"; + sepNavSelRange = "{247, 0}"; + sepNavVisRange = "{0, 1657}"; + }; + }; + 245463B80991757100464AD3 /* Gain.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 975}}"; + sepNavSelRange = "{1552, 0}"; + sepNavVisRange = "{796, 1857}"; + sepNavWindowFrame = "{{15, 465}, {750, 558}}"; + }; + }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 488}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 798}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 19825}}"; + sepNavSelRange = "{10641, 0}"; + sepNavVisRange = "{10076, 1095}"; + }; + }; + 24D8286F09A914000093AEF8 /* GainProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 482}}"; + sepNavSelRange = "{239, 0}"; + sepNavVisRange = "{0, 950}"; + }; + }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 493}}"; + sepNavSelRange = "{249, 0}"; + sepNavVisRange = "{0, 249}"; + }; + }; + 8D01CCC60486CAD60068D4B7 /* Gain */ = { + activeExec = 0; + }; + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1657; + vrLoc = 0; + }; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1625; + vrLoc = 0; + }; + 91857D94148EF55400AAA11B /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 91857D95148EF55400AAA11B /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; +} diff --git a/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme new file mode 100755 index 000000000..8ee693f95 --- /dev/null +++ b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..5bccbcb4f --- /dev/null +++ b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Gain.xcscheme + + orderHint + 8 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..a7bdd62d4 --- /dev/null +++ b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + «PROJECTNAME».xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme new file mode 100755 index 000000000..0df2de4a3 --- /dev/null +++ b/plugins/MacVST/PitchNasty/PitchNasty.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacVST/PitchNasty/mac/Info.plist b/plugins/MacVST/PitchNasty/mac/Info.plist new file mode 100755 index 000000000..897989046 --- /dev/null +++ b/plugins/MacVST/PitchNasty/mac/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + PitchNasty + CFBundleIconFile + + CFBundleIdentifier + com.airwindows.PitchNasty + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacVST/PitchNasty/mac/PkgInfo b/plugins/MacVST/PitchNasty/mac/PkgInfo new file mode 100755 index 000000000..19a9cf67e --- /dev/null +++ b/plugins/MacVST/PitchNasty/mac/PkgInfo @@ -0,0 +1 @@ +BNDL???? \ No newline at end of file diff --git a/plugins/MacVST/PitchNasty/mac/xcode_vst_prefix.h b/plugins/MacVST/PitchNasty/mac/xcode_vst_prefix.h new file mode 100755 index 000000000..eaf4c0b4b --- /dev/null +++ b/plugins/MacVST/PitchNasty/mac/xcode_vst_prefix.h @@ -0,0 +1,17 @@ +#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 \ No newline at end of file diff --git a/plugins/MacVST/PitchNasty/source/PitchNasty.cpp b/plugins/MacVST/PitchNasty/source/PitchNasty.cpp new file mode 100755 index 000000000..d7a309ce1 --- /dev/null +++ b/plugins/MacVST/PitchNasty/source/PitchNasty.cpp @@ -0,0 +1,167 @@ +/* ======================================== + * PitchNasty - PitchNasty.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __PitchNasty_H +#include "PitchNasty.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new PitchNasty(audioMaster);} + +PitchNasty::PitchNasty(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.0; + B = 0.0; + C = 0.25; + D = 0.0; + E = 1.0; + F = 1.0; + + for (int temp = 0; temp < 10001; temp++) {dL[temp] = 0.0; dR[temp] = 0.0;} + inCount = 1; + outCount = 1.0; + switchTransition = false; + switchAmountL = 0.0; switchAmountR = 0.0; + feedbackSampleL = 0.0; feedbackSampleR = 0.0; + + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +PitchNasty::~PitchNasty() {} +VstInt32 PitchNasty::getVendorVersion () {return 1000;} +void PitchNasty::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void PitchNasty::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 PitchNasty::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + chunkData[4] = E; + chunkData[5] = F; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 PitchNasty::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + E = pinParameter(chunkData[4]); + F = pinParameter(chunkData[5]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void PitchNasty::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + case kParamE: E = value; break; + case kParamF: F = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float PitchNasty::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + case kParamE: return E; break; + case kParamF: return F; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void PitchNasty::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Note", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Bend", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "Grind", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "Feedbck", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "Output", kVstMaxParamStrLen); break; + case kParamF: vst_strncpy (text, "Dry/Wet", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void PitchNasty::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: int2string ((int)(A*24)-12, text, kVstMaxParamStrLen); break; + case kParamB: float2string ((B*24.0)-12.0, text, kVstMaxParamStrLen); break; + case kParamC: int2string ((int)(C*72)-36, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + case kParamE: float2string (E, text, kVstMaxParamStrLen); break; + case kParamF: float2string (F, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void PitchNasty::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamF: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 PitchNasty::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool PitchNasty::getEffectName(char* name) { + vst_strncpy(name, "PitchNasty", kVstMaxProductStrLen); return true; +} + +VstPlugCategory PitchNasty::getPlugCategory() {return kPlugCategEffect;} + +bool PitchNasty::getProductString(char* text) { + vst_strncpy (text, "airwindows PitchNasty", kVstMaxProductStrLen); return true; +} + +bool PitchNasty::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/MacVST/PitchNasty/source/PitchNasty.h b/plugins/MacVST/PitchNasty/source/PitchNasty.h new file mode 100755 index 000000000..a02544425 --- /dev/null +++ b/plugins/MacVST/PitchNasty/source/PitchNasty.h @@ -0,0 +1,81 @@ +/* ======================================== + * PitchNasty - PitchNasty.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __PitchNasty_H +#define __PitchNasty_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kParamE = 4, + kParamF = 5, + kNumParameters = 6 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'pitn'; //Change this to what the AU identity is! + +class PitchNasty : + public AudioEffectX +{ +public: + PitchNasty(audioMasterCallback audioMaster); + ~PitchNasty(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + double dL[10002]; + double dR[10002]; + int inCount; + double outCount; + bool switchTransition; + double switchAmountL; + double switchAmountR; + double feedbackSampleL; + double feedbackSampleR; + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + float A; + float B; + float C; + float D; + float E; + float F; //parameters. Always 0-1, and we scale/alter them elsewhere. +}; + +#endif diff --git a/plugins/MacVST/PitchNasty/source/PitchNastyProc.cpp b/plugins/MacVST/PitchNasty/source/PitchNastyProc.cpp new file mode 100755 index 000000000..75872c2bf --- /dev/null +++ b/plugins/MacVST/PitchNasty/source/PitchNastyProc.cpp @@ -0,0 +1,214 @@ +/* ======================================== + * PitchNasty - PitchNasty.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __PitchNasty_H +#include "PitchNasty.h" +#endif + +void PitchNasty::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double note = (int)(A*24)-12;// -12 to +12 + double bend = (B*24.0)-12.0;// -12 to +12 + double speed = pow(2,note/12.0)*pow(2,bend/12.0); + + double grindRef = (1.0/261.6)*getSampleRate(); //samples per Middle C cycle + double grindNote = pow(2,((int)(C*72)-36)/12.0); + double width = grindRef / grindNote; + if (width > 9990) width = 9990; //safety check + double feedback = D; + double trim = E; + double wet = F; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + inputSampleL += (feedbackSampleL * feedback); + inputSampleR += (feedbackSampleR * feedback); + if (fabs(feedbackSampleL) > 1.0) inputSampleL /= fabs(feedbackSampleL); + if (fabs(feedbackSampleR) > 1.0) inputSampleR /= fabs(feedbackSampleR); + + dL[inCount] = inputSampleL; + dR[inCount] = inputSampleR; + + inCount++; + outCount += speed; + + if (outCount > inCount && switchTransition) { + switchAmountL = 1.0; + switchAmountR = 1.0; + switchTransition = false; + } + + if (inCount > width) inCount -= width; + if (outCount > width) { + outCount -= width; + switchTransition = true; + //reset the transition point + } + + int count = floor(outCount); + int arrayWidth = floor(width); + + inputSampleL = (dL[count-((count > arrayWidth)?arrayWidth+1:0)] * (1-(outCount-floor(outCount)))); + inputSampleL += (dL[count+1-((count+1 > arrayWidth)?arrayWidth+1:0)] * (outCount-floor(outCount))); + + inputSampleR = (dR[count-((count > arrayWidth)?arrayWidth+1:0)] * (1-(outCount-floor(outCount)))); + inputSampleR += (dR[count+1-((count+1 > arrayWidth)?arrayWidth+1:0)] * (outCount-floor(outCount))); + + if (switchAmountL > fabs(inputSampleL-dL[inCount])*2.0) { + switchAmountL = (switchAmountL * 0.5) + (fabs(inputSampleL-dL[inCount])); + } + if (switchAmountR > fabs(inputSampleR-dR[inCount])*2.0) { + switchAmountR = (switchAmountR * 0.5) + (fabs(inputSampleR-dR[inCount])); + } + inputSampleL = (dL[inCount] * switchAmountL) + (inputSampleL * (1.0-switchAmountL)); + inputSampleR = (dR[inCount] * switchAmountR) + (inputSampleR * (1.0-switchAmountR)); + + feedbackSampleL = inputSampleL; + feedbackSampleR = inputSampleR; + + if (trim != 1.0) { + inputSampleL *= trim; + inputSampleR *= trim; + } + + if (wet !=1.0) { + inputSampleL = (inputSampleL * wet) + (drySampleL * (1.0-wet)); + inputSampleR = (inputSampleR * wet) + (drySampleR * (1.0-wet)); + } + //Dry/Wet control, defaults to the last slider + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void PitchNasty::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double note = (int)(A*24)-12;// -12 to +12 + double bend = (B*24.0)-12.0;// -12 to +12 + double speed = pow(2,note/12.0)*pow(2,bend/12.0); + + double grindRef = (1.0/261.6)*getSampleRate(); //samples per Middle C cycle + double grindNote = pow(2,((int)(C*72)-36)/12.0); + double width = grindRef / grindNote; + if (width > 9990) width = 9990; //safety check + double feedback = D; + double trim = E; + double wet = F; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + inputSampleL += (feedbackSampleL * feedback); + inputSampleR += (feedbackSampleR * feedback); + if (fabs(feedbackSampleL) > 1.0) inputSampleL /= fabs(feedbackSampleL); + if (fabs(feedbackSampleR) > 1.0) inputSampleR /= fabs(feedbackSampleR); + + dL[inCount] = inputSampleL; + dR[inCount] = inputSampleR; + + inCount++; + outCount += speed; + + if (outCount > inCount && switchTransition) { + switchAmountL = 1.0; + switchAmountR = 1.0; + switchTransition = false; + } + + if (inCount > width) inCount -= width; + if (outCount > width) { + outCount -= width; + switchTransition = true; + //reset the transition point + } + + int count = floor(outCount); + int arrayWidth = floor(width); + + inputSampleL = (dL[count-((count > arrayWidth)?arrayWidth+1:0)] * (1-(outCount-floor(outCount)))); + inputSampleL += (dL[count+1-((count+1 > arrayWidth)?arrayWidth+1:0)] * (outCount-floor(outCount))); + + inputSampleR = (dR[count-((count > arrayWidth)?arrayWidth+1:0)] * (1-(outCount-floor(outCount)))); + inputSampleR += (dR[count+1-((count+1 > arrayWidth)?arrayWidth+1:0)] * (outCount-floor(outCount))); + + if (switchAmountL > fabs(inputSampleL-dL[inCount])*2.0) { + switchAmountL = (switchAmountL * 0.5) + (fabs(inputSampleL-dL[inCount])); + } + if (switchAmountR > fabs(inputSampleR-dR[inCount])*2.0) { + switchAmountR = (switchAmountR * 0.5) + (fabs(inputSampleR-dR[inCount])); + } + inputSampleL = (dL[inCount] * switchAmountL) + (inputSampleL * (1.0-switchAmountL)); + inputSampleR = (dR[inCount] * switchAmountR) + (inputSampleR * (1.0-switchAmountR)); + + feedbackSampleL = inputSampleL; + feedbackSampleR = inputSampleR; + + if (trim != 1.0) { + inputSampleL *= trim; + inputSampleR *= trim; + } + + if (wet !=1.0) { + inputSampleL = (inputSampleL * wet) + (drySampleL * (1.0-wet)); + inputSampleR = (inputSampleR * wet) + (drySampleR * (1.0-wet)); + } + //Dry/Wet control, defaults to the last slider + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/MacVST/PocketVerbs/source/PocketVerbs.cpp b/plugins/MacVST/PocketVerbs/source/PocketVerbs.cpp index 3c6332d41..66dd70498 100755 --- a/plugins/MacVST/PocketVerbs/source/PocketVerbs.cpp +++ b/plugins/MacVST/PocketVerbs/source/PocketVerbs.cpp @@ -1,6 +1,6 @@ /* ======================================== * PocketVerbs - PocketVerbs.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PocketVerbs_H diff --git a/plugins/MacVST/PocketVerbs/source/PocketVerbs.h b/plugins/MacVST/PocketVerbs/source/PocketVerbs.h index 3cdc9379c..cf0301be4 100755 --- a/plugins/MacVST/PocketVerbs/source/PocketVerbs.h +++ b/plugins/MacVST/PocketVerbs/source/PocketVerbs.h @@ -1,7 +1,7 @@ /* ======================================== * PocketVerbs - PocketVerbs.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PocketVerbs_H diff --git a/plugins/MacVST/PocketVerbs/source/PocketVerbsProc.cpp b/plugins/MacVST/PocketVerbs/source/PocketVerbsProc.cpp index b8b5fa7b5..dca8e6441 100755 --- a/plugins/MacVST/PocketVerbs/source/PocketVerbsProc.cpp +++ b/plugins/MacVST/PocketVerbs/source/PocketVerbsProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PocketVerbs - PocketVerbs.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PocketVerbs_H diff --git a/plugins/MacVST/Pockey/source/Pockey.cpp b/plugins/MacVST/Pockey/source/Pockey.cpp index 0ae76d26a..d680cadfd 100755 --- a/plugins/MacVST/Pockey/source/Pockey.cpp +++ b/plugins/MacVST/Pockey/source/Pockey.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pockey - Pockey.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey_H diff --git a/plugins/MacVST/Pockey/source/Pockey.h b/plugins/MacVST/Pockey/source/Pockey.h index 40ea32379..e01e8d9ae 100755 --- a/plugins/MacVST/Pockey/source/Pockey.h +++ b/plugins/MacVST/Pockey/source/Pockey.h @@ -1,7 +1,7 @@ /* ======================================== * Pockey - Pockey.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey_H diff --git a/plugins/MacVST/Pockey/source/PockeyProc.cpp b/plugins/MacVST/Pockey/source/PockeyProc.cpp index f2b277d54..cd9c9f397 100755 --- a/plugins/MacVST/Pockey/source/PockeyProc.cpp +++ b/plugins/MacVST/Pockey/source/PockeyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pockey - Pockey.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey_H diff --git a/plugins/MacVST/Pockey2/source/Pockey2.cpp b/plugins/MacVST/Pockey2/source/Pockey2.cpp index 8a005ffa3..b851eab6c 100755 --- a/plugins/MacVST/Pockey2/source/Pockey2.cpp +++ b/plugins/MacVST/Pockey2/source/Pockey2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pockey2 - Pockey2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey2_H diff --git a/plugins/MacVST/Pockey2/source/Pockey2.h b/plugins/MacVST/Pockey2/source/Pockey2.h index df6fe17a9..c7e7de701 100755 --- a/plugins/MacVST/Pockey2/source/Pockey2.h +++ b/plugins/MacVST/Pockey2/source/Pockey2.h @@ -1,7 +1,7 @@ /* ======================================== * Pockey2 - Pockey2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey2_H diff --git a/plugins/MacVST/Pockey2/source/Pockey2Proc.cpp b/plugins/MacVST/Pockey2/source/Pockey2Proc.cpp index 6ae95b96d..c8071a9f9 100755 --- a/plugins/MacVST/Pockey2/source/Pockey2Proc.cpp +++ b/plugins/MacVST/Pockey2/source/Pockey2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pockey2 - Pockey2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey2_H diff --git a/plugins/MacVST/Podcast/source/Podcast.cpp b/plugins/MacVST/Podcast/source/Podcast.cpp index 1a7edc51c..5926eb0f2 100755 --- a/plugins/MacVST/Podcast/source/Podcast.cpp +++ b/plugins/MacVST/Podcast/source/Podcast.cpp @@ -1,6 +1,6 @@ /* ======================================== * Podcast - Podcast.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Podcast_H diff --git a/plugins/MacVST/Podcast/source/Podcast.h b/plugins/MacVST/Podcast/source/Podcast.h index f753ffb25..17e2fe9ea 100755 --- a/plugins/MacVST/Podcast/source/Podcast.h +++ b/plugins/MacVST/Podcast/source/Podcast.h @@ -1,7 +1,7 @@ /* ======================================== * Podcast - Podcast.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Podcast_H diff --git a/plugins/MacVST/Podcast/source/PodcastProc.cpp b/plugins/MacVST/Podcast/source/PodcastProc.cpp index 788d62130..f5c96e48b 100755 --- a/plugins/MacVST/Podcast/source/PodcastProc.cpp +++ b/plugins/MacVST/Podcast/source/PodcastProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Podcast - Podcast.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Podcast_H diff --git a/plugins/MacVST/PodcastDeluxe/source/PodcastDeluxe.cpp b/plugins/MacVST/PodcastDeluxe/source/PodcastDeluxe.cpp index a410bc2f0..85a33f4cd 100755 --- a/plugins/MacVST/PodcastDeluxe/source/PodcastDeluxe.cpp +++ b/plugins/MacVST/PodcastDeluxe/source/PodcastDeluxe.cpp @@ -1,6 +1,6 @@ /* ======================================== * PodcastDeluxe - PodcastDeluxe.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PodcastDeluxe_H diff --git a/plugins/MacVST/PodcastDeluxe/source/PodcastDeluxe.h b/plugins/MacVST/PodcastDeluxe/source/PodcastDeluxe.h index 78e81f9c7..b68266311 100755 --- a/plugins/MacVST/PodcastDeluxe/source/PodcastDeluxe.h +++ b/plugins/MacVST/PodcastDeluxe/source/PodcastDeluxe.h @@ -1,7 +1,7 @@ /* ======================================== * PodcastDeluxe - PodcastDeluxe.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PodcastDeluxe_H diff --git a/plugins/MacVST/PodcastDeluxe/source/PodcastDeluxeProc.cpp b/plugins/MacVST/PodcastDeluxe/source/PodcastDeluxeProc.cpp index 5a8f8818e..26b56f62c 100755 --- a/plugins/MacVST/PodcastDeluxe/source/PodcastDeluxeProc.cpp +++ b/plugins/MacVST/PodcastDeluxe/source/PodcastDeluxeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PodcastDeluxe - PodcastDeluxe.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PodcastDeluxe_H diff --git a/plugins/MacVST/Point/source/Point.cpp b/plugins/MacVST/Point/source/Point.cpp index 636dec5f7..862fbb1ac 100755 --- a/plugins/MacVST/Point/source/Point.cpp +++ b/plugins/MacVST/Point/source/Point.cpp @@ -1,6 +1,6 @@ /* ======================================== * Point - Point.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Point_H diff --git a/plugins/MacVST/Point/source/Point.h b/plugins/MacVST/Point/source/Point.h index 046c81f6b..815a63f81 100755 --- a/plugins/MacVST/Point/source/Point.h +++ b/plugins/MacVST/Point/source/Point.h @@ -1,7 +1,7 @@ /* ======================================== * Point - Point.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Point_H diff --git a/plugins/MacVST/Point/source/PointProc.cpp b/plugins/MacVST/Point/source/PointProc.cpp index 70173909f..2c75f0ac2 100755 --- a/plugins/MacVST/Point/source/PointProc.cpp +++ b/plugins/MacVST/Point/source/PointProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Point - Point.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Point_H diff --git a/plugins/MacVST/Pop/source/Pop.cpp b/plugins/MacVST/Pop/source/Pop.cpp index 55903d7f0..612a2485e 100755 --- a/plugins/MacVST/Pop/source/Pop.cpp +++ b/plugins/MacVST/Pop/source/Pop.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pop - Pop.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop_H diff --git a/plugins/MacVST/Pop/source/Pop.h b/plugins/MacVST/Pop/source/Pop.h index 9411334aa..2c74b349e 100755 --- a/plugins/MacVST/Pop/source/Pop.h +++ b/plugins/MacVST/Pop/source/Pop.h @@ -1,7 +1,7 @@ /* ======================================== * Pop - Pop.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop_H diff --git a/plugins/MacVST/Pop/source/PopProc.cpp b/plugins/MacVST/Pop/source/PopProc.cpp index 2186f06fb..08d461e32 100755 --- a/plugins/MacVST/Pop/source/PopProc.cpp +++ b/plugins/MacVST/Pop/source/PopProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pop - Pop.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop_H diff --git a/plugins/MacVST/Pop2/Pop2.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/Pop2/Pop2.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..891dd5259 --- /dev/null +++ b/plugins/MacVST/Pop2/Pop2.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,126 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Pop2 */; + codeSenseManager = 8B02375F1D42B1C400E1E8C8 /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 364, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 324, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685363421; + PBXWorkspaceStateSaveDate = 685363421; + }; + perUserProjectItems = { + 8B09453F28DA13C700166A02 /* PBXBookmark */ = 8B09453F28DA13C700166A02 /* PBXBookmark */; + 8B09454028DA13C700166A02 /* PBXTextBookmark */ = 8B09454028DA13C700166A02 /* PBXTextBookmark */; + }; + sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Pop2.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {948, 3204}}"; + sepNavSelRange = "{1093, 0}"; + sepNavVisRange = "{3677, 2028}"; + sepNavWindowFrame = "{{642, 47}, {895, 831}}"; + }; + }; + 245463B80991757100464AD3 /* Pop2.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {669, 2034}}"; + sepNavSelRange = "{2961, 0}"; + sepNavVisRange = "{3015, 86}"; + sepNavWindowFrame = "{{545, 47}, {895, 831}}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 20267}}"; + sepNavSelRange = "{10616, 0}"; + sepNavVisRange = "{9653, 2414}"; + sepNavWindowFrame = "{{15, 42}, {895, 831}}"; + }; + }; + 24D8286F09A914000093AEF8 /* Pop2Proc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1268, 7434}}"; + sepNavSelRange = "{15862, 0}"; + sepNavVisRange = "{14764, 1677}"; + sepNavWindowFrame = "{{82, 56}, {1315, 822}}"; + }; + }; + 8B02375E1D42B1C400E1E8C8 /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8B02375F1D42B1C400E1E8C8 /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8B09453F28DA13C700166A02 /* PBXBookmark */ = { + isa = PBXBookmark; + fRef = 245463B80991757100464AD3 /* Pop2.h */; + }; + 8B09454028DA13C700166A02 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 245463B80991757100464AD3 /* Pop2.h */; + name = "Pop2.h: 89"; + rLen = 0; + rLoc = 2961; + rType = 0; + vrLen = 86; + vrLoc = 3015; + }; + 8D01CCC60486CAD60068D4B7 /* Pop2 */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacVST/Pop2/Pop2.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/Pop2/Pop2.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..7be555033 --- /dev/null +++ b/plugins/MacVST/Pop2/Pop2.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1511 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8B02375D1D42B1C400E1E8C8 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 185 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 6 + 4 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {185, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {202, 446}} + GroupTreeTableConfiguration + + MainColumn + 185 + + RubberWindowFrame + 623 377 810 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 202pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8B0237581D42B1C400E1E8C8 + PBXProjectModuleLabel + Pop2.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B0237591D42B1C400E1E8C8 + PBXProjectModuleLabel + Pop2.h + _historyCapacity + 0 + bookmark + 8B09454028DA13C700166A02 + history + + 8B09453F28DA13C700166A02 + + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {603, 132}} + RubberWindowFrame + 623 377 810 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 132pt + + + Proportion + 309pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + RubberWindowFrame + 623 377 810 487 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + + Module + PBXBuildResultsModule + + + + + Proportion + 603pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8B09454128DA13C700166A02 + 1CA23ED40692098700951B8B + 8B09454228DA13C700166A02 + 8B0237581D42B1C400E1E8C8 + 8B09454328DA13C700166A02 + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685380551.34428203 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + 8B09454428DA13C700166A02 + /Users/christopherjohnson/Desktop/airwindows/plugins/MacVST/Pop2/Pop2.xcodeproj + + WindowString + 623 377 810 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.projectFormatConflicts + IsVertical + + Layout + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 8BCAE52E1D49920D0047D4BD + + GeometryConfiguration + + Frame + {{0, 0}, {472, 302}} + RubberWindowFrame + 569 378 472 322 0 0 1440 878 + + Module + XCProjectFormatConflictsModule + Proportion + 302pt + + + Proportion + 302pt + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + + TableOfContents + + 8BCAE52F1D49920D0047D4BD + 8BCAE5301D49920D0047D4BD + 8BCAE52E1D49920D0047D4BD + + WindowContentMinSize + 450 300 + WindowString + 569 378 472 322 0 0 1440 878 + WindowToolGUID + 8BCAE52F1D49920D0047D4BD + WindowToolIsVisible + + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacVST/Pop2/Pop2.xcodeproj/project.pbxproj b/plugins/MacVST/Pop2/Pop2.xcodeproj/project.pbxproj new file mode 100755 index 000000000..fce254d2e --- /dev/null +++ b/plugins/MacVST/Pop2/Pop2.xcodeproj/project.pbxproj @@ -0,0 +1,2201 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 42; + objects = { + +/* Begin PBXBuildFile section */ + 2407DEB9089929BA00EB68BF /* Pop2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* Pop2.cpp */; }; + 245463B90991757100464AD3 /* Pop2.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* Pop2.h */; }; + 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF910F90D1DD003BB5A7 /* aeffect.h */; }; + 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */; }; + 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */; }; + 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF990F90D1DD003BB5A7 /* adelay.h */; }; + 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */; }; + 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */; }; + 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFAB0F90D1DD003BB5A7 /* again.h */; }; + 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */; }; + 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */; }; + 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */; }; + 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */; }; + 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */; }; + 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */; }; + 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */; }; + 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */; }; + 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200050F90D1DD003BB5A7 /* controlsgui.h */; }; + 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */; }; + 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */; }; + 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */; }; + 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */; }; + 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */; }; + 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */; }; + 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */; }; + 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001F0F90D1DD003BB5A7 /* ctabview.h */; }; + 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201470F90D1DE003BB5A7 /* plugguieditor.h */; }; + 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201490F90D1DE003BB5A7 /* vstcontrols.h */; }; + 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014B0F90D1DE003BB5A7 /* vstgui.h */; }; + 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */; }; + 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */; }; + 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */; }; + 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */; }; + 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */; }; + 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */; }; + 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */; }; + 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */; }; + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; + 24D8287009A914000093AEF8 /* Pop2Proc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* Pop2Proc.cpp */; }; + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = again; + }; + 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4476974093DAE42008998C4; + remoteInfo = adelay; + }; + 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4FF52220929FBF500DDED7A; + remoteInfo = vstxsynth; + }; + 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4476A10093DCAF9008998C4; + remoteInfo = surrounddelay; + }; + 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4FF52F3092A312800DDED7A; + remoteInfo = minihost; + }; + 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = AudioUnit; + }; + 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + proxyType = 2; + remoteGlobalIDString = F4C9F1D407B2320800010DAD; + remoteInfo = VST; + }; + 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = AudioUnit; + }; + 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4C9F1D407B2320800010DAD; + remoteInfo = VST; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; + 2407DE920899296600EB68BF /* Pop2.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Pop2.vst; sourceTree = BUILT_PRODUCTS_DIR; }; + 2407DEB6089929BA00EB68BF /* Pop2.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Pop2.cpp; path = source/Pop2.cpp; sourceTree = ""; }; + 2434720A098313350063BBF1 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; + 245463B80991757100464AD3 /* Pop2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Pop2.h; path = source/Pop2.h; sourceTree = ""; }; + 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10014.bmp; sourceTree = ""; }; + 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10015.bmp; sourceTree = ""; }; + 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10016.bmp; sourceTree = ""; }; + 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = controlsgui.cpp; sourceTree = ""; }; + 24A200050F90D1DD003BB5A7 /* controlsgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = controlsgui.h; sourceTree = ""; }; + 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteditor.cpp; sourceTree = ""; }; + 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteditor.h; sourceTree = ""; }; + 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteffect.cpp; sourceTree = ""; }; + 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteffect.h; sourceTree = ""; }; + 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestmain.cpp; sourceTree = ""; }; + 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestview.cpp; sourceTree = ""; }; + 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtestview.h; sourceTree = ""; }; + 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pprimitivesviews.cpp; sourceTree = ""; }; + 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pprimitivesviews.h; sourceTree = ""; }; + 24A200100F90D1DD003BB5A7 /* drawtest.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.def; sourceTree = ""; }; + 24A200110F90D1DD003BB5A7 /* drawtest.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.rc; sourceTree = ""; }; + 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = drawtest.vcproj; sourceTree = ""; }; + 24A200140F90D1DD003BB5A7 /* drawtest.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsp; sourceTree = ""; }; + 24A200150F90D1DD003BB5A7 /* drawtest.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsw; sourceTree = ""; }; + 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aeffguieditor.cpp; sourceTree = ""; }; + 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffguieditor.h; sourceTree = ""; }; + 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfileselector.cpp; sourceTree = ""; }; + 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfileselector.h; sourceTree = ""; }; + 24A2001B0F90D1DD003BB5A7 /* Changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog; sourceTree = ""; }; + 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cscrollview.cpp; sourceTree = ""; }; + 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cscrollview.h; sourceTree = ""; }; + 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ctabview.cpp; sourceTree = ""; }; + 24A2001F0F90D1DD003BB5A7 /* ctabview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ctabview.h; sourceTree = ""; }; + 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8cpp.html; sourceTree = ""; }; + 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8h.html; sourceTree = ""; }; + 24A200240F90D1DD003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = annotated.html; sourceTree = ""; }; + 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8cpp.html; sourceTree = ""; }; + 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8h.html; sourceTree = ""; }; + 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_a_eff_g_u_i_editor-members.html"; sourceTree = ""; }; + 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_a_eff_g_u_i_editor.html; sourceTree = ""; }; + 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_anim_knob-members.html"; sourceTree = ""; }; + 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_anim_knob.html; sourceTree = ""; }; + 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_anim_knob.png; sourceTree = ""; }; + 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_attribute_list_entry-members.html"; sourceTree = ""; }; + 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_attribute_list_entry.html; sourceTree = ""; }; + 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_auto_animation-members.html"; sourceTree = ""; }; + 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_auto_animation.html; sourceTree = ""; }; + 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_auto_animation.png; sourceTree = ""; }; + 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_bitmap-members.html"; sourceTree = ""; }; + 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_bitmap.html; sourceTree = ""; }; + 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_bitmap.png; sourceTree = ""; }; + 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_c_view-members.html"; sourceTree = ""; }; + 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_c_view.html; sourceTree = ""; }; + 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control-members.html"; sourceTree = ""; }; + 24A200370F90D1DD003BB5A7 /* class_c_control.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control.html; sourceTree = ""; }; + 24A200380F90D1DD003BB5A7 /* class_c_control.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control.png; sourceTree = ""; }; + 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control_listener-members.html"; sourceTree = ""; }; + 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control_listener.html; sourceTree = ""; }; + 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control_listener.png; sourceTree = ""; }; + 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_drag_container-members.html"; sourceTree = ""; }; + 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_drag_container.html; sourceTree = ""; }; + 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_drag_container.png; sourceTree = ""; }; + 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_draw_context-members.html"; sourceTree = ""; }; + 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_draw_context.html; sourceTree = ""; }; + 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_draw_context.png; sourceTree = ""; }; + 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_file_selector-members.html"; sourceTree = ""; }; + 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_file_selector.html; sourceTree = ""; }; + 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_frame-members.html"; sourceTree = ""; }; + 24A200450F90D1DD003BB5A7 /* class_c_frame.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_frame.html; sourceTree = ""; }; + 24A200460F90D1DD003BB5A7 /* class_c_frame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_frame.png; sourceTree = ""; }; + 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_slider-members.html"; sourceTree = ""; }; + 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_slider.html; sourceTree = ""; }; + 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_slider.png; sourceTree = ""; }; + 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_switch-members.html"; sourceTree = ""; }; + 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_switch.html; sourceTree = ""; }; + 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_switch.png; sourceTree = ""; }; + 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_kick_button-members.html"; sourceTree = ""; }; + 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_kick_button.html; sourceTree = ""; }; + 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_kick_button.png; sourceTree = ""; }; + 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_knob-members.html"; sourceTree = ""; }; + 24A200510F90D1DD003BB5A7 /* class_c_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_knob.html; sourceTree = ""; }; + 24A200520F90D1DD003BB5A7 /* class_c_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_knob.png; sourceTree = ""; }; + 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_bitmap-members.html"; sourceTree = ""; }; + 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_bitmap.html; sourceTree = ""; }; + 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_bitmap.png; sourceTree = ""; }; + 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_button-members.html"; sourceTree = ""; }; + 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_button.html; sourceTree = ""; }; + 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_button.png; sourceTree = ""; }; + 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_offscreen_context-members.html"; sourceTree = ""; }; + 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_offscreen_context.html; sourceTree = ""; }; + 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_offscreen_context.png; sourceTree = ""; }; + 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_on_off_button-members.html"; sourceTree = ""; }; + 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_on_off_button.html; sourceTree = ""; }; + 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_on_off_button.png; sourceTree = ""; }; + 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu-members.html"; sourceTree = ""; }; + 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu.html; sourceTree = ""; }; + 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu.png; sourceTree = ""; }; + 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu_scheme-members.html"; sourceTree = ""; }; + 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu_scheme.html; sourceTree = ""; }; + 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu_scheme.png; sourceTree = ""; }; + 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_param_display-members.html"; sourceTree = ""; }; + 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_param_display.html; sourceTree = ""; }; + 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_param_display.png; sourceTree = ""; }; + 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_reference_counter-members.html"; sourceTree = ""; }; + 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_reference_counter.html; sourceTree = ""; }; + 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_reference_counter.png; sourceTree = ""; }; + 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_rocker_switch-members.html"; sourceTree = ""; }; + 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_rocker_switch.html; sourceTree = ""; }; + 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_rocker_switch.png; sourceTree = ""; }; + 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_container-members.html"; sourceTree = ""; }; + 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_container.html; sourceTree = ""; }; + 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_container.png; sourceTree = ""; }; + 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_view-members.html"; sourceTree = ""; }; + 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_view.html; sourceTree = ""; }; + 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_view.png; sourceTree = ""; }; + 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scrollbar-members.html"; sourceTree = ""; }; + 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scrollbar.html; sourceTree = ""; }; + 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scrollbar.png; sourceTree = ""; }; + 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_slider-members.html"; sourceTree = ""; }; + 24A200780F90D1DD003BB5A7 /* class_c_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_slider.html; sourceTree = ""; }; + 24A200790F90D1DD003BB5A7 /* class_c_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_slider.png; sourceTree = ""; }; + 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_special_digit-members.html"; sourceTree = ""; }; + 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_special_digit.html; sourceTree = ""; }; + 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_special_digit.png; sourceTree = ""; }; + 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen-members.html"; sourceTree = ""; }; + 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen.html; sourceTree = ""; }; + 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen.png; sourceTree = ""; }; + 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen_view-members.html"; sourceTree = ""; }; + 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen_view.html; sourceTree = ""; }; + 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen_view.png; sourceTree = ""; }; + 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_button-members.html"; sourceTree = ""; }; + 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_button.html; sourceTree = ""; }; + 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_button.png; sourceTree = ""; }; + 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_child_view-members.html"; sourceTree = ""; }; + 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_child_view.html; sourceTree = ""; }; + 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_child_view.png; sourceTree = ""; }; + 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_view-members.html"; sourceTree = ""; }; + 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_view.html; sourceTree = ""; }; + 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_view.png; sourceTree = ""; }; + 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_edit-members.html"; sourceTree = ""; }; + 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_edit.html; sourceTree = ""; }; + 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_edit.png; sourceTree = ""; }; + 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_label-members.html"; sourceTree = ""; }; + 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_label.html; sourceTree = ""; }; + 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_label.png; sourceTree = ""; }; + 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_slider-members.html"; sourceTree = ""; }; + 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_slider.html; sourceTree = ""; }; + 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_slider.png; sourceTree = ""; }; + 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_switch-members.html"; sourceTree = ""; }; + 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_switch.html; sourceTree = ""; }; + 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_switch.png; sourceTree = ""; }; + 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view-members.html"; sourceTree = ""; }; + 24A200990F90D1DD003BB5A7 /* class_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view.html; sourceTree = ""; }; + 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view.png; sourceTree = ""; }; + 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view_container-members.html"; sourceTree = ""; }; + 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view_container.html; sourceTree = ""; }; + 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view_container.png; sourceTree = ""; }; + 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vu_meter-members.html"; sourceTree = ""; }; + 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vu_meter.html; sourceTree = ""; }; + 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vu_meter.png; sourceTree = ""; }; + 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_i_scrollbar_drawer-members.html"; sourceTree = ""; }; + 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_i_scrollbar_drawer.html; sourceTree = ""; }; + 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_plugin_g_u_i_editor-members.html"; sourceTree = ""; }; + 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_plugin_g_u_i_editor.html; sourceTree = ""; }; + 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8cpp.html; sourceTree = ""; }; + 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8h.html; sourceTree = ""; }; + 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8cpp.html; sourceTree = ""; }; + 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8h.html; sourceTree = ""; }; + 24A200A90F90D1DD003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = deprecated.html; sourceTree = ""; }; + 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = doc_8h.html; sourceTree = ""; }; + 24A200AB0F90D1DD003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; + 24A200AC0F90D1DD003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; + 24A200AD0F90D1DD003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = files.html; sourceTree = ""; }; + 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; + 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; + 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; + 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; + 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; + 24A200B30F90D1DE003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; + 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; + 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; + 24A200B60F90D1DE003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; + 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; + 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; + 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; + 24A200BA0F90D1DE003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions.html; sourceTree = ""; }; + 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x62.html; sourceTree = ""; }; + 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x63.html; sourceTree = ""; }; + 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x64.html; sourceTree = ""; }; + 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x65.html; sourceTree = ""; }; + 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x66.html; sourceTree = ""; }; + 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x67.html; sourceTree = ""; }; + 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x68.html; sourceTree = ""; }; + 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x69.html; sourceTree = ""; }; + 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6b.html; sourceTree = ""; }; + 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6c.html; sourceTree = ""; }; + 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6d.html; sourceTree = ""; }; + 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6e.html; sourceTree = ""; }; + 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6f.html; sourceTree = ""; }; + 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x70.html; sourceTree = ""; }; + 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x72.html; sourceTree = ""; }; + 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x73.html; sourceTree = ""; }; + 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x74.html; sourceTree = ""; }; + 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x75.html; sourceTree = ""; }; + 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x76.html; sourceTree = ""; }; + 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x77.html; sourceTree = ""; }; + 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x78.html; sourceTree = ""; }; + 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x79.html; sourceTree = ""; }; + 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7a.html; sourceTree = ""; }; + 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7e.html; sourceTree = ""; }; + 24A200D30F90D1DE003BB5A7 /* functions_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_eval.html; sourceTree = ""; }; + 24A200D40F90D1DE003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func.html; sourceTree = ""; }; + 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x62.html; sourceTree = ""; }; + 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x63.html; sourceTree = ""; }; + 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x64.html; sourceTree = ""; }; + 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x65.html; sourceTree = ""; }; + 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x66.html; sourceTree = ""; }; + 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x67.html; sourceTree = ""; }; + 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x68.html; sourceTree = ""; }; + 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x69.html; sourceTree = ""; }; + 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6c.html; sourceTree = ""; }; + 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6d.html; sourceTree = ""; }; + 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6e.html; sourceTree = ""; }; + 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6f.html; sourceTree = ""; }; + 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x70.html; sourceTree = ""; }; + 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x72.html; sourceTree = ""; }; + 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x73.html; sourceTree = ""; }; + 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x74.html; sourceTree = ""; }; + 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x75.html; sourceTree = ""; }; + 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x76.html; sourceTree = ""; }; + 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x77.html; sourceTree = ""; }; + 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x7e.html; sourceTree = ""; }; + 24A200E90F90D1DE003BB5A7 /* functions_rela.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_rela.html; sourceTree = ""; }; + 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars.html; sourceTree = ""; }; + 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x62.html; sourceTree = ""; }; + 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x63.html; sourceTree = ""; }; + 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x64.html; sourceTree = ""; }; + 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x65.html; sourceTree = ""; }; + 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x66.html; sourceTree = ""; }; + 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x67.html; sourceTree = ""; }; + 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x68.html; sourceTree = ""; }; + 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x69.html; sourceTree = ""; }; + 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6b.html; sourceTree = ""; }; + 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6c.html; sourceTree = ""; }; + 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6d.html; sourceTree = ""; }; + 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6e.html; sourceTree = ""; }; + 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6f.html; sourceTree = ""; }; + 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x70.html; sourceTree = ""; }; + 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x72.html; sourceTree = ""; }; + 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x73.html; sourceTree = ""; }; + 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x74.html; sourceTree = ""; }; + 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x75.html; sourceTree = ""; }; + 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x76.html; sourceTree = ""; }; + 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x77.html; sourceTree = ""; }; + 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x78.html; sourceTree = ""; }; + 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x79.html; sourceTree = ""; }; + 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x7a.html; sourceTree = ""; }; + 24A201020F90D1DE003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals.html; sourceTree = ""; }; + 24A201030F90D1DE003BB5A7 /* globals_0x61.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x61.html; sourceTree = ""; }; + 24A201040F90D1DE003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x62.html; sourceTree = ""; }; + 24A201050F90D1DE003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x63.html; sourceTree = ""; }; + 24A201060F90D1DE003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x65.html; sourceTree = ""; }; + 24A201070F90D1DE003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x66.html; sourceTree = ""; }; + 24A201080F90D1DE003BB5A7 /* globals_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x67.html; sourceTree = ""; }; + 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6b.html; sourceTree = ""; }; + 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6d.html; sourceTree = ""; }; + 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6e.html; sourceTree = ""; }; + 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6f.html; sourceTree = ""; }; + 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x71.html; sourceTree = ""; }; + 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x72.html; sourceTree = ""; }; + 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x73.html; sourceTree = ""; }; + 24A201100F90D1DE003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x74.html; sourceTree = ""; }; + 24A201110F90D1DE003BB5A7 /* globals_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x75.html; sourceTree = ""; }; + 24A201120F90D1DE003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x76.html; sourceTree = ""; }; + 24A201130F90D1DE003BB5A7 /* globals_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x77.html; sourceTree = ""; }; + 24A201140F90D1DE003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_defs.html; sourceTree = ""; }; + 24A201150F90D1DE003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_enum.html; sourceTree = ""; }; + 24A201160F90D1DE003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_eval.html; sourceTree = ""; }; + 24A201170F90D1DE003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_type.html; sourceTree = ""; }; + 24A201180F90D1DE003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_vars.html; sourceTree = ""; }; + 24A201190F90D1DE003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = hierarchy.html; sourceTree = ""; }; + 24A2011A0F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; + 24A2011B0F90D1DE003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = intro.html; sourceTree = ""; }; + 24A2011C0F90D1DE003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = license.html; sourceTree = ""; }; + 24A2011D0F90D1DE003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = maceditor.html; sourceTree = ""; }; + 24A2011E0F90D1DE003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = main.html; sourceTree = ""; }; + 24A2011F0F90D1DE003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = others.html; sourceTree = ""; }; + 24A201200F90D1DE003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = pages.html; sourceTree = ""; }; + 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8cpp.html; sourceTree = ""; }; + 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8h.html; sourceTree = ""; }; + 24A201230F90D1DE003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = sequences.html; sourceTree = ""; }; + 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_color-members.html"; sourceTree = ""; }; + 24A201250F90D1DE003BB5A7 /* struct_c_color.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_color.html; sourceTree = ""; }; + 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_point-members.html"; sourceTree = ""; }; + 24A201270F90D1DE003BB5A7 /* struct_c_point.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_point.html; sourceTree = ""; }; + 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_rect-members.html"; sourceTree = ""; }; + 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_rect.html; sourceTree = ""; }; + 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_e_rect-members.html"; sourceTree = ""; }; + 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_e_rect.html; sourceTree = ""; }; + 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; + 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_select.html; sourceTree = ""; }; + 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; + 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_type.html; sourceTree = ""; }; + 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; + 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_key_code.html; sourceTree = ""; }; + 24A201320F90D1DE003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; + 24A201330F90D1DE003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; + 24A201340F90D1DE003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; + 24A201350F90D1DE003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; + 24A201360F90D1DE003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = thanks.html; sourceTree = ""; }; + 24A201370F90D1DE003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = tree.html; sourceTree = ""; }; + 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8cpp.html; sourceTree = ""; }; + 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8h.html; sourceTree = ""; }; + 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8cpp.html; sourceTree = ""; }; + 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8h.html; sourceTree = ""; }; + 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstkeycode_8h.html; sourceTree = ""; }; + 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstoffline.html; sourceTree = ""; }; + 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstparamstruct.html; sourceTree = ""; }; + 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugscarbon_8h.html; sourceTree = ""; }; + 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmac_8h.html; sourceTree = ""; }; + 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmacho_8h.html; sourceTree = ""; }; + 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsquartz_8h.html; sourceTree = ""; }; + 24A201430F90D1DE003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = whatsnew.html; sourceTree = ""; }; + 24A201440F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; + 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Migrating from 2.3.rtf"; sourceTree = ""; }; + 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = plugguieditor.cpp; sourceTree = ""; }; + 24A201470F90D1DE003BB5A7 /* plugguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plugguieditor.h; sourceTree = ""; }; + 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstcontrols.cpp; sourceTree = ""; }; + 24A201490F90D1DE003BB5A7 /* vstcontrols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstcontrols.h; sourceTree = ""; }; + 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstgui.cpp; sourceTree = ""; }; + 24A2014B0F90D1DE003BB5A7 /* vstgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstgui.h; sourceTree = ""; }; + 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstkeycode.h; sourceTree = ""; }; + 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugscarbon.h; sourceTree = ""; }; + 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmac.h; sourceTree = ""; }; + 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmacho.h; sourceTree = ""; }; + 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsquartz.h; sourceTree = ""; }; + 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = Thumbs.db; sourceTree = ""; }; + 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = VST_Logo_Usage_Guideline.pdf; sourceTree = ""; }; + 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = VSTLogoAlpha.png; sourceTree = ""; }; + 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoBlack.jpg; sourceTree = ""; }; + 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoWhite.jpg; sourceTree = ""; }; + 24A2FEC60F90D1DC003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = VSTMonitor; sourceTree = ""; }; + 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PkgInfo; sourceTree = ""; }; + 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50000.bmp; sourceTree = ""; }; + 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50001.bmp; sourceTree = ""; }; + 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50002.bmp; sourceTree = ""; }; + 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50003.bmp; sourceTree = ""; }; + 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50004.bmp; sourceTree = ""; }; + 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50005.bmp; sourceTree = ""; }; + 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50006.bmp; sourceTree = ""; }; + 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50007.bmp; sourceTree = ""; }; + 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50008.bmp; sourceTree = ""; }; + 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = VSTParamTool.app; sourceTree = ""; }; + 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstmonitor.dll; sourceTree = ""; }; + 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstparamtool.exe; sourceTree = ""; }; + 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = folder.gif; sourceTree = ""; }; + 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = mac.gif; sourceTree = ""; }; + 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo_small.jpg; sourceTree = ""; }; + 24A2FEDD0F90D1DC003BB5A7 /* win.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = win.gif; sourceTree = ""; }; + 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffect_8h.html; sourceTree = ""; }; + 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffectx_8h.html; sourceTree = ""; }; + 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffeditor_8h.html; sourceTree = ""; }; + 24A2FEE20F90D1DC003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotated.html; sourceTree = ""; }; + 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8cpp.html; sourceTree = ""; }; + 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8h.html; sourceTree = ""; }; + 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8cpp.html; sourceTree = ""; }; + 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8h.html; sourceTree = ""; }; + 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Blocksizechange.gif; sourceTree = ""; }; + 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_a_eff_editor-members.html"; sourceTree = ""; }; + 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_a_eff_editor.html; sourceTree = ""; }; + 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect-members.html"; sourceTree = ""; }; + 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect.html; sourceTree = ""; }; + 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect.png; sourceTree = ""; }; + 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect_x-members.html"; sourceTree = ""; }; + 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect_x.html; sourceTree = ""; }; + 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect_x.png; sourceTree = ""; }; + 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ControlChanged.gif; sourceTree = ""; }; + 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = deprecated.html; sourceTree = ""; }; + 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_2d3252dd12c84c66c1d25b26bb45a1f5.html; sourceTree = ""; }; + 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_77c628dfee72e555f82d5ef53b733f38.html; sourceTree = ""; }; + 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_f81105d3b854bea570aaf3bae5cb64c1.html; sourceTree = ""; }; + 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_fa0454ab79b4262333bf837ea3d765e9.html; sourceTree = ""; }; + 24A2FEF60F90D1DC003BB5A7 /* dirs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dirs.html; sourceTree = ""; }; + 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = doc_8h.html; sourceTree = ""; }; + 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; + 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; + 24A2FEFA0F90D1DC003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = files.html; sourceTree = ""; }; + 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; + 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; + 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; + 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; + 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; + 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; + 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; + 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; + 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; + 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; + 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; + 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; + 24A2FF070F90D1DC003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions.html; sourceTree = ""; }; + 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x62.html; sourceTree = ""; }; + 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x63.html; sourceTree = ""; }; + 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x64.html; sourceTree = ""; }; + 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x65.html; sourceTree = ""; }; + 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x66.html; sourceTree = ""; }; + 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x67.html; sourceTree = ""; }; + 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x68.html; sourceTree = ""; }; + 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x69.html; sourceTree = ""; }; + 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6b.html; sourceTree = ""; }; + 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6c.html; sourceTree = ""; }; + 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6d.html; sourceTree = ""; }; + 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6e.html; sourceTree = ""; }; + 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6f.html; sourceTree = ""; }; + 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x70.html; sourceTree = ""; }; + 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x72.html; sourceTree = ""; }; + 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x73.html; sourceTree = ""; }; + 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x74.html; sourceTree = ""; }; + 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x75.html; sourceTree = ""; }; + 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x76.html; sourceTree = ""; }; + 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x77.html; sourceTree = ""; }; + 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x78.html; sourceTree = ""; }; + 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x79.html; sourceTree = ""; }; + 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x7e.html; sourceTree = ""; }; + 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_func.html; sourceTree = ""; }; + 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars.html; sourceTree = ""; }; + 24A2FF210F90D1DC003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals.html; sourceTree = ""; }; + 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x62.html; sourceTree = ""; }; + 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x63.html; sourceTree = ""; }; + 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x64.html; sourceTree = ""; }; + 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x65.html; sourceTree = ""; }; + 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x66.html; sourceTree = ""; }; + 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6b.html; sourceTree = ""; }; + 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6d.html; sourceTree = ""; }; + 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x74.html; sourceTree = ""; }; + 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x76.html; sourceTree = ""; }; + 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_defs.html; sourceTree = ""; }; + 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_enum.html; sourceTree = ""; }; + 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval.html; sourceTree = ""; }; + 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x65.html; sourceTree = ""; }; + 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6b.html; sourceTree = ""; }; + 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6d.html; sourceTree = ""; }; + 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x76.html; sourceTree = ""; }; + 24A2FF320F90D1DC003BB5A7 /* globals_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_func.html; sourceTree = ""; }; + 24A2FF330F90D1DC003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_type.html; sourceTree = ""; }; + 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_vars.html; sourceTree = ""; }; + 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = hierarchy.html; sourceTree = ""; }; + 24A2FF360F90D1DC003BB5A7 /* history.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = history.html; sourceTree = ""; }; + 24A2FF370F90D1DC003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Initialisation.gif; sourceTree = ""; }; + 24A2FF390F90D1DC003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = intro.html; sourceTree = ""; }; + 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = IOchange.gif; sourceTree = ""; }; + 24A2FF3B0F90D1DC003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = license.html; sourceTree = ""; }; + 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = maceditor.html; sourceTree = ""; }; + 24A2FF3D0F90D1DC003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = main.html; sourceTree = ""; }; + 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_host_can_dos.html; sourceTree = ""; }; + 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_plug_can_dos.html; sourceTree = ""; }; + 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers.html; sourceTree = ""; }; + 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers_vars.html; sourceTree = ""; }; + 24A2FF420F90D1DC003BB5A7 /* namespaces.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespaces.html; sourceTree = ""; }; + 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Offlineprocessing.gif; sourceTree = ""; }; + 24A2FF440F90D1DC003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = others.html; sourceTree = ""; }; + 24A2FF450F90D1DC003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = pages.html; sourceTree = ""; }; + 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Sampleratechange.gif; sourceTree = ""; }; + 24A2FF470F90D1DC003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sequences.html; sourceTree = ""; }; + 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = SpeakerarrangementnegotiationforVSTfx.gif; sourceTree = ""; }; + 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_a_effect-members.html"; sourceTree = ""; }; + 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_a_effect.html; sourceTree = ""; }; + 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_e_rect-members.html"; sourceTree = ""; }; + 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_e_rect.html; sourceTree = ""; }; + 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_key_name-members.html"; sourceTree = ""; }; + 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_key_name.html; sourceTree = ""; }; + 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_category-members.html"; sourceTree = ""; }; + 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_category.html; sourceTree = ""; }; + 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_name-members.html"; sourceTree = ""; }; + 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_name.html; sourceTree = ""; }; + 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file-members.html"; sourceTree = ""; }; + 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file.html; sourceTree = ""; }; + 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file_marker-members.html"; sourceTree = ""; }; + 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file_marker.html; sourceTree = ""; }; + 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_event-members.html"; sourceTree = ""; }; + 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_event.html; sourceTree = ""; }; + 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_events-members.html"; sourceTree = ""; }; + 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_events.html; sourceTree = ""; }; + 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; + 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_select.html; sourceTree = ""; }; + 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; + 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_type.html; sourceTree = ""; }; + 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; + 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_key_code.html; sourceTree = ""; }; + 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_event-members.html"; sourceTree = ""; }; + 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_event.html; sourceTree = ""; }; + 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_sysex_event-members.html"; sourceTree = ""; }; + 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_sysex_event.html; sourceTree = ""; }; + 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_offline_task-members.html"; sourceTree = ""; }; + 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_offline_task.html; sourceTree = ""; }; + 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_parameter_properties-members.html"; sourceTree = ""; }; + 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_parameter_properties.html; sourceTree = ""; }; + 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_patch_chunk_info-members.html"; sourceTree = ""; }; + 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_patch_chunk_info.html; sourceTree = ""; }; + 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_pin_properties-members.html"; sourceTree = ""; }; + 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_pin_properties.html; sourceTree = ""; }; + 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_arrangement-members.html"; sourceTree = ""; }; + 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_arrangement.html; sourceTree = ""; }; + 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_properties-members.html"; sourceTree = ""; }; + 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_properties.html; sourceTree = ""; }; + 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_time_info-members.html"; sourceTree = ""; }; + 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_time_info.html; sourceTree = ""; }; + 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_variable_io-members.html"; sourceTree = ""; }; + 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_variable_io.html; sourceTree = ""; }; + 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_window-members.html"; sourceTree = ""; }; + 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_window.html; sourceTree = ""; }; + 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_bank-members.html"; sourceTree = ""; }; + 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_bank.html; sourceTree = ""; }; + 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_program-members.html"; sourceTree = ""; }; + 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_program.html; sourceTree = ""; }; + 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; + 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; + 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; + 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; + 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Termination.gif; sourceTree = ""; }; + 24A2FF800F90D1DD003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = thanks.html; sourceTree = ""; }; + 24A2FF810F90D1DD003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tree.html; sourceTree = ""; }; + 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOff.gif; sourceTree = ""; }; + 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOn.gif; sourceTree = ""; }; + 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstfxstore_8h.html; sourceTree = ""; }; + 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstoffline.html; sourceTree = ""; }; + 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstparamstruct.html; sourceTree = ""; }; + 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo.jpg; sourceTree = ""; }; + 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstplugmain_8cpp.html; sourceTree = ""; }; + 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = whatsnew.html; sourceTree = ""; }; + 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.menu.html; sourceTree = ""; }; + 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.overview.html; sourceTree = ""; }; + 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = sdkdoc.css; sourceTree = ""; }; + 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "VST Licensing Agreement.rtf"; sourceTree = ""; }; + 24A2FF8E0F90D1DD003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + 24A2FF910F90D1DD003BB5A7 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelay.cpp; sourceTree = ""; }; + 24A2FF990F90D1DD003BB5A7 /* adelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adelay.h; sourceTree = ""; }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelaymain.cpp; sourceTree = ""; }; + 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00128.bmp; sourceTree = ""; }; + 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00129.bmp; sourceTree = ""; }; + 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00130.bmp; sourceTree = ""; }; + 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.rc; sourceTree = ""; }; + 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sdeditor.cpp; sourceTree = ""; }; + 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sdeditor.h; sourceTree = ""; }; + 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surrounddelay.cpp; sourceTree = ""; }; + 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surrounddelay.h; sourceTree = ""; }; + 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; + 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; + 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = again.cpp; sourceTree = ""; }; + 24A2FFAB0F90D1DD003BB5A7 /* again.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = again.h; sourceTree = ""; }; + 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; + 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "minihost-Info.plist"; sourceTree = ""; }; + 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "vst 2.4 examples.xcodeproj"; sourceTree = ""; }; + 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = vst2.4Info.plist; sourceTree = ""; }; + 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minieditor.cpp; sourceTree = ""; }; + 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minihost.cpp; sourceTree = ""; }; + 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; + 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.rc; sourceTree = ""; }; + 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.vstxml; sourceTree = ""; }; + 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmnames.h; sourceTree = ""; }; + 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynth.cpp; sourceTree = ""; }; + 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstxsynth.h; sourceTree = ""; }; + 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynthproc.cpp; sourceTree = ""; }; + 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; + 24A2FFC60F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; + 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstplug.def; sourceTree = ""; }; + 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; + 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; + 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; + 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; + 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; + 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; + 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = adelay.dsp; sourceTree = ""; }; + 24A2FFD10F90D1DD003BB5A7 /* again.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = again.dsp; sourceTree = ""; }; + 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = minihost.dsp; sourceTree = ""; }; + 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.dsw; sourceTree = ""; }; + 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.dsp; sourceTree = ""; }; + 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.dsp; sourceTree = ""; }; + 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = audiounit.exp; sourceTree = ""; }; + 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "cw_vst_prefix.pch++"; sourceTree = ""; }; + 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */ = {isa = PBXFileReference; lastKnownFileType = file; path = drawtest.cw9prj; sourceTree = ""; }; + 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.plc; sourceTree = ""; }; + 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcode; sourceTree = ""; }; + 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcodeproj; sourceTree = ""; }; + 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_au_prefix.h; sourceTree = ""; }; + 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_vst_prefix.h; sourceTree = ""; }; + 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = audiounit.r; sourceTree = ""; }; + 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00001.png; sourceTree = ""; }; + 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00100.png; sourceTree = ""; }; + 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp01000.png; sourceTree = ""; }; + 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10001.bmp; sourceTree = ""; }; + 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10002.bmp; sourceTree = ""; }; + 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10003.bmp; sourceTree = ""; }; + 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10004.bmp; sourceTree = ""; }; + 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10005.bmp; sourceTree = ""; }; + 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10006.bmp; sourceTree = ""; }; + 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10007.bmp; sourceTree = ""; }; + 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10008.bmp; sourceTree = ""; }; + 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10009.bmp; sourceTree = ""; }; + 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10010.bmp; sourceTree = ""; }; + 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10011.bmp; sourceTree = ""; }; + 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10012.bmp; sourceTree = ""; }; + 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10013.bmp; sourceTree = ""; }; + 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; + 24D8286F09A914000093AEF8 /* Pop2Proc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Pop2Proc.cpp; path = source/Pop2Proc.cpp; sourceTree = ""; }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* FM-Chopper */ = { + isa = PBXGroup; + children = ( + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + 089C167CFE841241C02AAC07 /* Resources */, + 08FB77ADFE841716C02AAC07 /* Source */, + 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */, + ); + name = "FM-Chopper"; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 2434720A098313350063BBF1 /* QuickTime.framework */, + 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */, + 24CFB70307E7A0220081BD57 /* PkgInfo */, + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 2407DEB6089929BA00EB68BF /* Pop2.cpp */, + 24D8286F09A914000093AEF8 /* Pop2Proc.cpp */, + 245463B80991757100464AD3 /* Pop2.h */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 2407DE920899296600EB68BF /* Pop2.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A200030F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */, + 24A200050F90D1DD003BB5A7 /* controlsgui.h */, + 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */, + 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */, + 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */, + 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */, + 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */, + 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */, + 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */, + 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */, + 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */, + ); + name = source; + path = /vstsdk2.4/vstgui.sf/drawtest/source; + sourceTree = ""; + }; + 24A2000F0F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A200100F90D1DD003BB5A7 /* drawtest.def */, + 24A200110F90D1DD003BB5A7 /* drawtest.rc */, + 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */, + ); + name = win; + path = /vstsdk2.4/vstgui.sf/drawtest/win; + sourceTree = ""; + }; + 24A200130F90D1DD003BB5A7 /* win.vc6 */ = { + isa = PBXGroup; + children = ( + 24A200140F90D1DD003BB5A7 /* drawtest.dsp */, + 24A200150F90D1DD003BB5A7 /* drawtest.dsw */, + ); + name = win.vc6; + path = /vstsdk2.4/vstgui.sf/drawtest/win.vc6; + sourceTree = ""; + }; + 24A200160F90D1DD003BB5A7 /* vstgui */ = { + isa = PBXGroup; + children = ( + 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */, + 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */, + 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */, + 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */, + 24A2001B0F90D1DD003BB5A7 /* Changelog */, + 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */, + 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */, + 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */, + 24A2001F0F90D1DD003BB5A7 /* ctabview.h */, + 24A200200F90D1DD003BB5A7 /* Documentation */, + 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */, + 24A201470F90D1DE003BB5A7 /* plugguieditor.h */, + 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */, + 24A201490F90D1DE003BB5A7 /* vstcontrols.h */, + 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */, + 24A2014B0F90D1DE003BB5A7 /* vstgui.h */, + 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */, + 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */, + 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */, + 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */, + 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */, + ); + name = vstgui; + path = /vstsdk2.4/vstgui.sf/vstgui; + sourceTree = ""; + }; + 24A200200F90D1DD003BB5A7 /* Documentation */ = { + isa = PBXGroup; + children = ( + 24A200210F90D1DD003BB5A7 /* html */, + 24A201440F90D1DE003BB5A7 /* index.html */, + 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */, + ); + name = Documentation; + path = /vstsdk2.4/vstgui.sf/vstgui/Documentation; + sourceTree = ""; + }; + 24A200210F90D1DD003BB5A7 /* html */ = { + isa = PBXGroup; + children = ( + 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */, + 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */, + 24A200240F90D1DD003BB5A7 /* annotated.html */, + 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */, + 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */, + 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */, + 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */, + 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */, + 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */, + 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */, + 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */, + 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */, + 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */, + 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */, + 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */, + 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */, + 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */, + 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */, + 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */, + 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */, + 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */, + 24A200370F90D1DD003BB5A7 /* class_c_control.html */, + 24A200380F90D1DD003BB5A7 /* class_c_control.png */, + 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */, + 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */, + 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */, + 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */, + 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */, + 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */, + 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */, + 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */, + 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */, + 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */, + 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */, + 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */, + 24A200450F90D1DD003BB5A7 /* class_c_frame.html */, + 24A200460F90D1DD003BB5A7 /* class_c_frame.png */, + 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */, + 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */, + 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */, + 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */, + 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */, + 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */, + 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */, + 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */, + 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */, + 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */, + 24A200510F90D1DD003BB5A7 /* class_c_knob.html */, + 24A200520F90D1DD003BB5A7 /* class_c_knob.png */, + 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */, + 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */, + 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */, + 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */, + 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */, + 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */, + 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */, + 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */, + 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */, + 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */, + 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */, + 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */, + 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */, + 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */, + 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */, + 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */, + 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */, + 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */, + 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */, + 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */, + 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */, + 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */, + 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */, + 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */, + 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */, + 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */, + 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */, + 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */, + 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */, + 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */, + 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */, + 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */, + 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */, + 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */, + 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */, + 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */, + 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */, + 24A200780F90D1DD003BB5A7 /* class_c_slider.html */, + 24A200790F90D1DD003BB5A7 /* class_c_slider.png */, + 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */, + 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */, + 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */, + 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */, + 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */, + 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */, + 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */, + 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */, + 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */, + 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */, + 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */, + 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */, + 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */, + 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */, + 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */, + 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */, + 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */, + 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */, + 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */, + 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */, + 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */, + 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */, + 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */, + 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */, + 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */, + 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */, + 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */, + 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */, + 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */, + 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */, + 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */, + 24A200990F90D1DD003BB5A7 /* class_c_view.html */, + 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */, + 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */, + 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */, + 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */, + 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */, + 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */, + 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */, + 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */, + 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */, + 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */, + 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */, + 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */, + 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */, + 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */, + 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */, + 24A200A90F90D1DD003BB5A7 /* deprecated.html */, + 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */, + 24A200AB0F90D1DD003BB5A7 /* doxygen.css */, + 24A200AC0F90D1DD003BB5A7 /* doxygen.png */, + 24A200AD0F90D1DD003BB5A7 /* files.html */, + 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */, + 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */, + 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */, + 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */, + 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */, + 24A200B30F90D1DE003BB5A7 /* ftv2link.png */, + 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */, + 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */, + 24A200B60F90D1DE003BB5A7 /* ftv2node.png */, + 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */, + 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */, + 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */, + 24A200BA0F90D1DE003BB5A7 /* functions.html */, + 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */, + 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */, + 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */, + 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */, + 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */, + 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */, + 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */, + 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */, + 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */, + 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */, + 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */, + 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */, + 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */, + 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */, + 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */, + 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */, + 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */, + 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */, + 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */, + 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */, + 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */, + 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */, + 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */, + 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */, + 24A200D30F90D1DE003BB5A7 /* functions_eval.html */, + 24A200D40F90D1DE003BB5A7 /* functions_func.html */, + 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */, + 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */, + 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */, + 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */, + 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */, + 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */, + 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */, + 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */, + 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */, + 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */, + 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */, + 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */, + 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */, + 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */, + 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */, + 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */, + 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */, + 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */, + 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */, + 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */, + 24A200E90F90D1DE003BB5A7 /* functions_rela.html */, + 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */, + 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */, + 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */, + 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */, + 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */, + 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */, + 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */, + 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */, + 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */, + 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */, + 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */, + 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */, + 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */, + 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */, + 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */, + 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */, + 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */, + 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */, + 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */, + 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */, + 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */, + 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */, + 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */, + 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */, + 24A201020F90D1DE003BB5A7 /* globals.html */, + 24A201030F90D1DE003BB5A7 /* globals_0x61.html */, + 24A201040F90D1DE003BB5A7 /* globals_0x62.html */, + 24A201050F90D1DE003BB5A7 /* globals_0x63.html */, + 24A201060F90D1DE003BB5A7 /* globals_0x65.html */, + 24A201070F90D1DE003BB5A7 /* globals_0x66.html */, + 24A201080F90D1DE003BB5A7 /* globals_0x67.html */, + 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */, + 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */, + 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */, + 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */, + 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */, + 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */, + 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */, + 24A201100F90D1DE003BB5A7 /* globals_0x74.html */, + 24A201110F90D1DE003BB5A7 /* globals_0x75.html */, + 24A201120F90D1DE003BB5A7 /* globals_0x76.html */, + 24A201130F90D1DE003BB5A7 /* globals_0x77.html */, + 24A201140F90D1DE003BB5A7 /* globals_defs.html */, + 24A201150F90D1DE003BB5A7 /* globals_enum.html */, + 24A201160F90D1DE003BB5A7 /* globals_eval.html */, + 24A201170F90D1DE003BB5A7 /* globals_type.html */, + 24A201180F90D1DE003BB5A7 /* globals_vars.html */, + 24A201190F90D1DE003BB5A7 /* hierarchy.html */, + 24A2011A0F90D1DE003BB5A7 /* index.html */, + 24A2011B0F90D1DE003BB5A7 /* intro.html */, + 24A2011C0F90D1DE003BB5A7 /* license.html */, + 24A2011D0F90D1DE003BB5A7 /* maceditor.html */, + 24A2011E0F90D1DE003BB5A7 /* main.html */, + 24A2011F0F90D1DE003BB5A7 /* others.html */, + 24A201200F90D1DE003BB5A7 /* pages.html */, + 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */, + 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */, + 24A201230F90D1DE003BB5A7 /* sequences.html */, + 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */, + 24A201250F90D1DE003BB5A7 /* struct_c_color.html */, + 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */, + 24A201270F90D1DE003BB5A7 /* struct_c_point.html */, + 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */, + 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */, + 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */, + 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */, + 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */, + 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */, + 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */, + 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */, + 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */, + 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */, + 24A201320F90D1DE003BB5A7 /* tab_b.gif */, + 24A201330F90D1DE003BB5A7 /* tab_l.gif */, + 24A201340F90D1DE003BB5A7 /* tab_r.gif */, + 24A201350F90D1DE003BB5A7 /* tabs.css */, + 24A201360F90D1DE003BB5A7 /* thanks.html */, + 24A201370F90D1DE003BB5A7 /* tree.html */, + 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */, + 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */, + 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */, + 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */, + 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */, + 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */, + 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */, + 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */, + 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */, + 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */, + 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */, + 24A201430F90D1DE003BB5A7 /* whatsnew.html */, + ); + name = html; + path = /vstsdk2.4/vstgui.sf/vstgui/Documentation/html; + sourceTree = ""; + }; + 24A203CE0F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203D70F90D272003BB5A7 /* again.vst */, + 24A203D90F90D272003BB5A7 /* adelay.vst */, + 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */, + 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */, + 24A203DF0F90D272003BB5A7 /* minihost.app */, + ); + name = Products; + sourceTree = ""; + }; + 24A203E00F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203E50F90D272003BB5A7 /* drawtest.component */, + 24A203E70F90D272003BB5A7 /* drawtest.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A203E80F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203ED0F90D272003BB5A7 /* drawtest.component */, + 24A203EF0F90D272003BB5A7 /* drawtest.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */ = { + isa = PBXGroup; + children = ( + 24A2FEBC0F90D1DC003BB5A7 /* artwork */, + 24A2FEC20F90D1DC003BB5A7 /* bin */, + 24A2FED80F90D1DC003BB5A7 /* doc */, + 24A2FF8E0F90D1DD003BB5A7 /* index.html */, + 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */, + 24A2FF940F90D1DD003BB5A7 /* public.sdk */, + 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */, + ); + name = vstsdk2.4; + path = /vstsdk2.4; + sourceTree = ""; + }; + 24A2FEBC0F90D1DC003BB5A7 /* artwork */ = { + isa = PBXGroup; + children = ( + 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */, + 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */, + 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */, + 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */, + 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */, + ); + name = artwork; + path = /vstsdk2.4/artwork; + sourceTree = ""; + }; + 24A2FEC20F90D1DC003BB5A7 /* bin */ = { + isa = PBXGroup; + children = ( + 24A2FEC30F90D1DC003BB5A7 /* mac */, + 24A2FED50F90D1DC003BB5A7 /* win */, + ); + name = bin; + path = /vstsdk2.4/bin; + sourceTree = ""; + }; + 24A2FEC30F90D1DC003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */, + 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */, + ); + name = mac; + path = /vstsdk2.4/bin/mac; + sourceTree = ""; + }; + 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */ = { + isa = PBXGroup; + children = ( + 24A2FEC50F90D1DC003BB5A7 /* Contents */, + ); + name = VSTMonitor.vst; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst; + sourceTree = ""; + }; + 24A2FEC50F90D1DC003BB5A7 /* Contents */ = { + isa = PBXGroup; + children = ( + 24A2FEC60F90D1DC003BB5A7 /* Info.plist */, + 24A2FEC70F90D1DC003BB5A7 /* MacOS */, + 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */, + 24A2FECA0F90D1DC003BB5A7 /* Resources */, + ); + name = Contents; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents; + sourceTree = ""; + }; + 24A2FEC70F90D1DC003BB5A7 /* MacOS */ = { + isa = PBXGroup; + children = ( + 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */, + ); + name = MacOS; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/MacOS; + sourceTree = ""; + }; + 24A2FECA0F90D1DC003BB5A7 /* Resources */ = { + isa = PBXGroup; + children = ( + 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */, + 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */, + 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */, + 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */, + 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */, + 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */, + 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */, + 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */, + 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */, + ); + name = Resources; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/Resources; + sourceTree = ""; + }; + 24A2FED50F90D1DC003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */, + 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */, + ); + name = win; + path = /vstsdk2.4/bin/win; + sourceTree = ""; + }; + 24A2FED80F90D1DC003BB5A7 /* doc */ = { + isa = PBXGroup; + children = ( + 24A2FED90F90D1DC003BB5A7 /* gfx */, + 24A2FEDE0F90D1DC003BB5A7 /* html */, + 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */, + 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */, + 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */, + 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */, + ); + name = doc; + path = /vstsdk2.4/doc; + sourceTree = ""; + }; + 24A2FED90F90D1DC003BB5A7 /* gfx */ = { + isa = PBXGroup; + children = ( + 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */, + 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */, + 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */, + 24A2FEDD0F90D1DC003BB5A7 /* win.gif */, + ); + name = gfx; + path = /vstsdk2.4/doc/gfx; + sourceTree = ""; + }; + 24A2FEDE0F90D1DC003BB5A7 /* html */ = { + isa = PBXGroup; + children = ( + 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */, + 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */, + 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */, + 24A2FEE20F90D1DC003BB5A7 /* annotated.html */, + 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */, + 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */, + 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */, + 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */, + 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */, + 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */, + 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */, + 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */, + 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */, + 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */, + 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */, + 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */, + 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */, + 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */, + 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */, + 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */, + 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */, + 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */, + 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */, + 24A2FEF60F90D1DC003BB5A7 /* dirs.html */, + 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */, + 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */, + 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */, + 24A2FEFA0F90D1DC003BB5A7 /* files.html */, + 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */, + 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */, + 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */, + 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */, + 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */, + 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */, + 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */, + 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */, + 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */, + 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */, + 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */, + 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */, + 24A2FF070F90D1DC003BB5A7 /* functions.html */, + 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */, + 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */, + 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */, + 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */, + 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */, + 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */, + 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */, + 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */, + 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */, + 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */, + 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */, + 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */, + 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */, + 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */, + 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */, + 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */, + 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */, + 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */, + 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */, + 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */, + 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */, + 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */, + 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */, + 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */, + 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */, + 24A2FF210F90D1DC003BB5A7 /* globals.html */, + 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */, + 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */, + 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */, + 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */, + 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */, + 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */, + 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */, + 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */, + 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */, + 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */, + 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */, + 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */, + 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */, + 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */, + 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */, + 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */, + 24A2FF320F90D1DC003BB5A7 /* globals_func.html */, + 24A2FF330F90D1DC003BB5A7 /* globals_type.html */, + 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */, + 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */, + 24A2FF360F90D1DC003BB5A7 /* history.html */, + 24A2FF370F90D1DC003BB5A7 /* index.html */, + 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */, + 24A2FF390F90D1DC003BB5A7 /* intro.html */, + 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */, + 24A2FF3B0F90D1DC003BB5A7 /* license.html */, + 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */, + 24A2FF3D0F90D1DC003BB5A7 /* main.html */, + 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */, + 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */, + 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */, + 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */, + 24A2FF420F90D1DC003BB5A7 /* namespaces.html */, + 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */, + 24A2FF440F90D1DC003BB5A7 /* others.html */, + 24A2FF450F90D1DC003BB5A7 /* pages.html */, + 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */, + 24A2FF470F90D1DC003BB5A7 /* sequences.html */, + 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */, + 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */, + 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */, + 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */, + 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */, + 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */, + 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */, + 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */, + 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */, + 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */, + 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */, + 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */, + 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */, + 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */, + 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */, + 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */, + 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */, + 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */, + 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */, + 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */, + 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */, + 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */, + 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */, + 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */, + 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */, + 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */, + 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */, + 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */, + 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */, + 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */, + 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */, + 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */, + 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */, + 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */, + 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */, + 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */, + 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */, + 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */, + 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */, + 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */, + 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */, + 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */, + 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */, + 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */, + 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */, + 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */, + 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */, + 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */, + 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */, + 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */, + 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */, + 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */, + 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */, + 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */, + 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */, + 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */, + 24A2FF800F90D1DD003BB5A7 /* thanks.html */, + 24A2FF810F90D1DD003BB5A7 /* tree.html */, + 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */, + 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */, + 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */, + 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */, + 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */, + 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */, + 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */, + 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */, + ); + name = html; + path = /vstsdk2.4/doc/html; + sourceTree = ""; + }; + 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */ = { + isa = PBXGroup; + children = ( + 24A2FF900F90D1DD003BB5A7 /* vst2.x */, + ); + name = pluginterfaces; + path = /vstsdk2.4/pluginterfaces; + sourceTree = ""; + }; + 24A2FF900F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FF910F90D1DD003BB5A7 /* aeffect.h */, + 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */, + 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */, + ); + name = vst2.x; + path = /vstsdk2.4/pluginterfaces/vst2.x; + sourceTree = ""; + }; + 24A2FF940F90D1DD003BB5A7 /* public.sdk */ = { + isa = PBXGroup; + children = ( + 24A2FF950F90D1DD003BB5A7 /* samples */, + 24A2FFD60F90D1DD003BB5A7 /* source */, + ); + name = public.sdk; + path = /vstsdk2.4/public.sdk; + sourceTree = ""; + }; + 24A2FF950F90D1DD003BB5A7 /* samples */ = { + isa = PBXGroup; + children = ( + 24A2FF960F90D1DD003BB5A7 /* vst2.x */, + ); + name = samples; + path = /vstsdk2.4/public.sdk/samples; + sourceTree = ""; + }; + 24A2FF960F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FF970F90D1DD003BB5A7 /* adelay */, + 24A2FFA80F90D1DD003BB5A7 /* again */, + 24A2FFAE0F90D1DD003BB5A7 /* mac */, + 24A2FFB40F90D1DD003BB5A7 /* minihost */, + 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */, + 24A2FFC50F90D1DD003BB5A7 /* win */, + 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */, + 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */, + ); + name = vst2.x; + path = /vstsdk2.4/public.sdk/samples/vst2.x; + sourceTree = ""; + }; + 24A2FF970F90D1DD003BB5A7 /* adelay */ = { + isa = PBXGroup; + children = ( + 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */, + 24A2FF990F90D1DD003BB5A7 /* adelay.h */, + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */, + 24A2FF9B0F90D1DD003BB5A7 /* editor */, + 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */, + 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */, + 24A2FFA50F90D1DD003BB5A7 /* win */, + ); + name = adelay; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay; + sourceTree = ""; + }; + 24A2FF9B0F90D1DD003BB5A7 /* editor */ = { + isa = PBXGroup; + children = ( + 24A2FF9C0F90D1DD003BB5A7 /* resources */, + 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */, + 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */, + ); + name = editor; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor; + sourceTree = ""; + }; + 24A2FF9C0F90D1DD003BB5A7 /* resources */ = { + isa = PBXGroup; + children = ( + 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */, + 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */, + 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */, + 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */, + ); + name = resources; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor/resources; + sourceTree = ""; + }; + 24A2FFA50F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */, + 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/win; + sourceTree = ""; + }; + 24A2FFA80F90D1DD003BB5A7 /* again */ = { + isa = PBXGroup; + children = ( + 24A2FFA90F90D1DD003BB5A7 /* source */, + 24A2FFAC0F90D1DD003BB5A7 /* win */, + ); + name = again; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again; + sourceTree = ""; + }; + 24A2FFA90F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */, + 24A2FFAB0F90D1DD003BB5A7 /* again.h */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again/source; + sourceTree = ""; + }; + 24A2FFAC0F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again/win; + sourceTree = ""; + }; + 24A2FFAE0F90D1DD003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */, + 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */, + 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */, + ); + name = mac; + path = /vstsdk2.4/public.sdk/samples/vst2.x/mac; + sourceTree = ""; + }; + 24A2FFB40F90D1DD003BB5A7 /* minihost */ = { + isa = PBXGroup; + children = ( + 24A2FFB50F90D1DD003BB5A7 /* source */, + 24A2FFB80F90D1DD003BB5A7 /* win */, + ); + name = minihost; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost; + sourceTree = ""; + }; + 24A2FFB50F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */, + 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/source; + sourceTree = ""; + }; + 24A2FFB80F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/win; + sourceTree = ""; + }; + 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */ = { + isa = PBXGroup; + children = ( + 24A2FFBB0F90D1DD003BB5A7 /* resource */, + 24A2FFBE0F90D1DD003BB5A7 /* source */, + 24A2FFC30F90D1DD003BB5A7 /* win */, + ); + name = vstxsynth; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth; + sourceTree = ""; + }; + 24A2FFBB0F90D1DD003BB5A7 /* resource */ = { + isa = PBXGroup; + children = ( + 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */, + 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */, + ); + name = resource; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource; + sourceTree = ""; + }; + 24A2FFBE0F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */, + 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */, + 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */, + 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/source; + sourceTree = ""; + }; + 24A2FFC30F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/win; + sourceTree = ""; + }; + 24A2FFC50F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFC60F90D1DD003BB5A7 /* samples.sln */, + 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win; + sourceTree = ""; + }; + 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */ = { + isa = PBXGroup; + children = ( + 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */, + 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */, + 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */, + 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */, + 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */, + 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */, + ); + name = win.vc2003; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc2003; + sourceTree = ""; + }; + 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */ = { + isa = PBXGroup; + children = ( + 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */, + 24A2FFD10F90D1DD003BB5A7 /* again.dsp */, + 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */, + 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */, + 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */, + 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */, + ); + name = win.vc6; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc6; + sourceTree = ""; + }; + 24A2FFD60F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFD70F90D1DD003BB5A7 /* vst2.x */, + ); + name = source; + path = /vstsdk2.4/public.sdk/source; + sourceTree = ""; + }; + 24A2FFD70F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */, + 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */, + 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */, + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */, + 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */, + 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */, + ); + name = vst2.x; + path = /vstsdk2.4/public.sdk/source/vst2.x; + sourceTree = ""; + }; + 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */ = { + isa = PBXGroup; + children = ( + 24A2FFDF0F90D1DD003BB5A7 /* drawtest */, + 24A200160F90D1DD003BB5A7 /* vstgui */, + ); + name = vstgui.sf; + path = /vstsdk2.4/vstgui.sf; + sourceTree = ""; + }; + 24A2FFDF0F90D1DD003BB5A7 /* drawtest */ = { + isa = PBXGroup; + children = ( + 24A2FFE00F90D1DD003BB5A7 /* mac */, + 24A2FFEE0F90D1DD003BB5A7 /* resources */, + 24A200030F90D1DD003BB5A7 /* source */, + 24A2000F0F90D1DD003BB5A7 /* win */, + 24A200130F90D1DD003BB5A7 /* win.vc6 */, + ); + name = drawtest; + path = /vstsdk2.4/vstgui.sf/drawtest; + sourceTree = ""; + }; + 24A2FFE00F90D1DD003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */, + 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */, + 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */, + 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */, + 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */, + 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */, + 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */, + 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */, + 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */, + ); + name = mac; + path = /vstsdk2.4/vstgui.sf/drawtest/mac; + sourceTree = ""; + }; + 24A2FFEE0F90D1DD003BB5A7 /* resources */ = { + isa = PBXGroup; + children = ( + 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */, + 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */, + 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */, + 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */, + 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */, + 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */, + 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */, + 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */, + 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */, + 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */, + 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */, + 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */, + 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */, + 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */, + 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */, + 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */, + 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */, + 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */, + 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */, + 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */, + ); + name = resources; + path = /vstsdk2.4/vstgui.sf/drawtest/resources; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 245463B90991757100464AD3 /* Pop2.h in Headers */, + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, + 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */, + 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */, + 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */, + 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */, + 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */, + 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */, + 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */, + 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */, + 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */, + 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */, + 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */, + 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */, + 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */, + 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */, + 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */, + 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */, + 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */, + 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */, + 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */, + 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */, + 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */, + 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */, + 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */, + 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */, + 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */, + 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */, + 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */, + 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */, + 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */, + 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */, + 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */, + 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* Pop2 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Pop2" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCF0486CAD60068D4B7 /* Rez */, + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Pop2; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = "FM-Chopper"; + productReference = 2407DE920899296600EB68BF /* Pop2.vst */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Pop2" */; + compatibilityVersion = "Xcode 2.4"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); + mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 24A203E00F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + }, + { + ProductGroup = 24A203E80F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + }, + { + ProductGroup = 24A203CE0F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* Pop2 */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 24A203D70F90D272003BB5A7 /* again.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = again.vst; + remoteRef = 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203D90F90D272003BB5A7 /* adelay.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = adelay.vst; + remoteRef = 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = vstxsynth.vst; + remoteRef = 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = surrounddelay.vst; + remoteRef = 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DF0F90D272003BB5A7 /* minihost.app */ = { + isa = PBXReferenceProxy; + fileType = wrapper.application; + path = minihost.app; + remoteRef = 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203E50F90D272003BB5A7 /* drawtest.component */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.component; + remoteRef = 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203E70F90D272003BB5A7 /* drawtest.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.vst; + remoteRef = 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203ED0F90D272003BB5A7 /* drawtest.component */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.component; + remoteRef = 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203EF0F90D272003BB5A7 /* drawtest.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.vst; + remoteRef = 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXRezBuildPhase section */ + 8D01CCCF0486CAD60068D4B7 /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXRezBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy PkgInfo"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/bash; + shellScript = "cp mac/PkgInfo \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.vst/Contents/\""; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2407DEB9089929BA00EB68BF /* Pop2.cpp in Sources */, + 24D8287009A914000093AEF8 /* Pop2Proc.cpp in Sources */, + 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */, + 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */, + 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 24BEAAEE08919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + LIBRARY_SEARCH_PATHS = ""; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_NAME = Gain; + SECTORDER_FLAGS = ""; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Debug; + }; + 24BEAAEF08919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + x86_64, + ); + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_MODEL_TUNING = G4; + GCC_OPTIMIZATION_LEVEL = s; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 10.4; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_NAME = Pop2; + SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; + SECTORDER_FLAGS = ""; + SKIP_INSTALL = NO; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = all; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Release; + }; + 24BEAAF208919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(NATIVE_ARCH)"; + GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + }; + name = Debug; + }; + 24BEAAF308919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; + ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_MODEL_TUNING = G4; + GCC_OPTIMIZATION_LEVEL = s; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "Pop2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAEE08919AE700E695F9 /* Debug */, + 24BEAAEF08919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "Pop2" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAF208919AE700E695F9 /* Debug */, + 24BEAAF308919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacVST/Pop2/Pop2.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacVST/Pop2/Pop2.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100755 index 000000000..a80c03824 --- /dev/null +++ b/plugins/MacVST/Pop2/Pop2.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacVST/Pop2/Pop2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacVST/Pop2/Pop2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..5c38f9460 Binary files /dev/null and b/plugins/MacVST/Pop2/Pop2.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacVST/Pop2/Pop2.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacVST/Pop2/Pop2.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..314de0ff8 Binary files /dev/null and b/plugins/MacVST/Pop2/Pop2.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacVST/Pop2/Pop2.xcodeproj/spiadmin.mode1v3 b/plugins/MacVST/Pop2/Pop2.xcodeproj/spiadmin.mode1v3 new file mode 100755 index 000000000..c5723261d --- /dev/null +++ b/plugins/MacVST/Pop2/Pop2.xcodeproj/spiadmin.mode1v3 @@ -0,0 +1,1372 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 91857D9F148EF61800AAA11B + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 089C1671FE841209C02AAC07 + 19C28FB4FE9D528D11CA2CBB + 089C167CFE841241C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 11 + 10 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 693}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 711}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + _historyCapacity + 0 + bookmark + 911C2A9D1491A5F600A430AF + history + + 915DCCBB1491A5B8008574E6 + + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {1053, 508}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 508pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 513}, {1053, 198}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + XCDetailModule + Proportion + 198pt + + + Proportion + 1053pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 911C2A901491A5F600A430AF + 1CE0B1FE06471DED0097A5F4 + 911C2A911491A5F600A430AF + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 1 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 91857DA0148EF61800AAA11B + /Users/spiadmin/Documents/Gain/Gain.xcodeproj + + WindowString + 286 197 1261 752 0 0 1680 1028 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {743, 413}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 413pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 418}, {743, 236}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 654pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 91857DA0148EF61800AAA11B + 911C2A921491A5F600A430AF + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 112 208 743 695 0 0 1680 1028 + WindowToolGUID + 91857DA0148EF61800AAA11B + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacVST/Pop2/Pop2.xcodeproj/spiadmin.pbxuser b/plugins/MacVST/Pop2/Pop2.xcodeproj/spiadmin.pbxuser new file mode 100755 index 000000000..df947808e --- /dev/null +++ b/plugins/MacVST/Pop2/Pop2.xcodeproj/spiadmin.pbxuser @@ -0,0 +1,143 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Gain */; + codeSenseManager = 91857D95148EF55400AAA11B /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 829, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 789, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 345089498; + PBXWorkspaceStateSaveDate = 345089498; + }; + perUserProjectItems = { + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = 911C2A9D1491A5F600A430AF /* PBXTextBookmark */; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */; + }; + sourceControlManager = 91857D94148EF55400AAA11B /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Gain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 1768}}"; + sepNavSelRange = "{247, 0}"; + sepNavVisRange = "{0, 1657}"; + }; + }; + 245463B80991757100464AD3 /* Gain.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 975}}"; + sepNavSelRange = "{1552, 0}"; + sepNavVisRange = "{796, 1857}"; + sepNavWindowFrame = "{{15, 465}, {750, 558}}"; + }; + }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 488}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 798}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 19825}}"; + sepNavSelRange = "{10641, 0}"; + sepNavVisRange = "{10076, 1095}"; + }; + }; + 24D8286F09A914000093AEF8 /* GainProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 482}}"; + sepNavSelRange = "{239, 0}"; + sepNavVisRange = "{0, 950}"; + }; + }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 493}}"; + sepNavSelRange = "{249, 0}"; + sepNavVisRange = "{0, 249}"; + }; + }; + 8D01CCC60486CAD60068D4B7 /* Gain */ = { + activeExec = 0; + }; + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1657; + vrLoc = 0; + }; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1625; + vrLoc = 0; + }; + 91857D94148EF55400AAA11B /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 91857D95148EF55400AAA11B /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; +} diff --git a/plugins/MacVST/Pop2/Pop2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme b/plugins/MacVST/Pop2/Pop2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme new file mode 100755 index 000000000..8ee693f95 --- /dev/null +++ b/plugins/MacVST/Pop2/Pop2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacVST/Pop2/Pop2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacVST/Pop2/Pop2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..5bccbcb4f --- /dev/null +++ b/plugins/MacVST/Pop2/Pop2.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Gain.xcscheme + + orderHint + 8 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacVST/Pop2/Pop2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacVST/Pop2/Pop2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..a7bdd62d4 --- /dev/null +++ b/plugins/MacVST/Pop2/Pop2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + «PROJECTNAME».xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacVST/Pop2/Pop2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme b/plugins/MacVST/Pop2/Pop2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme new file mode 100755 index 000000000..0df2de4a3 --- /dev/null +++ b/plugins/MacVST/Pop2/Pop2.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacVST/Pop2/mac/Info.plist b/plugins/MacVST/Pop2/mac/Info.plist new file mode 100755 index 000000000..465bac3f6 --- /dev/null +++ b/plugins/MacVST/Pop2/mac/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + Pop2 + CFBundleIconFile + + CFBundleIdentifier + com.airwindows.Pop2 + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacVST/Pop2/mac/PkgInfo b/plugins/MacVST/Pop2/mac/PkgInfo new file mode 100755 index 000000000..19a9cf67e --- /dev/null +++ b/plugins/MacVST/Pop2/mac/PkgInfo @@ -0,0 +1 @@ +BNDL???? \ No newline at end of file diff --git a/plugins/MacVST/Pop2/mac/xcode_vst_prefix.h b/plugins/MacVST/Pop2/mac/xcode_vst_prefix.h new file mode 100755 index 000000000..eaf4c0b4b --- /dev/null +++ b/plugins/MacVST/Pop2/mac/xcode_vst_prefix.h @@ -0,0 +1,17 @@ +#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 \ No newline at end of file diff --git a/plugins/MacVST/Pop2/source/Pop2.cpp b/plugins/MacVST/Pop2/source/Pop2.cpp new file mode 100755 index 000000000..9785272b8 --- /dev/null +++ b/plugins/MacVST/Pop2/source/Pop2.cpp @@ -0,0 +1,177 @@ +/* ======================================== + * Pop2 - Pop2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Pop2_H +#include "Pop2.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pop2(audioMaster);} + +Pop2::Pop2(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.5; + B = 0.5; + C = 0.5; + D = 0.5; + E = 1.0; + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + + lastSampleL = 0.0; + wasPosClipL = false; + wasNegClipL = false; + lastSampleR = 0.0; + wasPosClipR = false; + wasNegClipR = false; + for (int x = 0; x < 16; x++) {intermediateL[x] = 0.0; intermediateR[x] = 0.0;} + + muVaryL = 0.0; + muAttackL = 0.0; + muNewSpeedL = 1000.0; + muSpeedAL = 1000.0; + muSpeedBL = 1000.0; + muCoefficientAL = 1.0; + muCoefficientBL = 1.0; + + muVaryR = 0.0; + muAttackR = 0.0; + muNewSpeedR = 1000.0; + muSpeedAR = 1000.0; + muSpeedBR = 1000.0; + muCoefficientAR = 1.0; + muCoefficientBR = 1.0; + + flip = false; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Pop2::~Pop2() {} +VstInt32 Pop2::getVendorVersion () {return 1000;} +void Pop2::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Pop2::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Pop2::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + chunkData[4] = E; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Pop2::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + E = pinParameter(chunkData[4]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Pop2::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + case kParamE: E = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Pop2::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + case kParamE: return E; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Pop2::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Compres", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Attack", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "Release", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "Drive", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "Dry/Wet", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Pop2::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + case kParamB: float2string (B, text, kVstMaxParamStrLen); break; + case kParamC: float2string (C, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + case kParamE: float2string (E, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Pop2::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Pop2::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Pop2::getEffectName(char* name) { + vst_strncpy(name, "Pop2", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Pop2::getPlugCategory() {return kPlugCategEffect;} + +bool Pop2::getProductString(char* text) { + vst_strncpy (text, "airwindows Pop2", kVstMaxProductStrLen); return true; +} + +bool Pop2::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/MacVST/Pop2/source/Pop2.h b/plugins/MacVST/Pop2/source/Pop2.h new file mode 100755 index 000000000..a5e25e998 --- /dev/null +++ b/plugins/MacVST/Pop2/source/Pop2.h @@ -0,0 +1,98 @@ +/* ======================================== + * Pop2 - Pop2.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Pop2_H +#define __Pop2_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kParamE = 4, + kNumParameters = 5 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'popd'; //Change this to what the AU identity is! + +class Pop2 : + public AudioEffectX +{ +public: + Pop2(audioMasterCallback audioMaster); + ~Pop2(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + double muVaryL; + double muAttackL; + double muNewSpeedL; + double muSpeedAL; + double muSpeedBL; + double muCoefficientAL; + double muCoefficientBL; + + double muVaryR; + double muAttackR; + double muNewSpeedR; + double muSpeedAR; + double muSpeedBR; + double muCoefficientAR; + double muCoefficientBR; + + bool flip; + + double lastSampleL; + double intermediateL[16]; + bool wasPosClipL; + bool wasNegClipL; + double lastSampleR; + double intermediateR[16]; + bool wasPosClipR; + bool wasNegClipR; //Stereo ClipOnly2 + + float A; + float B; + float C; + float D; + float E; //parameters. Always 0-1, and we scale/alter them elsewhere. + +}; + +#endif diff --git a/plugins/MacVST/Pop2/source/Pop2Proc.cpp b/plugins/MacVST/Pop2/source/Pop2Proc.cpp new file mode 100755 index 000000000..f7659e816 --- /dev/null +++ b/plugins/MacVST/Pop2/source/Pop2Proc.cpp @@ -0,0 +1,392 @@ +/* ======================================== + * Pop2 - Pop2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Pop2_H +#include "Pop2.h" +#endif + +void Pop2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + int spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; + + double threshold = 1.0 - ((1.0-pow(1.0-A,2))*0.9); + double attack = ((pow(B,4)*100000.0)+10.0)*overallscale; + double release = ((pow(C,5)*2000000.0)+20.0)*overallscale; + double maxRelease = release * 4.0; + double muPreGain = 1.0/threshold; + double muMakeupGain = sqrt(1.0 / threshold)*D; + double wet = E; + //compressor section + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + //begin compressor section + inputSampleL *= muPreGain; + inputSampleR *= muPreGain; + //adjust coefficients for L + if (flip) { + if (fabs(inputSampleL) > threshold) { + muVaryL = threshold / fabs(inputSampleL); + muAttackL = sqrt(fabs(muSpeedAL)); + muCoefficientAL = muCoefficientAL * (muAttackL-1.0); + if (muVaryL < threshold) muCoefficientAL = muCoefficientAL + threshold; + else muCoefficientAL = muCoefficientAL + muVaryL; + muCoefficientAL = muCoefficientAL / muAttackL; + muNewSpeedL = muSpeedAL * (muSpeedAL-1.0); + muNewSpeedL = muNewSpeedL + release; + muSpeedAL = muNewSpeedL / muSpeedAL; + if (muSpeedAL > maxRelease) muSpeedAL = maxRelease; + } else { + muCoefficientAL = muCoefficientAL * ((muSpeedAL * muSpeedAL)-1.0); + muCoefficientAL = muCoefficientAL + 1.0; + muCoefficientAL = muCoefficientAL / (muSpeedAL * muSpeedAL); + muNewSpeedL = muSpeedAL * (muSpeedAL-1.0); + muNewSpeedL = muNewSpeedL + attack; + muSpeedAL = muNewSpeedL / muSpeedAL;} + } else { + if (fabs(inputSampleL) > threshold) { + muVaryL = threshold / fabs(inputSampleL); + muAttackL = sqrt(fabs(muSpeedBL)); + muCoefficientBL = muCoefficientBL * (muAttackL-1); + if (muVaryL < threshold) muCoefficientBL = muCoefficientBL + threshold; + else muCoefficientBL = muCoefficientBL + muVaryL; + muCoefficientBL = muCoefficientBL / muAttackL; + muNewSpeedL = muSpeedBL * (muSpeedBL-1.0); + muNewSpeedL = muNewSpeedL + release; + muSpeedBL = muNewSpeedL / muSpeedBL; + if (muSpeedBL > maxRelease) muSpeedBL = maxRelease; + } else { + muCoefficientBL = muCoefficientBL * ((muSpeedBL * muSpeedBL)-1.0); + muCoefficientBL = muCoefficientBL + 1.0; + muCoefficientBL = muCoefficientBL / (muSpeedBL * muSpeedBL); + muNewSpeedL = muSpeedBL * (muSpeedBL-1.0); + muNewSpeedL = muNewSpeedL + attack; + muSpeedBL = muNewSpeedL / muSpeedBL; + } + } + //got coefficients, adjusted speeds for L + + //adjust coefficients for R + if (flip) { + if (fabs(inputSampleR) > threshold) { + muVaryR = threshold / fabs(inputSampleR); + muAttackR = sqrt(fabs(muSpeedAR)); + muCoefficientAR = muCoefficientAR * (muAttackR-1.0); + if (muVaryR < threshold) muCoefficientAR = muCoefficientAR + threshold; + else muCoefficientAR = muCoefficientAR + muVaryR; + muCoefficientAR = muCoefficientAR / muAttackR; + muNewSpeedR = muSpeedAR * (muSpeedAR-1.0); + muNewSpeedR = muNewSpeedR + release; + muSpeedAR = muNewSpeedR / muSpeedAR; + if (muSpeedAR > maxRelease) muSpeedAR = maxRelease; + } else { + muCoefficientAR = muCoefficientAR * ((muSpeedAR * muSpeedAR)-1.0); + muCoefficientAR = muCoefficientAR + 1.0; + muCoefficientAR = muCoefficientAR / (muSpeedAR * muSpeedAR); + muNewSpeedR = muSpeedAR * (muSpeedAR-1.0); + muNewSpeedR = muNewSpeedR + attack; + muSpeedAR = muNewSpeedR / muSpeedAR; + } + } else { + if (fabs(inputSampleR) > threshold) { + muVaryR = threshold / fabs(inputSampleR); + muAttackR = sqrt(fabs(muSpeedBR)); + muCoefficientBR = muCoefficientBR * (muAttackR-1); + if (muVaryR < threshold) muCoefficientBR = muCoefficientBR + threshold; + else muCoefficientBR = muCoefficientBR + muVaryR; + muCoefficientBR = muCoefficientBR / muAttackR; + muNewSpeedR = muSpeedBR * (muSpeedBR-1.0); + muNewSpeedR = muNewSpeedR + release; + muSpeedBR = muNewSpeedR / muSpeedBR; + if (muSpeedBR > maxRelease) muSpeedBR = maxRelease; + } else { + muCoefficientBR = muCoefficientBR * ((muSpeedBR * muSpeedBR)-1.0); + muCoefficientBR = muCoefficientBR + 1.0; + muCoefficientBR = muCoefficientBR / (muSpeedBR * muSpeedBR); + muNewSpeedR = muSpeedBR * (muSpeedBR-1.0); + muNewSpeedR = muNewSpeedR + attack; + muSpeedBR = muNewSpeedR / muSpeedBR; + } + } + //got coefficients, adjusted speeds for R + + if (flip) { + inputSampleL *= pow(muCoefficientAL,2); + inputSampleR *= pow(muCoefficientAR,2); + } else { + inputSampleL *= pow(muCoefficientBL,2); + inputSampleR *= pow(muCoefficientBR,2); + } + inputSampleL *= muMakeupGain; + inputSampleR *= muMakeupGain; + flip = !flip; + //end compressor section + + //begin ClipOnly2 stereo as a little, compressed chunk that can be dropped into code + if (inputSampleL > 4.0) inputSampleL = 4.0; if (inputSampleL < -4.0) inputSampleL = -4.0; + if (wasPosClipL == true) { //current will be over + if (inputSampleL0.9549925859) {wasPosClipL=true;inputSampleL=0.7058208+(lastSampleL*0.2609148);} + if (wasNegClipL == true) { //current will be -over + if (inputSampleL > lastSampleL) lastSampleL=-0.7058208+(inputSampleL*0.2609148); + else lastSampleL=-0.2491717+(lastSampleL*0.7390851); + } wasNegClipL = false; + if (inputSampleL<-0.9549925859) {wasNegClipL=true;inputSampleL=-0.7058208+(lastSampleL*0.2609148);} + intermediateL[spacing] = inputSampleL; + inputSampleL = lastSampleL; //Latency is however many samples equals one 44.1k sample + for (int x = spacing; x > 0; x--) intermediateL[x-1] = intermediateL[x]; + lastSampleL = intermediateL[0]; //run a little buffer to handle this + + if (inputSampleR > 4.0) inputSampleR = 4.0; if (inputSampleR < -4.0) inputSampleR = -4.0; + if (wasPosClipR == true) { //current will be over + if (inputSampleR0.9549925859) {wasPosClipR=true;inputSampleR=0.7058208+(lastSampleR*0.2609148);} + if (wasNegClipR == true) { //current will be -over + if (inputSampleR > lastSampleR) lastSampleR=-0.7058208+(inputSampleR*0.2609148); + else lastSampleR=-0.2491717+(lastSampleR*0.7390851); + } wasNegClipR = false; + if (inputSampleR<-0.9549925859) {wasNegClipR=true;inputSampleR=-0.7058208+(lastSampleR*0.2609148);} + intermediateR[spacing] = inputSampleR; + inputSampleR = lastSampleR; //Latency is however many samples equals one 44.1k sample + for (int x = spacing; x > 0; x--) intermediateR[x-1] = intermediateR[x]; + lastSampleR = intermediateR[0]; //run a little buffer to handle this + //end ClipOnly2 stereo as a little, compressed chunk that can be dropped into code + + if (wet<1.0) { + inputSampleL = (drySampleL*(1.0-wet))+(inputSampleL*wet); + inputSampleR = (drySampleR*(1.0-wet))+(inputSampleR*wet); + } + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Pop2::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + int spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; + + double threshold = 1.0 - ((1.0-pow(1.0-A,2))*0.9); + double attack = ((pow(B,4)*100000.0)+10.0)*overallscale; + double release = ((pow(C,5)*2000000.0)+20.0)*overallscale; + double maxRelease = release * 4.0; + double muPreGain = 1.0/threshold; + double muMakeupGain = sqrt(1.0 / threshold)*D; + double wet = E; + //compressor section + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + //begin compressor section + inputSampleL *= muPreGain; + inputSampleR *= muPreGain; + //adjust coefficients for L + if (flip) { + if (fabs(inputSampleL) > threshold) { + muVaryL = threshold / fabs(inputSampleL); + muAttackL = sqrt(fabs(muSpeedAL)); + muCoefficientAL = muCoefficientAL * (muAttackL-1.0); + if (muVaryL < threshold) muCoefficientAL = muCoefficientAL + threshold; + else muCoefficientAL = muCoefficientAL + muVaryL; + muCoefficientAL = muCoefficientAL / muAttackL; + muNewSpeedL = muSpeedAL * (muSpeedAL-1.0); + muNewSpeedL = muNewSpeedL + release; + muSpeedAL = muNewSpeedL / muSpeedAL; + if (muSpeedAL > maxRelease) muSpeedAL = maxRelease; + } else { + muCoefficientAL = muCoefficientAL * ((muSpeedAL * muSpeedAL)-1.0); + muCoefficientAL = muCoefficientAL + 1.0; + muCoefficientAL = muCoefficientAL / (muSpeedAL * muSpeedAL); + muNewSpeedL = muSpeedAL * (muSpeedAL-1.0); + muNewSpeedL = muNewSpeedL + attack; + muSpeedAL = muNewSpeedL / muSpeedAL;} + } else { + if (fabs(inputSampleL) > threshold) { + muVaryL = threshold / fabs(inputSampleL); + muAttackL = sqrt(fabs(muSpeedBL)); + muCoefficientBL = muCoefficientBL * (muAttackL-1); + if (muVaryL < threshold) muCoefficientBL = muCoefficientBL + threshold; + else muCoefficientBL = muCoefficientBL + muVaryL; + muCoefficientBL = muCoefficientBL / muAttackL; + muNewSpeedL = muSpeedBL * (muSpeedBL-1.0); + muNewSpeedL = muNewSpeedL + release; + muSpeedBL = muNewSpeedL / muSpeedBL; + if (muSpeedBL > maxRelease) muSpeedBL = maxRelease; + } else { + muCoefficientBL = muCoefficientBL * ((muSpeedBL * muSpeedBL)-1.0); + muCoefficientBL = muCoefficientBL + 1.0; + muCoefficientBL = muCoefficientBL / (muSpeedBL * muSpeedBL); + muNewSpeedL = muSpeedBL * (muSpeedBL-1.0); + muNewSpeedL = muNewSpeedL + attack; + muSpeedBL = muNewSpeedL / muSpeedBL; + } + } + //got coefficients, adjusted speeds for L + + //adjust coefficients for R + if (flip) { + if (fabs(inputSampleR) > threshold) { + muVaryR = threshold / fabs(inputSampleR); + muAttackR = sqrt(fabs(muSpeedAR)); + muCoefficientAR = muCoefficientAR * (muAttackR-1.0); + if (muVaryR < threshold) muCoefficientAR = muCoefficientAR + threshold; + else muCoefficientAR = muCoefficientAR + muVaryR; + muCoefficientAR = muCoefficientAR / muAttackR; + muNewSpeedR = muSpeedAR * (muSpeedAR-1.0); + muNewSpeedR = muNewSpeedR + release; + muSpeedAR = muNewSpeedR / muSpeedAR; + if (muSpeedAR > maxRelease) muSpeedAR = maxRelease; + } else { + muCoefficientAR = muCoefficientAR * ((muSpeedAR * muSpeedAR)-1.0); + muCoefficientAR = muCoefficientAR + 1.0; + muCoefficientAR = muCoefficientAR / (muSpeedAR * muSpeedAR); + muNewSpeedR = muSpeedAR * (muSpeedAR-1.0); + muNewSpeedR = muNewSpeedR + attack; + muSpeedAR = muNewSpeedR / muSpeedAR; + } + } else { + if (fabs(inputSampleR) > threshold) { + muVaryR = threshold / fabs(inputSampleR); + muAttackR = sqrt(fabs(muSpeedBR)); + muCoefficientBR = muCoefficientBR * (muAttackR-1); + if (muVaryR < threshold) muCoefficientBR = muCoefficientBR + threshold; + else muCoefficientBR = muCoefficientBR + muVaryR; + muCoefficientBR = muCoefficientBR / muAttackR; + muNewSpeedR = muSpeedBR * (muSpeedBR-1.0); + muNewSpeedR = muNewSpeedR + release; + muSpeedBR = muNewSpeedR / muSpeedBR; + if (muSpeedBR > maxRelease) muSpeedBR = maxRelease; + } else { + muCoefficientBR = muCoefficientBR * ((muSpeedBR * muSpeedBR)-1.0); + muCoefficientBR = muCoefficientBR + 1.0; + muCoefficientBR = muCoefficientBR / (muSpeedBR * muSpeedBR); + muNewSpeedR = muSpeedBR * (muSpeedBR-1.0); + muNewSpeedR = muNewSpeedR + attack; + muSpeedBR = muNewSpeedR / muSpeedBR; + } + } + //got coefficients, adjusted speeds for R + + if (flip) { + inputSampleL *= pow(muCoefficientAL,2); + inputSampleR *= pow(muCoefficientAR,2); + } else { + inputSampleL *= pow(muCoefficientBL,2); + inputSampleR *= pow(muCoefficientBR,2); + } + inputSampleL *= muMakeupGain; + inputSampleR *= muMakeupGain; + flip = !flip; + //end compressor section + + //begin ClipOnly2 stereo as a little, compressed chunk that can be dropped into code + if (inputSampleL > 4.0) inputSampleL = 4.0; if (inputSampleL < -4.0) inputSampleL = -4.0; + if (wasPosClipL == true) { //current will be over + if (inputSampleL0.9549925859) {wasPosClipL=true;inputSampleL=0.7058208+(lastSampleL*0.2609148);} + if (wasNegClipL == true) { //current will be -over + if (inputSampleL > lastSampleL) lastSampleL=-0.7058208+(inputSampleL*0.2609148); + else lastSampleL=-0.2491717+(lastSampleL*0.7390851); + } wasNegClipL = false; + if (inputSampleL<-0.9549925859) {wasNegClipL=true;inputSampleL=-0.7058208+(lastSampleL*0.2609148);} + intermediateL[spacing] = inputSampleL; + inputSampleL = lastSampleL; //Latency is however many samples equals one 44.1k sample + for (int x = spacing; x > 0; x--) intermediateL[x-1] = intermediateL[x]; + lastSampleL = intermediateL[0]; //run a little buffer to handle this + + if (inputSampleR > 4.0) inputSampleR = 4.0; if (inputSampleR < -4.0) inputSampleR = -4.0; + if (wasPosClipR == true) { //current will be over + if (inputSampleR0.9549925859) {wasPosClipR=true;inputSampleR=0.7058208+(lastSampleR*0.2609148);} + if (wasNegClipR == true) { //current will be -over + if (inputSampleR > lastSampleR) lastSampleR=-0.7058208+(inputSampleR*0.2609148); + else lastSampleR=-0.2491717+(lastSampleR*0.7390851); + } wasNegClipR = false; + if (inputSampleR<-0.9549925859) {wasNegClipR=true;inputSampleR=-0.7058208+(lastSampleR*0.2609148);} + intermediateR[spacing] = inputSampleR; + inputSampleR = lastSampleR; //Latency is however many samples equals one 44.1k sample + for (int x = spacing; x > 0; x--) intermediateR[x-1] = intermediateR[x]; + lastSampleR = intermediateR[0]; //run a little buffer to handle this + //end ClipOnly2 stereo as a little, compressed chunk that can be dropped into code + + if (wet<1.0) { + inputSampleL = (drySampleL*(1.0-wet))+(inputSampleL*wet); + inputSampleR = (drySampleR*(1.0-wet))+(inputSampleR*wet); + } + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/MacVST/PowerSag/source/PowerSag.cpp b/plugins/MacVST/PowerSag/source/PowerSag.cpp index 12c46489a..5daef6480 100755 --- a/plugins/MacVST/PowerSag/source/PowerSag.cpp +++ b/plugins/MacVST/PowerSag/source/PowerSag.cpp @@ -1,6 +1,6 @@ /* ======================================== * PowerSag - PowerSag.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag_H diff --git a/plugins/MacVST/PowerSag/source/PowerSag.h b/plugins/MacVST/PowerSag/source/PowerSag.h index 106a02c34..90101cb68 100755 --- a/plugins/MacVST/PowerSag/source/PowerSag.h +++ b/plugins/MacVST/PowerSag/source/PowerSag.h @@ -1,7 +1,7 @@ /* ======================================== * PowerSag - PowerSag.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag_H diff --git a/plugins/MacVST/PowerSag/source/PowerSagProc.cpp b/plugins/MacVST/PowerSag/source/PowerSagProc.cpp index 61c9be8c7..4f71561d4 100755 --- a/plugins/MacVST/PowerSag/source/PowerSagProc.cpp +++ b/plugins/MacVST/PowerSag/source/PowerSagProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PowerSag - PowerSag.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag_H diff --git a/plugins/MacVST/PowerSag2/source/PowerSag2.cpp b/plugins/MacVST/PowerSag2/source/PowerSag2.cpp index cd6430a4b..1db1a6e11 100755 --- a/plugins/MacVST/PowerSag2/source/PowerSag2.cpp +++ b/plugins/MacVST/PowerSag2/source/PowerSag2.cpp @@ -1,6 +1,6 @@ /* ======================================== * PowerSag2 - PowerSag2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag2_H diff --git a/plugins/MacVST/PowerSag2/source/PowerSag2.h b/plugins/MacVST/PowerSag2/source/PowerSag2.h index b85beb050..b255b302e 100755 --- a/plugins/MacVST/PowerSag2/source/PowerSag2.h +++ b/plugins/MacVST/PowerSag2/source/PowerSag2.h @@ -1,7 +1,7 @@ /* ======================================== * PowerSag2 - PowerSag2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag2_H diff --git a/plugins/MacVST/PowerSag2/source/PowerSag2Proc.cpp b/plugins/MacVST/PowerSag2/source/PowerSag2Proc.cpp index 59c8668e7..b6e7e4b8b 100755 --- a/plugins/MacVST/PowerSag2/source/PowerSag2Proc.cpp +++ b/plugins/MacVST/PowerSag2/source/PowerSag2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PowerSag2 - PowerSag2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag2_H diff --git a/plugins/MacVST/Precious/source/Precious.cpp b/plugins/MacVST/Precious/source/Precious.cpp index c2ed1d7c7..5485313ac 100755 --- a/plugins/MacVST/Precious/source/Precious.cpp +++ b/plugins/MacVST/Precious/source/Precious.cpp @@ -1,6 +1,6 @@ /* ======================================== * Precious - Precious.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Precious_H diff --git a/plugins/MacVST/Precious/source/Precious.h b/plugins/MacVST/Precious/source/Precious.h index 36f51a058..9ed7f39a9 100755 --- a/plugins/MacVST/Precious/source/Precious.h +++ b/plugins/MacVST/Precious/source/Precious.h @@ -1,7 +1,7 @@ /* ======================================== * Precious - Precious.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Precious_H diff --git a/plugins/MacVST/Precious/source/PreciousProc.cpp b/plugins/MacVST/Precious/source/PreciousProc.cpp index ed37b906a..3ad4e16a0 100755 --- a/plugins/MacVST/Precious/source/PreciousProc.cpp +++ b/plugins/MacVST/Precious/source/PreciousProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Precious - Precious.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Precious_H diff --git a/plugins/MacVST/Preponderant/source/Preponderant.cpp b/plugins/MacVST/Preponderant/source/Preponderant.cpp index 78d6a18f0..7b9dab442 100755 --- a/plugins/MacVST/Preponderant/source/Preponderant.cpp +++ b/plugins/MacVST/Preponderant/source/Preponderant.cpp @@ -1,6 +1,6 @@ /* ======================================== * Preponderant - Preponderant.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Preponderant_H diff --git a/plugins/MacVST/Preponderant/source/Preponderant.h b/plugins/MacVST/Preponderant/source/Preponderant.h index 731430fb8..253d4bfa5 100755 --- a/plugins/MacVST/Preponderant/source/Preponderant.h +++ b/plugins/MacVST/Preponderant/source/Preponderant.h @@ -1,7 +1,7 @@ /* ======================================== * Preponderant - Preponderant.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Preponderant_H diff --git a/plugins/MacVST/Preponderant/source/PreponderantProc.cpp b/plugins/MacVST/Preponderant/source/PreponderantProc.cpp index 9ea118e03..e4389546b 100755 --- a/plugins/MacVST/Preponderant/source/PreponderantProc.cpp +++ b/plugins/MacVST/Preponderant/source/PreponderantProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Preponderant - Preponderant.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Preponderant_H diff --git a/plugins/MacVST/Pressure4/source/Pressure4.cpp b/plugins/MacVST/Pressure4/source/Pressure4.cpp index cdfc41d8b..2fac64f07 100755 --- a/plugins/MacVST/Pressure4/source/Pressure4.cpp +++ b/plugins/MacVST/Pressure4/source/Pressure4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pressure4 - Pressure4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure4_H diff --git a/plugins/MacVST/Pressure4/source/Pressure4.h b/plugins/MacVST/Pressure4/source/Pressure4.h index 1e30c3f88..b84c5bcff 100755 --- a/plugins/MacVST/Pressure4/source/Pressure4.h +++ b/plugins/MacVST/Pressure4/source/Pressure4.h @@ -1,7 +1,7 @@ /* ======================================== * Pressure4 - Pressure4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure4_H diff --git a/plugins/MacVST/Pressure4/source/Pressure4Proc.cpp b/plugins/MacVST/Pressure4/source/Pressure4Proc.cpp index 2c1445a6b..1111cce8e 100755 --- a/plugins/MacVST/Pressure4/source/Pressure4Proc.cpp +++ b/plugins/MacVST/Pressure4/source/Pressure4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pressure4 - Pressure4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure4_H diff --git a/plugins/MacVST/Pressure5/source/Pressure5.cpp b/plugins/MacVST/Pressure5/source/Pressure5.cpp index 4ab677852..da1770613 100755 --- a/plugins/MacVST/Pressure5/source/Pressure5.cpp +++ b/plugins/MacVST/Pressure5/source/Pressure5.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pressure5 - Pressure5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure5_H diff --git a/plugins/MacVST/Pressure5/source/Pressure5.h b/plugins/MacVST/Pressure5/source/Pressure5.h index 479d94b12..17bee549d 100755 --- a/plugins/MacVST/Pressure5/source/Pressure5.h +++ b/plugins/MacVST/Pressure5/source/Pressure5.h @@ -1,7 +1,7 @@ /* ======================================== * Pressure5 - Pressure5.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure5_H diff --git a/plugins/MacVST/Pressure5/source/Pressure5Proc.cpp b/plugins/MacVST/Pressure5/source/Pressure5Proc.cpp index 41fbf6480..fe9696694 100755 --- a/plugins/MacVST/Pressure5/source/Pressure5Proc.cpp +++ b/plugins/MacVST/Pressure5/source/Pressure5Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pressure5 - Pressure5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure5_H diff --git a/plugins/MacVST/PurestAir/source/PurestAir.cpp b/plugins/MacVST/PurestAir/source/PurestAir.cpp index cd9734ccc..f2bf4196c 100755 --- a/plugins/MacVST/PurestAir/source/PurestAir.cpp +++ b/plugins/MacVST/PurestAir/source/PurestAir.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestAir - PurestAir.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestAir_H diff --git a/plugins/MacVST/PurestAir/source/PurestAir.h b/plugins/MacVST/PurestAir/source/PurestAir.h index 3cff79445..d1309aa1c 100755 --- a/plugins/MacVST/PurestAir/source/PurestAir.h +++ b/plugins/MacVST/PurestAir/source/PurestAir.h @@ -1,7 +1,7 @@ /* ======================================== * PurestAir - PurestAir.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestAir_H diff --git a/plugins/MacVST/PurestAir/source/PurestAirProc.cpp b/plugins/MacVST/PurestAir/source/PurestAirProc.cpp index 1fb81c3c1..58c4c788e 100755 --- a/plugins/MacVST/PurestAir/source/PurestAirProc.cpp +++ b/plugins/MacVST/PurestAir/source/PurestAirProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestAir - PurestAir.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestAir_H diff --git a/plugins/MacVST/PurestConsole2Buss/source/PurestConsole2Buss.cpp b/plugins/MacVST/PurestConsole2Buss/source/PurestConsole2Buss.cpp index d92ed3a58..9115d06dc 100755 --- a/plugins/MacVST/PurestConsole2Buss/source/PurestConsole2Buss.cpp +++ b/plugins/MacVST/PurestConsole2Buss/source/PurestConsole2Buss.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsole2Buss - PurestConsole2Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Buss_H diff --git a/plugins/MacVST/PurestConsole2Buss/source/PurestConsole2Buss.h b/plugins/MacVST/PurestConsole2Buss/source/PurestConsole2Buss.h index d625c7545..2e80469f7 100755 --- a/plugins/MacVST/PurestConsole2Buss/source/PurestConsole2Buss.h +++ b/plugins/MacVST/PurestConsole2Buss/source/PurestConsole2Buss.h @@ -1,7 +1,7 @@ /* ======================================== * PurestConsole2Buss - PurestConsole2Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Buss_H diff --git a/plugins/MacVST/PurestConsole2Buss/source/PurestConsole2BussProc.cpp b/plugins/MacVST/PurestConsole2Buss/source/PurestConsole2BussProc.cpp index 08b4a4904..730bf0b72 100755 --- a/plugins/MacVST/PurestConsole2Buss/source/PurestConsole2BussProc.cpp +++ b/plugins/MacVST/PurestConsole2Buss/source/PurestConsole2BussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsole2Buss - PurestConsole2Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Buss_H diff --git a/plugins/MacVST/PurestConsole2Channel/source/PurestConsole2Channel.cpp b/plugins/MacVST/PurestConsole2Channel/source/PurestConsole2Channel.cpp index 490788423..7cc6c35b7 100755 --- a/plugins/MacVST/PurestConsole2Channel/source/PurestConsole2Channel.cpp +++ b/plugins/MacVST/PurestConsole2Channel/source/PurestConsole2Channel.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsole2Channel - PurestConsole2Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Channel_H diff --git a/plugins/MacVST/PurestConsole2Channel/source/PurestConsole2Channel.h b/plugins/MacVST/PurestConsole2Channel/source/PurestConsole2Channel.h index 6c7a2753e..4e6bc59ab 100755 --- a/plugins/MacVST/PurestConsole2Channel/source/PurestConsole2Channel.h +++ b/plugins/MacVST/PurestConsole2Channel/source/PurestConsole2Channel.h @@ -1,7 +1,7 @@ /* ======================================== * PurestConsole2Channel - PurestConsole2Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Channel_H diff --git a/plugins/MacVST/PurestConsole2Channel/source/PurestConsole2ChannelProc.cpp b/plugins/MacVST/PurestConsole2Channel/source/PurestConsole2ChannelProc.cpp index 127c7910b..295d9e594 100755 --- a/plugins/MacVST/PurestConsole2Channel/source/PurestConsole2ChannelProc.cpp +++ b/plugins/MacVST/PurestConsole2Channel/source/PurestConsole2ChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsole2Channel - PurestConsole2Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Channel_H diff --git a/plugins/MacVST/PurestConsoleBuss/source/PurestConsoleBuss.cpp b/plugins/MacVST/PurestConsoleBuss/source/PurestConsoleBuss.cpp index c7b1ee68e..470521dec 100755 --- a/plugins/MacVST/PurestConsoleBuss/source/PurestConsoleBuss.cpp +++ b/plugins/MacVST/PurestConsoleBuss/source/PurestConsoleBuss.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsoleBuss - PurestConsoleBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleBuss_H diff --git a/plugins/MacVST/PurestConsoleBuss/source/PurestConsoleBuss.h b/plugins/MacVST/PurestConsoleBuss/source/PurestConsoleBuss.h index 2c49190a0..a59443ac4 100755 --- a/plugins/MacVST/PurestConsoleBuss/source/PurestConsoleBuss.h +++ b/plugins/MacVST/PurestConsoleBuss/source/PurestConsoleBuss.h @@ -1,7 +1,7 @@ /* ======================================== * PurestConsoleBuss - PurestConsoleBuss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleBuss_H diff --git a/plugins/MacVST/PurestConsoleBuss/source/PurestConsoleBussProc.cpp b/plugins/MacVST/PurestConsoleBuss/source/PurestConsoleBussProc.cpp index 95223c51e..985d4462c 100755 --- a/plugins/MacVST/PurestConsoleBuss/source/PurestConsoleBussProc.cpp +++ b/plugins/MacVST/PurestConsoleBuss/source/PurestConsoleBussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsoleBuss - PurestConsoleBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleBuss_H diff --git a/plugins/MacVST/PurestConsoleChannel/source/PurestConsoleChannel.cpp b/plugins/MacVST/PurestConsoleChannel/source/PurestConsoleChannel.cpp index 909f43b68..37620981e 100755 --- a/plugins/MacVST/PurestConsoleChannel/source/PurestConsoleChannel.cpp +++ b/plugins/MacVST/PurestConsoleChannel/source/PurestConsoleChannel.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsoleChannel - PurestConsoleChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleChannel_H diff --git a/plugins/MacVST/PurestConsoleChannel/source/PurestConsoleChannel.h b/plugins/MacVST/PurestConsoleChannel/source/PurestConsoleChannel.h index aa984365d..62abf82bb 100755 --- a/plugins/MacVST/PurestConsoleChannel/source/PurestConsoleChannel.h +++ b/plugins/MacVST/PurestConsoleChannel/source/PurestConsoleChannel.h @@ -1,7 +1,7 @@ /* ======================================== * PurestConsoleChannel - PurestConsoleChannel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleChannel_H diff --git a/plugins/MacVST/PurestConsoleChannel/source/PurestConsoleChannelProc.cpp b/plugins/MacVST/PurestConsoleChannel/source/PurestConsoleChannelProc.cpp index 4a500fadf..30b6ce5c1 100755 --- a/plugins/MacVST/PurestConsoleChannel/source/PurestConsoleChannelProc.cpp +++ b/plugins/MacVST/PurestConsoleChannel/source/PurestConsoleChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsoleChannel - PurestConsoleChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleChannel_H diff --git a/plugins/MacVST/PurestDrive/source/PurestDrive.cpp b/plugins/MacVST/PurestDrive/source/PurestDrive.cpp index 08c592079..3010708e7 100755 --- a/plugins/MacVST/PurestDrive/source/PurestDrive.cpp +++ b/plugins/MacVST/PurestDrive/source/PurestDrive.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestDrive - PurestDrive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestDrive_H diff --git a/plugins/MacVST/PurestDrive/source/PurestDrive.h b/plugins/MacVST/PurestDrive/source/PurestDrive.h index 2b84c79e1..c3ee97bb1 100755 --- a/plugins/MacVST/PurestDrive/source/PurestDrive.h +++ b/plugins/MacVST/PurestDrive/source/PurestDrive.h @@ -1,7 +1,7 @@ /* ======================================== * PurestDrive - PurestDrive.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestDrive_H diff --git a/plugins/MacVST/PurestDrive/source/PurestDriveProc.cpp b/plugins/MacVST/PurestDrive/source/PurestDriveProc.cpp index 39c9096f5..e49485280 100755 --- a/plugins/MacVST/PurestDrive/source/PurestDriveProc.cpp +++ b/plugins/MacVST/PurestDrive/source/PurestDriveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestDrive - PurestDrive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestDrive_H diff --git a/plugins/MacVST/PurestEcho/source/PurestEcho.cpp b/plugins/MacVST/PurestEcho/source/PurestEcho.cpp index d54d53c1e..d03404144 100755 --- a/plugins/MacVST/PurestEcho/source/PurestEcho.cpp +++ b/plugins/MacVST/PurestEcho/source/PurestEcho.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestEcho - PurestEcho.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestEcho_H diff --git a/plugins/MacVST/PurestEcho/source/PurestEcho.h b/plugins/MacVST/PurestEcho/source/PurestEcho.h index e16cde658..fd2b3b31d 100755 --- a/plugins/MacVST/PurestEcho/source/PurestEcho.h +++ b/plugins/MacVST/PurestEcho/source/PurestEcho.h @@ -1,7 +1,7 @@ /* ======================================== * PurestEcho - PurestEcho.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestEcho_H diff --git a/plugins/MacVST/PurestEcho/source/PurestEchoProc.cpp b/plugins/MacVST/PurestEcho/source/PurestEchoProc.cpp index a64daf546..9125c928a 100755 --- a/plugins/MacVST/PurestEcho/source/PurestEchoProc.cpp +++ b/plugins/MacVST/PurestEcho/source/PurestEchoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestEcho - PurestEcho.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestEcho_H diff --git a/plugins/MacVST/PurestFade/source/PurestFade.cpp b/plugins/MacVST/PurestFade/source/PurestFade.cpp index 1ed241db4..da48ab063 100755 --- a/plugins/MacVST/PurestFade/source/PurestFade.cpp +++ b/plugins/MacVST/PurestFade/source/PurestFade.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestFade - PurestFade.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestFade_H diff --git a/plugins/MacVST/PurestFade/source/PurestFade.h b/plugins/MacVST/PurestFade/source/PurestFade.h index 2a3540af6..68ed3a0f9 100755 --- a/plugins/MacVST/PurestFade/source/PurestFade.h +++ b/plugins/MacVST/PurestFade/source/PurestFade.h @@ -1,7 +1,7 @@ /* ======================================== * PurestFade - PurestFade.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestFade_H diff --git a/plugins/MacVST/PurestFade/source/PurestFadeProc.cpp b/plugins/MacVST/PurestFade/source/PurestFadeProc.cpp index eca9d83ce..9bdcd9095 100755 --- a/plugins/MacVST/PurestFade/source/PurestFadeProc.cpp +++ b/plugins/MacVST/PurestFade/source/PurestFadeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestFade - PurestFade.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestFade_H diff --git a/plugins/MacVST/PurestGain/source/PurestGain.cpp b/plugins/MacVST/PurestGain/source/PurestGain.cpp index d068d7fac..2a2a8b2a2 100755 --- a/plugins/MacVST/PurestGain/source/PurestGain.cpp +++ b/plugins/MacVST/PurestGain/source/PurestGain.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestGain - PurestGain.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestGain_H diff --git a/plugins/MacVST/PurestGain/source/PurestGain.h b/plugins/MacVST/PurestGain/source/PurestGain.h index b9d3a2d47..82cc11678 100755 --- a/plugins/MacVST/PurestGain/source/PurestGain.h +++ b/plugins/MacVST/PurestGain/source/PurestGain.h @@ -1,7 +1,7 @@ /* ======================================== * PurestGain - PurestGain.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestGain_H diff --git a/plugins/MacVST/PurestGain/source/PurestGainProc.cpp b/plugins/MacVST/PurestGain/source/PurestGainProc.cpp index 1bb58d727..e7ccc79e1 100755 --- a/plugins/MacVST/PurestGain/source/PurestGainProc.cpp +++ b/plugins/MacVST/PurestGain/source/PurestGainProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestGain - PurestGain.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestGain_H diff --git a/plugins/MacVST/PurestSquish/source/PurestSquish.cpp b/plugins/MacVST/PurestSquish/source/PurestSquish.cpp index e165860c5..eb12ae997 100755 --- a/plugins/MacVST/PurestSquish/source/PurestSquish.cpp +++ b/plugins/MacVST/PurestSquish/source/PurestSquish.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestSquish - PurestSquish.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestSquish_H diff --git a/plugins/MacVST/PurestSquish/source/PurestSquish.h b/plugins/MacVST/PurestSquish/source/PurestSquish.h index a1c96fccb..d04ba6859 100755 --- a/plugins/MacVST/PurestSquish/source/PurestSquish.h +++ b/plugins/MacVST/PurestSquish/source/PurestSquish.h @@ -1,7 +1,7 @@ /* ======================================== * PurestSquish - PurestSquish.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestSquish_H diff --git a/plugins/MacVST/PurestSquish/source/PurestSquishProc.cpp b/plugins/MacVST/PurestSquish/source/PurestSquishProc.cpp index 48ccc6d3a..71244cc7e 100755 --- a/plugins/MacVST/PurestSquish/source/PurestSquishProc.cpp +++ b/plugins/MacVST/PurestSquish/source/PurestSquishProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestSquish - PurestSquish.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestSquish_H diff --git a/plugins/MacVST/PurestWarm/source/PurestWarm.cpp b/plugins/MacVST/PurestWarm/source/PurestWarm.cpp index 13dbe8bd6..b05889473 100755 --- a/plugins/MacVST/PurestWarm/source/PurestWarm.cpp +++ b/plugins/MacVST/PurestWarm/source/PurestWarm.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestWarm - PurestWarm.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestWarm_H diff --git a/plugins/MacVST/PurestWarm/source/PurestWarm.h b/plugins/MacVST/PurestWarm/source/PurestWarm.h index 83fd9c336..35cd7e2f1 100755 --- a/plugins/MacVST/PurestWarm/source/PurestWarm.h +++ b/plugins/MacVST/PurestWarm/source/PurestWarm.h @@ -1,7 +1,7 @@ /* ======================================== * PurestWarm - PurestWarm.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestWarm_H diff --git a/plugins/MacVST/PurestWarm/source/PurestWarmProc.cpp b/plugins/MacVST/PurestWarm/source/PurestWarmProc.cpp index 9039bbcca..b9c909009 100755 --- a/plugins/MacVST/PurestWarm/source/PurestWarmProc.cpp +++ b/plugins/MacVST/PurestWarm/source/PurestWarmProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestWarm - PurestWarm.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestWarm_H diff --git a/plugins/MacVST/PurestWarm2/PurestWarm2.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/PurestWarm2/PurestWarm2.xcodeproj/christopherjohnson.pbxuser index 0661f6bfb..0f1b50ed2 100755 --- a/plugins/MacVST/PurestWarm2/PurestWarm2.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacVST/PurestWarm2/PurestWarm2.xcodeproj/christopherjohnson.pbxuser @@ -49,12 +49,14 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 671135834; - PBXWorkspaceStateSaveDate = 671135834; + PBXPerProjectTemplateStateSaveDate = 688004728; + PBXWorkspaceStateSaveDate = 688004728; }; perUserProjectItems = { - 8B2192BE2800B62500151792 /* PBXTextBookmark */ = 8B2192BE2800B62500151792 /* PBXTextBookmark */; - 8B21931F2800B87A00151792 /* PBXTextBookmark */ = 8B21931F2800B87A00151792 /* PBXTextBookmark */; + 8BAA228329021EB000316531 /* PBXTextBookmark */ = 8BAA228329021EB000316531 /* PBXTextBookmark */; + 8BAA228429021EB000316531 /* PBXTextBookmark */ = 8BAA228429021EB000316531 /* PBXTextBookmark */; + 8BAA228529021EB000316531 /* PBXBookmark */ = 8BAA228529021EB000316531 /* PBXBookmark */; + 8BAA228629021EB000316531 /* PBXTextBookmark */ = 8BAA228629021EB000316531 /* PBXTextBookmark */; }; sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; userBuildSettings = { @@ -62,9 +64,9 @@ }; 2407DEB6089929BA00EB68BF /* PurestWarm2.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {948, 2574}}"; - sepNavSelRange = "{4029, 0}"; - sepNavVisRange = "{3666, 1664}"; + sepNavIntBoundsRect = "{{0, 0}, {741, 2286}}"; + sepNavSelRange = "{3392, 0}"; + sepNavVisRange = "{4016, 212}"; sepNavWindowFrame = "{{12, 61}, {895, 817}}"; }; }; @@ -80,15 +82,15 @@ uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {1074, 27486}}"; sepNavSelRange = "{10616, 0}"; - sepNavVisRange = "{10579, 157}"; + sepNavVisRange = "{10579, 114}"; sepNavWindowFrame = "{{15, 42}, {895, 831}}"; }; }; 24D8286F09A914000093AEF8 /* PurestWarm2Proc.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1234, 2034}}"; - sepNavSelRange = "{3909, 0}"; - sepNavVisRange = "{483, 1836}"; + sepNavIntBoundsRect = "{{0, 0}, {1056, 2484}}"; + sepNavSelRange = "{5177, 0}"; + sepNavVisRange = "{2117, 290}"; sepNavWindowFrame = "{{31, 94}, {1281, 784}}"; }; }; @@ -106,17 +108,7 @@ isa = PBXCodeSenseManager; indexTemplatePath = ""; }; - 8B2192BE2800B62500151792 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */; - name = "audioeffectx.cpp: 307"; - rLen = 0; - rLoc = 10616; - rType = 0; - vrLen = 277; - vrLoc = 10459; - }; - 8B21931F2800B87A00151792 /* PBXTextBookmark */ = { + 8BAA228329021EB000316531 /* PBXTextBookmark */ = { isa = PBXTextBookmark; fRef = 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */; name = "audioeffectx.cpp: 307"; @@ -126,6 +118,30 @@ vrLen = 114; vrLoc = 10579; }; + 8BAA228429021EB000316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* PurestWarm2.cpp */; + name = "PurestWarm2.cpp: 92"; + rLen = 0; + rLoc = 3392; + rType = 0; + vrLen = 212; + vrLoc = 4016; + }; + 8BAA228529021EB000316531 /* PBXBookmark */ = { + isa = PBXBookmark; + fRef = 24D8286F09A914000093AEF8 /* PurestWarm2Proc.cpp */; + }; + 8BAA228629021EB000316531 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 24D8286F09A914000093AEF8 /* PurestWarm2Proc.cpp */; + name = "PurestWarm2Proc.cpp: 127"; + rLen = 0; + rLoc = 5177; + rType = 0; + vrLen = 290; + vrLoc = 2117; + }; 8D01CCC60486CAD60068D4B7 /* PurestWarm2 */ = { activeExec = 0; }; diff --git a/plugins/MacVST/PurestWarm2/PurestWarm2.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/PurestWarm2/PurestWarm2.xcodeproj/christopherjohnson.perspectivev3 index 62915a256..80393379c 100755 --- a/plugins/MacVST/PurestWarm2/PurestWarm2.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacVST/PurestWarm2/PurestWarm2.xcodeproj/christopherjohnson.perspectivev3 @@ -339,7 +339,7 @@ PBXProjectModuleGUID 8B0237581D42B1C400E1E8C8 PBXProjectModuleLabel - audioeffectx.cpp + PurestWarm2Proc.cpp PBXSplitModuleInNavigatorKey Split0 @@ -347,14 +347,16 @@ PBXProjectModuleGUID 8B0237591D42B1C400E1E8C8 PBXProjectModuleLabel - audioeffectx.cpp + PurestWarm2Proc.cpp _historyCapacity 0 bookmark - 8B21931F2800B87A00151792 + 8BAA228629021EB000316531 history - 8B2192BE2800B62500151792 + 8BAA228329021EB000316531 + 8BAA228429021EB000316531 + 8BAA228529021EB000316531 SplitCount @@ -368,18 +370,18 @@ GeometryConfiguration Frame - {{0, 0}, {603, 117}} + {{0, 0}, {603, 102}} RubberWindowFrame 15 324 810 487 0 0 1440 878 Module PBXNavigatorGroup Proportion - 117pt + 102pt Proportion - 324pt + 339pt Tabs @@ -393,7 +395,7 @@ GeometryConfiguration Frame - {{10, 27}, {603, 297}} + {{10, 27}, {603, 312}} RubberWindowFrame 15 324 810 487 0 0 1440 878 @@ -477,11 +479,11 @@ TableOfContents - 8B2193202800B87A00151792 + 8BAA228729021EB000316531 1CA23ED40692098700951B8B - 8B2193212800B87A00151792 + 8BAA228829021EB000316531 8B0237581D42B1C400E1E8C8 - 8B2193222800B87A00151792 + 8BAA228929021EB000316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -634,7 +636,7 @@ StatusbarIsVisible TimeStamp - 671135866.201267 + 688004784.58611 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -651,8 +653,7 @@ 5 WindowOrderList - 8B2193232800B87A00151792 - /Users/christopherjohnson/Desktop/PurestWarm2/PurestWarm2.xcodeproj + /Users/christopherjohnson/Desktop/airwindows/plugins/MacVST/PurestWarm2/PurestWarm2.xcodeproj WindowString 15 324 810 487 0 0 1440 878 diff --git a/plugins/MacVST/PurestWarm2/source/PurestWarm2.cpp b/plugins/MacVST/PurestWarm2/source/PurestWarm2.cpp index 84734dae0..9d6ccce3e 100755 --- a/plugins/MacVST/PurestWarm2/source/PurestWarm2.cpp +++ b/plugins/MacVST/PurestWarm2/source/PurestWarm2.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestWarm2 - PurestWarm2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H @@ -14,22 +14,6 @@ PurestWarm2::PurestWarm2(audioMasterCallback audioMaster) : { A = 0.0; B = 0.0; - double cutoff = 25000.0 / getSampleRate(); - if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k - fixA[fix_freq] = cutoff; - fixA[fix_reso] = 0.70710678; //butterworth Q - double K = tan(M_PI * fixA[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); - fixA[fix_a0] = K * K * norm; - fixA[fix_a1] = 2.0 * fixA[fix_a0]; - fixA[fix_a2] = fixA[fix_a0]; - fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; - fixA[fix_sL1] = 0.0; - fixA[fix_sL2] = 0.0; - fixA[fix_sR1] = 0.0; - fixA[fix_sR2] = 0.0; - //define entire filter in instantiation, it's totally static fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; diff --git a/plugins/MacVST/PurestWarm2/source/PurestWarm2.h b/plugins/MacVST/PurestWarm2/source/PurestWarm2.h index 7596ea183..5c8de8703 100755 --- a/plugins/MacVST/PurestWarm2/source/PurestWarm2.h +++ b/plugins/MacVST/PurestWarm2/source/PurestWarm2.h @@ -1,7 +1,7 @@ /* ======================================== * PurestWarm2 - PurestWarm2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/PurestWarm2/source/PurestWarm2Proc.cpp b/plugins/MacVST/PurestWarm2/source/PurestWarm2Proc.cpp index 8c33ef1ef..3caa0e0c6 100755 --- a/plugins/MacVST/PurestWarm2/source/PurestWarm2Proc.cpp +++ b/plugins/MacVST/PurestWarm2/source/PurestWarm2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestWarm2 - PurestWarm2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H @@ -16,7 +16,23 @@ void PurestWarm2::processReplacing(float **inputs, float **outputs, VstInt32 sam double pos = A; double neg = B; - + double cutoff = 25000.0 / getSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -68,7 +84,23 @@ void PurestWarm2::processDoubleReplacing(double **inputs, double **outputs, VstI double pos = A; double neg = B; - + double cutoff = 25000.0 / getSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/MacVST/Pyewacket/source/Pyewacket.cpp b/plugins/MacVST/Pyewacket/source/Pyewacket.cpp index 2be4313fe..7ead4455c 100755 --- a/plugins/MacVST/Pyewacket/source/Pyewacket.cpp +++ b/plugins/MacVST/Pyewacket/source/Pyewacket.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pyewacket - Pyewacket.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pyewacket_H diff --git a/plugins/MacVST/Pyewacket/source/Pyewacket.h b/plugins/MacVST/Pyewacket/source/Pyewacket.h index 5624c4b93..ca4f0816e 100755 --- a/plugins/MacVST/Pyewacket/source/Pyewacket.h +++ b/plugins/MacVST/Pyewacket/source/Pyewacket.h @@ -1,7 +1,7 @@ /* ======================================== * Pyewacket - Pyewacket.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pyewacket_H diff --git a/plugins/MacVST/Pyewacket/source/PyewacketProc.cpp b/plugins/MacVST/Pyewacket/source/PyewacketProc.cpp index 8b21a91fb..8d389ba84 100755 --- a/plugins/MacVST/Pyewacket/source/PyewacketProc.cpp +++ b/plugins/MacVST/Pyewacket/source/PyewacketProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pyewacket - Pyewacket.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pyewacket_H diff --git a/plugins/MacVST/RawGlitters/source/RawGlitters.cpp b/plugins/MacVST/RawGlitters/source/RawGlitters.cpp index 262b4122c..3ffa7bd33 100755 --- a/plugins/MacVST/RawGlitters/source/RawGlitters.cpp +++ b/plugins/MacVST/RawGlitters/source/RawGlitters.cpp @@ -1,6 +1,6 @@ /* ======================================== * RawGlitters - RawGlitters.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RawGlitters_H diff --git a/plugins/MacVST/RawGlitters/source/RawGlitters.h b/plugins/MacVST/RawGlitters/source/RawGlitters.h index 8ff9806d1..5e2a861e2 100755 --- a/plugins/MacVST/RawGlitters/source/RawGlitters.h +++ b/plugins/MacVST/RawGlitters/source/RawGlitters.h @@ -1,7 +1,7 @@ /* ======================================== * RawGlitters - RawGlitters.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __RawGlitters_H diff --git a/plugins/MacVST/RawGlitters/source/RawGlittersProc.cpp b/plugins/MacVST/RawGlitters/source/RawGlittersProc.cpp index c98e0f6cb..7cdfb0b25 100755 --- a/plugins/MacVST/RawGlitters/source/RawGlittersProc.cpp +++ b/plugins/MacVST/RawGlitters/source/RawGlittersProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * RawGlitters - RawGlitters.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RawGlitters_H diff --git a/plugins/MacVST/RawTimbers/source/RawTimbers.cpp b/plugins/MacVST/RawTimbers/source/RawTimbers.cpp index 9b0093a23..aa7098375 100755 --- a/plugins/MacVST/RawTimbers/source/RawTimbers.cpp +++ b/plugins/MacVST/RawTimbers/source/RawTimbers.cpp @@ -1,6 +1,6 @@ /* ======================================== * RawTimbers - RawTimbers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RawTimbers_H diff --git a/plugins/MacVST/RawTimbers/source/RawTimbers.h b/plugins/MacVST/RawTimbers/source/RawTimbers.h index 15311f058..61d4764f7 100755 --- a/plugins/MacVST/RawTimbers/source/RawTimbers.h +++ b/plugins/MacVST/RawTimbers/source/RawTimbers.h @@ -1,7 +1,7 @@ /* ======================================== * RawTimbers - RawTimbers.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __RawTimbers_H diff --git a/plugins/MacVST/RawTimbers/source/RawTimbersProc.cpp b/plugins/MacVST/RawTimbers/source/RawTimbersProc.cpp index 626a3c84a..521656d44 100755 --- a/plugins/MacVST/RawTimbers/source/RawTimbersProc.cpp +++ b/plugins/MacVST/RawTimbers/source/RawTimbersProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * RawTimbers - RawTimbers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RawTimbers_H diff --git a/plugins/MacVST/Recurve/source/Recurve.cpp b/plugins/MacVST/Recurve/source/Recurve.cpp index 8d8f1f0dc..1116b7237 100755 --- a/plugins/MacVST/Recurve/source/Recurve.cpp +++ b/plugins/MacVST/Recurve/source/Recurve.cpp @@ -1,6 +1,6 @@ /* ======================================== * Recurve - Recurve.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Recurve_H diff --git a/plugins/MacVST/Recurve/source/Recurve.h b/plugins/MacVST/Recurve/source/Recurve.h index 9a7875836..14e13e65a 100755 --- a/plugins/MacVST/Recurve/source/Recurve.h +++ b/plugins/MacVST/Recurve/source/Recurve.h @@ -1,7 +1,7 @@ /* ======================================== * Recurve - Recurve.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Recurve_H diff --git a/plugins/MacVST/Recurve/source/RecurveProc.cpp b/plugins/MacVST/Recurve/source/RecurveProc.cpp index c2e914454..8819850a1 100755 --- a/plugins/MacVST/Recurve/source/RecurveProc.cpp +++ b/plugins/MacVST/Recurve/source/RecurveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Recurve - Recurve.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Recurve_H diff --git a/plugins/MacVST/Remap/source/Remap.cpp b/plugins/MacVST/Remap/source/Remap.cpp index 99b46e0ca..70113fcca 100755 --- a/plugins/MacVST/Remap/source/Remap.cpp +++ b/plugins/MacVST/Remap/source/Remap.cpp @@ -1,6 +1,6 @@ /* ======================================== * Remap - Remap.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Remap_H diff --git a/plugins/MacVST/Remap/source/Remap.h b/plugins/MacVST/Remap/source/Remap.h index cd5a901e9..d1b2a6479 100755 --- a/plugins/MacVST/Remap/source/Remap.h +++ b/plugins/MacVST/Remap/source/Remap.h @@ -1,7 +1,7 @@ /* ======================================== * Remap - Remap.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Remap_H diff --git a/plugins/MacVST/Remap/source/RemapProc.cpp b/plugins/MacVST/Remap/source/RemapProc.cpp index 76f65d453..bfc1d1b0d 100755 --- a/plugins/MacVST/Remap/source/RemapProc.cpp +++ b/plugins/MacVST/Remap/source/RemapProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Remap - Remap.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Remap_H diff --git a/plugins/MacVST/ResEQ/source/ResEQ.cpp b/plugins/MacVST/ResEQ/source/ResEQ.cpp index ad7c8782f..9cfb067b4 100755 --- a/plugins/MacVST/ResEQ/source/ResEQ.cpp +++ b/plugins/MacVST/ResEQ/source/ResEQ.cpp @@ -1,6 +1,6 @@ /* ======================================== * ResEQ - ResEQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ResEQ_H diff --git a/plugins/MacVST/ResEQ/source/ResEQ.h b/plugins/MacVST/ResEQ/source/ResEQ.h index 59e973560..545bd07cb 100755 --- a/plugins/MacVST/ResEQ/source/ResEQ.h +++ b/plugins/MacVST/ResEQ/source/ResEQ.h @@ -1,7 +1,7 @@ /* ======================================== * ResEQ - ResEQ.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ResEQ_H diff --git a/plugins/MacVST/ResEQ/source/ResEQProc.cpp b/plugins/MacVST/ResEQ/source/ResEQProc.cpp index 51db2dce3..ec2004ae4 100755 --- a/plugins/MacVST/ResEQ/source/ResEQProc.cpp +++ b/plugins/MacVST/ResEQ/source/ResEQProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ResEQ - ResEQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ResEQ_H diff --git a/plugins/MacVST/Reverb/source/Reverb.cpp b/plugins/MacVST/Reverb/source/Reverb.cpp index 805f83de6..6a81a6822 100755 --- a/plugins/MacVST/Reverb/source/Reverb.cpp +++ b/plugins/MacVST/Reverb/source/Reverb.cpp @@ -1,6 +1,6 @@ /* ======================================== * Reverb - Reverb.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Reverb_H diff --git a/plugins/MacVST/Reverb/source/Reverb.h b/plugins/MacVST/Reverb/source/Reverb.h index 5d6f36229..9fda2f410 100755 --- a/plugins/MacVST/Reverb/source/Reverb.h +++ b/plugins/MacVST/Reverb/source/Reverb.h @@ -1,7 +1,7 @@ /* ======================================== * Reverb - Reverb.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Reverb_H diff --git a/plugins/MacVST/Reverb/source/ReverbProc.cpp b/plugins/MacVST/Reverb/source/ReverbProc.cpp index 3dce2d8af..976ef6c4a 100755 --- a/plugins/MacVST/Reverb/source/ReverbProc.cpp +++ b/plugins/MacVST/Reverb/source/ReverbProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Reverb - Reverb.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Reverb_H diff --git a/plugins/MacVST/Righteous4/source/Righteous4.cpp b/plugins/MacVST/Righteous4/source/Righteous4.cpp index ffedc9292..30fa988fc 100755 --- a/plugins/MacVST/Righteous4/source/Righteous4.cpp +++ b/plugins/MacVST/Righteous4/source/Righteous4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Righteous4 - Righteous4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Righteous4_H diff --git a/plugins/MacVST/Righteous4/source/Righteous4.h b/plugins/MacVST/Righteous4/source/Righteous4.h index 4ddd61ec9..5135ba238 100755 --- a/plugins/MacVST/Righteous4/source/Righteous4.h +++ b/plugins/MacVST/Righteous4/source/Righteous4.h @@ -1,7 +1,7 @@ /* ======================================== * Righteous4 - Righteous4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Righteous4_H diff --git a/plugins/MacVST/Righteous4/source/Righteous4Proc.cpp b/plugins/MacVST/Righteous4/source/Righteous4Proc.cpp index 3b330cb6d..e8bffa080 100755 --- a/plugins/MacVST/Righteous4/source/Righteous4Proc.cpp +++ b/plugins/MacVST/Righteous4/source/Righteous4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Righteous4 - Righteous4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Righteous4_H diff --git a/plugins/MacVST/RightoMono/source/RightoMono.cpp b/plugins/MacVST/RightoMono/source/RightoMono.cpp index 90fe07d51..99525f05c 100755 --- a/plugins/MacVST/RightoMono/source/RightoMono.cpp +++ b/plugins/MacVST/RightoMono/source/RightoMono.cpp @@ -1,6 +1,6 @@ /* ======================================== * RightoMono - RightoMono.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RightoMono_H diff --git a/plugins/MacVST/RightoMono/source/RightoMono.h b/plugins/MacVST/RightoMono/source/RightoMono.h index 273b68986..f49253e8f 100755 --- a/plugins/MacVST/RightoMono/source/RightoMono.h +++ b/plugins/MacVST/RightoMono/source/RightoMono.h @@ -1,7 +1,7 @@ /* ======================================== * RightoMono - RightoMono.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __RightoMono_H diff --git a/plugins/MacVST/RightoMono/source/RightoMonoProc.cpp b/plugins/MacVST/RightoMono/source/RightoMonoProc.cpp index 998f830b1..b9835a5d0 100755 --- a/plugins/MacVST/RightoMono/source/RightoMonoProc.cpp +++ b/plugins/MacVST/RightoMono/source/RightoMonoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * RightoMono - RightoMono.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RightoMono_H diff --git a/plugins/MacVST/Shape/Shape.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/Shape/Shape.xcodeproj/christopherjohnson.pbxuser index 5caf20e09..8ba918d3e 100755 --- a/plugins/MacVST/Shape/Shape.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacVST/Shape/Shape.xcodeproj/christopherjohnson.pbxuser @@ -49,8 +49,8 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 671135277; - PBXWorkspaceStateSaveDate = 671135277; + PBXPerProjectTemplateStateSaveDate = 688004797; + PBXWorkspaceStateSaveDate = 688004797; }; sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; userBuildSettings = { @@ -58,9 +58,9 @@ }; 2407DEB6089929BA00EB68BF /* Shape.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {948, 2574}}"; - sepNavSelRange = "{4691, 0}"; - sepNavVisRange = "{3812, 1492}"; + sepNavIntBoundsRect = "{{0, 0}, {948, 2250}}"; + sepNavSelRange = "{441, 0}"; + sepNavVisRange = "{64, 1666}"; sepNavWindowFrame = "{{12, 61}, {895, 817}}"; }; }; @@ -82,9 +82,9 @@ }; 24D8286F09A914000093AEF8 /* ShapeProc.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {975, 2988}}"; - sepNavSelRange = "{5066, 0}"; - sepNavVisRange = "{4165, 1480}"; + sepNavIntBoundsRect = "{{0, 0}, {975, 3438}}"; + sepNavSelRange = "{4673, 0}"; + sepNavVisRange = "{3552, 1221}"; sepNavWindowFrame = "{{31, 65}, {1022, 813}}"; }; }; diff --git a/plugins/MacVST/Shape/Shape.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/Shape/Shape.xcodeproj/christopherjohnson.perspectivev3 index 530de482d..99c6a90ac 100755 --- a/plugins/MacVST/Shape/Shape.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacVST/Shape/Shape.xcodeproj/christopherjohnson.perspectivev3 @@ -469,11 +469,11 @@ TableOfContents - 8B2193022800B85400151792 + 8BAA22AA29021EF700316531 1CA23ED40692098700951B8B - 8B2193032800B85400151792 + 8BAA22AB29021EF700316531 8B0237581D42B1C400E1E8C8 - 8B2193042800B85400151792 + 8BAA22AC29021EF700316531 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -626,7 +626,7 @@ StatusbarIsVisible TimeStamp - 671135828.02067995 + 688004855.67385197 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -643,8 +643,7 @@ 5 WindowOrderList - 8B2193052800B85400151792 - /Users/christopherjohnson/Desktop/Shape/Shape.xcodeproj + /Users/christopherjohnson/Desktop/airwindows/plugins/MacVST/Shape/Shape.xcodeproj WindowString 34 365 810 487 0 0 1440 878 diff --git a/plugins/MacVST/Shape/source/Shape.cpp b/plugins/MacVST/Shape/source/Shape.cpp index c70928041..5500ca668 100755 --- a/plugins/MacVST/Shape/source/Shape.cpp +++ b/plugins/MacVST/Shape/source/Shape.cpp @@ -1,6 +1,6 @@ /* ======================================== * Shape - Shape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H @@ -14,24 +14,6 @@ Shape::Shape(audioMasterCallback audioMaster) : { A = 0.5; B = 0.5; - - double cutoff = 25000.0 / getSampleRate(); - if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k - fixA[fix_freq] = cutoff; - fixA[fix_reso] = 0.70710678; //butterworth Q - double K = tan(M_PI * fixA[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); - fixA[fix_a0] = K * K * norm; - fixA[fix_a1] = 2.0 * fixA[fix_a0]; - fixA[fix_a2] = fixA[fix_a0]; - fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; - fixA[fix_sL1] = 0.0; - fixA[fix_sL2] = 0.0; - fixA[fix_sR1] = 0.0; - fixA[fix_sR2] = 0.0; - //define entire filter in instantiation, it's totally static - fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/MacVST/Shape/source/Shape.h b/plugins/MacVST/Shape/source/Shape.h index 3b1c216e7..eef82467b 100755 --- a/plugins/MacVST/Shape/source/Shape.h +++ b/plugins/MacVST/Shape/source/Shape.h @@ -1,7 +1,7 @@ /* ======================================== * Shape - Shape.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/Shape/source/ShapeProc.cpp b/plugins/MacVST/Shape/source/ShapeProc.cpp index 6fcfebce3..456752c2c 100755 --- a/plugins/MacVST/Shape/source/ShapeProc.cpp +++ b/plugins/MacVST/Shape/source/ShapeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Shape - Shape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H @@ -23,6 +23,22 @@ void Shape::processReplacing(float **inputs, float **outputs, VstInt32 sampleFra postOffset = sin(offset); } if (shape < 0) postOffset = asin(offset); + double cutoff = 25000.0 / getSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet while (--sampleFrames >= 0) { @@ -97,6 +113,22 @@ void Shape::processDoubleReplacing(double **inputs, double **outputs, VstInt32 s postOffset = sin(offset); } if (shape < 0) postOffset = asin(offset); + double cutoff = 25000.0 / getSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet while (--sampleFrames >= 0) { diff --git a/plugins/MacVST/SideDull/source/SideDull.cpp b/plugins/MacVST/SideDull/source/SideDull.cpp index 1153e90bc..4ed62d357 100755 --- a/plugins/MacVST/SideDull/source/SideDull.cpp +++ b/plugins/MacVST/SideDull/source/SideDull.cpp @@ -1,6 +1,6 @@ /* ======================================== * SideDull - SideDull.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SideDull_H diff --git a/plugins/MacVST/SideDull/source/SideDull.h b/plugins/MacVST/SideDull/source/SideDull.h index 36950fd08..66a75596b 100755 --- a/plugins/MacVST/SideDull/source/SideDull.h +++ b/plugins/MacVST/SideDull/source/SideDull.h @@ -1,7 +1,7 @@ /* ======================================== * SideDull - SideDull.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SideDull_H diff --git a/plugins/MacVST/SideDull/source/SideDullProc.cpp b/plugins/MacVST/SideDull/source/SideDullProc.cpp index 06f8ec15b..18c7c5921 100755 --- a/plugins/MacVST/SideDull/source/SideDullProc.cpp +++ b/plugins/MacVST/SideDull/source/SideDullProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SideDull - SideDull.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SideDull_H diff --git a/plugins/MacVST/Sidepass/source/Sidepass.cpp b/plugins/MacVST/Sidepass/source/Sidepass.cpp index 8dc84167f..e85f108c2 100755 --- a/plugins/MacVST/Sidepass/source/Sidepass.cpp +++ b/plugins/MacVST/Sidepass/source/Sidepass.cpp @@ -1,6 +1,6 @@ /* ======================================== * Sidepass - Sidepass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Sidepass_H diff --git a/plugins/MacVST/Sidepass/source/Sidepass.h b/plugins/MacVST/Sidepass/source/Sidepass.h index 4755073ea..299066238 100755 --- a/plugins/MacVST/Sidepass/source/Sidepass.h +++ b/plugins/MacVST/Sidepass/source/Sidepass.h @@ -1,7 +1,7 @@ /* ======================================== * Sidepass - Sidepass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Sidepass_H diff --git a/plugins/MacVST/Sidepass/source/SidepassProc.cpp b/plugins/MacVST/Sidepass/source/SidepassProc.cpp index b6b664d3f..8a1fb020b 100755 --- a/plugins/MacVST/Sidepass/source/SidepassProc.cpp +++ b/plugins/MacVST/Sidepass/source/SidepassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Sidepass - Sidepass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Sidepass_H diff --git a/plugins/MacVST/Silhouette/source/Silhouette.cpp b/plugins/MacVST/Silhouette/source/Silhouette.cpp index f9d7f26fd..c60b7ca82 100755 --- a/plugins/MacVST/Silhouette/source/Silhouette.cpp +++ b/plugins/MacVST/Silhouette/source/Silhouette.cpp @@ -1,6 +1,6 @@ /* ======================================== * Silhouette - Silhouette.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/Silhouette/source/Silhouette.h b/plugins/MacVST/Silhouette/source/Silhouette.h index 8cc26bdab..2bb5d7596 100755 --- a/plugins/MacVST/Silhouette/source/Silhouette.h +++ b/plugins/MacVST/Silhouette/source/Silhouette.h @@ -1,7 +1,7 @@ /* ======================================== * Silhouette - Silhouette.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/Silhouette/source/SilhouetteProc.cpp b/plugins/MacVST/Silhouette/source/SilhouetteProc.cpp index 264bfcce2..54176512d 100755 --- a/plugins/MacVST/Silhouette/source/SilhouetteProc.cpp +++ b/plugins/MacVST/Silhouette/source/SilhouetteProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Silhouette - Silhouette.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/SingleEndedTriode/source/SingleEndedTriode.cpp b/plugins/MacVST/SingleEndedTriode/source/SingleEndedTriode.cpp index 28ba08c34..dff94c1ac 100755 --- a/plugins/MacVST/SingleEndedTriode/source/SingleEndedTriode.cpp +++ b/plugins/MacVST/SingleEndedTriode/source/SingleEndedTriode.cpp @@ -1,6 +1,6 @@ /* ======================================== * SingleEndedTriode - SingleEndedTriode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SingleEndedTriode_H diff --git a/plugins/MacVST/SingleEndedTriode/source/SingleEndedTriode.h b/plugins/MacVST/SingleEndedTriode/source/SingleEndedTriode.h index 340d8dbd8..552a695b6 100755 --- a/plugins/MacVST/SingleEndedTriode/source/SingleEndedTriode.h +++ b/plugins/MacVST/SingleEndedTriode/source/SingleEndedTriode.h @@ -1,7 +1,7 @@ /* ======================================== * SingleEndedTriode - SingleEndedTriode.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SingleEndedTriode_H diff --git a/plugins/MacVST/SingleEndedTriode/source/SingleEndedTriodeProc.cpp b/plugins/MacVST/SingleEndedTriode/source/SingleEndedTriodeProc.cpp index f2efba1a0..993db65f0 100755 --- a/plugins/MacVST/SingleEndedTriode/source/SingleEndedTriodeProc.cpp +++ b/plugins/MacVST/SingleEndedTriode/source/SingleEndedTriodeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SingleEndedTriode - SingleEndedTriode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SingleEndedTriode_H diff --git a/plugins/MacVST/Slew/source/Slew.cpp b/plugins/MacVST/Slew/source/Slew.cpp index a90a72f94..dce3a77cb 100755 --- a/plugins/MacVST/Slew/source/Slew.cpp +++ b/plugins/MacVST/Slew/source/Slew.cpp @@ -1,7 +1,7 @@ /* ======================================== * Slew - Slew.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew_H diff --git a/plugins/MacVST/Slew/source/Slew.h b/plugins/MacVST/Slew/source/Slew.h index c78cae48d..99531c22e 100755 --- a/plugins/MacVST/Slew/source/Slew.h +++ b/plugins/MacVST/Slew/source/Slew.h @@ -1,7 +1,7 @@ /* ======================================== * Slew - Slew.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew_H diff --git a/plugins/MacVST/Slew/source/SlewProc.cpp b/plugins/MacVST/Slew/source/SlewProc.cpp index 480beb3fd..89c973f4f 100755 --- a/plugins/MacVST/Slew/source/SlewProc.cpp +++ b/plugins/MacVST/Slew/source/SlewProc.cpp @@ -1,7 +1,7 @@ /* ======================================== * Slew - Slew.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew_H diff --git a/plugins/MacVST/Slew2/source/Slew2.cpp b/plugins/MacVST/Slew2/source/Slew2.cpp index 99d6314bc..6209cad7e 100755 --- a/plugins/MacVST/Slew2/source/Slew2.cpp +++ b/plugins/MacVST/Slew2/source/Slew2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Slew2 - Slew2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew2_H diff --git a/plugins/MacVST/Slew2/source/Slew2.h b/plugins/MacVST/Slew2/source/Slew2.h index f2e323a84..4312ef033 100755 --- a/plugins/MacVST/Slew2/source/Slew2.h +++ b/plugins/MacVST/Slew2/source/Slew2.h @@ -1,7 +1,7 @@ /* ======================================== * Slew2 - Slew2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew2_H diff --git a/plugins/MacVST/Slew2/source/Slew2Proc.cpp b/plugins/MacVST/Slew2/source/Slew2Proc.cpp index cea1b98e8..f3420799f 100755 --- a/plugins/MacVST/Slew2/source/Slew2Proc.cpp +++ b/plugins/MacVST/Slew2/source/Slew2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Slew2 - Slew2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew2_H diff --git a/plugins/MacVST/Slew3/source/Slew3.cpp b/plugins/MacVST/Slew3/source/Slew3.cpp index 96ce3829c..e13c621f8 100755 --- a/plugins/MacVST/Slew3/source/Slew3.cpp +++ b/plugins/MacVST/Slew3/source/Slew3.cpp @@ -1,6 +1,6 @@ /* ======================================== * Slew3 - Slew3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew3_H diff --git a/plugins/MacVST/Slew3/source/Slew3.h b/plugins/MacVST/Slew3/source/Slew3.h index fd14c2a8c..26ca14e86 100755 --- a/plugins/MacVST/Slew3/source/Slew3.h +++ b/plugins/MacVST/Slew3/source/Slew3.h @@ -1,7 +1,7 @@ /* ======================================== * Slew3 - Slew3.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew3_H diff --git a/plugins/MacVST/Slew3/source/Slew3Proc.cpp b/plugins/MacVST/Slew3/source/Slew3Proc.cpp index 5f3a8a8fa..b8bcdd573 100755 --- a/plugins/MacVST/Slew3/source/Slew3Proc.cpp +++ b/plugins/MacVST/Slew3/source/Slew3Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Slew3 - Slew3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew3_H diff --git a/plugins/MacVST/SlewOnly/source/SlewOnly.cpp b/plugins/MacVST/SlewOnly/source/SlewOnly.cpp index 0d9350b50..57cec5a93 100755 --- a/plugins/MacVST/SlewOnly/source/SlewOnly.cpp +++ b/plugins/MacVST/SlewOnly/source/SlewOnly.cpp @@ -1,6 +1,6 @@ /* ======================================== * SlewOnly - SlewOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SlewOnly_H diff --git a/plugins/MacVST/SlewOnly/source/SlewOnly.h b/plugins/MacVST/SlewOnly/source/SlewOnly.h index f4ab7bb8a..dc7a33dcc 100755 --- a/plugins/MacVST/SlewOnly/source/SlewOnly.h +++ b/plugins/MacVST/SlewOnly/source/SlewOnly.h @@ -1,7 +1,7 @@ /* ======================================== * SlewOnly - SlewOnly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SlewOnly_H diff --git a/plugins/MacVST/SlewOnly/source/SlewOnlyProc.cpp b/plugins/MacVST/SlewOnly/source/SlewOnlyProc.cpp index 5676a6f91..110aa1c09 100755 --- a/plugins/MacVST/SlewOnly/source/SlewOnlyProc.cpp +++ b/plugins/MacVST/SlewOnly/source/SlewOnlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SlewOnly - SlewOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SlewOnly_H diff --git a/plugins/MacVST/Smooth/source/Smooth.cpp b/plugins/MacVST/Smooth/source/Smooth.cpp index e134523b8..521bd8bf1 100755 --- a/plugins/MacVST/Smooth/source/Smooth.cpp +++ b/plugins/MacVST/Smooth/source/Smooth.cpp @@ -1,6 +1,6 @@ /* ======================================== * Smooth - Smooth.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Smooth_H diff --git a/plugins/MacVST/Smooth/source/Smooth.h b/plugins/MacVST/Smooth/source/Smooth.h index 15bca6583..3b786b3f7 100755 --- a/plugins/MacVST/Smooth/source/Smooth.h +++ b/plugins/MacVST/Smooth/source/Smooth.h @@ -1,7 +1,7 @@ /* ======================================== * Smooth - Smooth.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Smooth_H diff --git a/plugins/MacVST/Smooth/source/SmoothProc.cpp b/plugins/MacVST/Smooth/source/SmoothProc.cpp index 24d9c46f1..7c1f77524 100755 --- a/plugins/MacVST/Smooth/source/SmoothProc.cpp +++ b/plugins/MacVST/Smooth/source/SmoothProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Smooth - Smooth.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Smooth_H diff --git a/plugins/MacVST/SoftGate/source/SoftGate.cpp b/plugins/MacVST/SoftGate/source/SoftGate.cpp index 6fd4a52a3..f3fa60fad 100755 --- a/plugins/MacVST/SoftGate/source/SoftGate.cpp +++ b/plugins/MacVST/SoftGate/source/SoftGate.cpp @@ -1,6 +1,6 @@ /* ======================================== * SoftGate - SoftGate.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftGate_H diff --git a/plugins/MacVST/SoftGate/source/SoftGate.h b/plugins/MacVST/SoftGate/source/SoftGate.h index 153392e59..0789d9150 100755 --- a/plugins/MacVST/SoftGate/source/SoftGate.h +++ b/plugins/MacVST/SoftGate/source/SoftGate.h @@ -1,7 +1,7 @@ /* ======================================== * SoftGate - SoftGate.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftGate_H diff --git a/plugins/MacVST/SoftGate/source/SoftGateProc.cpp b/plugins/MacVST/SoftGate/source/SoftGateProc.cpp index 434d95547..4a92f52d1 100755 --- a/plugins/MacVST/SoftGate/source/SoftGateProc.cpp +++ b/plugins/MacVST/SoftGate/source/SoftGateProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SoftGate - SoftGate.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftGate_H diff --git a/plugins/MacVST/SpatializeDither/source/SpatializeDither.cpp b/plugins/MacVST/SpatializeDither/source/SpatializeDither.cpp index f145ddd43..f1d1787aa 100755 --- a/plugins/MacVST/SpatializeDither/source/SpatializeDither.cpp +++ b/plugins/MacVST/SpatializeDither/source/SpatializeDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * SpatializeDither - SpatializeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SpatializeDither_H diff --git a/plugins/MacVST/SpatializeDither/source/SpatializeDither.h b/plugins/MacVST/SpatializeDither/source/SpatializeDither.h index 2805c4ed4..e09eea22e 100755 --- a/plugins/MacVST/SpatializeDither/source/SpatializeDither.h +++ b/plugins/MacVST/SpatializeDither/source/SpatializeDither.h @@ -1,7 +1,7 @@ /* ======================================== * SpatializeDither - SpatializeDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SpatializeDither_H diff --git a/plugins/MacVST/SpatializeDither/source/SpatializeDitherProc.cpp b/plugins/MacVST/SpatializeDither/source/SpatializeDitherProc.cpp index 9b1e135f7..e22d9dfbd 100755 --- a/plugins/MacVST/SpatializeDither/source/SpatializeDitherProc.cpp +++ b/plugins/MacVST/SpatializeDither/source/SpatializeDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SpatializeDither - SpatializeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SpatializeDither_H diff --git a/plugins/MacVST/Spiral/source/Spiral.cpp b/plugins/MacVST/Spiral/source/Spiral.cpp index 11ef632c0..faa19e6ac 100755 --- a/plugins/MacVST/Spiral/source/Spiral.cpp +++ b/plugins/MacVST/Spiral/source/Spiral.cpp @@ -1,6 +1,6 @@ /* ======================================== * Spiral - Spiral.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral_H diff --git a/plugins/MacVST/Spiral/source/Spiral.h b/plugins/MacVST/Spiral/source/Spiral.h index 439f7cecc..541cdb297 100755 --- a/plugins/MacVST/Spiral/source/Spiral.h +++ b/plugins/MacVST/Spiral/source/Spiral.h @@ -1,7 +1,7 @@ /* ======================================== * Spiral - Spiral.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral_H diff --git a/plugins/MacVST/Spiral/source/SpiralProc.cpp b/plugins/MacVST/Spiral/source/SpiralProc.cpp index 2401ee59c..6d954d03a 100755 --- a/plugins/MacVST/Spiral/source/SpiralProc.cpp +++ b/plugins/MacVST/Spiral/source/SpiralProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Spiral - Spiral.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral_H diff --git a/plugins/MacVST/Spiral2/source/Spiral2.cpp b/plugins/MacVST/Spiral2/source/Spiral2.cpp index 1211da49e..e1cf31b96 100755 --- a/plugins/MacVST/Spiral2/source/Spiral2.cpp +++ b/plugins/MacVST/Spiral2/source/Spiral2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Spiral2 - Spiral2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral2_H diff --git a/plugins/MacVST/Spiral2/source/Spiral2.h b/plugins/MacVST/Spiral2/source/Spiral2.h index 3f64ec340..387e1e682 100755 --- a/plugins/MacVST/Spiral2/source/Spiral2.h +++ b/plugins/MacVST/Spiral2/source/Spiral2.h @@ -1,7 +1,7 @@ /* ======================================== * Spiral2 - Spiral2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral2_H diff --git a/plugins/MacVST/Spiral2/source/Spiral2Proc.cpp b/plugins/MacVST/Spiral2/source/Spiral2Proc.cpp index 18e1583b8..3aa230ff2 100755 --- a/plugins/MacVST/Spiral2/source/Spiral2Proc.cpp +++ b/plugins/MacVST/Spiral2/source/Spiral2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Spiral2 - Spiral2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral2_H diff --git a/plugins/MacVST/Srsly/source/Srsly.cpp b/plugins/MacVST/Srsly/source/Srsly.cpp index 6a7c5a896..37415e2eb 100755 --- a/plugins/MacVST/Srsly/source/Srsly.cpp +++ b/plugins/MacVST/Srsly/source/Srsly.cpp @@ -1,6 +1,6 @@ /* ======================================== * Srsly - Srsly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly_H diff --git a/plugins/MacVST/Srsly/source/Srsly.h b/plugins/MacVST/Srsly/source/Srsly.h index 6d1dcc7d9..d9848da5c 100755 --- a/plugins/MacVST/Srsly/source/Srsly.h +++ b/plugins/MacVST/Srsly/source/Srsly.h @@ -1,7 +1,7 @@ /* ======================================== * Srsly - Srsly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly_H diff --git a/plugins/MacVST/Srsly/source/SrslyProc.cpp b/plugins/MacVST/Srsly/source/SrslyProc.cpp index f59ea964b..cc5bee7d8 100755 --- a/plugins/MacVST/Srsly/source/SrslyProc.cpp +++ b/plugins/MacVST/Srsly/source/SrslyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Srsly - Srsly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly_H diff --git a/plugins/MacVST/Srsly2/source/Srsly2.cpp b/plugins/MacVST/Srsly2/source/Srsly2.cpp index 15cddce26..ff41db153 100755 --- a/plugins/MacVST/Srsly2/source/Srsly2.cpp +++ b/plugins/MacVST/Srsly2/source/Srsly2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Srsly2 - Srsly2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly2_H diff --git a/plugins/MacVST/Srsly2/source/Srsly2.h b/plugins/MacVST/Srsly2/source/Srsly2.h index f8c2bdbef..ce245be03 100755 --- a/plugins/MacVST/Srsly2/source/Srsly2.h +++ b/plugins/MacVST/Srsly2/source/Srsly2.h @@ -1,7 +1,7 @@ /* ======================================== * Srsly2 - Srsly2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly2_H diff --git a/plugins/MacVST/Srsly2/source/Srsly2Proc.cpp b/plugins/MacVST/Srsly2/source/Srsly2Proc.cpp index 13306512c..cad2de2c9 100755 --- a/plugins/MacVST/Srsly2/source/Srsly2Proc.cpp +++ b/plugins/MacVST/Srsly2/source/Srsly2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Srsly2 - Srsly2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly2_H diff --git a/plugins/MacVST/StarChild/source/StarChild.cpp b/plugins/MacVST/StarChild/source/StarChild.cpp index 610c87efc..ecf7b82a3 100755 --- a/plugins/MacVST/StarChild/source/StarChild.cpp +++ b/plugins/MacVST/StarChild/source/StarChild.cpp @@ -1,6 +1,6 @@ /* ======================================== * StarChild - StarChild.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StarChild_H diff --git a/plugins/MacVST/StarChild/source/StarChild.h b/plugins/MacVST/StarChild/source/StarChild.h index 157454b92..0934001b5 100755 --- a/plugins/MacVST/StarChild/source/StarChild.h +++ b/plugins/MacVST/StarChild/source/StarChild.h @@ -1,7 +1,7 @@ /* ======================================== * StarChild - StarChild.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StarChild_H diff --git a/plugins/MacVST/StarChild/source/StarChildProc.cpp b/plugins/MacVST/StarChild/source/StarChildProc.cpp index 608c93157..dbae24e49 100755 --- a/plugins/MacVST/StarChild/source/StarChildProc.cpp +++ b/plugins/MacVST/StarChild/source/StarChildProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StarChild - StarChild.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StarChild_H diff --git a/plugins/MacVST/StereoChorus/source/StereoChorus.cpp b/plugins/MacVST/StereoChorus/source/StereoChorus.cpp index 21ba5f0f8..64c88e583 100755 --- a/plugins/MacVST/StereoChorus/source/StereoChorus.cpp +++ b/plugins/MacVST/StereoChorus/source/StereoChorus.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoChorus - StereoChorus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoChorus_H diff --git a/plugins/MacVST/StereoChorus/source/StereoChorus.h b/plugins/MacVST/StereoChorus/source/StereoChorus.h index fcaa32741..70683fe0c 100755 --- a/plugins/MacVST/StereoChorus/source/StereoChorus.h +++ b/plugins/MacVST/StereoChorus/source/StereoChorus.h @@ -1,7 +1,7 @@ /* ======================================== * StereoChorus - StereoChorus.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoChorus_H diff --git a/plugins/MacVST/StereoChorus/source/StereoChorusProc.cpp b/plugins/MacVST/StereoChorus/source/StereoChorusProc.cpp index 13db60492..d9b038543 100755 --- a/plugins/MacVST/StereoChorus/source/StereoChorusProc.cpp +++ b/plugins/MacVST/StereoChorus/source/StereoChorusProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoChorus - StereoChorus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoChorus_H diff --git a/plugins/MacVST/StereoDoubler/source/StereoDoubler.cpp b/plugins/MacVST/StereoDoubler/source/StereoDoubler.cpp index e0c32f4d0..e56e98b73 100755 --- a/plugins/MacVST/StereoDoubler/source/StereoDoubler.cpp +++ b/plugins/MacVST/StereoDoubler/source/StereoDoubler.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoDoubler - StereoDoubler.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoDoubler_H diff --git a/plugins/MacVST/StereoDoubler/source/StereoDoubler.h b/plugins/MacVST/StereoDoubler/source/StereoDoubler.h index c3ae95d7b..3ca40cd32 100755 --- a/plugins/MacVST/StereoDoubler/source/StereoDoubler.h +++ b/plugins/MacVST/StereoDoubler/source/StereoDoubler.h @@ -1,7 +1,7 @@ /* ======================================== * StereoDoubler - StereoDoubler.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoDoubler_H diff --git a/plugins/MacVST/StereoDoubler/source/StereoDoublerProc.cpp b/plugins/MacVST/StereoDoubler/source/StereoDoublerProc.cpp index a0451870d..1d922c033 100755 --- a/plugins/MacVST/StereoDoubler/source/StereoDoublerProc.cpp +++ b/plugins/MacVST/StereoDoubler/source/StereoDoublerProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoDoubler - StereoDoubler.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoDoubler_H diff --git a/plugins/MacVST/StereoEnsemble/source/StereoEnsemble.cpp b/plugins/MacVST/StereoEnsemble/source/StereoEnsemble.cpp index 66ce11129..8bb49d5a8 100755 --- a/plugins/MacVST/StereoEnsemble/source/StereoEnsemble.cpp +++ b/plugins/MacVST/StereoEnsemble/source/StereoEnsemble.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoEnsemble - StereoEnsemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoEnsemble_H diff --git a/plugins/MacVST/StereoEnsemble/source/StereoEnsemble.h b/plugins/MacVST/StereoEnsemble/source/StereoEnsemble.h index 44dc8f8f9..4dec0448e 100755 --- a/plugins/MacVST/StereoEnsemble/source/StereoEnsemble.h +++ b/plugins/MacVST/StereoEnsemble/source/StereoEnsemble.h @@ -1,7 +1,7 @@ /* ======================================== * StereoEnsemble - StereoEnsemble.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoEnsemble_H diff --git a/plugins/MacVST/StereoEnsemble/source/StereoEnsembleProc.cpp b/plugins/MacVST/StereoEnsemble/source/StereoEnsembleProc.cpp index 96b457b15..23cbab8ed 100755 --- a/plugins/MacVST/StereoEnsemble/source/StereoEnsembleProc.cpp +++ b/plugins/MacVST/StereoEnsemble/source/StereoEnsembleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoEnsemble - StereoEnsemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoEnsemble_H diff --git a/plugins/MacVST/StereoFX/source/StereoFX.cpp b/plugins/MacVST/StereoFX/source/StereoFX.cpp index 8531bcdbe..3eaf4b0f1 100755 --- a/plugins/MacVST/StereoFX/source/StereoFX.cpp +++ b/plugins/MacVST/StereoFX/source/StereoFX.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoFX - StereoFX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoFX_H diff --git a/plugins/MacVST/StereoFX/source/StereoFX.h b/plugins/MacVST/StereoFX/source/StereoFX.h index 04d34a587..295aae89a 100755 --- a/plugins/MacVST/StereoFX/source/StereoFX.h +++ b/plugins/MacVST/StereoFX/source/StereoFX.h @@ -1,7 +1,7 @@ /* ======================================== * StereoFX - StereoFX.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoFX_H diff --git a/plugins/MacVST/StereoFX/source/StereoFXProc.cpp b/plugins/MacVST/StereoFX/source/StereoFXProc.cpp index 0c3ae4962..c315b7d67 100755 --- a/plugins/MacVST/StereoFX/source/StereoFXProc.cpp +++ b/plugins/MacVST/StereoFX/source/StereoFXProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoFX - StereoFX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoFX_H diff --git a/plugins/MacVST/StudioTan/source/StudioTan.cpp b/plugins/MacVST/StudioTan/source/StudioTan.cpp index 31242f798..17eb0864e 100755 --- a/plugins/MacVST/StudioTan/source/StudioTan.cpp +++ b/plugins/MacVST/StudioTan/source/StudioTan.cpp @@ -1,6 +1,6 @@ /* ======================================== * StudioTan - StudioTan.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StudioTan_H diff --git a/plugins/MacVST/StudioTan/source/StudioTan.h b/plugins/MacVST/StudioTan/source/StudioTan.h index 9e17ad768..7641724c6 100755 --- a/plugins/MacVST/StudioTan/source/StudioTan.h +++ b/plugins/MacVST/StudioTan/source/StudioTan.h @@ -1,7 +1,7 @@ /* ======================================== * StudioTan - StudioTan.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StudioTan_H diff --git a/plugins/MacVST/StudioTan/source/StudioTanProc.cpp b/plugins/MacVST/StudioTan/source/StudioTanProc.cpp index de2418d10..b2218a1e7 100755 --- a/plugins/MacVST/StudioTan/source/StudioTanProc.cpp +++ b/plugins/MacVST/StudioTan/source/StudioTanProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StudioTan - StudioTan.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StudioTan_H diff --git a/plugins/MacVST/SubsOnly/source/SubsOnly.cpp b/plugins/MacVST/SubsOnly/source/SubsOnly.cpp index ca64de56f..8c0ab5253 100755 --- a/plugins/MacVST/SubsOnly/source/SubsOnly.cpp +++ b/plugins/MacVST/SubsOnly/source/SubsOnly.cpp @@ -1,6 +1,6 @@ /* ======================================== * SubsOnly - SubsOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SubsOnly_H diff --git a/plugins/MacVST/SubsOnly/source/SubsOnly.h b/plugins/MacVST/SubsOnly/source/SubsOnly.h index f4bd2a51b..3345d462b 100755 --- a/plugins/MacVST/SubsOnly/source/SubsOnly.h +++ b/plugins/MacVST/SubsOnly/source/SubsOnly.h @@ -1,7 +1,7 @@ /* ======================================== * SubsOnly - SubsOnly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SubsOnly_H diff --git a/plugins/MacVST/SubsOnly/source/SubsOnlyProc.cpp b/plugins/MacVST/SubsOnly/source/SubsOnlyProc.cpp index 3a7df87a0..70ea43dd5 100755 --- a/plugins/MacVST/SubsOnly/source/SubsOnlyProc.cpp +++ b/plugins/MacVST/SubsOnly/source/SubsOnlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SubsOnly - SubsOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SubsOnly_H diff --git a/plugins/MacVST/Surge/source/Surge.cpp b/plugins/MacVST/Surge/source/Surge.cpp index e330af883..51962d051 100755 --- a/plugins/MacVST/Surge/source/Surge.cpp +++ b/plugins/MacVST/Surge/source/Surge.cpp @@ -1,6 +1,6 @@ /* ======================================== * Surge - Surge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Surge_H diff --git a/plugins/MacVST/Surge/source/Surge.h b/plugins/MacVST/Surge/source/Surge.h index 18d47a94a..ce5480653 100755 --- a/plugins/MacVST/Surge/source/Surge.h +++ b/plugins/MacVST/Surge/source/Surge.h @@ -1,7 +1,7 @@ /* ======================================== * Surge - Surge.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Surge_H diff --git a/plugins/MacVST/Surge/source/SurgeProc.cpp b/plugins/MacVST/Surge/source/SurgeProc.cpp index 145e5237c..bfaec7e15 100755 --- a/plugins/MacVST/Surge/source/SurgeProc.cpp +++ b/plugins/MacVST/Surge/source/SurgeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Surge - Surge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Surge_H diff --git a/plugins/MacVST/SurgeTide/source/SurgeTide.cpp b/plugins/MacVST/SurgeTide/source/SurgeTide.cpp index ba28ed38f..5519a7155 100755 --- a/plugins/MacVST/SurgeTide/source/SurgeTide.cpp +++ b/plugins/MacVST/SurgeTide/source/SurgeTide.cpp @@ -1,6 +1,6 @@ /* ======================================== * SurgeTide - SurgeTide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SurgeTide_H diff --git a/plugins/MacVST/SurgeTide/source/SurgeTide.h b/plugins/MacVST/SurgeTide/source/SurgeTide.h index f6a2b7cbf..2e54658c5 100755 --- a/plugins/MacVST/SurgeTide/source/SurgeTide.h +++ b/plugins/MacVST/SurgeTide/source/SurgeTide.h @@ -1,7 +1,7 @@ /* ======================================== * SurgeTide - SurgeTide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SurgeTide_H diff --git a/plugins/MacVST/SurgeTide/source/SurgeTideProc.cpp b/plugins/MacVST/SurgeTide/source/SurgeTideProc.cpp index 0db02fc7c..7691d2e5d 100755 --- a/plugins/MacVST/SurgeTide/source/SurgeTideProc.cpp +++ b/plugins/MacVST/SurgeTide/source/SurgeTideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SurgeTide - SurgeTide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SurgeTide_H diff --git a/plugins/MacVST/Swell/source/Swell.cpp b/plugins/MacVST/Swell/source/Swell.cpp index f1b5da9a3..f82a44571 100755 --- a/plugins/MacVST/Swell/source/Swell.cpp +++ b/plugins/MacVST/Swell/source/Swell.cpp @@ -1,6 +1,6 @@ /* ======================================== * Swell - Swell.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Swell_H diff --git a/plugins/MacVST/Swell/source/Swell.h b/plugins/MacVST/Swell/source/Swell.h index 1acfaf86c..d1e2b3dd8 100755 --- a/plugins/MacVST/Swell/source/Swell.h +++ b/plugins/MacVST/Swell/source/Swell.h @@ -1,7 +1,7 @@ /* ======================================== * Swell - Swell.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Swell_H diff --git a/plugins/MacVST/Swell/source/SwellProc.cpp b/plugins/MacVST/Swell/source/SwellProc.cpp index e076b5c11..77656f3ee 100755 --- a/plugins/MacVST/Swell/source/SwellProc.cpp +++ b/plugins/MacVST/Swell/source/SwellProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Swell - Swell.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Swell_H diff --git a/plugins/MacVST/TPDFDither/source/TPDFDither.cpp b/plugins/MacVST/TPDFDither/source/TPDFDither.cpp index 2266f5851..45da2a859 100755 --- a/plugins/MacVST/TPDFDither/source/TPDFDither.cpp +++ b/plugins/MacVST/TPDFDither/source/TPDFDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * TPDFDither - TPDFDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFDither_H diff --git a/plugins/MacVST/TPDFDither/source/TPDFDither.h b/plugins/MacVST/TPDFDither/source/TPDFDither.h index a1994f15b..b58213970 100755 --- a/plugins/MacVST/TPDFDither/source/TPDFDither.h +++ b/plugins/MacVST/TPDFDither/source/TPDFDither.h @@ -1,7 +1,7 @@ /* ======================================== * TPDFDither - TPDFDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFDither_H diff --git a/plugins/MacVST/TPDFDither/source/TPDFDitherProc.cpp b/plugins/MacVST/TPDFDither/source/TPDFDitherProc.cpp index b5b7f15bc..5ec2d0410 100755 --- a/plugins/MacVST/TPDFDither/source/TPDFDitherProc.cpp +++ b/plugins/MacVST/TPDFDither/source/TPDFDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TPDFDither - TPDFDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFDither_H diff --git a/plugins/MacVST/TPDFWide/source/TPDFWide.cpp b/plugins/MacVST/TPDFWide/source/TPDFWide.cpp index ff56d99ea..2e78157c4 100755 --- a/plugins/MacVST/TPDFWide/source/TPDFWide.cpp +++ b/plugins/MacVST/TPDFWide/source/TPDFWide.cpp @@ -1,6 +1,6 @@ /* ======================================== * TPDFWide - TPDFWide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFWide_H diff --git a/plugins/MacVST/TPDFWide/source/TPDFWide.h b/plugins/MacVST/TPDFWide/source/TPDFWide.h index 22842b76e..8f6e7c919 100755 --- a/plugins/MacVST/TPDFWide/source/TPDFWide.h +++ b/plugins/MacVST/TPDFWide/source/TPDFWide.h @@ -1,7 +1,7 @@ /* ======================================== * TPDFWide - TPDFWide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFWide_H diff --git a/plugins/MacVST/TPDFWide/source/TPDFWideProc.cpp b/plugins/MacVST/TPDFWide/source/TPDFWideProc.cpp index 150b4f39c..a0b3a1398 100755 --- a/plugins/MacVST/TPDFWide/source/TPDFWideProc.cpp +++ b/plugins/MacVST/TPDFWide/source/TPDFWideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TPDFWide - TPDFWide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFWide_H diff --git a/plugins/MacVST/Tape/source/Tape.cpp b/plugins/MacVST/Tape/source/Tape.cpp index 1d9fbb93e..7423e5678 100755 --- a/plugins/MacVST/Tape/source/Tape.cpp +++ b/plugins/MacVST/Tape/source/Tape.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tape - Tape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tape_H diff --git a/plugins/MacVST/Tape/source/Tape.h b/plugins/MacVST/Tape/source/Tape.h index f25c49302..b0700dd26 100755 --- a/plugins/MacVST/Tape/source/Tape.h +++ b/plugins/MacVST/Tape/source/Tape.h @@ -1,7 +1,7 @@ /* ======================================== * Tape - Tape.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Tape_H diff --git a/plugins/MacVST/Tape/source/TapeProc.cpp b/plugins/MacVST/Tape/source/TapeProc.cpp index 3a6fcc693..58f8d55a4 100755 --- a/plugins/MacVST/Tape/source/TapeProc.cpp +++ b/plugins/MacVST/Tape/source/TapeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tape - Tape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tape_H diff --git a/plugins/MacVST/TapeDelay/source/TapeDelay.cpp b/plugins/MacVST/TapeDelay/source/TapeDelay.cpp index 345f06d58..0405591d2 100755 --- a/plugins/MacVST/TapeDelay/source/TapeDelay.cpp +++ b/plugins/MacVST/TapeDelay/source/TapeDelay.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDelay - TapeDelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay_H diff --git a/plugins/MacVST/TapeDelay/source/TapeDelay.h b/plugins/MacVST/TapeDelay/source/TapeDelay.h index d1708fa60..60899fff5 100755 --- a/plugins/MacVST/TapeDelay/source/TapeDelay.h +++ b/plugins/MacVST/TapeDelay/source/TapeDelay.h @@ -1,7 +1,7 @@ /* ======================================== * TapeDelay - TapeDelay.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay_H diff --git a/plugins/MacVST/TapeDelay/source/TapeDelayProc.cpp b/plugins/MacVST/TapeDelay/source/TapeDelayProc.cpp index 6f42b02ff..203e35b53 100755 --- a/plugins/MacVST/TapeDelay/source/TapeDelayProc.cpp +++ b/plugins/MacVST/TapeDelay/source/TapeDelayProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDelay - TapeDelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay_H diff --git a/plugins/MacVST/TapeDelay2/source/TapeDelay2.cpp b/plugins/MacVST/TapeDelay2/source/TapeDelay2.cpp index 50963e88c..d77911e41 100755 --- a/plugins/MacVST/TapeDelay2/source/TapeDelay2.cpp +++ b/plugins/MacVST/TapeDelay2/source/TapeDelay2.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDelay2 - TapeDelay2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay2_H diff --git a/plugins/MacVST/TapeDelay2/source/TapeDelay2.h b/plugins/MacVST/TapeDelay2/source/TapeDelay2.h index 178d356fb..cb2a837b9 100755 --- a/plugins/MacVST/TapeDelay2/source/TapeDelay2.h +++ b/plugins/MacVST/TapeDelay2/source/TapeDelay2.h @@ -1,7 +1,7 @@ /* ======================================== * TapeDelay2 - TapeDelay2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay2_H diff --git a/plugins/MacVST/TapeDelay2/source/TapeDelay2Proc.cpp b/plugins/MacVST/TapeDelay2/source/TapeDelay2Proc.cpp index a6b4e4b2d..533957d05 100755 --- a/plugins/MacVST/TapeDelay2/source/TapeDelay2Proc.cpp +++ b/plugins/MacVST/TapeDelay2/source/TapeDelay2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDelay2 - TapeDelay2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay2_H diff --git a/plugins/MacVST/TapeDither/source/TapeDither.cpp b/plugins/MacVST/TapeDither/source/TapeDither.cpp index fdd04534f..5820dccb8 100755 --- a/plugins/MacVST/TapeDither/source/TapeDither.cpp +++ b/plugins/MacVST/TapeDither/source/TapeDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDither - TapeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDither_H diff --git a/plugins/MacVST/TapeDither/source/TapeDither.h b/plugins/MacVST/TapeDither/source/TapeDither.h index 2fec4c2eb..7b15a0fb9 100755 --- a/plugins/MacVST/TapeDither/source/TapeDither.h +++ b/plugins/MacVST/TapeDither/source/TapeDither.h @@ -1,7 +1,7 @@ /* ======================================== * TapeDither - TapeDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDither_H diff --git a/plugins/MacVST/TapeDither/source/TapeDitherProc.cpp b/plugins/MacVST/TapeDither/source/TapeDitherProc.cpp index f43301489..b30b79f40 100755 --- a/plugins/MacVST/TapeDither/source/TapeDitherProc.cpp +++ b/plugins/MacVST/TapeDither/source/TapeDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDither - TapeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDither_H diff --git a/plugins/MacVST/TapeDust/source/TapeDust.cpp b/plugins/MacVST/TapeDust/source/TapeDust.cpp index 11ff21768..0c6b196ec 100755 --- a/plugins/MacVST/TapeDust/source/TapeDust.cpp +++ b/plugins/MacVST/TapeDust/source/TapeDust.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDust - TapeDust.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDust_H diff --git a/plugins/MacVST/TapeDust/source/TapeDust.h b/plugins/MacVST/TapeDust/source/TapeDust.h index 4918fdcb3..53868ac3c 100755 --- a/plugins/MacVST/TapeDust/source/TapeDust.h +++ b/plugins/MacVST/TapeDust/source/TapeDust.h @@ -1,7 +1,7 @@ /* ======================================== * TapeDust - TapeDust.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDust_H diff --git a/plugins/MacVST/TapeDust/source/TapeDustProc.cpp b/plugins/MacVST/TapeDust/source/TapeDustProc.cpp index e4daa4864..43e4daa5a 100755 --- a/plugins/MacVST/TapeDust/source/TapeDustProc.cpp +++ b/plugins/MacVST/TapeDust/source/TapeDustProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDust - TapeDust.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDust_H diff --git a/plugins/MacVST/TapeFat/source/TapeFat.cpp b/plugins/MacVST/TapeFat/source/TapeFat.cpp index bcb1927b5..fde7d012e 100755 --- a/plugins/MacVST/TapeFat/source/TapeFat.cpp +++ b/plugins/MacVST/TapeFat/source/TapeFat.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeFat - TapeFat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeFat_H diff --git a/plugins/MacVST/TapeFat/source/TapeFat.h b/plugins/MacVST/TapeFat/source/TapeFat.h index 0ce30222f..a6e950220 100755 --- a/plugins/MacVST/TapeFat/source/TapeFat.h +++ b/plugins/MacVST/TapeFat/source/TapeFat.h @@ -1,7 +1,7 @@ /* ======================================== * TapeFat - TapeFat.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeFat_H diff --git a/plugins/MacVST/TapeFat/source/TapeFatProc.cpp b/plugins/MacVST/TapeFat/source/TapeFatProc.cpp index 1411a1454..6176324e7 100755 --- a/plugins/MacVST/TapeFat/source/TapeFatProc.cpp +++ b/plugins/MacVST/TapeFat/source/TapeFatProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeFat - TapeFat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeFat_H diff --git a/plugins/MacVST/Texturize/source/Texturize.cpp b/plugins/MacVST/Texturize/source/Texturize.cpp index c79bc3690..f2fc08f0a 100755 --- a/plugins/MacVST/Texturize/source/Texturize.cpp +++ b/plugins/MacVST/Texturize/source/Texturize.cpp @@ -1,6 +1,6 @@ /* ======================================== * Texturize - Texturize.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/Texturize/source/Texturize.h b/plugins/MacVST/Texturize/source/Texturize.h index c78cac557..74c632da0 100755 --- a/plugins/MacVST/Texturize/source/Texturize.h +++ b/plugins/MacVST/Texturize/source/Texturize.h @@ -1,7 +1,7 @@ /* ======================================== * Texturize - Texturize.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/Texturize/source/TexturizeProc.cpp b/plugins/MacVST/Texturize/source/TexturizeProc.cpp index c1e9722c6..ae17d9d5b 100755 --- a/plugins/MacVST/Texturize/source/TexturizeProc.cpp +++ b/plugins/MacVST/Texturize/source/TexturizeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Texturize - Texturize.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.pbxuser new file mode 100755 index 000000000..dcf79902f --- /dev/null +++ b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.pbxuser @@ -0,0 +1,108 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* TexturizeMS */; + codeSenseManager = 8B02375F1D42B1C400E1E8C8 /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 364, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 324, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 685052244; + PBXWorkspaceStateSaveDate = 685052244; + }; + sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* TexturizeMS.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {948, 2862}}"; + sepNavSelRange = "{4450, 0}"; + sepNavVisRange = "{3537, 2014}"; + sepNavWindowFrame = "{{12, 47}, {895, 831}}"; + }; + }; + 245463B80991757100464AD3 /* TexturizeMS.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {1110, 1548}}"; + sepNavSelRange = "{2833, 0}"; + sepNavVisRange = "{0, 982}"; + sepNavWindowFrame = "{{20, 47}, {895, 831}}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 20267}}"; + sepNavSelRange = "{10616, 0}"; + sepNavVisRange = "{9653, 2414}"; + sepNavWindowFrame = "{{15, 42}, {895, 831}}"; + }; + }; + 24D8286F09A914000093AEF8 /* TexturizeMSProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {848, 5256}}"; + sepNavSelRange = "{8083, 0}"; + sepNavVisRange = "{328, 1090}"; + sepNavWindowFrame = "{{31, 42}, {895, 831}}"; + }; + }; + 8B02375E1D42B1C400E1E8C8 /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 8B02375F1D42B1C400E1E8C8 /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; + 8D01CCC60486CAD60068D4B7 /* TexturizeMS */ = { + activeExec = 0; + }; +} diff --git a/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.perspectivev3 new file mode 100755 index 000000000..1596fc2e0 --- /dev/null +++ b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/christopherjohnson.perspectivev3 @@ -0,0 +1,1502 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + AIODescriptionKey + DockingSystemVisible + + Extension + perspectivev3 + FavBarConfig + + PBXProjectModuleGUID + 8B02375D1D42B1C400E1E8C8 + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.defaultV3 + MajorVersion + 34 + MinorVersion + 0 + Name + All-In-One + Notifications + + + XCObserverAutoDisconnectKey + + XCObserverDefintionKey + + PBXStatusErrorsKey + 0 + + XCObserverFactoryKey + XCPerspectivesSpecificationIdentifier + XCObserverGUIDKey + XCObserverProjectIdentifier + XCObserverNotificationKey + PBXStatusBuildStateMessageNotification + XCObserverTargetKey + XCMainBuildResultsModuleGUID + XCObserverTriggerKey + awakenModuleWithObserver: + XCObserverValidationKey + + PBXStatusErrorsKey + 2 + + + + OpenEditors + + PerspectiveWidths + + 810 + 810 + + Perspectives + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.project + IsVertical + + Layout + + + BecomeActive + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CA23ED40692098700951B8B + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 185 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 6 + 4 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {185, 428}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + + GeometryConfiguration + + Frame + {{0, 0}, {202, 446}} + GroupTreeTableConfiguration + + MainColumn + 185 + + RubberWindowFrame + 34 365 810 487 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 202pt + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 8B0237581D42B1C400E1E8C8 + PBXProjectModuleLabel + Gain.h + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B0237591D42B1C400E1E8C8 + PBXProjectModuleLabel + Gain.h + + SplitCount + 1 + + StatusBarVisibility + + XCSharingToken + com.apple.Xcode.CommonNavigatorGroupSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {603, 0}} + RubberWindowFrame + 34 365 810 487 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + Proportion + 441pt + Tabs + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EDF0692099D00951B8B + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{10, 27}, {603, 414}} + RubberWindowFrame + 34 365 810 487 0 0 1440 878 + + Module + XCDetailModule + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA23EE00692099D00951B8B + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXProjectFindModule + + + ContentConfiguration + + PBXCVSModuleFilterTypeKey + 1032 + PBXProjectModuleGUID + 1CA23EE10692099D00951B8B + PBXProjectModuleLabel + SCM Results + + GeometryConfiguration + + Frame + {{10, 31}, {603, 297}} + + Module + PBXCVSModule + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1023 + XCBuildResultsTrigger_Open + 1012 + + GeometryConfiguration + + Frame + {{10, 27}, {603, 282}} + + Module + PBXBuildResultsModule + + + + + Proportion + 603pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDockableTabModule + XCDetailModule + PBXProjectFindModule + PBXCVSModule + PBXBuildResultsModule + + TableOfContents + + 8BF9C88E28D514AD009E96CF + 1CA23ED40692098700951B8B + 8BF9C88F28D514AD009E96CF + 8B0237581D42B1C400E1E8C8 + 8BF9C89028D514AD009E96CF + 1CA23EDF0692099D00951B8B + 1CA23EE00692099D00951B8B + 1CA23EE10692099D00951B8B + XCMainBuildResultsModuleGUID + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ChosenToolbarItems + + XCToolbarPerspectiveControl + NSToolbarSeparatorItem + active-combo-popup + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + debugger-restart-executable + debugger-pause + debugger-step-over + debugger-step-into + debugger-step-out + NSToolbarFlexibleSpaceItem + servicesModulebreakpoints + debugger-show-console-window + + ControllerClassBaseName + PBXDebugSessionModule + IconName + DebugTabIcon + Identifier + perspective.debug + IsVertical + 1 + Layout + + + ContentConfiguration + + PBXProjectModuleGUID + 1CCC7628064C1048000F2A68 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {810, 0}} + + Module + PBXDebugCLIModule + Proportion + 0% + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {395, 213}} + {{395, 0}, {415, 213}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {810, 213}} + {{0, 213}, {810, 225}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1CCC7629064C1048000F2A68 + PBXProjectModuleLabel + Debug + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 7}, {810, 438}} + + Module + PBXDebugSessionModule + Proportion + 443pt + + + Name + Debug + ServiceClasses + + XCModuleDock + XCModuleDock + PBXDebugCLIModule + PBXDebugSessionModule + XCConsole + + TableOfContents + + 1CC8E6A5069209BD00BB180A + 1CC8E6A6069209BD00BB180A + 1CCC7628064C1048000F2A68 + 1CCC7629064C1048000F2A68 + 1CC8E6A7069209BD00BB180A + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecification.xcperspec' + StatusbarIsVisible + + TimeStamp + 685053101.70127797 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 2 + Type + Perspectives + UpdateMessage + + WindowJustification + 5 + WindowOrderList + + /Users/christopherjohnson/Desktop/TexturizeMS/TexturizeMS.xcodeproj + + WindowString + 34 365 810 487 0 0 1440 878 + WindowToolsV3 + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.build + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD052900623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {500, 215}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 218pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + + GeometryConfiguration + + Frame + {{0, 222}, {500, 236}} + RubberWindowFrame + 192 257 500 500 0 0 1280 1002 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 458pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAA5065D492600B07095 + 1C78EAA6065D492600B07095 + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowString + 192 257 500 500 0 0 1280 1002 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {700, 358}} + RubberWindowFrame + 149 87 700 400 0 0 1440 878 + + Module + PBXDebugCLIModule + Proportion + 358pt + + + Proportion + 358pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D5B069F1CE1000CFCEE + 1C530D5C069F1CE1000CFCEE + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 149 87 440 400 0 0 1440 878 + WindowToolGUID + 1C530D5B069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.09500122070312 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scmV3 + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 166pt + + + Proportion + 166pt + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.projectFormatConflicts + IsVertical + + Layout + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 8BCAE52E1D49920D0047D4BD + + GeometryConfiguration + + Frame + {{0, 0}, {472, 302}} + RubberWindowFrame + 569 378 472 322 0 0 1440 878 + + Module + XCProjectFormatConflictsModule + Proportion + 302pt + + + Proportion + 302pt + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + + TableOfContents + + 8BCAE52F1D49920D0047D4BD + 8BCAE5301D49920D0047D4BD + 8BCAE52E1D49920D0047D4BD + + WindowContentMinSize + 450 300 + WindowString + 569 378 472 322 0 0 1440 878 + WindowToolGUID + 8BCAE52F1D49920D0047D4BD + WindowToolIsVisible + + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {369, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {616, 353}} + MembersFrame + {{0, 105}, {369, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 94 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 597 125 616 374 0 0 1280 1002 + + Module + PBXClassBrowserModule + Proportion + 354pt + + + Proportion + 354pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C78EABA065D492600B07095 + 1C78EABB065D492600B07095 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 597 125 616 374 0 0 1280 1002 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/project.pbxproj b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/project.pbxproj new file mode 100755 index 000000000..24e0f4163 --- /dev/null +++ b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/project.pbxproj @@ -0,0 +1,2201 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 42; + objects = { + +/* Begin PBXBuildFile section */ + 2407DEB9089929BA00EB68BF /* TexturizeMS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2407DEB6089929BA00EB68BF /* TexturizeMS.cpp */; }; + 245463B90991757100464AD3 /* TexturizeMS.h in Headers */ = {isa = PBXBuildFile; fileRef = 245463B80991757100464AD3 /* TexturizeMS.h */; }; + 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF910F90D1DD003BB5A7 /* aeffect.h */; }; + 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */; }; + 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */; }; + 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FF990F90D1DD003BB5A7 /* adelay.h */; }; + 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */; }; + 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */; }; + 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFAB0F90D1DD003BB5A7 /* again.h */; }; + 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */; }; + 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */; }; + 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */; }; + 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */; }; + 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */; }; + 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */; }; + 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */; }; + 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */; }; + 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200050F90D1DD003BB5A7 /* controlsgui.h */; }; + 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */; }; + 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */; }; + 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */; }; + 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */; }; + 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */; }; + 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */; }; + 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */; }; + 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2001F0F90D1DD003BB5A7 /* ctabview.h */; }; + 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201470F90D1DE003BB5A7 /* plugguieditor.h */; }; + 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201490F90D1DE003BB5A7 /* vstcontrols.h */; }; + 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014B0F90D1DE003BB5A7 /* vstgui.h */; }; + 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */; }; + 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */; }; + 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */; }; + 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */; }; + 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */; }; + 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */; }; + 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */; }; + 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */; }; + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */ = {isa = PBXBuildFile; fileRef = 24CFB70307E7A0220081BD57 /* PkgInfo */; }; + 24D8287009A914000093AEF8 /* TexturizeMSProc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24D8286F09A914000093AEF8 /* TexturizeMSProc.cpp */; }; + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = again; + }; + 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4476974093DAE42008998C4; + remoteInfo = adelay; + }; + 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4FF52220929FBF500DDED7A; + remoteInfo = vstxsynth; + }; + 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4476A10093DCAF9008998C4; + remoteInfo = surrounddelay; + }; + 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4FF52F3092A312800DDED7A; + remoteInfo = minihost; + }; + 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = AudioUnit; + }; + 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + proxyType = 2; + remoteGlobalIDString = F4C9F1D407B2320800010DAD; + remoteInfo = VST; + }; + 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 8D01CCD20486CAD60068D4B7; + remoteInfo = AudioUnit; + }; + 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = F4C9F1D407B2320800010DAD; + remoteInfo = VST; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; + 2407DE920899296600EB68BF /* TexturizeMS.vst */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TexturizeMS.vst; sourceTree = BUILT_PRODUCTS_DIR; }; + 2407DEB6089929BA00EB68BF /* TexturizeMS.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = TexturizeMS.cpp; path = source/TexturizeMS.cpp; sourceTree = ""; }; + 2434720A098313350063BBF1 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; + 245463B80991757100464AD3 /* TexturizeMS.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TexturizeMS.h; path = source/TexturizeMS.h; sourceTree = ""; }; + 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10014.bmp; sourceTree = ""; }; + 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10015.bmp; sourceTree = ""; }; + 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10016.bmp; sourceTree = ""; }; + 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = controlsgui.cpp; sourceTree = ""; }; + 24A200050F90D1DD003BB5A7 /* controlsgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = controlsgui.h; sourceTree = ""; }; + 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteditor.cpp; sourceTree = ""; }; + 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteditor.h; sourceTree = ""; }; + 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtesteffect.cpp; sourceTree = ""; }; + 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtesteffect.h; sourceTree = ""; }; + 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestmain.cpp; sourceTree = ""; }; + 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pdrawtestview.cpp; sourceTree = ""; }; + 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdrawtestview.h; sourceTree = ""; }; + 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pprimitivesviews.cpp; sourceTree = ""; }; + 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pprimitivesviews.h; sourceTree = ""; }; + 24A200100F90D1DD003BB5A7 /* drawtest.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.def; sourceTree = ""; }; + 24A200110F90D1DD003BB5A7 /* drawtest.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.rc; sourceTree = ""; }; + 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = drawtest.vcproj; sourceTree = ""; }; + 24A200140F90D1DD003BB5A7 /* drawtest.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsp; sourceTree = ""; }; + 24A200150F90D1DD003BB5A7 /* drawtest.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.dsw; sourceTree = ""; }; + 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aeffguieditor.cpp; sourceTree = ""; }; + 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffguieditor.h; sourceTree = ""; }; + 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfileselector.cpp; sourceTree = ""; }; + 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfileselector.h; sourceTree = ""; }; + 24A2001B0F90D1DD003BB5A7 /* Changelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Changelog; sourceTree = ""; }; + 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cscrollview.cpp; sourceTree = ""; }; + 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cscrollview.h; sourceTree = ""; }; + 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ctabview.cpp; sourceTree = ""; }; + 24A2001F0F90D1DD003BB5A7 /* ctabview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ctabview.h; sourceTree = ""; }; + 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8cpp.html; sourceTree = ""; }; + 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = aeffguieditor_8h.html; sourceTree = ""; }; + 24A200240F90D1DD003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = annotated.html; sourceTree = ""; }; + 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8cpp.html; sourceTree = ""; }; + 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cfileselector_8h.html; sourceTree = ""; }; + 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_a_eff_g_u_i_editor-members.html"; sourceTree = ""; }; + 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_a_eff_g_u_i_editor.html; sourceTree = ""; }; + 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_anim_knob-members.html"; sourceTree = ""; }; + 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_anim_knob.html; sourceTree = ""; }; + 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_anim_knob.png; sourceTree = ""; }; + 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_attribute_list_entry-members.html"; sourceTree = ""; }; + 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_attribute_list_entry.html; sourceTree = ""; }; + 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_auto_animation-members.html"; sourceTree = ""; }; + 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_auto_animation.html; sourceTree = ""; }; + 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_auto_animation.png; sourceTree = ""; }; + 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_bitmap-members.html"; sourceTree = ""; }; + 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_bitmap.html; sourceTree = ""; }; + 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_bitmap.png; sourceTree = ""; }; + 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_c_view-members.html"; sourceTree = ""; }; + 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_c_view.html; sourceTree = ""; }; + 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control-members.html"; sourceTree = ""; }; + 24A200370F90D1DD003BB5A7 /* class_c_control.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control.html; sourceTree = ""; }; + 24A200380F90D1DD003BB5A7 /* class_c_control.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control.png; sourceTree = ""; }; + 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_control_listener-members.html"; sourceTree = ""; }; + 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_control_listener.html; sourceTree = ""; }; + 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_control_listener.png; sourceTree = ""; }; + 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_drag_container-members.html"; sourceTree = ""; }; + 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_drag_container.html; sourceTree = ""; }; + 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_drag_container.png; sourceTree = ""; }; + 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_draw_context-members.html"; sourceTree = ""; }; + 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_draw_context.html; sourceTree = ""; }; + 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_draw_context.png; sourceTree = ""; }; + 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_file_selector-members.html"; sourceTree = ""; }; + 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_file_selector.html; sourceTree = ""; }; + 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_frame-members.html"; sourceTree = ""; }; + 24A200450F90D1DD003BB5A7 /* class_c_frame.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_frame.html; sourceTree = ""; }; + 24A200460F90D1DD003BB5A7 /* class_c_frame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_frame.png; sourceTree = ""; }; + 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_slider-members.html"; sourceTree = ""; }; + 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_slider.html; sourceTree = ""; }; + 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_slider.png; sourceTree = ""; }; + 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_horizontal_switch-members.html"; sourceTree = ""; }; + 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_horizontal_switch.html; sourceTree = ""; }; + 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_horizontal_switch.png; sourceTree = ""; }; + 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_kick_button-members.html"; sourceTree = ""; }; + 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_kick_button.html; sourceTree = ""; }; + 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_kick_button.png; sourceTree = ""; }; + 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_knob-members.html"; sourceTree = ""; }; + 24A200510F90D1DD003BB5A7 /* class_c_knob.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_knob.html; sourceTree = ""; }; + 24A200520F90D1DD003BB5A7 /* class_c_knob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_knob.png; sourceTree = ""; }; + 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_bitmap-members.html"; sourceTree = ""; }; + 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_bitmap.html; sourceTree = ""; }; + 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_bitmap.png; sourceTree = ""; }; + 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_movie_button-members.html"; sourceTree = ""; }; + 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_movie_button.html; sourceTree = ""; }; + 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_movie_button.png; sourceTree = ""; }; + 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_offscreen_context-members.html"; sourceTree = ""; }; + 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_offscreen_context.html; sourceTree = ""; }; + 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_offscreen_context.png; sourceTree = ""; }; + 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_on_off_button-members.html"; sourceTree = ""; }; + 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_on_off_button.html; sourceTree = ""; }; + 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_on_off_button.png; sourceTree = ""; }; + 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu-members.html"; sourceTree = ""; }; + 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu.html; sourceTree = ""; }; + 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu.png; sourceTree = ""; }; + 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_option_menu_scheme-members.html"; sourceTree = ""; }; + 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_option_menu_scheme.html; sourceTree = ""; }; + 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_option_menu_scheme.png; sourceTree = ""; }; + 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_param_display-members.html"; sourceTree = ""; }; + 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_param_display.html; sourceTree = ""; }; + 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_param_display.png; sourceTree = ""; }; + 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_reference_counter-members.html"; sourceTree = ""; }; + 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_reference_counter.html; sourceTree = ""; }; + 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_reference_counter.png; sourceTree = ""; }; + 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_rocker_switch-members.html"; sourceTree = ""; }; + 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_rocker_switch.html; sourceTree = ""; }; + 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_rocker_switch.png; sourceTree = ""; }; + 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_container-members.html"; sourceTree = ""; }; + 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_container.html; sourceTree = ""; }; + 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_container.png; sourceTree = ""; }; + 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scroll_view-members.html"; sourceTree = ""; }; + 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scroll_view.html; sourceTree = ""; }; + 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scroll_view.png; sourceTree = ""; }; + 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_scrollbar-members.html"; sourceTree = ""; }; + 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_scrollbar.html; sourceTree = ""; }; + 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_scrollbar.png; sourceTree = ""; }; + 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_slider-members.html"; sourceTree = ""; }; + 24A200780F90D1DD003BB5A7 /* class_c_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_slider.html; sourceTree = ""; }; + 24A200790F90D1DD003BB5A7 /* class_c_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_slider.png; sourceTree = ""; }; + 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_special_digit-members.html"; sourceTree = ""; }; + 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_special_digit.html; sourceTree = ""; }; + 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_special_digit.png; sourceTree = ""; }; + 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen-members.html"; sourceTree = ""; }; + 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen.html; sourceTree = ""; }; + 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen.png; sourceTree = ""; }; + 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_splash_screen_view-members.html"; sourceTree = ""; }; + 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_splash_screen_view.html; sourceTree = ""; }; + 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_splash_screen_view.png; sourceTree = ""; }; + 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_button-members.html"; sourceTree = ""; }; + 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_button.html; sourceTree = ""; }; + 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_button.png; sourceTree = ""; }; + 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_child_view-members.html"; sourceTree = ""; }; + 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_child_view.html; sourceTree = ""; }; + 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_child_view.png; sourceTree = ""; }; + 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_tab_view-members.html"; sourceTree = ""; }; + 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_tab_view.html; sourceTree = ""; }; + 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_tab_view.png; sourceTree = ""; }; + 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_edit-members.html"; sourceTree = ""; }; + 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_edit.html; sourceTree = ""; }; + 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_edit.png; sourceTree = ""; }; + 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_text_label-members.html"; sourceTree = ""; }; + 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_text_label.html; sourceTree = ""; }; + 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_text_label.png; sourceTree = ""; }; + 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_slider-members.html"; sourceTree = ""; }; + 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_slider.html; sourceTree = ""; }; + 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_slider.png; sourceTree = ""; }; + 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vertical_switch-members.html"; sourceTree = ""; }; + 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vertical_switch.html; sourceTree = ""; }; + 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vertical_switch.png; sourceTree = ""; }; + 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view-members.html"; sourceTree = ""; }; + 24A200990F90D1DD003BB5A7 /* class_c_view.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view.html; sourceTree = ""; }; + 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view.png; sourceTree = ""; }; + 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_view_container-members.html"; sourceTree = ""; }; + 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_view_container.html; sourceTree = ""; }; + 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_view_container.png; sourceTree = ""; }; + 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_c_vu_meter-members.html"; sourceTree = ""; }; + 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_c_vu_meter.html; sourceTree = ""; }; + 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_c_vu_meter.png; sourceTree = ""; }; + 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_i_scrollbar_drawer-members.html"; sourceTree = ""; }; + 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_i_scrollbar_drawer.html; sourceTree = ""; }; + 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "class_plugin_g_u_i_editor-members.html"; sourceTree = ""; }; + 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = class_plugin_g_u_i_editor.html; sourceTree = ""; }; + 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8cpp.html; sourceTree = ""; }; + 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = cscrollview_8h.html; sourceTree = ""; }; + 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8cpp.html; sourceTree = ""; }; + 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = ctabview_8h.html; sourceTree = ""; }; + 24A200A90F90D1DD003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = deprecated.html; sourceTree = ""; }; + 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = doc_8h.html; sourceTree = ""; }; + 24A200AB0F90D1DD003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; + 24A200AC0F90D1DD003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; + 24A200AD0F90D1DD003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = files.html; sourceTree = ""; }; + 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; + 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; + 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; + 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; + 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; + 24A200B30F90D1DE003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; + 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; + 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; + 24A200B60F90D1DE003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; + 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; + 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; + 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; + 24A200BA0F90D1DE003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions.html; sourceTree = ""; }; + 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x62.html; sourceTree = ""; }; + 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x63.html; sourceTree = ""; }; + 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x64.html; sourceTree = ""; }; + 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x65.html; sourceTree = ""; }; + 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x66.html; sourceTree = ""; }; + 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x67.html; sourceTree = ""; }; + 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x68.html; sourceTree = ""; }; + 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x69.html; sourceTree = ""; }; + 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6b.html; sourceTree = ""; }; + 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6c.html; sourceTree = ""; }; + 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6d.html; sourceTree = ""; }; + 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6e.html; sourceTree = ""; }; + 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x6f.html; sourceTree = ""; }; + 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x70.html; sourceTree = ""; }; + 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x72.html; sourceTree = ""; }; + 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x73.html; sourceTree = ""; }; + 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x74.html; sourceTree = ""; }; + 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x75.html; sourceTree = ""; }; + 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x76.html; sourceTree = ""; }; + 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x77.html; sourceTree = ""; }; + 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x78.html; sourceTree = ""; }; + 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x79.html; sourceTree = ""; }; + 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7a.html; sourceTree = ""; }; + 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_0x7e.html; sourceTree = ""; }; + 24A200D30F90D1DE003BB5A7 /* functions_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_eval.html; sourceTree = ""; }; + 24A200D40F90D1DE003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func.html; sourceTree = ""; }; + 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x62.html; sourceTree = ""; }; + 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x63.html; sourceTree = ""; }; + 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x64.html; sourceTree = ""; }; + 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x65.html; sourceTree = ""; }; + 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x66.html; sourceTree = ""; }; + 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x67.html; sourceTree = ""; }; + 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x68.html; sourceTree = ""; }; + 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x69.html; sourceTree = ""; }; + 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6c.html; sourceTree = ""; }; + 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6d.html; sourceTree = ""; }; + 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6e.html; sourceTree = ""; }; + 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x6f.html; sourceTree = ""; }; + 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x70.html; sourceTree = ""; }; + 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x72.html; sourceTree = ""; }; + 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x73.html; sourceTree = ""; }; + 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x74.html; sourceTree = ""; }; + 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x75.html; sourceTree = ""; }; + 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x76.html; sourceTree = ""; }; + 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x77.html; sourceTree = ""; }; + 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_func_0x7e.html; sourceTree = ""; }; + 24A200E90F90D1DE003BB5A7 /* functions_rela.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_rela.html; sourceTree = ""; }; + 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars.html; sourceTree = ""; }; + 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x62.html; sourceTree = ""; }; + 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x63.html; sourceTree = ""; }; + 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x64.html; sourceTree = ""; }; + 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x65.html; sourceTree = ""; }; + 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x66.html; sourceTree = ""; }; + 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x67.html; sourceTree = ""; }; + 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x68.html; sourceTree = ""; }; + 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x69.html; sourceTree = ""; }; + 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6b.html; sourceTree = ""; }; + 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6c.html; sourceTree = ""; }; + 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6d.html; sourceTree = ""; }; + 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6e.html; sourceTree = ""; }; + 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x6f.html; sourceTree = ""; }; + 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x70.html; sourceTree = ""; }; + 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x72.html; sourceTree = ""; }; + 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x73.html; sourceTree = ""; }; + 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x74.html; sourceTree = ""; }; + 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x75.html; sourceTree = ""; }; + 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x76.html; sourceTree = ""; }; + 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x77.html; sourceTree = ""; }; + 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x78.html; sourceTree = ""; }; + 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x79.html; sourceTree = ""; }; + 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = functions_vars_0x7a.html; sourceTree = ""; }; + 24A201020F90D1DE003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals.html; sourceTree = ""; }; + 24A201030F90D1DE003BB5A7 /* globals_0x61.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x61.html; sourceTree = ""; }; + 24A201040F90D1DE003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x62.html; sourceTree = ""; }; + 24A201050F90D1DE003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x63.html; sourceTree = ""; }; + 24A201060F90D1DE003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x65.html; sourceTree = ""; }; + 24A201070F90D1DE003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x66.html; sourceTree = ""; }; + 24A201080F90D1DE003BB5A7 /* globals_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x67.html; sourceTree = ""; }; + 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6b.html; sourceTree = ""; }; + 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6d.html; sourceTree = ""; }; + 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6e.html; sourceTree = ""; }; + 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x6f.html; sourceTree = ""; }; + 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x71.html; sourceTree = ""; }; + 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x72.html; sourceTree = ""; }; + 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x73.html; sourceTree = ""; }; + 24A201100F90D1DE003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x74.html; sourceTree = ""; }; + 24A201110F90D1DE003BB5A7 /* globals_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x75.html; sourceTree = ""; }; + 24A201120F90D1DE003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x76.html; sourceTree = ""; }; + 24A201130F90D1DE003BB5A7 /* globals_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_0x77.html; sourceTree = ""; }; + 24A201140F90D1DE003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_defs.html; sourceTree = ""; }; + 24A201150F90D1DE003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_enum.html; sourceTree = ""; }; + 24A201160F90D1DE003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_eval.html; sourceTree = ""; }; + 24A201170F90D1DE003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_type.html; sourceTree = ""; }; + 24A201180F90D1DE003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = globals_vars.html; sourceTree = ""; }; + 24A201190F90D1DE003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = hierarchy.html; sourceTree = ""; }; + 24A2011A0F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; + 24A2011B0F90D1DE003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = intro.html; sourceTree = ""; }; + 24A2011C0F90D1DE003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = license.html; sourceTree = ""; }; + 24A2011D0F90D1DE003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = maceditor.html; sourceTree = ""; }; + 24A2011E0F90D1DE003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = main.html; sourceTree = ""; }; + 24A2011F0F90D1DE003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = others.html; sourceTree = ""; }; + 24A201200F90D1DE003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = pages.html; sourceTree = ""; }; + 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8cpp.html; sourceTree = ""; }; + 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = plugguieditor_8h.html; sourceTree = ""; }; + 24A201230F90D1DE003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = sequences.html; sourceTree = ""; }; + 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_color-members.html"; sourceTree = ""; }; + 24A201250F90D1DE003BB5A7 /* struct_c_color.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_color.html; sourceTree = ""; }; + 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_point-members.html"; sourceTree = ""; }; + 24A201270F90D1DE003BB5A7 /* struct_c_point.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_point.html; sourceTree = ""; }; + 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_c_rect-members.html"; sourceTree = ""; }; + 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_c_rect.html; sourceTree = ""; }; + 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_e_rect-members.html"; sourceTree = ""; }; + 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_e_rect.html; sourceTree = ""; }; + 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; + 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_select.html; sourceTree = ""; }; + 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; + 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_file_type.html; sourceTree = ""; }; + 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; + 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = struct_vst_key_code.html; sourceTree = ""; }; + 24A201320F90D1DE003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; + 24A201330F90D1DE003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; + 24A201340F90D1DE003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; + 24A201350F90D1DE003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; + 24A201360F90D1DE003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = thanks.html; sourceTree = ""; }; + 24A201370F90D1DE003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = tree.html; sourceTree = ""; }; + 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8cpp.html; sourceTree = ""; }; + 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstcontrols_8h.html; sourceTree = ""; }; + 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8cpp.html; sourceTree = ""; }; + 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstgui_8h.html; sourceTree = ""; }; + 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstkeycode_8h.html; sourceTree = ""; }; + 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstoffline.html; sourceTree = ""; }; + 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstparamstruct.html; sourceTree = ""; }; + 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugscarbon_8h.html; sourceTree = ""; }; + 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmac_8h.html; sourceTree = ""; }; + 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsmacho_8h.html; sourceTree = ""; }; + 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = vstplugsquartz_8h.html; sourceTree = ""; }; + 24A201430F90D1DE003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = whatsnew.html; sourceTree = ""; }; + 24A201440F90D1DE003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html.documentation; path = index.html; sourceTree = ""; }; + 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "Migrating from 2.3.rtf"; sourceTree = ""; }; + 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = plugguieditor.cpp; sourceTree = ""; }; + 24A201470F90D1DE003BB5A7 /* plugguieditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plugguieditor.h; sourceTree = ""; }; + 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstcontrols.cpp; sourceTree = ""; }; + 24A201490F90D1DE003BB5A7 /* vstcontrols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstcontrols.h; sourceTree = ""; }; + 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstgui.cpp; sourceTree = ""; }; + 24A2014B0F90D1DE003BB5A7 /* vstgui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstgui.h; sourceTree = ""; }; + 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstkeycode.h; sourceTree = ""; }; + 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugscarbon.h; sourceTree = ""; }; + 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmac.h; sourceTree = ""; }; + 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsmacho.h; sourceTree = ""; }; + 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstplugsquartz.h; sourceTree = ""; }; + 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = Thumbs.db; sourceTree = ""; }; + 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = VST_Logo_Usage_Guideline.pdf; sourceTree = ""; }; + 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = VSTLogoAlpha.png; sourceTree = ""; }; + 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoBlack.jpg; sourceTree = ""; }; + 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = VSTLogoWhite.jpg; sourceTree = ""; }; + 24A2FEC60F90D1DC003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; path = VSTMonitor; sourceTree = ""; }; + 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PkgInfo; sourceTree = ""; }; + 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50000.bmp; sourceTree = ""; }; + 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50001.bmp; sourceTree = ""; }; + 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50002.bmp; sourceTree = ""; }; + 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50003.bmp; sourceTree = ""; }; + 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50004.bmp; sourceTree = ""; }; + 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50005.bmp; sourceTree = ""; }; + 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50006.bmp; sourceTree = ""; }; + 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50007.bmp; sourceTree = ""; }; + 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp50008.bmp; sourceTree = ""; }; + 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = VSTParamTool.app; sourceTree = ""; }; + 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstmonitor.dll; sourceTree = ""; }; + 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */ = {isa = PBXFileReference; lastKnownFileType = file; path = vstparamtool.exe; sourceTree = ""; }; + 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = folder.gif; sourceTree = ""; }; + 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = mac.gif; sourceTree = ""; }; + 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo_small.jpg; sourceTree = ""; }; + 24A2FEDD0F90D1DC003BB5A7 /* win.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = win.gif; sourceTree = ""; }; + 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffect_8h.html; sourceTree = ""; }; + 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffectx_8h.html; sourceTree = ""; }; + 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = aeffeditor_8h.html; sourceTree = ""; }; + 24A2FEE20F90D1DC003BB5A7 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotated.html; sourceTree = ""; }; + 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8cpp.html; sourceTree = ""; }; + 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffect_8h.html; sourceTree = ""; }; + 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8cpp.html; sourceTree = ""; }; + 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = audioeffectx_8h.html; sourceTree = ""; }; + 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Blocksizechange.gif; sourceTree = ""; }; + 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_a_eff_editor-members.html"; sourceTree = ""; }; + 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_a_eff_editor.html; sourceTree = ""; }; + 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect-members.html"; sourceTree = ""; }; + 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect.html; sourceTree = ""; }; + 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect.png; sourceTree = ""; }; + 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "class_audio_effect_x-members.html"; sourceTree = ""; }; + 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = class_audio_effect_x.html; sourceTree = ""; }; + 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = class_audio_effect_x.png; sourceTree = ""; }; + 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ControlChanged.gif; sourceTree = ""; }; + 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = deprecated.html; sourceTree = ""; }; + 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_2d3252dd12c84c66c1d25b26bb45a1f5.html; sourceTree = ""; }; + 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_77c628dfee72e555f82d5ef53b733f38.html; sourceTree = ""; }; + 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_f81105d3b854bea570aaf3bae5cb64c1.html; sourceTree = ""; }; + 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dir_fa0454ab79b4262333bf837ea3d765e9.html; sourceTree = ""; }; + 24A2FEF60F90D1DC003BB5A7 /* dirs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = dirs.html; sourceTree = ""; }; + 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = doc_8h.html; sourceTree = ""; }; + 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; + 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; + 24A2FEFA0F90D1DC003BB5A7 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = files.html; sourceTree = ""; }; + 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2blank.png; sourceTree = ""; }; + 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2doc.png; sourceTree = ""; }; + 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderclosed.png; sourceTree = ""; }; + 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2folderopen.png; sourceTree = ""; }; + 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2lastnode.png; sourceTree = ""; }; + 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2link.png; sourceTree = ""; }; + 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mlastnode.png; sourceTree = ""; }; + 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2mnode.png; sourceTree = ""; }; + 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2node.png; sourceTree = ""; }; + 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2plastnode.png; sourceTree = ""; }; + 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2pnode.png; sourceTree = ""; }; + 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ftv2vertline.png; sourceTree = ""; }; + 24A2FF070F90D1DC003BB5A7 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions.html; sourceTree = ""; }; + 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x62.html; sourceTree = ""; }; + 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x63.html; sourceTree = ""; }; + 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x64.html; sourceTree = ""; }; + 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x65.html; sourceTree = ""; }; + 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x66.html; sourceTree = ""; }; + 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x67.html; sourceTree = ""; }; + 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x68.html; sourceTree = ""; }; + 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x69.html; sourceTree = ""; }; + 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6b.html; sourceTree = ""; }; + 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6c.html; sourceTree = ""; }; + 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6d.html; sourceTree = ""; }; + 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6e.html; sourceTree = ""; }; + 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6f.html; sourceTree = ""; }; + 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x70.html; sourceTree = ""; }; + 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x72.html; sourceTree = ""; }; + 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x73.html; sourceTree = ""; }; + 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x74.html; sourceTree = ""; }; + 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x75.html; sourceTree = ""; }; + 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x76.html; sourceTree = ""; }; + 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x77.html; sourceTree = ""; }; + 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x78.html; sourceTree = ""; }; + 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x79.html; sourceTree = ""; }; + 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x7e.html; sourceTree = ""; }; + 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_func.html; sourceTree = ""; }; + 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars.html; sourceTree = ""; }; + 24A2FF210F90D1DC003BB5A7 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals.html; sourceTree = ""; }; + 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x62.html; sourceTree = ""; }; + 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x63.html; sourceTree = ""; }; + 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x64.html; sourceTree = ""; }; + 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x65.html; sourceTree = ""; }; + 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x66.html; sourceTree = ""; }; + 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6b.html; sourceTree = ""; }; + 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x6d.html; sourceTree = ""; }; + 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x74.html; sourceTree = ""; }; + 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_0x76.html; sourceTree = ""; }; + 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_defs.html; sourceTree = ""; }; + 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_enum.html; sourceTree = ""; }; + 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval.html; sourceTree = ""; }; + 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x65.html; sourceTree = ""; }; + 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6b.html; sourceTree = ""; }; + 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x6d.html; sourceTree = ""; }; + 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval_0x76.html; sourceTree = ""; }; + 24A2FF320F90D1DC003BB5A7 /* globals_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_func.html; sourceTree = ""; }; + 24A2FF330F90D1DC003BB5A7 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_type.html; sourceTree = ""; }; + 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_vars.html; sourceTree = ""; }; + 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = hierarchy.html; sourceTree = ""; }; + 24A2FF360F90D1DC003BB5A7 /* history.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = history.html; sourceTree = ""; }; + 24A2FF370F90D1DC003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Initialisation.gif; sourceTree = ""; }; + 24A2FF390F90D1DC003BB5A7 /* intro.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = intro.html; sourceTree = ""; }; + 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = IOchange.gif; sourceTree = ""; }; + 24A2FF3B0F90D1DC003BB5A7 /* license.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = license.html; sourceTree = ""; }; + 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = maceditor.html; sourceTree = ""; }; + 24A2FF3D0F90D1DC003BB5A7 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = main.html; sourceTree = ""; }; + 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_host_can_dos.html; sourceTree = ""; }; + 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespace_plug_can_dos.html; sourceTree = ""; }; + 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers.html; sourceTree = ""; }; + 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespacemembers_vars.html; sourceTree = ""; }; + 24A2FF420F90D1DC003BB5A7 /* namespaces.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = namespaces.html; sourceTree = ""; }; + 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Offlineprocessing.gif; sourceTree = ""; }; + 24A2FF440F90D1DC003BB5A7 /* others.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = others.html; sourceTree = ""; }; + 24A2FF450F90D1DC003BB5A7 /* pages.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = pages.html; sourceTree = ""; }; + 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Sampleratechange.gif; sourceTree = ""; }; + 24A2FF470F90D1DC003BB5A7 /* sequences.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sequences.html; sourceTree = ""; }; + 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = SpeakerarrangementnegotiationforVSTfx.gif; sourceTree = ""; }; + 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_a_effect-members.html"; sourceTree = ""; }; + 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_a_effect.html; sourceTree = ""; }; + 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_e_rect-members.html"; sourceTree = ""; }; + 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_e_rect.html; sourceTree = ""; }; + 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_key_name-members.html"; sourceTree = ""; }; + 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_key_name.html; sourceTree = ""; }; + 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_category-members.html"; sourceTree = ""; }; + 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_category.html; sourceTree = ""; }; + 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_midi_program_name-members.html"; sourceTree = ""; }; + 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_midi_program_name.html; sourceTree = ""; }; + 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file-members.html"; sourceTree = ""; }; + 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file.html; sourceTree = ""; }; + 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_audio_file_marker-members.html"; sourceTree = ""; }; + 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_audio_file_marker.html; sourceTree = ""; }; + 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_event-members.html"; sourceTree = ""; }; + 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_event.html; sourceTree = ""; }; + 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_events-members.html"; sourceTree = ""; }; + 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_events.html; sourceTree = ""; }; + 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_select-members.html"; sourceTree = ""; }; + 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_select.html; sourceTree = ""; }; + 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_file_type-members.html"; sourceTree = ""; }; + 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_file_type.html; sourceTree = ""; }; + 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_key_code-members.html"; sourceTree = ""; }; + 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_key_code.html; sourceTree = ""; }; + 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_event-members.html"; sourceTree = ""; }; + 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_event.html; sourceTree = ""; }; + 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_midi_sysex_event-members.html"; sourceTree = ""; }; + 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_midi_sysex_event.html; sourceTree = ""; }; + 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_offline_task-members.html"; sourceTree = ""; }; + 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_offline_task.html; sourceTree = ""; }; + 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_parameter_properties-members.html"; sourceTree = ""; }; + 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_parameter_properties.html; sourceTree = ""; }; + 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_patch_chunk_info-members.html"; sourceTree = ""; }; + 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_patch_chunk_info.html; sourceTree = ""; }; + 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_pin_properties-members.html"; sourceTree = ""; }; + 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_pin_properties.html; sourceTree = ""; }; + 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_arrangement-members.html"; sourceTree = ""; }; + 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_arrangement.html; sourceTree = ""; }; + 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_speaker_properties-members.html"; sourceTree = ""; }; + 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_speaker_properties.html; sourceTree = ""; }; + 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_time_info-members.html"; sourceTree = ""; }; + 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_time_info.html; sourceTree = ""; }; + 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_variable_io-members.html"; sourceTree = ""; }; + 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_variable_io.html; sourceTree = ""; }; + 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "struct_vst_window-members.html"; sourceTree = ""; }; + 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = struct_vst_window.html; sourceTree = ""; }; + 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_bank-members.html"; sourceTree = ""; }; + 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_bank.html; sourceTree = ""; }; + 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "structfx_program-members.html"; sourceTree = ""; }; + 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structfx_program.html; sourceTree = ""; }; + 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; + 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; + 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; + 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; + 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Termination.gif; sourceTree = ""; }; + 24A2FF800F90D1DD003BB5A7 /* thanks.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = thanks.html; sourceTree = ""; }; + 24A2FF810F90D1DD003BB5A7 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tree.html; sourceTree = ""; }; + 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOff.gif; sourceTree = ""; }; + 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = TurnOn.gif; sourceTree = ""; }; + 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstfxstore_8h.html; sourceTree = ""; }; + 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstoffline.html; sourceTree = ""; }; + 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstparamstruct.html; sourceTree = ""; }; + 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vstpluglogo.jpg; sourceTree = ""; }; + 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = vstplugmain_8cpp.html; sourceTree = ""; }; + 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = whatsnew.html; sourceTree = ""; }; + 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.menu.html; sourceTree = ""; }; + 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sdk.overview.html; sourceTree = ""; }; + 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = sdkdoc.css; sourceTree = ""; }; + 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "VST Licensing Agreement.rtf"; sourceTree = ""; }; + 24A2FF8E0F90D1DD003BB5A7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + 24A2FF910F90D1DD003BB5A7 /* aeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffect.h; sourceTree = ""; }; + 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffectx.h; sourceTree = ""; }; + 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstfxstore.h; sourceTree = ""; }; + 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelay.cpp; sourceTree = ""; }; + 24A2FF990F90D1DD003BB5A7 /* adelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = adelay.h; sourceTree = ""; }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = adelaymain.cpp; sourceTree = ""; }; + 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00128.bmp; sourceTree = ""; }; + 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00129.bmp; sourceTree = ""; }; + 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp00130.bmp; sourceTree = ""; }; + 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.rc; sourceTree = ""; }; + 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sdeditor.cpp; sourceTree = ""; }; + 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sdeditor.h; sourceTree = ""; }; + 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = surrounddelay.cpp; sourceTree = ""; }; + 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = surrounddelay.h; sourceTree = ""; }; + 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; + 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; + 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = again.cpp; sourceTree = ""; }; + 24A2FFAB0F90D1DD003BB5A7 /* again.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = again.h; sourceTree = ""; }; + 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; + 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "minihost-Info.plist"; sourceTree = ""; }; + 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "vst 2.4 examples.xcodeproj"; sourceTree = ""; }; + 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = vst2.4Info.plist; sourceTree = ""; }; + 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minieditor.cpp; sourceTree = ""; }; + 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minihost.cpp; sourceTree = ""; }; + 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; + 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.rc; sourceTree = ""; }; + 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.vstxml; sourceTree = ""; }; + 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmnames.h; sourceTree = ""; }; + 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynth.cpp; sourceTree = ""; }; + 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vstxsynth.h; sourceTree = ""; }; + 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstxsynthproc.cpp; sourceTree = ""; }; + 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; + 24A2FFC60F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; + 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstplug.def; sourceTree = ""; }; + 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = adelay.vcproj; sourceTree = ""; }; + 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = again.vcproj; sourceTree = ""; }; + 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = minihost.vcproj; sourceTree = ""; }; + 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.sln; sourceTree = ""; }; + 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = surrounddelay.vcproj; sourceTree = ""; }; + 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = vstxsynth.vcproj; sourceTree = ""; }; + 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = adelay.dsp; sourceTree = ""; }; + 24A2FFD10F90D1DD003BB5A7 /* again.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = again.dsp; sourceTree = ""; }; + 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = minihost.dsp; sourceTree = ""; }; + 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = samples.dsw; sourceTree = ""; }; + 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = surrounddelay.dsp; sourceTree = ""; }; + 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vstxsynth.dsp; sourceTree = ""; }; + 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aeffeditor.h; sourceTree = ""; }; + 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffect.cpp; sourceTree = ""; }; + 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffect.h; sourceTree = ""; }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audioeffectx.cpp; sourceTree = ""; }; + 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audioeffectx.h; sourceTree = ""; }; + 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vstplugmain.cpp; sourceTree = ""; }; + 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = audiounit.exp; sourceTree = ""; }; + 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "cw_vst_prefix.pch++"; sourceTree = ""; }; + 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */ = {isa = PBXFileReference; lastKnownFileType = file; path = drawtest.cw9prj; sourceTree = ""; }; + 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drawtest.plc; sourceTree = ""; }; + 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcode; sourceTree = ""; }; + 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = drawtest.xcodeproj; sourceTree = ""; }; + 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_au_prefix.h; sourceTree = ""; }; + 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_vst_prefix.h; sourceTree = ""; }; + 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = audiounit.r; sourceTree = ""; }; + 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00001.png; sourceTree = ""; }; + 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp00100.png; sourceTree = ""; }; + 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bmp01000.png; sourceTree = ""; }; + 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10001.bmp; sourceTree = ""; }; + 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10002.bmp; sourceTree = ""; }; + 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10003.bmp; sourceTree = ""; }; + 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10004.bmp; sourceTree = ""; }; + 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10005.bmp; sourceTree = ""; }; + 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10006.bmp; sourceTree = ""; }; + 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10007.bmp; sourceTree = ""; }; + 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10008.bmp; sourceTree = ""; }; + 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10009.bmp; sourceTree = ""; }; + 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10010.bmp; sourceTree = ""; }; + 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10011.bmp; sourceTree = ""; }; + 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10012.bmp; sourceTree = ""; }; + 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmp10013.bmp; sourceTree = ""; }; + 24CFB70307E7A0220081BD57 /* PkgInfo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PkgInfo; path = mac/PkgInfo; sourceTree = ""; }; + 24D8286F09A914000093AEF8 /* TexturizeMSProc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TexturizeMSProc.cpp; path = source/TexturizeMSProc.cpp; sourceTree = ""; }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = xcode_vst_prefix.h; path = mac/xcode_vst_prefix.h; sourceTree = SOURCE_ROOT; }; + 8D01CCD10486CAD60068D4B7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 089C166AFE841209C02AAC07 /* FM-Chopper */ = { + isa = PBXGroup; + children = ( + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, + 19C28FB4FE9D528D11CA2CBB /* Products */, + 089C167CFE841241C02AAC07 /* Resources */, + 08FB77ADFE841716C02AAC07 /* Source */, + 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */, + ); + name = "FM-Chopper"; + sourceTree = ""; + }; + 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 2434720A098313350063BBF1 /* QuickTime.framework */, + 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C167CFE841241C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */, + 24CFB70307E7A0220081BD57 /* PkgInfo */, + 8D01CCD10486CAD60068D4B7 /* Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ADFE841716C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 2407DEB6089929BA00EB68BF /* TexturizeMS.cpp */, + 24D8286F09A914000093AEF8 /* TexturizeMSProc.cpp */, + 245463B80991757100464AD3 /* TexturizeMS.h */, + ); + name = Source; + sourceTree = ""; + }; + 19C28FB4FE9D528D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 2407DE920899296600EB68BF /* TexturizeMS.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A200030F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A200040F90D1DD003BB5A7 /* controlsgui.cpp */, + 24A200050F90D1DD003BB5A7 /* controlsgui.h */, + 24A200060F90D1DD003BB5A7 /* pdrawtesteditor.cpp */, + 24A200070F90D1DD003BB5A7 /* pdrawtesteditor.h */, + 24A200080F90D1DD003BB5A7 /* pdrawtesteffect.cpp */, + 24A200090F90D1DD003BB5A7 /* pdrawtesteffect.h */, + 24A2000A0F90D1DD003BB5A7 /* pdrawtestmain.cpp */, + 24A2000B0F90D1DD003BB5A7 /* pdrawtestview.cpp */, + 24A2000C0F90D1DD003BB5A7 /* pdrawtestview.h */, + 24A2000D0F90D1DD003BB5A7 /* pprimitivesviews.cpp */, + 24A2000E0F90D1DD003BB5A7 /* pprimitivesviews.h */, + ); + name = source; + path = /vstsdk2.4/vstgui.sf/drawtest/source; + sourceTree = ""; + }; + 24A2000F0F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A200100F90D1DD003BB5A7 /* drawtest.def */, + 24A200110F90D1DD003BB5A7 /* drawtest.rc */, + 24A200120F90D1DD003BB5A7 /* drawtest.vcproj */, + ); + name = win; + path = /vstsdk2.4/vstgui.sf/drawtest/win; + sourceTree = ""; + }; + 24A200130F90D1DD003BB5A7 /* win.vc6 */ = { + isa = PBXGroup; + children = ( + 24A200140F90D1DD003BB5A7 /* drawtest.dsp */, + 24A200150F90D1DD003BB5A7 /* drawtest.dsw */, + ); + name = win.vc6; + path = /vstsdk2.4/vstgui.sf/drawtest/win.vc6; + sourceTree = ""; + }; + 24A200160F90D1DD003BB5A7 /* vstgui */ = { + isa = PBXGroup; + children = ( + 24A200170F90D1DD003BB5A7 /* aeffguieditor.cpp */, + 24A200180F90D1DD003BB5A7 /* aeffguieditor.h */, + 24A200190F90D1DD003BB5A7 /* cfileselector.cpp */, + 24A2001A0F90D1DD003BB5A7 /* cfileselector.h */, + 24A2001B0F90D1DD003BB5A7 /* Changelog */, + 24A2001C0F90D1DD003BB5A7 /* cscrollview.cpp */, + 24A2001D0F90D1DD003BB5A7 /* cscrollview.h */, + 24A2001E0F90D1DD003BB5A7 /* ctabview.cpp */, + 24A2001F0F90D1DD003BB5A7 /* ctabview.h */, + 24A200200F90D1DD003BB5A7 /* Documentation */, + 24A201460F90D1DE003BB5A7 /* plugguieditor.cpp */, + 24A201470F90D1DE003BB5A7 /* plugguieditor.h */, + 24A201480F90D1DE003BB5A7 /* vstcontrols.cpp */, + 24A201490F90D1DE003BB5A7 /* vstcontrols.h */, + 24A2014A0F90D1DE003BB5A7 /* vstgui.cpp */, + 24A2014B0F90D1DE003BB5A7 /* vstgui.h */, + 24A2014C0F90D1DE003BB5A7 /* vstkeycode.h */, + 24A2014D0F90D1DE003BB5A7 /* vstplugscarbon.h */, + 24A2014E0F90D1DE003BB5A7 /* vstplugsmac.h */, + 24A2014F0F90D1DE003BB5A7 /* vstplugsmacho.h */, + 24A201500F90D1DE003BB5A7 /* vstplugsquartz.h */, + ); + name = vstgui; + path = /vstsdk2.4/vstgui.sf/vstgui; + sourceTree = ""; + }; + 24A200200F90D1DD003BB5A7 /* Documentation */ = { + isa = PBXGroup; + children = ( + 24A200210F90D1DD003BB5A7 /* html */, + 24A201440F90D1DE003BB5A7 /* index.html */, + 24A201450F90D1DE003BB5A7 /* Migrating from 2.3.rtf */, + ); + name = Documentation; + path = /vstsdk2.4/vstgui.sf/vstgui/Documentation; + sourceTree = ""; + }; + 24A200210F90D1DD003BB5A7 /* html */ = { + isa = PBXGroup; + children = ( + 24A200220F90D1DD003BB5A7 /* aeffguieditor_8cpp.html */, + 24A200230F90D1DD003BB5A7 /* aeffguieditor_8h.html */, + 24A200240F90D1DD003BB5A7 /* annotated.html */, + 24A200250F90D1DD003BB5A7 /* cfileselector_8cpp.html */, + 24A200260F90D1DD003BB5A7 /* cfileselector_8h.html */, + 24A200270F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor-members.html */, + 24A200280F90D1DD003BB5A7 /* class_a_eff_g_u_i_editor.html */, + 24A200290F90D1DD003BB5A7 /* class_c_anim_knob-members.html */, + 24A2002A0F90D1DD003BB5A7 /* class_c_anim_knob.html */, + 24A2002B0F90D1DD003BB5A7 /* class_c_anim_knob.png */, + 24A2002C0F90D1DD003BB5A7 /* class_c_attribute_list_entry-members.html */, + 24A2002D0F90D1DD003BB5A7 /* class_c_attribute_list_entry.html */, + 24A2002E0F90D1DD003BB5A7 /* class_c_auto_animation-members.html */, + 24A2002F0F90D1DD003BB5A7 /* class_c_auto_animation.html */, + 24A200300F90D1DD003BB5A7 /* class_c_auto_animation.png */, + 24A200310F90D1DD003BB5A7 /* class_c_bitmap-members.html */, + 24A200320F90D1DD003BB5A7 /* class_c_bitmap.html */, + 24A200330F90D1DD003BB5A7 /* class_c_bitmap.png */, + 24A200340F90D1DD003BB5A7 /* class_c_c_view-members.html */, + 24A200350F90D1DD003BB5A7 /* class_c_c_view.html */, + 24A200360F90D1DD003BB5A7 /* class_c_control-members.html */, + 24A200370F90D1DD003BB5A7 /* class_c_control.html */, + 24A200380F90D1DD003BB5A7 /* class_c_control.png */, + 24A200390F90D1DD003BB5A7 /* class_c_control_listener-members.html */, + 24A2003A0F90D1DD003BB5A7 /* class_c_control_listener.html */, + 24A2003B0F90D1DD003BB5A7 /* class_c_control_listener.png */, + 24A2003C0F90D1DD003BB5A7 /* class_c_drag_container-members.html */, + 24A2003D0F90D1DD003BB5A7 /* class_c_drag_container.html */, + 24A2003E0F90D1DD003BB5A7 /* class_c_drag_container.png */, + 24A2003F0F90D1DD003BB5A7 /* class_c_draw_context-members.html */, + 24A200400F90D1DD003BB5A7 /* class_c_draw_context.html */, + 24A200410F90D1DD003BB5A7 /* class_c_draw_context.png */, + 24A200420F90D1DD003BB5A7 /* class_c_file_selector-members.html */, + 24A200430F90D1DD003BB5A7 /* class_c_file_selector.html */, + 24A200440F90D1DD003BB5A7 /* class_c_frame-members.html */, + 24A200450F90D1DD003BB5A7 /* class_c_frame.html */, + 24A200460F90D1DD003BB5A7 /* class_c_frame.png */, + 24A200470F90D1DD003BB5A7 /* class_c_horizontal_slider-members.html */, + 24A200480F90D1DD003BB5A7 /* class_c_horizontal_slider.html */, + 24A200490F90D1DD003BB5A7 /* class_c_horizontal_slider.png */, + 24A2004A0F90D1DD003BB5A7 /* class_c_horizontal_switch-members.html */, + 24A2004B0F90D1DD003BB5A7 /* class_c_horizontal_switch.html */, + 24A2004C0F90D1DD003BB5A7 /* class_c_horizontal_switch.png */, + 24A2004D0F90D1DD003BB5A7 /* class_c_kick_button-members.html */, + 24A2004E0F90D1DD003BB5A7 /* class_c_kick_button.html */, + 24A2004F0F90D1DD003BB5A7 /* class_c_kick_button.png */, + 24A200500F90D1DD003BB5A7 /* class_c_knob-members.html */, + 24A200510F90D1DD003BB5A7 /* class_c_knob.html */, + 24A200520F90D1DD003BB5A7 /* class_c_knob.png */, + 24A200530F90D1DD003BB5A7 /* class_c_movie_bitmap-members.html */, + 24A200540F90D1DD003BB5A7 /* class_c_movie_bitmap.html */, + 24A200550F90D1DD003BB5A7 /* class_c_movie_bitmap.png */, + 24A200560F90D1DD003BB5A7 /* class_c_movie_button-members.html */, + 24A200570F90D1DD003BB5A7 /* class_c_movie_button.html */, + 24A200580F90D1DD003BB5A7 /* class_c_movie_button.png */, + 24A200590F90D1DD003BB5A7 /* class_c_offscreen_context-members.html */, + 24A2005A0F90D1DD003BB5A7 /* class_c_offscreen_context.html */, + 24A2005B0F90D1DD003BB5A7 /* class_c_offscreen_context.png */, + 24A2005C0F90D1DD003BB5A7 /* class_c_on_off_button-members.html */, + 24A2005D0F90D1DD003BB5A7 /* class_c_on_off_button.html */, + 24A2005E0F90D1DD003BB5A7 /* class_c_on_off_button.png */, + 24A2005F0F90D1DD003BB5A7 /* class_c_option_menu-members.html */, + 24A200600F90D1DD003BB5A7 /* class_c_option_menu.html */, + 24A200610F90D1DD003BB5A7 /* class_c_option_menu.png */, + 24A200620F90D1DD003BB5A7 /* class_c_option_menu_scheme-members.html */, + 24A200630F90D1DD003BB5A7 /* class_c_option_menu_scheme.html */, + 24A200640F90D1DD003BB5A7 /* class_c_option_menu_scheme.png */, + 24A200650F90D1DD003BB5A7 /* class_c_param_display-members.html */, + 24A200660F90D1DD003BB5A7 /* class_c_param_display.html */, + 24A200670F90D1DD003BB5A7 /* class_c_param_display.png */, + 24A200680F90D1DD003BB5A7 /* class_c_reference_counter-members.html */, + 24A200690F90D1DD003BB5A7 /* class_c_reference_counter.html */, + 24A2006A0F90D1DD003BB5A7 /* class_c_reference_counter.png */, + 24A2006B0F90D1DD003BB5A7 /* class_c_rocker_switch-members.html */, + 24A2006C0F90D1DD003BB5A7 /* class_c_rocker_switch.html */, + 24A2006D0F90D1DD003BB5A7 /* class_c_rocker_switch.png */, + 24A2006E0F90D1DD003BB5A7 /* class_c_scroll_container-members.html */, + 24A2006F0F90D1DD003BB5A7 /* class_c_scroll_container.html */, + 24A200700F90D1DD003BB5A7 /* class_c_scroll_container.png */, + 24A200710F90D1DD003BB5A7 /* class_c_scroll_view-members.html */, + 24A200720F90D1DD003BB5A7 /* class_c_scroll_view.html */, + 24A200730F90D1DD003BB5A7 /* class_c_scroll_view.png */, + 24A200740F90D1DD003BB5A7 /* class_c_scrollbar-members.html */, + 24A200750F90D1DD003BB5A7 /* class_c_scrollbar.html */, + 24A200760F90D1DD003BB5A7 /* class_c_scrollbar.png */, + 24A200770F90D1DD003BB5A7 /* class_c_slider-members.html */, + 24A200780F90D1DD003BB5A7 /* class_c_slider.html */, + 24A200790F90D1DD003BB5A7 /* class_c_slider.png */, + 24A2007A0F90D1DD003BB5A7 /* class_c_special_digit-members.html */, + 24A2007B0F90D1DD003BB5A7 /* class_c_special_digit.html */, + 24A2007C0F90D1DD003BB5A7 /* class_c_special_digit.png */, + 24A2007D0F90D1DD003BB5A7 /* class_c_splash_screen-members.html */, + 24A2007E0F90D1DD003BB5A7 /* class_c_splash_screen.html */, + 24A2007F0F90D1DD003BB5A7 /* class_c_splash_screen.png */, + 24A200800F90D1DD003BB5A7 /* class_c_splash_screen_view-members.html */, + 24A200810F90D1DD003BB5A7 /* class_c_splash_screen_view.html */, + 24A200820F90D1DD003BB5A7 /* class_c_splash_screen_view.png */, + 24A200830F90D1DD003BB5A7 /* class_c_tab_button-members.html */, + 24A200840F90D1DD003BB5A7 /* class_c_tab_button.html */, + 24A200850F90D1DD003BB5A7 /* class_c_tab_button.png */, + 24A200860F90D1DD003BB5A7 /* class_c_tab_child_view-members.html */, + 24A200870F90D1DD003BB5A7 /* class_c_tab_child_view.html */, + 24A200880F90D1DD003BB5A7 /* class_c_tab_child_view.png */, + 24A200890F90D1DD003BB5A7 /* class_c_tab_view-members.html */, + 24A2008A0F90D1DD003BB5A7 /* class_c_tab_view.html */, + 24A2008B0F90D1DD003BB5A7 /* class_c_tab_view.png */, + 24A2008C0F90D1DD003BB5A7 /* class_c_text_edit-members.html */, + 24A2008D0F90D1DD003BB5A7 /* class_c_text_edit.html */, + 24A2008E0F90D1DD003BB5A7 /* class_c_text_edit.png */, + 24A2008F0F90D1DD003BB5A7 /* class_c_text_label-members.html */, + 24A200900F90D1DD003BB5A7 /* class_c_text_label.html */, + 24A200910F90D1DD003BB5A7 /* class_c_text_label.png */, + 24A200920F90D1DD003BB5A7 /* class_c_vertical_slider-members.html */, + 24A200930F90D1DD003BB5A7 /* class_c_vertical_slider.html */, + 24A200940F90D1DD003BB5A7 /* class_c_vertical_slider.png */, + 24A200950F90D1DD003BB5A7 /* class_c_vertical_switch-members.html */, + 24A200960F90D1DD003BB5A7 /* class_c_vertical_switch.html */, + 24A200970F90D1DD003BB5A7 /* class_c_vertical_switch.png */, + 24A200980F90D1DD003BB5A7 /* class_c_view-members.html */, + 24A200990F90D1DD003BB5A7 /* class_c_view.html */, + 24A2009A0F90D1DD003BB5A7 /* class_c_view.png */, + 24A2009B0F90D1DD003BB5A7 /* class_c_view_container-members.html */, + 24A2009C0F90D1DD003BB5A7 /* class_c_view_container.html */, + 24A2009D0F90D1DD003BB5A7 /* class_c_view_container.png */, + 24A2009E0F90D1DD003BB5A7 /* class_c_vu_meter-members.html */, + 24A2009F0F90D1DD003BB5A7 /* class_c_vu_meter.html */, + 24A200A00F90D1DD003BB5A7 /* class_c_vu_meter.png */, + 24A200A10F90D1DD003BB5A7 /* class_i_scrollbar_drawer-members.html */, + 24A200A20F90D1DD003BB5A7 /* class_i_scrollbar_drawer.html */, + 24A200A30F90D1DD003BB5A7 /* class_plugin_g_u_i_editor-members.html */, + 24A200A40F90D1DD003BB5A7 /* class_plugin_g_u_i_editor.html */, + 24A200A50F90D1DD003BB5A7 /* cscrollview_8cpp.html */, + 24A200A60F90D1DD003BB5A7 /* cscrollview_8h.html */, + 24A200A70F90D1DD003BB5A7 /* ctabview_8cpp.html */, + 24A200A80F90D1DD003BB5A7 /* ctabview_8h.html */, + 24A200A90F90D1DD003BB5A7 /* deprecated.html */, + 24A200AA0F90D1DD003BB5A7 /* doc_8h.html */, + 24A200AB0F90D1DD003BB5A7 /* doxygen.css */, + 24A200AC0F90D1DD003BB5A7 /* doxygen.png */, + 24A200AD0F90D1DD003BB5A7 /* files.html */, + 24A200AE0F90D1DD003BB5A7 /* ftv2blank.png */, + 24A200AF0F90D1DD003BB5A7 /* ftv2doc.png */, + 24A200B00F90D1DD003BB5A7 /* ftv2folderclosed.png */, + 24A200B10F90D1DE003BB5A7 /* ftv2folderopen.png */, + 24A200B20F90D1DE003BB5A7 /* ftv2lastnode.png */, + 24A200B30F90D1DE003BB5A7 /* ftv2link.png */, + 24A200B40F90D1DE003BB5A7 /* ftv2mlastnode.png */, + 24A200B50F90D1DE003BB5A7 /* ftv2mnode.png */, + 24A200B60F90D1DE003BB5A7 /* ftv2node.png */, + 24A200B70F90D1DE003BB5A7 /* ftv2plastnode.png */, + 24A200B80F90D1DE003BB5A7 /* ftv2pnode.png */, + 24A200B90F90D1DE003BB5A7 /* ftv2vertline.png */, + 24A200BA0F90D1DE003BB5A7 /* functions.html */, + 24A200BB0F90D1DE003BB5A7 /* functions_0x62.html */, + 24A200BC0F90D1DE003BB5A7 /* functions_0x63.html */, + 24A200BD0F90D1DE003BB5A7 /* functions_0x64.html */, + 24A200BE0F90D1DE003BB5A7 /* functions_0x65.html */, + 24A200BF0F90D1DE003BB5A7 /* functions_0x66.html */, + 24A200C00F90D1DE003BB5A7 /* functions_0x67.html */, + 24A200C10F90D1DE003BB5A7 /* functions_0x68.html */, + 24A200C20F90D1DE003BB5A7 /* functions_0x69.html */, + 24A200C30F90D1DE003BB5A7 /* functions_0x6b.html */, + 24A200C40F90D1DE003BB5A7 /* functions_0x6c.html */, + 24A200C50F90D1DE003BB5A7 /* functions_0x6d.html */, + 24A200C60F90D1DE003BB5A7 /* functions_0x6e.html */, + 24A200C70F90D1DE003BB5A7 /* functions_0x6f.html */, + 24A200C80F90D1DE003BB5A7 /* functions_0x70.html */, + 24A200C90F90D1DE003BB5A7 /* functions_0x72.html */, + 24A200CA0F90D1DE003BB5A7 /* functions_0x73.html */, + 24A200CB0F90D1DE003BB5A7 /* functions_0x74.html */, + 24A200CC0F90D1DE003BB5A7 /* functions_0x75.html */, + 24A200CD0F90D1DE003BB5A7 /* functions_0x76.html */, + 24A200CE0F90D1DE003BB5A7 /* functions_0x77.html */, + 24A200CF0F90D1DE003BB5A7 /* functions_0x78.html */, + 24A200D00F90D1DE003BB5A7 /* functions_0x79.html */, + 24A200D10F90D1DE003BB5A7 /* functions_0x7a.html */, + 24A200D20F90D1DE003BB5A7 /* functions_0x7e.html */, + 24A200D30F90D1DE003BB5A7 /* functions_eval.html */, + 24A200D40F90D1DE003BB5A7 /* functions_func.html */, + 24A200D50F90D1DE003BB5A7 /* functions_func_0x62.html */, + 24A200D60F90D1DE003BB5A7 /* functions_func_0x63.html */, + 24A200D70F90D1DE003BB5A7 /* functions_func_0x64.html */, + 24A200D80F90D1DE003BB5A7 /* functions_func_0x65.html */, + 24A200D90F90D1DE003BB5A7 /* functions_func_0x66.html */, + 24A200DA0F90D1DE003BB5A7 /* functions_func_0x67.html */, + 24A200DB0F90D1DE003BB5A7 /* functions_func_0x68.html */, + 24A200DC0F90D1DE003BB5A7 /* functions_func_0x69.html */, + 24A200DD0F90D1DE003BB5A7 /* functions_func_0x6c.html */, + 24A200DE0F90D1DE003BB5A7 /* functions_func_0x6d.html */, + 24A200DF0F90D1DE003BB5A7 /* functions_func_0x6e.html */, + 24A200E00F90D1DE003BB5A7 /* functions_func_0x6f.html */, + 24A200E10F90D1DE003BB5A7 /* functions_func_0x70.html */, + 24A200E20F90D1DE003BB5A7 /* functions_func_0x72.html */, + 24A200E30F90D1DE003BB5A7 /* functions_func_0x73.html */, + 24A200E40F90D1DE003BB5A7 /* functions_func_0x74.html */, + 24A200E50F90D1DE003BB5A7 /* functions_func_0x75.html */, + 24A200E60F90D1DE003BB5A7 /* functions_func_0x76.html */, + 24A200E70F90D1DE003BB5A7 /* functions_func_0x77.html */, + 24A200E80F90D1DE003BB5A7 /* functions_func_0x7e.html */, + 24A200E90F90D1DE003BB5A7 /* functions_rela.html */, + 24A200EA0F90D1DE003BB5A7 /* functions_vars.html */, + 24A200EB0F90D1DE003BB5A7 /* functions_vars_0x62.html */, + 24A200EC0F90D1DE003BB5A7 /* functions_vars_0x63.html */, + 24A200ED0F90D1DE003BB5A7 /* functions_vars_0x64.html */, + 24A200EE0F90D1DE003BB5A7 /* functions_vars_0x65.html */, + 24A200EF0F90D1DE003BB5A7 /* functions_vars_0x66.html */, + 24A200F00F90D1DE003BB5A7 /* functions_vars_0x67.html */, + 24A200F10F90D1DE003BB5A7 /* functions_vars_0x68.html */, + 24A200F20F90D1DE003BB5A7 /* functions_vars_0x69.html */, + 24A200F30F90D1DE003BB5A7 /* functions_vars_0x6b.html */, + 24A200F40F90D1DE003BB5A7 /* functions_vars_0x6c.html */, + 24A200F50F90D1DE003BB5A7 /* functions_vars_0x6d.html */, + 24A200F60F90D1DE003BB5A7 /* functions_vars_0x6e.html */, + 24A200F70F90D1DE003BB5A7 /* functions_vars_0x6f.html */, + 24A200F80F90D1DE003BB5A7 /* functions_vars_0x70.html */, + 24A200F90F90D1DE003BB5A7 /* functions_vars_0x72.html */, + 24A200FA0F90D1DE003BB5A7 /* functions_vars_0x73.html */, + 24A200FB0F90D1DE003BB5A7 /* functions_vars_0x74.html */, + 24A200FC0F90D1DE003BB5A7 /* functions_vars_0x75.html */, + 24A200FD0F90D1DE003BB5A7 /* functions_vars_0x76.html */, + 24A200FE0F90D1DE003BB5A7 /* functions_vars_0x77.html */, + 24A200FF0F90D1DE003BB5A7 /* functions_vars_0x78.html */, + 24A201000F90D1DE003BB5A7 /* functions_vars_0x79.html */, + 24A201010F90D1DE003BB5A7 /* functions_vars_0x7a.html */, + 24A201020F90D1DE003BB5A7 /* globals.html */, + 24A201030F90D1DE003BB5A7 /* globals_0x61.html */, + 24A201040F90D1DE003BB5A7 /* globals_0x62.html */, + 24A201050F90D1DE003BB5A7 /* globals_0x63.html */, + 24A201060F90D1DE003BB5A7 /* globals_0x65.html */, + 24A201070F90D1DE003BB5A7 /* globals_0x66.html */, + 24A201080F90D1DE003BB5A7 /* globals_0x67.html */, + 24A201090F90D1DE003BB5A7 /* globals_0x6b.html */, + 24A2010A0F90D1DE003BB5A7 /* globals_0x6d.html */, + 24A2010B0F90D1DE003BB5A7 /* globals_0x6e.html */, + 24A2010C0F90D1DE003BB5A7 /* globals_0x6f.html */, + 24A2010D0F90D1DE003BB5A7 /* globals_0x71.html */, + 24A2010E0F90D1DE003BB5A7 /* globals_0x72.html */, + 24A2010F0F90D1DE003BB5A7 /* globals_0x73.html */, + 24A201100F90D1DE003BB5A7 /* globals_0x74.html */, + 24A201110F90D1DE003BB5A7 /* globals_0x75.html */, + 24A201120F90D1DE003BB5A7 /* globals_0x76.html */, + 24A201130F90D1DE003BB5A7 /* globals_0x77.html */, + 24A201140F90D1DE003BB5A7 /* globals_defs.html */, + 24A201150F90D1DE003BB5A7 /* globals_enum.html */, + 24A201160F90D1DE003BB5A7 /* globals_eval.html */, + 24A201170F90D1DE003BB5A7 /* globals_type.html */, + 24A201180F90D1DE003BB5A7 /* globals_vars.html */, + 24A201190F90D1DE003BB5A7 /* hierarchy.html */, + 24A2011A0F90D1DE003BB5A7 /* index.html */, + 24A2011B0F90D1DE003BB5A7 /* intro.html */, + 24A2011C0F90D1DE003BB5A7 /* license.html */, + 24A2011D0F90D1DE003BB5A7 /* maceditor.html */, + 24A2011E0F90D1DE003BB5A7 /* main.html */, + 24A2011F0F90D1DE003BB5A7 /* others.html */, + 24A201200F90D1DE003BB5A7 /* pages.html */, + 24A201210F90D1DE003BB5A7 /* plugguieditor_8cpp.html */, + 24A201220F90D1DE003BB5A7 /* plugguieditor_8h.html */, + 24A201230F90D1DE003BB5A7 /* sequences.html */, + 24A201240F90D1DE003BB5A7 /* struct_c_color-members.html */, + 24A201250F90D1DE003BB5A7 /* struct_c_color.html */, + 24A201260F90D1DE003BB5A7 /* struct_c_point-members.html */, + 24A201270F90D1DE003BB5A7 /* struct_c_point.html */, + 24A201280F90D1DE003BB5A7 /* struct_c_rect-members.html */, + 24A201290F90D1DE003BB5A7 /* struct_c_rect.html */, + 24A2012A0F90D1DE003BB5A7 /* struct_e_rect-members.html */, + 24A2012B0F90D1DE003BB5A7 /* struct_e_rect.html */, + 24A2012C0F90D1DE003BB5A7 /* struct_vst_file_select-members.html */, + 24A2012D0F90D1DE003BB5A7 /* struct_vst_file_select.html */, + 24A2012E0F90D1DE003BB5A7 /* struct_vst_file_type-members.html */, + 24A2012F0F90D1DE003BB5A7 /* struct_vst_file_type.html */, + 24A201300F90D1DE003BB5A7 /* struct_vst_key_code-members.html */, + 24A201310F90D1DE003BB5A7 /* struct_vst_key_code.html */, + 24A201320F90D1DE003BB5A7 /* tab_b.gif */, + 24A201330F90D1DE003BB5A7 /* tab_l.gif */, + 24A201340F90D1DE003BB5A7 /* tab_r.gif */, + 24A201350F90D1DE003BB5A7 /* tabs.css */, + 24A201360F90D1DE003BB5A7 /* thanks.html */, + 24A201370F90D1DE003BB5A7 /* tree.html */, + 24A201380F90D1DE003BB5A7 /* vstcontrols_8cpp.html */, + 24A201390F90D1DE003BB5A7 /* vstcontrols_8h.html */, + 24A2013A0F90D1DE003BB5A7 /* vstgui_8cpp.html */, + 24A2013B0F90D1DE003BB5A7 /* vstgui_8h.html */, + 24A2013C0F90D1DE003BB5A7 /* vstkeycode_8h.html */, + 24A2013D0F90D1DE003BB5A7 /* vstoffline.html */, + 24A2013E0F90D1DE003BB5A7 /* vstparamstruct.html */, + 24A2013F0F90D1DE003BB5A7 /* vstplugscarbon_8h.html */, + 24A201400F90D1DE003BB5A7 /* vstplugsmac_8h.html */, + 24A201410F90D1DE003BB5A7 /* vstplugsmacho_8h.html */, + 24A201420F90D1DE003BB5A7 /* vstplugsquartz_8h.html */, + 24A201430F90D1DE003BB5A7 /* whatsnew.html */, + ); + name = html; + path = /vstsdk2.4/vstgui.sf/vstgui/Documentation/html; + sourceTree = ""; + }; + 24A203CE0F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203D70F90D272003BB5A7 /* again.vst */, + 24A203D90F90D272003BB5A7 /* adelay.vst */, + 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */, + 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */, + 24A203DF0F90D272003BB5A7 /* minihost.app */, + ); + name = Products; + sourceTree = ""; + }; + 24A203E00F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203E50F90D272003BB5A7 /* drawtest.component */, + 24A203E70F90D272003BB5A7 /* drawtest.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A203E80F90D272003BB5A7 /* Products */ = { + isa = PBXGroup; + children = ( + 24A203ED0F90D272003BB5A7 /* drawtest.component */, + 24A203EF0F90D272003BB5A7 /* drawtest.vst */, + ); + name = Products; + sourceTree = ""; + }; + 24A2FEBB0F90D1DB003BB5A7 /* vstsdk2.4 */ = { + isa = PBXGroup; + children = ( + 24A2FEBC0F90D1DC003BB5A7 /* artwork */, + 24A2FEC20F90D1DC003BB5A7 /* bin */, + 24A2FED80F90D1DC003BB5A7 /* doc */, + 24A2FF8E0F90D1DD003BB5A7 /* index.html */, + 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */, + 24A2FF940F90D1DD003BB5A7 /* public.sdk */, + 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */, + ); + name = vstsdk2.4; + path = /vstsdk2.4; + sourceTree = ""; + }; + 24A2FEBC0F90D1DC003BB5A7 /* artwork */ = { + isa = PBXGroup; + children = ( + 24A2FEBD0F90D1DC003BB5A7 /* Thumbs.db */, + 24A2FEBE0F90D1DC003BB5A7 /* VST_Logo_Usage_Guideline.pdf */, + 24A2FEBF0F90D1DC003BB5A7 /* VSTLogoAlpha.png */, + 24A2FEC00F90D1DC003BB5A7 /* VSTLogoBlack.jpg */, + 24A2FEC10F90D1DC003BB5A7 /* VSTLogoWhite.jpg */, + ); + name = artwork; + path = /vstsdk2.4/artwork; + sourceTree = ""; + }; + 24A2FEC20F90D1DC003BB5A7 /* bin */ = { + isa = PBXGroup; + children = ( + 24A2FEC30F90D1DC003BB5A7 /* mac */, + 24A2FED50F90D1DC003BB5A7 /* win */, + ); + name = bin; + path = /vstsdk2.4/bin; + sourceTree = ""; + }; + 24A2FEC30F90D1DC003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */, + 24A2FED40F90D1DC003BB5A7 /* VSTParamTool.app */, + ); + name = mac; + path = /vstsdk2.4/bin/mac; + sourceTree = ""; + }; + 24A2FEC40F90D1DC003BB5A7 /* VSTMonitor.vst */ = { + isa = PBXGroup; + children = ( + 24A2FEC50F90D1DC003BB5A7 /* Contents */, + ); + name = VSTMonitor.vst; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst; + sourceTree = ""; + }; + 24A2FEC50F90D1DC003BB5A7 /* Contents */ = { + isa = PBXGroup; + children = ( + 24A2FEC60F90D1DC003BB5A7 /* Info.plist */, + 24A2FEC70F90D1DC003BB5A7 /* MacOS */, + 24A2FEC90F90D1DC003BB5A7 /* PkgInfo */, + 24A2FECA0F90D1DC003BB5A7 /* Resources */, + ); + name = Contents; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents; + sourceTree = ""; + }; + 24A2FEC70F90D1DC003BB5A7 /* MacOS */ = { + isa = PBXGroup; + children = ( + 24A2FEC80F90D1DC003BB5A7 /* VSTMonitor */, + ); + name = MacOS; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/MacOS; + sourceTree = ""; + }; + 24A2FECA0F90D1DC003BB5A7 /* Resources */ = { + isa = PBXGroup; + children = ( + 24A2FECB0F90D1DC003BB5A7 /* bmp50000.bmp */, + 24A2FECC0F90D1DC003BB5A7 /* bmp50001.bmp */, + 24A2FECD0F90D1DC003BB5A7 /* bmp50002.bmp */, + 24A2FECE0F90D1DC003BB5A7 /* bmp50003.bmp */, + 24A2FECF0F90D1DC003BB5A7 /* bmp50004.bmp */, + 24A2FED00F90D1DC003BB5A7 /* bmp50005.bmp */, + 24A2FED10F90D1DC003BB5A7 /* bmp50006.bmp */, + 24A2FED20F90D1DC003BB5A7 /* bmp50007.bmp */, + 24A2FED30F90D1DC003BB5A7 /* bmp50008.bmp */, + ); + name = Resources; + path = /vstsdk2.4/bin/mac/VSTMonitor.vst/Contents/Resources; + sourceTree = ""; + }; + 24A2FED50F90D1DC003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FED60F90D1DC003BB5A7 /* vstmonitor.dll */, + 24A2FED70F90D1DC003BB5A7 /* vstparamtool.exe */, + ); + name = win; + path = /vstsdk2.4/bin/win; + sourceTree = ""; + }; + 24A2FED80F90D1DC003BB5A7 /* doc */ = { + isa = PBXGroup; + children = ( + 24A2FED90F90D1DC003BB5A7 /* gfx */, + 24A2FEDE0F90D1DC003BB5A7 /* html */, + 24A2FF8A0F90D1DD003BB5A7 /* sdk.menu.html */, + 24A2FF8B0F90D1DD003BB5A7 /* sdk.overview.html */, + 24A2FF8C0F90D1DD003BB5A7 /* sdkdoc.css */, + 24A2FF8D0F90D1DD003BB5A7 /* VST Licensing Agreement.rtf */, + ); + name = doc; + path = /vstsdk2.4/doc; + sourceTree = ""; + }; + 24A2FED90F90D1DC003BB5A7 /* gfx */ = { + isa = PBXGroup; + children = ( + 24A2FEDA0F90D1DC003BB5A7 /* folder.gif */, + 24A2FEDB0F90D1DC003BB5A7 /* mac.gif */, + 24A2FEDC0F90D1DC003BB5A7 /* vstpluglogo_small.jpg */, + 24A2FEDD0F90D1DC003BB5A7 /* win.gif */, + ); + name = gfx; + path = /vstsdk2.4/doc/gfx; + sourceTree = ""; + }; + 24A2FEDE0F90D1DC003BB5A7 /* html */ = { + isa = PBXGroup; + children = ( + 24A2FEDF0F90D1DC003BB5A7 /* aeffect_8h.html */, + 24A2FEE00F90D1DC003BB5A7 /* aeffectx_8h.html */, + 24A2FEE10F90D1DC003BB5A7 /* aeffeditor_8h.html */, + 24A2FEE20F90D1DC003BB5A7 /* annotated.html */, + 24A2FEE30F90D1DC003BB5A7 /* audioeffect_8cpp.html */, + 24A2FEE40F90D1DC003BB5A7 /* audioeffect_8h.html */, + 24A2FEE50F90D1DC003BB5A7 /* audioeffectx_8cpp.html */, + 24A2FEE60F90D1DC003BB5A7 /* audioeffectx_8h.html */, + 24A2FEE70F90D1DC003BB5A7 /* Blocksizechange.gif */, + 24A2FEE80F90D1DC003BB5A7 /* class_a_eff_editor-members.html */, + 24A2FEE90F90D1DC003BB5A7 /* class_a_eff_editor.html */, + 24A2FEEA0F90D1DC003BB5A7 /* class_audio_effect-members.html */, + 24A2FEEB0F90D1DC003BB5A7 /* class_audio_effect.html */, + 24A2FEEC0F90D1DC003BB5A7 /* class_audio_effect.png */, + 24A2FEED0F90D1DC003BB5A7 /* class_audio_effect_x-members.html */, + 24A2FEEE0F90D1DC003BB5A7 /* class_audio_effect_x.html */, + 24A2FEEF0F90D1DC003BB5A7 /* class_audio_effect_x.png */, + 24A2FEF00F90D1DC003BB5A7 /* ControlChanged.gif */, + 24A2FEF10F90D1DC003BB5A7 /* deprecated.html */, + 24A2FEF20F90D1DC003BB5A7 /* dir_2d3252dd12c84c66c1d25b26bb45a1f5.html */, + 24A2FEF30F90D1DC003BB5A7 /* dir_77c628dfee72e555f82d5ef53b733f38.html */, + 24A2FEF40F90D1DC003BB5A7 /* dir_f81105d3b854bea570aaf3bae5cb64c1.html */, + 24A2FEF50F90D1DC003BB5A7 /* dir_fa0454ab79b4262333bf837ea3d765e9.html */, + 24A2FEF60F90D1DC003BB5A7 /* dirs.html */, + 24A2FEF70F90D1DC003BB5A7 /* doc_8h.html */, + 24A2FEF80F90D1DC003BB5A7 /* doxygen.css */, + 24A2FEF90F90D1DC003BB5A7 /* doxygen.png */, + 24A2FEFA0F90D1DC003BB5A7 /* files.html */, + 24A2FEFB0F90D1DC003BB5A7 /* ftv2blank.png */, + 24A2FEFC0F90D1DC003BB5A7 /* ftv2doc.png */, + 24A2FEFD0F90D1DC003BB5A7 /* ftv2folderclosed.png */, + 24A2FEFE0F90D1DC003BB5A7 /* ftv2folderopen.png */, + 24A2FEFF0F90D1DC003BB5A7 /* ftv2lastnode.png */, + 24A2FF000F90D1DC003BB5A7 /* ftv2link.png */, + 24A2FF010F90D1DC003BB5A7 /* ftv2mlastnode.png */, + 24A2FF020F90D1DC003BB5A7 /* ftv2mnode.png */, + 24A2FF030F90D1DC003BB5A7 /* ftv2node.png */, + 24A2FF040F90D1DC003BB5A7 /* ftv2plastnode.png */, + 24A2FF050F90D1DC003BB5A7 /* ftv2pnode.png */, + 24A2FF060F90D1DC003BB5A7 /* ftv2vertline.png */, + 24A2FF070F90D1DC003BB5A7 /* functions.html */, + 24A2FF080F90D1DC003BB5A7 /* functions_0x62.html */, + 24A2FF090F90D1DC003BB5A7 /* functions_0x63.html */, + 24A2FF0A0F90D1DC003BB5A7 /* functions_0x64.html */, + 24A2FF0B0F90D1DC003BB5A7 /* functions_0x65.html */, + 24A2FF0C0F90D1DC003BB5A7 /* functions_0x66.html */, + 24A2FF0D0F90D1DC003BB5A7 /* functions_0x67.html */, + 24A2FF0E0F90D1DC003BB5A7 /* functions_0x68.html */, + 24A2FF0F0F90D1DC003BB5A7 /* functions_0x69.html */, + 24A2FF100F90D1DC003BB5A7 /* functions_0x6b.html */, + 24A2FF110F90D1DC003BB5A7 /* functions_0x6c.html */, + 24A2FF120F90D1DC003BB5A7 /* functions_0x6d.html */, + 24A2FF130F90D1DC003BB5A7 /* functions_0x6e.html */, + 24A2FF140F90D1DC003BB5A7 /* functions_0x6f.html */, + 24A2FF150F90D1DC003BB5A7 /* functions_0x70.html */, + 24A2FF160F90D1DC003BB5A7 /* functions_0x72.html */, + 24A2FF170F90D1DC003BB5A7 /* functions_0x73.html */, + 24A2FF180F90D1DC003BB5A7 /* functions_0x74.html */, + 24A2FF190F90D1DC003BB5A7 /* functions_0x75.html */, + 24A2FF1A0F90D1DC003BB5A7 /* functions_0x76.html */, + 24A2FF1B0F90D1DC003BB5A7 /* functions_0x77.html */, + 24A2FF1C0F90D1DC003BB5A7 /* functions_0x78.html */, + 24A2FF1D0F90D1DC003BB5A7 /* functions_0x79.html */, + 24A2FF1E0F90D1DC003BB5A7 /* functions_0x7e.html */, + 24A2FF1F0F90D1DC003BB5A7 /* functions_func.html */, + 24A2FF200F90D1DC003BB5A7 /* functions_vars.html */, + 24A2FF210F90D1DC003BB5A7 /* globals.html */, + 24A2FF220F90D1DC003BB5A7 /* globals_0x62.html */, + 24A2FF230F90D1DC003BB5A7 /* globals_0x63.html */, + 24A2FF240F90D1DC003BB5A7 /* globals_0x64.html */, + 24A2FF250F90D1DC003BB5A7 /* globals_0x65.html */, + 24A2FF260F90D1DC003BB5A7 /* globals_0x66.html */, + 24A2FF270F90D1DC003BB5A7 /* globals_0x6b.html */, + 24A2FF280F90D1DC003BB5A7 /* globals_0x6d.html */, + 24A2FF290F90D1DC003BB5A7 /* globals_0x74.html */, + 24A2FF2A0F90D1DC003BB5A7 /* globals_0x76.html */, + 24A2FF2B0F90D1DC003BB5A7 /* globals_defs.html */, + 24A2FF2C0F90D1DC003BB5A7 /* globals_enum.html */, + 24A2FF2D0F90D1DC003BB5A7 /* globals_eval.html */, + 24A2FF2E0F90D1DC003BB5A7 /* globals_eval_0x65.html */, + 24A2FF2F0F90D1DC003BB5A7 /* globals_eval_0x6b.html */, + 24A2FF300F90D1DC003BB5A7 /* globals_eval_0x6d.html */, + 24A2FF310F90D1DC003BB5A7 /* globals_eval_0x76.html */, + 24A2FF320F90D1DC003BB5A7 /* globals_func.html */, + 24A2FF330F90D1DC003BB5A7 /* globals_type.html */, + 24A2FF340F90D1DC003BB5A7 /* globals_vars.html */, + 24A2FF350F90D1DC003BB5A7 /* hierarchy.html */, + 24A2FF360F90D1DC003BB5A7 /* history.html */, + 24A2FF370F90D1DC003BB5A7 /* index.html */, + 24A2FF380F90D1DC003BB5A7 /* Initialisation.gif */, + 24A2FF390F90D1DC003BB5A7 /* intro.html */, + 24A2FF3A0F90D1DC003BB5A7 /* IOchange.gif */, + 24A2FF3B0F90D1DC003BB5A7 /* license.html */, + 24A2FF3C0F90D1DC003BB5A7 /* maceditor.html */, + 24A2FF3D0F90D1DC003BB5A7 /* main.html */, + 24A2FF3E0F90D1DC003BB5A7 /* namespace_host_can_dos.html */, + 24A2FF3F0F90D1DC003BB5A7 /* namespace_plug_can_dos.html */, + 24A2FF400F90D1DC003BB5A7 /* namespacemembers.html */, + 24A2FF410F90D1DC003BB5A7 /* namespacemembers_vars.html */, + 24A2FF420F90D1DC003BB5A7 /* namespaces.html */, + 24A2FF430F90D1DC003BB5A7 /* Offlineprocessing.gif */, + 24A2FF440F90D1DC003BB5A7 /* others.html */, + 24A2FF450F90D1DC003BB5A7 /* pages.html */, + 24A2FF460F90D1DC003BB5A7 /* Sampleratechange.gif */, + 24A2FF470F90D1DC003BB5A7 /* sequences.html */, + 24A2FF480F90D1DC003BB5A7 /* SpeakerarrangementnegotiationforVSTfx.gif */, + 24A2FF490F90D1DC003BB5A7 /* struct_a_effect-members.html */, + 24A2FF4A0F90D1DC003BB5A7 /* struct_a_effect.html */, + 24A2FF4B0F90D1DC003BB5A7 /* struct_e_rect-members.html */, + 24A2FF4C0F90D1DC003BB5A7 /* struct_e_rect.html */, + 24A2FF4D0F90D1DC003BB5A7 /* struct_midi_key_name-members.html */, + 24A2FF4E0F90D1DC003BB5A7 /* struct_midi_key_name.html */, + 24A2FF4F0F90D1DC003BB5A7 /* struct_midi_program_category-members.html */, + 24A2FF500F90D1DC003BB5A7 /* struct_midi_program_category.html */, + 24A2FF510F90D1DC003BB5A7 /* struct_midi_program_name-members.html */, + 24A2FF520F90D1DC003BB5A7 /* struct_midi_program_name.html */, + 24A2FF530F90D1DC003BB5A7 /* struct_vst_audio_file-members.html */, + 24A2FF540F90D1DC003BB5A7 /* struct_vst_audio_file.html */, + 24A2FF550F90D1DC003BB5A7 /* struct_vst_audio_file_marker-members.html */, + 24A2FF560F90D1DC003BB5A7 /* struct_vst_audio_file_marker.html */, + 24A2FF570F90D1DC003BB5A7 /* struct_vst_event-members.html */, + 24A2FF580F90D1DC003BB5A7 /* struct_vst_event.html */, + 24A2FF590F90D1DD003BB5A7 /* struct_vst_events-members.html */, + 24A2FF5A0F90D1DD003BB5A7 /* struct_vst_events.html */, + 24A2FF5B0F90D1DD003BB5A7 /* struct_vst_file_select-members.html */, + 24A2FF5C0F90D1DD003BB5A7 /* struct_vst_file_select.html */, + 24A2FF5D0F90D1DD003BB5A7 /* struct_vst_file_type-members.html */, + 24A2FF5E0F90D1DD003BB5A7 /* struct_vst_file_type.html */, + 24A2FF5F0F90D1DD003BB5A7 /* struct_vst_key_code-members.html */, + 24A2FF600F90D1DD003BB5A7 /* struct_vst_key_code.html */, + 24A2FF610F90D1DD003BB5A7 /* struct_vst_midi_event-members.html */, + 24A2FF620F90D1DD003BB5A7 /* struct_vst_midi_event.html */, + 24A2FF630F90D1DD003BB5A7 /* struct_vst_midi_sysex_event-members.html */, + 24A2FF640F90D1DD003BB5A7 /* struct_vst_midi_sysex_event.html */, + 24A2FF650F90D1DD003BB5A7 /* struct_vst_offline_task-members.html */, + 24A2FF660F90D1DD003BB5A7 /* struct_vst_offline_task.html */, + 24A2FF670F90D1DD003BB5A7 /* struct_vst_parameter_properties-members.html */, + 24A2FF680F90D1DD003BB5A7 /* struct_vst_parameter_properties.html */, + 24A2FF690F90D1DD003BB5A7 /* struct_vst_patch_chunk_info-members.html */, + 24A2FF6A0F90D1DD003BB5A7 /* struct_vst_patch_chunk_info.html */, + 24A2FF6B0F90D1DD003BB5A7 /* struct_vst_pin_properties-members.html */, + 24A2FF6C0F90D1DD003BB5A7 /* struct_vst_pin_properties.html */, + 24A2FF6D0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement-members.html */, + 24A2FF6E0F90D1DD003BB5A7 /* struct_vst_speaker_arrangement.html */, + 24A2FF6F0F90D1DD003BB5A7 /* struct_vst_speaker_properties-members.html */, + 24A2FF700F90D1DD003BB5A7 /* struct_vst_speaker_properties.html */, + 24A2FF710F90D1DD003BB5A7 /* struct_vst_time_info-members.html */, + 24A2FF720F90D1DD003BB5A7 /* struct_vst_time_info.html */, + 24A2FF730F90D1DD003BB5A7 /* struct_vst_variable_io-members.html */, + 24A2FF740F90D1DD003BB5A7 /* struct_vst_variable_io.html */, + 24A2FF750F90D1DD003BB5A7 /* struct_vst_window-members.html */, + 24A2FF760F90D1DD003BB5A7 /* struct_vst_window.html */, + 24A2FF770F90D1DD003BB5A7 /* structfx_bank-members.html */, + 24A2FF780F90D1DD003BB5A7 /* structfx_bank.html */, + 24A2FF790F90D1DD003BB5A7 /* structfx_program-members.html */, + 24A2FF7A0F90D1DD003BB5A7 /* structfx_program.html */, + 24A2FF7B0F90D1DD003BB5A7 /* tab_b.gif */, + 24A2FF7C0F90D1DD003BB5A7 /* tab_l.gif */, + 24A2FF7D0F90D1DD003BB5A7 /* tab_r.gif */, + 24A2FF7E0F90D1DD003BB5A7 /* tabs.css */, + 24A2FF7F0F90D1DD003BB5A7 /* Termination.gif */, + 24A2FF800F90D1DD003BB5A7 /* thanks.html */, + 24A2FF810F90D1DD003BB5A7 /* tree.html */, + 24A2FF820F90D1DD003BB5A7 /* TurnOff.gif */, + 24A2FF830F90D1DD003BB5A7 /* TurnOn.gif */, + 24A2FF840F90D1DD003BB5A7 /* vstfxstore_8h.html */, + 24A2FF850F90D1DD003BB5A7 /* vstoffline.html */, + 24A2FF860F90D1DD003BB5A7 /* vstparamstruct.html */, + 24A2FF870F90D1DD003BB5A7 /* vstpluglogo.jpg */, + 24A2FF880F90D1DD003BB5A7 /* vstplugmain_8cpp.html */, + 24A2FF890F90D1DD003BB5A7 /* whatsnew.html */, + ); + name = html; + path = /vstsdk2.4/doc/html; + sourceTree = ""; + }; + 24A2FF8F0F90D1DD003BB5A7 /* pluginterfaces */ = { + isa = PBXGroup; + children = ( + 24A2FF900F90D1DD003BB5A7 /* vst2.x */, + ); + name = pluginterfaces; + path = /vstsdk2.4/pluginterfaces; + sourceTree = ""; + }; + 24A2FF900F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FF910F90D1DD003BB5A7 /* aeffect.h */, + 24A2FF920F90D1DD003BB5A7 /* aeffectx.h */, + 24A2FF930F90D1DD003BB5A7 /* vstfxstore.h */, + ); + name = vst2.x; + path = /vstsdk2.4/pluginterfaces/vst2.x; + sourceTree = ""; + }; + 24A2FF940F90D1DD003BB5A7 /* public.sdk */ = { + isa = PBXGroup; + children = ( + 24A2FF950F90D1DD003BB5A7 /* samples */, + 24A2FFD60F90D1DD003BB5A7 /* source */, + ); + name = public.sdk; + path = /vstsdk2.4/public.sdk; + sourceTree = ""; + }; + 24A2FF950F90D1DD003BB5A7 /* samples */ = { + isa = PBXGroup; + children = ( + 24A2FF960F90D1DD003BB5A7 /* vst2.x */, + ); + name = samples; + path = /vstsdk2.4/public.sdk/samples; + sourceTree = ""; + }; + 24A2FF960F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FF970F90D1DD003BB5A7 /* adelay */, + 24A2FFA80F90D1DD003BB5A7 /* again */, + 24A2FFAE0F90D1DD003BB5A7 /* mac */, + 24A2FFB40F90D1DD003BB5A7 /* minihost */, + 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */, + 24A2FFC50F90D1DD003BB5A7 /* win */, + 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */, + 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */, + ); + name = vst2.x; + path = /vstsdk2.4/public.sdk/samples/vst2.x; + sourceTree = ""; + }; + 24A2FF970F90D1DD003BB5A7 /* adelay */ = { + isa = PBXGroup; + children = ( + 24A2FF980F90D1DD003BB5A7 /* adelay.cpp */, + 24A2FF990F90D1DD003BB5A7 /* adelay.h */, + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */, + 24A2FF9B0F90D1DD003BB5A7 /* editor */, + 24A2FFA30F90D1DD003BB5A7 /* surrounddelay.cpp */, + 24A2FFA40F90D1DD003BB5A7 /* surrounddelay.h */, + 24A2FFA50F90D1DD003BB5A7 /* win */, + ); + name = adelay; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay; + sourceTree = ""; + }; + 24A2FF9B0F90D1DD003BB5A7 /* editor */ = { + isa = PBXGroup; + children = ( + 24A2FF9C0F90D1DD003BB5A7 /* resources */, + 24A2FFA10F90D1DD003BB5A7 /* sdeditor.cpp */, + 24A2FFA20F90D1DD003BB5A7 /* sdeditor.h */, + ); + name = editor; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor; + sourceTree = ""; + }; + 24A2FF9C0F90D1DD003BB5A7 /* resources */ = { + isa = PBXGroup; + children = ( + 24A2FF9D0F90D1DD003BB5A7 /* bmp00128.bmp */, + 24A2FF9E0F90D1DD003BB5A7 /* bmp00129.bmp */, + 24A2FF9F0F90D1DD003BB5A7 /* bmp00130.bmp */, + 24A2FFA00F90D1DD003BB5A7 /* surrounddelay.rc */, + ); + name = resources; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/editor/resources; + sourceTree = ""; + }; + 24A2FFA50F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFA60F90D1DD003BB5A7 /* adelay.vcproj */, + 24A2FFA70F90D1DD003BB5A7 /* surrounddelay.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/adelay/win; + sourceTree = ""; + }; + 24A2FFA80F90D1DD003BB5A7 /* again */ = { + isa = PBXGroup; + children = ( + 24A2FFA90F90D1DD003BB5A7 /* source */, + 24A2FFAC0F90D1DD003BB5A7 /* win */, + ); + name = again; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again; + sourceTree = ""; + }; + 24A2FFA90F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFAA0F90D1DD003BB5A7 /* again.cpp */, + 24A2FFAB0F90D1DD003BB5A7 /* again.h */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again/source; + sourceTree = ""; + }; + 24A2FFAC0F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFAD0F90D1DD003BB5A7 /* again.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/again/win; + sourceTree = ""; + }; + 24A2FFAE0F90D1DD003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FFAF0F90D1DD003BB5A7 /* minihost-Info.plist */, + 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */, + 24A2FFB30F90D1DD003BB5A7 /* vst2.4Info.plist */, + ); + name = mac; + path = /vstsdk2.4/public.sdk/samples/vst2.x/mac; + sourceTree = ""; + }; + 24A2FFB40F90D1DD003BB5A7 /* minihost */ = { + isa = PBXGroup; + children = ( + 24A2FFB50F90D1DD003BB5A7 /* source */, + 24A2FFB80F90D1DD003BB5A7 /* win */, + ); + name = minihost; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost; + sourceTree = ""; + }; + 24A2FFB50F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFB60F90D1DD003BB5A7 /* minieditor.cpp */, + 24A2FFB70F90D1DD003BB5A7 /* minihost.cpp */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/source; + sourceTree = ""; + }; + 24A2FFB80F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFB90F90D1DD003BB5A7 /* minihost.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/minihost/win; + sourceTree = ""; + }; + 24A2FFBA0F90D1DD003BB5A7 /* vstxsynth */ = { + isa = PBXGroup; + children = ( + 24A2FFBB0F90D1DD003BB5A7 /* resource */, + 24A2FFBE0F90D1DD003BB5A7 /* source */, + 24A2FFC30F90D1DD003BB5A7 /* win */, + ); + name = vstxsynth; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth; + sourceTree = ""; + }; + 24A2FFBB0F90D1DD003BB5A7 /* resource */ = { + isa = PBXGroup; + children = ( + 24A2FFBC0F90D1DD003BB5A7 /* vstxsynth.rc */, + 24A2FFBD0F90D1DD003BB5A7 /* vstxsynth.vstxml */, + ); + name = resource; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource; + sourceTree = ""; + }; + 24A2FFBE0F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFBF0F90D1DD003BB5A7 /* gmnames.h */, + 24A2FFC00F90D1DD003BB5A7 /* vstxsynth.cpp */, + 24A2FFC10F90D1DD003BB5A7 /* vstxsynth.h */, + 24A2FFC20F90D1DD003BB5A7 /* vstxsynthproc.cpp */, + ); + name = source; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/source; + sourceTree = ""; + }; + 24A2FFC30F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFC40F90D1DD003BB5A7 /* vstxsynth.vcproj */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/win; + sourceTree = ""; + }; + 24A2FFC50F90D1DD003BB5A7 /* win */ = { + isa = PBXGroup; + children = ( + 24A2FFC60F90D1DD003BB5A7 /* samples.sln */, + 24A2FFC70F90D1DD003BB5A7 /* vstplug.def */, + ); + name = win; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win; + sourceTree = ""; + }; + 24A2FFC80F90D1DD003BB5A7 /* win.vc2003 */ = { + isa = PBXGroup; + children = ( + 24A2FFC90F90D1DD003BB5A7 /* adelay.vcproj */, + 24A2FFCA0F90D1DD003BB5A7 /* again.vcproj */, + 24A2FFCB0F90D1DD003BB5A7 /* minihost.vcproj */, + 24A2FFCC0F90D1DD003BB5A7 /* samples.sln */, + 24A2FFCD0F90D1DD003BB5A7 /* surrounddelay.vcproj */, + 24A2FFCE0F90D1DD003BB5A7 /* vstxsynth.vcproj */, + ); + name = win.vc2003; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc2003; + sourceTree = ""; + }; + 24A2FFCF0F90D1DD003BB5A7 /* win.vc6 */ = { + isa = PBXGroup; + children = ( + 24A2FFD00F90D1DD003BB5A7 /* adelay.dsp */, + 24A2FFD10F90D1DD003BB5A7 /* again.dsp */, + 24A2FFD20F90D1DD003BB5A7 /* minihost.dsp */, + 24A2FFD30F90D1DD003BB5A7 /* samples.dsw */, + 24A2FFD40F90D1DD003BB5A7 /* surrounddelay.dsp */, + 24A2FFD50F90D1DD003BB5A7 /* vstxsynth.dsp */, + ); + name = win.vc6; + path = /vstsdk2.4/public.sdk/samples/vst2.x/win.vc6; + sourceTree = ""; + }; + 24A2FFD60F90D1DD003BB5A7 /* source */ = { + isa = PBXGroup; + children = ( + 24A2FFD70F90D1DD003BB5A7 /* vst2.x */, + ); + name = source; + path = /vstsdk2.4/public.sdk/source; + sourceTree = ""; + }; + 24A2FFD70F90D1DD003BB5A7 /* vst2.x */ = { + isa = PBXGroup; + children = ( + 24A2FFD80F90D1DD003BB5A7 /* aeffeditor.h */, + 24A2FFD90F90D1DD003BB5A7 /* audioeffect.cpp */, + 24A2FFDA0F90D1DD003BB5A7 /* audioeffect.h */, + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */, + 24A2FFDC0F90D1DD003BB5A7 /* audioeffectx.h */, + 24A2FFDD0F90D1DD003BB5A7 /* vstplugmain.cpp */, + ); + name = vst2.x; + path = /vstsdk2.4/public.sdk/source/vst2.x; + sourceTree = ""; + }; + 24A2FFDE0F90D1DD003BB5A7 /* vstgui.sf */ = { + isa = PBXGroup; + children = ( + 24A2FFDF0F90D1DD003BB5A7 /* drawtest */, + 24A200160F90D1DD003BB5A7 /* vstgui */, + ); + name = vstgui.sf; + path = /vstsdk2.4/vstgui.sf; + sourceTree = ""; + }; + 24A2FFDF0F90D1DD003BB5A7 /* drawtest */ = { + isa = PBXGroup; + children = ( + 24A2FFE00F90D1DD003BB5A7 /* mac */, + 24A2FFEE0F90D1DD003BB5A7 /* resources */, + 24A200030F90D1DD003BB5A7 /* source */, + 24A2000F0F90D1DD003BB5A7 /* win */, + 24A200130F90D1DD003BB5A7 /* win.vc6 */, + ); + name = drawtest; + path = /vstsdk2.4/vstgui.sf/drawtest; + sourceTree = ""; + }; + 24A2FFE00F90D1DD003BB5A7 /* mac */ = { + isa = PBXGroup; + children = ( + 24A2FFE10F90D1DD003BB5A7 /* audiounit.exp */, + 24A2FFE20F90D1DD003BB5A7 /* cw_vst_prefix.pch++ */, + 24A2FFE30F90D1DD003BB5A7 /* drawtest.cw9prj */, + 24A2FFE40F90D1DD003BB5A7 /* drawtest.plc */, + 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */, + 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */, + 24A2FFEB0F90D1DD003BB5A7 /* Info.plist */, + 24A2FFEC0F90D1DD003BB5A7 /* xcode_au_prefix.h */, + 24A2FFED0F90D1DD003BB5A7 /* xcode_vst_prefix.h */, + ); + name = mac; + path = /vstsdk2.4/vstgui.sf/drawtest/mac; + sourceTree = ""; + }; + 24A2FFEE0F90D1DD003BB5A7 /* resources */ = { + isa = PBXGroup; + children = ( + 24A2FFEF0F90D1DD003BB5A7 /* audiounit.r */, + 24A2FFF00F90D1DD003BB5A7 /* bmp00001.png */, + 24A2FFF10F90D1DD003BB5A7 /* bmp00100.png */, + 24A2FFF20F90D1DD003BB5A7 /* bmp01000.png */, + 24A2FFF30F90D1DD003BB5A7 /* bmp10001.bmp */, + 24A2FFF40F90D1DD003BB5A7 /* bmp10002.bmp */, + 24A2FFF50F90D1DD003BB5A7 /* bmp10003.bmp */, + 24A2FFF60F90D1DD003BB5A7 /* bmp10004.bmp */, + 24A2FFF70F90D1DD003BB5A7 /* bmp10005.bmp */, + 24A2FFF80F90D1DD003BB5A7 /* bmp10006.bmp */, + 24A2FFF90F90D1DD003BB5A7 /* bmp10007.bmp */, + 24A2FFFA0F90D1DD003BB5A7 /* bmp10008.bmp */, + 24A2FFFB0F90D1DD003BB5A7 /* bmp10009.bmp */, + 24A2FFFC0F90D1DD003BB5A7 /* bmp10010.bmp */, + 24A2FFFD0F90D1DD003BB5A7 /* bmp10011.bmp */, + 24A2FFFE0F90D1DD003BB5A7 /* bmp10012.bmp */, + 24A2FFFF0F90D1DD003BB5A7 /* bmp10013.bmp */, + 24A200000F90D1DD003BB5A7 /* bmp10014.bmp */, + 24A200010F90D1DD003BB5A7 /* bmp10015.bmp */, + 24A200020F90D1DD003BB5A7 /* bmp10016.bmp */, + ); + name = resources; + path = /vstsdk2.4/vstgui.sf/drawtest/resources; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D01CCC70486CAD60068D4B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 245463B90991757100464AD3 /* TexturizeMS.h in Headers */, + 24D8287F09A9164A0093AEF8 /* xcode_vst_prefix.h in Headers */, + 24A202190F90D1DE003BB5A7 /* aeffect.h in Headers */, + 24A2021A0F90D1DE003BB5A7 /* aeffectx.h in Headers */, + 24A2021B0F90D1DE003BB5A7 /* vstfxstore.h in Headers */, + 24A2021D0F90D1DE003BB5A7 /* adelay.h in Headers */, + 24A202240F90D1DE003BB5A7 /* sdeditor.h in Headers */, + 24A202260F90D1DE003BB5A7 /* surrounddelay.h in Headers */, + 24A2022A0F90D1DE003BB5A7 /* again.h in Headers */, + 24A202330F90D1DE003BB5A7 /* gmnames.h in Headers */, + 24A202350F90D1DE003BB5A7 /* vstxsynth.h in Headers */, + 24A202460F90D1DE003BB5A7 /* aeffeditor.h in Headers */, + 24A202480F90D1DE003BB5A7 /* audioeffect.h in Headers */, + 24A2024A0F90D1DE003BB5A7 /* audioeffectx.h in Headers */, + 24A2024D0F90D1DE003BB5A7 /* cw_vst_prefix.pch++ in Headers */, + 24A202510F90D1DE003BB5A7 /* xcode_au_prefix.h in Headers */, + 24A202520F90D1DE003BB5A7 /* xcode_vst_prefix.h in Headers */, + 24A202680F90D1DE003BB5A7 /* controlsgui.h in Headers */, + 24A2026A0F90D1DE003BB5A7 /* pdrawtesteditor.h in Headers */, + 24A2026C0F90D1DE003BB5A7 /* pdrawtesteffect.h in Headers */, + 24A2026F0F90D1DE003BB5A7 /* pdrawtestview.h in Headers */, + 24A202710F90D1DE003BB5A7 /* pprimitivesviews.h in Headers */, + 24A202780F90D1DE003BB5A7 /* aeffguieditor.h in Headers */, + 24A2027A0F90D1DE003BB5A7 /* cfileselector.h in Headers */, + 24A2027D0F90D1DE003BB5A7 /* cscrollview.h in Headers */, + 24A2027F0F90D1DE003BB5A7 /* ctabview.h in Headers */, + 24A203A50F90D1DE003BB5A7 /* plugguieditor.h in Headers */, + 24A203A70F90D1DE003BB5A7 /* vstcontrols.h in Headers */, + 24A203A90F90D1DE003BB5A7 /* vstgui.h in Headers */, + 24A203AA0F90D1DE003BB5A7 /* vstkeycode.h in Headers */, + 24A203AB0F90D1DE003BB5A7 /* vstplugscarbon.h in Headers */, + 24A203AC0F90D1DE003BB5A7 /* vstplugsmac.h in Headers */, + 24A203AD0F90D1DE003BB5A7 /* vstplugsmacho.h in Headers */, + 24A203AE0F90D1DE003BB5A7 /* vstplugsquartz.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8D01CCC60486CAD60068D4B7 /* TexturizeMS */ = { + isa = PBXNativeTarget; + buildConfigurationList = 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "TexturizeMS" */; + buildPhases = ( + 8D01CCC70486CAD60068D4B7 /* Headers */, + 8D01CCC90486CAD60068D4B7 /* Resources */, + 8D01CCCB0486CAD60068D4B7 /* Sources */, + 8D01CCCF0486CAD60068D4B7 /* Rez */, + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = TexturizeMS; + productInstallPath = "$(HOME)/Library/Bundles"; + productName = "FM-Chopper"; + productReference = 2407DE920899296600EB68BF /* TexturizeMS.vst */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 089C1669FE841209C02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "TexturizeMS" */; + compatibilityVersion = "Xcode 2.4"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); + mainGroup = 089C166AFE841209C02AAC07 /* FM-Chopper */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 24A203E00F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFE50F90D1DD003BB5A7 /* drawtest.xcode */; + }, + { + ProductGroup = 24A203E80F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFE80F90D1DD003BB5A7 /* drawtest.xcodeproj */; + }, + { + ProductGroup = 24A203CE0F90D272003BB5A7 /* Products */; + ProjectRef = 24A2FFB00F90D1DD003BB5A7 /* vst 2.4 examples.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + 8D01CCC60486CAD60068D4B7 /* TexturizeMS */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 24A203D70F90D272003BB5A7 /* again.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = again.vst; + remoteRef = 24A203D60F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203D90F90D272003BB5A7 /* adelay.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = adelay.vst; + remoteRef = 24A203D80F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DB0F90D272003BB5A7 /* vstxsynth.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = vstxsynth.vst; + remoteRef = 24A203DA0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DD0F90D272003BB5A7 /* surrounddelay.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = surrounddelay.vst; + remoteRef = 24A203DC0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203DF0F90D272003BB5A7 /* minihost.app */ = { + isa = PBXReferenceProxy; + fileType = wrapper.application; + path = minihost.app; + remoteRef = 24A203DE0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203E50F90D272003BB5A7 /* drawtest.component */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.component; + remoteRef = 24A203E40F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203E70F90D272003BB5A7 /* drawtest.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.vst; + remoteRef = 24A203E60F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203ED0F90D272003BB5A7 /* drawtest.component */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.component; + remoteRef = 24A203EC0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 24A203EF0F90D272003BB5A7 /* drawtest.vst */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = drawtest.vst; + remoteRef = 24A203EE0F90D272003BB5A7 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D01CCC90486CAD60068D4B7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 24CFB70407E7A0220081BD57 /* PkgInfo in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXRezBuildPhase section */ + 8D01CCCF0486CAD60068D4B7 /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXRezBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 24CFB70807E7A07C0081BD57 /* Copy PkgInfo */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Copy PkgInfo"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/bash; + shellScript = "cp mac/PkgInfo \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.vst/Contents/\""; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D01CCCB0486CAD60068D4B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2407DEB9089929BA00EB68BF /* TexturizeMS.cpp in Sources */, + 24D8287009A914000093AEF8 /* TexturizeMSProc.cpp in Sources */, + 24A203CB0F90D251003BB5A7 /* audioeffect.cpp in Sources */, + 24A203CC0F90D251003BB5A7 /* audioeffectx.cpp in Sources */, + 24A203CD0F90D251003BB5A7 /* vstplugmain.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 24BEAAEE08919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + LIBRARY_SEARCH_PATHS = ""; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_NAME = Gain; + SECTORDER_FLAGS = ""; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Debug; + }; + 24BEAAEF08919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + x86_64, + ); + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_ENABLE_TRIGRAPHS = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_MODEL_TUNING = G4; + GCC_OPTIMIZATION_LEVEL = s; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = ""; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + HEADER_SEARCH_PATHS = "/vstsdk2.4/**"; + INFOPLIST_FILE = ./mac/Info.plist; + LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 10.4; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PRODUCT_NAME = TexturizeMS; + SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; + SECTORDER_FLAGS = ""; + SKIP_INSTALL = NO; + STRIP_INSTALLED_PRODUCT = YES; + STRIP_STYLE = all; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + WRAPPER_EXTENSION = vst; + }; + name = Release; + }; + 24BEAAF208919AE700E695F9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(NATIVE_ARCH)"; + GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1"; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + }; + name = Debug; + }; + 24BEAAF308919AE700E695F9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; + ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_MODEL_TUNING = G4; + GCC_OPTIMIZATION_LEVEL = s; + INFOPLIST_FILE = ""; + INFOPLIST_PREPROCESS = NO; + SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 24BEAAED08919AE700E695F9 /* Build configuration list for PBXNativeTarget "TexturizeMS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAEE08919AE700E695F9 /* Debug */, + 24BEAAEF08919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 24BEAAF108919AE700E695F9 /* Build configuration list for PBXProject "TexturizeMS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24BEAAF208919AE700E695F9 /* Debug */, + 24BEAAF308919AE700E695F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 089C1669FE841209C02AAC07 /* Project object */; +} diff --git a/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100755 index 000000000..a80c03824 --- /dev/null +++ b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..5c38f9460 Binary files /dev/null and b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcuserdata/christopherjohnson.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100755 index 000000000..314de0ff8 Binary files /dev/null and b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/project.xcworkspace/xcuserdata/spiadmin.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/spiadmin.mode1v3 b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/spiadmin.mode1v3 new file mode 100755 index 000000000..c5723261d --- /dev/null +++ b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/spiadmin.mode1v3 @@ -0,0 +1,1372 @@ + + + + + ActivePerspectiveName + Project + AllowedModules + + + BundleLoadPath + + MaxInstances + n + Module + PBXSmartGroupTreeModule + Name + Groups and Files Outline View + + + BundleLoadPath + + MaxInstances + n + Module + PBXNavigatorGroup + Name + Editor + + + BundleLoadPath + + MaxInstances + n + Module + XCTaskListModule + Name + Task List + + + BundleLoadPath + + MaxInstances + n + Module + XCDetailModule + Name + File and Smart Group Detail Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXBuildResultsModule + Name + Detailed Build Results Viewer + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXProjectFindModule + Name + Project Batch Find Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCProjectFormatConflictsModule + Name + Project Format Conflicts List + + + BundleLoadPath + + MaxInstances + n + Module + PBXBookmarksModule + Name + Bookmarks Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXClassBrowserModule + Name + Class Browser + + + BundleLoadPath + + MaxInstances + n + Module + PBXCVSModule + Name + Source Code Control Tool + + + BundleLoadPath + + MaxInstances + n + Module + PBXDebugBreakpointsModule + Name + Debug Breakpoints Tool + + + BundleLoadPath + + MaxInstances + n + Module + XCDockableInspector + Name + Inspector + + + BundleLoadPath + + MaxInstances + n + Module + PBXOpenQuicklyModule + Name + Open Quickly Tool + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugSessionModule + Name + Debugger + + + BundleLoadPath + + MaxInstances + 1 + Module + PBXDebugCLIModule + Name + Debug Console + + + BundleLoadPath + + MaxInstances + n + Module + XCSnapshotModule + Name + Snapshots Tool + + + BundlePath + /Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources + Description + DefaultDescriptionKey + DockingSystemVisible + + Extension + mode1v3 + FavBarConfig + + PBXProjectModuleGUID + 91857D9F148EF61800AAA11B + XCBarModuleItemNames + + XCBarModuleItems + + + FirstTimeWindowDisplayed + + Identifier + com.apple.perspectives.project.mode1v3 + MajorVersion + 33 + MinorVersion + 0 + Name + Default + Notifications + + OpenEditors + + PerspectiveWidths + + -1 + -1 + + Perspectives + + + ChosenToolbarItems + + active-combo-popup + action + NSToolbarFlexibleSpaceItem + debugger-enable-breakpoints + build-and-go + com.apple.ide.PBXToolbarStopButton + get-info + NSToolbarFlexibleSpaceItem + com.apple.pbx.toolbar.searchfield + + ControllerClassBaseName + + IconName + WindowOfProjectWithEditor + Identifier + perspective.project + IsVertical + + Layout + + + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 089C166AFE841209C02AAC07 + 089C1671FE841209C02AAC07 + 19C28FB4FE9D528D11CA2CBB + 089C167CFE841241C02AAC07 + 08FB77ADFE841716C02AAC07 + 1C37FBAC04509CD000000102 + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 11 + 10 + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 693}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 711}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXSmartGroupTreeModule + Proportion + 203pt + + + Dock + + + BecomeActive + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20306471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CE0B20406471E060097A5F4 + PBXProjectModuleLabel + Gain.cpp + _historyCapacity + 0 + bookmark + 911C2A9D1491A5F600A430AF + history + + 915DCCBB1491A5B8008574E6 + + + SplitCount + 1 + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {1053, 508}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 508pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CE0B20506471E060097A5F4 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{0, 513}, {1053, 198}} + RubberWindowFrame + 286 197 1261 752 0 0 1680 1028 + + Module + XCDetailModule + Proportion + 198pt + + + Proportion + 1053pt + + + Name + Project + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + XCModuleDock + PBXNavigatorGroup + XCDetailModule + + TableOfContents + + 911C2A901491A5F600A430AF + 1CE0B1FE06471DED0097A5F4 + 911C2A911491A5F600A430AF + 1CE0B20306471E060097A5F4 + 1CE0B20506471E060097A5F4 + + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarConfiguration + xcode.toolbar.config.defaultV3 + + + ControllerClassBaseName + + IconName + WindowOfProject + Identifier + perspective.morph + IsVertical + 0 + Layout + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C37FBAC04509CD000000102 + 1C37FAAC04509CD000000102 + 1C08E77C0454961000C914BD + 1C37FABC05509CD000000102 + 1C37FABC05539CD112110102 + E2644B35053B69B200211256 + 1C37FABC04509CD000100104 + 1CC0EA4004350EF90044410B + 1CC0EA4004350EF90041110B + + PBXProjectModuleGUID + 11E0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + yes + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 186 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 29B97314FDCFA39411CA2CEA + 1C37FABC05509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {186, 337}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 1 + XCSharingToken + com.apple.Xcode.GFSharingToken + + GeometryConfiguration + + Frame + {{0, 0}, {203, 355}} + GroupTreeTableConfiguration + + MainColumn + 186 + + RubberWindowFrame + 373 269 690 397 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 100% + + + Name + Morph + PreferredWidth + 300 + ServiceClasses + + XCModuleDock + PBXSmartGroupTreeModule + + TableOfContents + + 11E0B1FE06471DED0097A5F4 + + ToolbarConfiguration + xcode.toolbar.config.default.shortV3 + + + PerspectivesBarVisible + + ShelfIsVisible + + SourceDescription + file at '/Xcode3/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' + StatusbarIsVisible + + TimeStamp + 0.0 + ToolbarConfigUserDefaultsMinorVersion + 2 + ToolbarDisplayMode + 1 + ToolbarIsVisible + + ToolbarSizeMode + 1 + Type + Perspectives + UpdateMessage + The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? + WindowJustification + 5 + WindowOrderList + + 91857DA0148EF61800AAA11B + /Users/spiadmin/Documents/Gain/Gain.xcodeproj + + WindowString + 286 197 1261 752 0 0 1680 1028 + WindowToolsV3 + + + FirstTimeWindowDisplayed + + Identifier + windowTool.build + IsVertical + + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528F0623707200166675 + PBXProjectModuleLabel + + StatusBarVisibility + + + GeometryConfiguration + + Frame + {{0, 0}, {743, 413}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXNavigatorGroup + Proportion + 413pt + + + ContentConfiguration + + PBXProjectModuleGUID + XCMainBuildResultsModuleGUID + PBXProjectModuleLabel + Build Results + XCBuildResultsTrigger_Collapse + 1021 + XCBuildResultsTrigger_Open + 1011 + + GeometryConfiguration + + Frame + {{0, 418}, {743, 236}} + RubberWindowFrame + 112 208 743 695 0 0 1680 1028 + + Module + PBXBuildResultsModule + Proportion + 236pt + + + Proportion + 654pt + + + Name + Build Results + ServiceClasses + + PBXBuildResultsModule + + StatusbarIsVisible + + TableOfContents + + 91857DA0148EF61800AAA11B + 911C2A921491A5F600A430AF + 1CD0528F0623707200166675 + XCMainBuildResultsModuleGUID + + ToolbarConfiguration + xcode.toolbar.config.buildV3 + WindowContentMinSize + 486 300 + WindowString + 112 208 743 695 0 0 1680 1028 + WindowToolGUID + 91857DA0148EF61800AAA11B + WindowToolIsVisible + + + + Identifier + windowTool.debugger + Layout + + + Dock + + + ContentConfiguration + + Debugger + + HorizontalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {317, 164}} + {{317, 0}, {377, 164}} + + + VerticalSplitView + + _collapsingFrameDimension + 0.0 + _indexOfCollapsedView + 0 + _percentageOfCollapsedView + 0.0 + isCollapsed + yes + sizes + + {{0, 0}, {694, 164}} + {{0, 164}, {694, 216}} + + + + LauncherConfigVersion + 8 + PBXProjectModuleGUID + 1C162984064C10D400B95A72 + PBXProjectModuleLabel + Debug - GLUTExamples (Underwater) + + GeometryConfiguration + + DebugConsoleDrawerSize + {100, 120} + DebugConsoleVisible + None + DebugConsoleWindowFrame + {{200, 200}, {500, 300}} + DebugSTDIOWindowFrame + {{200, 200}, {500, 300}} + Frame + {{0, 0}, {694, 380}} + RubberWindowFrame + 321 238 694 422 0 0 1440 878 + + Module + PBXDebugSessionModule + Proportion + 100% + + + Proportion + 100% + + + Name + Debugger + ServiceClasses + + PBXDebugSessionModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CD10A99069EF8BA00B06720 + 1C0AD2AB069F1E9B00FABCE6 + 1C162984064C10D400B95A72 + 1C0AD2AC069F1E9B00FABCE6 + + ToolbarConfiguration + xcode.toolbar.config.debugV3 + WindowString + 321 238 694 422 0 0 1440 878 + WindowToolGUID + 1CD10A99069EF8BA00B06720 + WindowToolIsVisible + 0 + + + Identifier + windowTool.find + Layout + + + Dock + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1CDD528C0622207200134675 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1CD0528D0623707200166675 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {781, 167}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXNavigatorGroup + Proportion + 781pt + + + Proportion + 50% + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD0528E0623707200166675 + PBXProjectModuleLabel + Project Find + + GeometryConfiguration + + Frame + {{8, 0}, {773, 254}} + RubberWindowFrame + 62 385 781 470 0 0 1440 878 + + Module + PBXProjectFindModule + Proportion + 50% + + + Proportion + 428pt + + + Name + Project Find + ServiceClasses + + PBXProjectFindModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C530D57069F1CE1000CFCEE + 1C530D58069F1CE1000CFCEE + 1C530D59069F1CE1000CFCEE + 1CDD528C0622207200134675 + 1C530D5A069F1CE1000CFCEE + 1CE0B1FE06471DED0097A5F4 + 1CD0528E0623707200166675 + + WindowString + 62 385 781 470 0 0 1440 878 + WindowToolGUID + 1C530D57069F1CE1000CFCEE + WindowToolIsVisible + 0 + + + Identifier + MENUSEPARATOR + + + Identifier + windowTool.debuggerConsole + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAAC065D492600B07095 + PBXProjectModuleLabel + Debugger Console + + GeometryConfiguration + + Frame + {{0, 0}, {650, 250}} + RubberWindowFrame + 516 632 650 250 0 0 1680 1027 + + Module + PBXDebugCLIModule + Proportion + 209pt + + + Proportion + 209pt + + + Name + Debugger Console + ServiceClasses + + PBXDebugCLIModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAAD065D492600B07095 + 1C78EAAE065D492600B07095 + 1C78EAAC065D492600B07095 + + ToolbarConfiguration + xcode.toolbar.config.consoleV3 + WindowString + 650 41 650 250 0 0 1280 1002 + WindowToolGUID + 1C78EAAD065D492600B07095 + WindowToolIsVisible + 0 + + + Identifier + windowTool.snapshots + Layout + + + Dock + + + Module + XCSnapshotModule + Proportion + 100% + + + Proportion + 100% + + + Name + Snapshots + ServiceClasses + + XCSnapshotModule + + StatusbarIsVisible + Yes + ToolbarConfiguration + xcode.toolbar.config.snapshots + WindowString + 315 824 300 550 0 0 1440 878 + WindowToolIsVisible + Yes + + + Identifier + windowTool.scm + Layout + + + Dock + + + ContentConfiguration + + PBXProjectModuleGUID + 1C78EAB2065D492600B07095 + PBXProjectModuleLabel + <No Editor> + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 1C78EAB3065D492600B07095 + + SplitCount + 1 + + StatusBarVisibility + 1 + + GeometryConfiguration + + Frame + {{0, 0}, {452, 0}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + + Module + PBXNavigatorGroup + Proportion + 0pt + + + BecomeActive + 1 + ContentConfiguration + + PBXProjectModuleGUID + 1CD052920623707200166675 + PBXProjectModuleLabel + SCM + + GeometryConfiguration + + ConsoleFrame + {{0, 259}, {452, 0}} + Frame + {{0, 7}, {452, 259}} + RubberWindowFrame + 743 379 452 308 0 0 1280 1002 + TableConfiguration + + Status + 30 + FileName + 199 + Path + 197.0950012207031 + + TableFrame + {{0, 0}, {452, 250}} + + Module + PBXCVSModule + Proportion + 262pt + + + Proportion + 266pt + + + Name + SCM + ServiceClasses + + PBXCVSModule + + StatusbarIsVisible + 1 + TableOfContents + + 1C78EAB4065D492600B07095 + 1C78EAB5065D492600B07095 + 1C78EAB2065D492600B07095 + 1CD052920623707200166675 + + ToolbarConfiguration + xcode.toolbar.config.scm + WindowString + 743 379 452 308 0 0 1280 1002 + + + Identifier + windowTool.breakpoints + IsVertical + 0 + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + PBXBottomSmartGroupGIDs + + 1C77FABC04509CD000000102 + + PBXProjectModuleGUID + 1CE0B1FE06471DED0097A5F4 + PBXProjectModuleLabel + Files + PBXProjectStructureProvided + no + PBXSmartGroupTreeModuleColumnData + + PBXSmartGroupTreeModuleColumnWidthsKey + + 168 + + PBXSmartGroupTreeModuleColumnsKey_v4 + + MainColumn + + + PBXSmartGroupTreeModuleOutlineStateKey_v7 + + PBXSmartGroupTreeModuleOutlineStateExpansionKey + + 1C77FABC04509CD000000102 + + PBXSmartGroupTreeModuleOutlineStateSelectionKey + + + 0 + + + PBXSmartGroupTreeModuleOutlineStateVisibleRectKey + {{0, 0}, {168, 350}} + + PBXTopSmartGroupGIDs + + XCIncludePerspectivesSwitch + 0 + + GeometryConfiguration + + Frame + {{0, 0}, {185, 368}} + GroupTreeTableConfiguration + + MainColumn + 168 + + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + PBXSmartGroupTreeModule + Proportion + 185pt + + + ContentConfiguration + + PBXProjectModuleGUID + 1CA1AED706398EBD00589147 + PBXProjectModuleLabel + Detail + + GeometryConfiguration + + Frame + {{190, 0}, {554, 368}} + RubberWindowFrame + 315 424 744 409 0 0 1440 878 + + Module + XCDetailModule + Proportion + 554pt + + + Proportion + 368pt + + + MajorVersion + 3 + MinorVersion + 0 + Name + Breakpoints + ServiceClasses + + PBXSmartGroupTreeModule + XCDetailModule + + StatusbarIsVisible + 1 + TableOfContents + + 1CDDB66807F98D9800BB5817 + 1CDDB66907F98D9800BB5817 + 1CE0B1FE06471DED0097A5F4 + 1CA1AED706398EBD00589147 + + ToolbarConfiguration + xcode.toolbar.config.breakpointsV3 + WindowString + 315 424 744 409 0 0 1440 878 + WindowToolGUID + 1CDDB66807F98D9800BB5817 + WindowToolIsVisible + 1 + + + Identifier + windowTool.debugAnimator + Layout + + + Dock + + + Module + PBXNavigatorGroup + Proportion + 100% + + + Proportion + 100% + + + Name + Debug Visualizer + ServiceClasses + + PBXNavigatorGroup + + StatusbarIsVisible + 1 + ToolbarConfiguration + xcode.toolbar.config.debugAnimatorV3 + WindowString + 100 100 700 500 0 0 1280 1002 + + + Identifier + windowTool.bookmarks + Layout + + + Dock + + + Module + PBXBookmarksModule + Proportion + 100% + + + Proportion + 100% + + + Name + Bookmarks + ServiceClasses + + PBXBookmarksModule + + StatusbarIsVisible + 0 + WindowString + 538 42 401 187 0 0 1280 1002 + + + Identifier + windowTool.projectFormatConflicts + Layout + + + Dock + + + Module + XCProjectFormatConflictsModule + Proportion + 100% + + + Proportion + 100% + + + Name + Project Format Conflicts + ServiceClasses + + XCProjectFormatConflictsModule + + StatusbarIsVisible + 0 + WindowContentMinSize + 450 300 + WindowString + 50 850 472 307 0 0 1440 877 + + + Identifier + windowTool.classBrowser + Layout + + + Dock + + + BecomeActive + 1 + ContentConfiguration + + OptionsSetName + Hierarchy, all classes + PBXProjectModuleGUID + 1CA6456E063B45B4001379D8 + PBXProjectModuleLabel + Class Browser - NSObject + + GeometryConfiguration + + ClassesFrame + {{0, 0}, {374, 96}} + ClassesTreeTableConfiguration + + PBXClassNameColumnIdentifier + 208 + PBXClassBookColumnIdentifier + 22 + + Frame + {{0, 0}, {630, 331}} + MembersFrame + {{0, 105}, {374, 395}} + MembersTreeTableConfiguration + + PBXMemberTypeIconColumnIdentifier + 22 + PBXMemberNameColumnIdentifier + 216 + PBXMemberTypeColumnIdentifier + 97 + PBXMemberBookColumnIdentifier + 22 + + PBXModuleWindowStatusBarHidden2 + 1 + RubberWindowFrame + 385 179 630 352 0 0 1440 878 + + Module + PBXClassBrowserModule + Proportion + 332pt + + + Proportion + 332pt + + + Name + Class Browser + ServiceClasses + + PBXClassBrowserModule + + StatusbarIsVisible + 0 + TableOfContents + + 1C0AD2AF069F1E9B00FABCE6 + 1C0AD2B0069F1E9B00FABCE6 + 1CA6456E063B45B4001379D8 + + ToolbarConfiguration + xcode.toolbar.config.classbrowser + WindowString + 385 179 630 352 0 0 1440 878 + WindowToolGUID + 1C0AD2AF069F1E9B00FABCE6 + WindowToolIsVisible + 0 + + + Identifier + windowTool.refactoring + IncludeInToolsMenu + 0 + Layout + + + Dock + + + BecomeActive + 1 + GeometryConfiguration + + Frame + {0, 0}, {500, 335} + RubberWindowFrame + {0, 0}, {500, 335} + + Module + XCRefactoringModule + Proportion + 100% + + + Proportion + 100% + + + Name + Refactoring + ServiceClasses + + XCRefactoringModule + + WindowString + 200 200 500 356 0 0 1920 1200 + + + + diff --git a/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/spiadmin.pbxuser b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/spiadmin.pbxuser new file mode 100755 index 000000000..df947808e --- /dev/null +++ b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/spiadmin.pbxuser @@ -0,0 +1,143 @@ +// !$*UTF8*$! +{ + 089C1669FE841209C02AAC07 /* Project object */ = { + activeBuildConfigurationName = Release; + activeTarget = 8D01CCC60486CAD60068D4B7 /* Gain */; + codeSenseManager = 91857D95148EF55400AAA11B /* Code sense */; + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 829, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 789, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 345089498; + PBXWorkspaceStateSaveDate = 345089498; + }; + perUserProjectItems = { + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = 911C2A9D1491A5F600A430AF /* PBXTextBookmark */; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */; + }; + sourceControlManager = 91857D94148EF55400AAA11B /* Source Control */; + userBuildSettings = { + }; + }; + 2407DEB6089929BA00EB68BF /* Gain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 1768}}"; + sepNavSelRange = "{247, 0}"; + sepNavVisRange = "{0, 1657}"; + }; + }; + 245463B80991757100464AD3 /* Gain.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 975}}"; + sepNavSelRange = "{1552, 0}"; + sepNavVisRange = "{796, 1857}"; + sepNavWindowFrame = "{{15, 465}, {750, 558}}"; + }; + }; + 24A2FF9A0F90D1DD003BB5A7 /* adelaymain.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 488}}"; + sepNavSelRange = "{0, 0}"; + sepNavVisRange = "{0, 798}"; + }; + }; + 24A2FFDB0F90D1DD003BB5A7 /* audioeffectx.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {859, 19825}}"; + sepNavSelRange = "{10641, 0}"; + sepNavVisRange = "{10076, 1095}"; + }; + }; + 24D8286F09A914000093AEF8 /* GainProc.cpp */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 482}}"; + sepNavSelRange = "{239, 0}"; + sepNavVisRange = "{0, 950}"; + }; + }; + 24D8287E09A9164A0093AEF8 /* xcode_vst_prefix.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {992, 493}}"; + sepNavSelRange = "{249, 0}"; + sepNavVisRange = "{0, 249}"; + }; + }; + 8D01CCC60486CAD60068D4B7 /* Gain */ = { + activeExec = 0; + }; + 911C2A9D1491A5F600A430AF /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1657; + vrLoc = 0; + }; + 915DCCBB1491A5B8008574E6 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 2407DEB6089929BA00EB68BF /* Gain.cpp */; + name = "Gain.cpp: 10"; + rLen = 0; + rLoc = 247; + rType = 0; + vrLen = 1625; + vrLoc = 0; + }; + 91857D94148EF55400AAA11B /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 91857D95148EF55400AAA11B /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; +} diff --git a/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme new file mode 100755 index 000000000..8ee693f95 --- /dev/null +++ b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/Gain.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..5bccbcb4f --- /dev/null +++ b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/christopherjohnson.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Gain.xcscheme + + orderHint + 8 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100755 index 000000000..a7bdd62d4 --- /dev/null +++ b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + «PROJECTNAME».xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 8D01CCC60486CAD60068D4B7 + + primary + + + + + diff --git a/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme new file mode 100755 index 000000000..0df2de4a3 --- /dev/null +++ b/plugins/MacVST/TexturizeMS/TexturizeMS.xcodeproj/xcuserdata/spiadmin.xcuserdatad/xcschemes/«PROJECTNAME».xcscheme @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/MacVST/TexturizeMS/mac/Info.plist b/plugins/MacVST/TexturizeMS/mac/Info.plist new file mode 100755 index 000000000..e70049e3e --- /dev/null +++ b/plugins/MacVST/TexturizeMS/mac/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + TexturizeMS + CFBundleIconFile + + CFBundleIdentifier + com.airwindows.TexturizeMS + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + Dthr + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/plugins/MacVST/TexturizeMS/mac/PkgInfo b/plugins/MacVST/TexturizeMS/mac/PkgInfo new file mode 100755 index 000000000..19a9cf67e --- /dev/null +++ b/plugins/MacVST/TexturizeMS/mac/PkgInfo @@ -0,0 +1 @@ +BNDL???? \ No newline at end of file diff --git a/plugins/MacVST/TexturizeMS/mac/xcode_vst_prefix.h b/plugins/MacVST/TexturizeMS/mac/xcode_vst_prefix.h new file mode 100755 index 000000000..eaf4c0b4b --- /dev/null +++ b/plugins/MacVST/TexturizeMS/mac/xcode_vst_prefix.h @@ -0,0 +1,17 @@ +#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 \ No newline at end of file diff --git a/plugins/MacVST/TexturizeMS/source/TexturizeMS.cpp b/plugins/MacVST/TexturizeMS/source/TexturizeMS.cpp new file mode 100755 index 000000000..8c2c47084 --- /dev/null +++ b/plugins/MacVST/TexturizeMS/source/TexturizeMS.cpp @@ -0,0 +1,175 @@ +/* ======================================== + * TexturizeMS - TexturizeMS.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __TexturizeMS_H +#include "TexturizeMS.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new TexturizeMS(audioMaster);} + +TexturizeMS::TexturizeMS(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.5; + B = 0.5; + C = 0.5; + D = 0.5; + E = 0.5; + F = 0.5; + + polarityM = false; + lastSampleM = 0.0; + iirSampleM = 0.0; + noiseAM = 0.0; + noiseBM = 0.0; + noiseCM = 0.0; + flipM = true; + polarityS = false; + lastSampleS = 0.0; + iirSampleS = 0.0; + noiseAS = 0.0; + noiseBS = 0.0; + noiseCS = 0.0; + flipS = true; + + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +TexturizeMS::~TexturizeMS() {} +VstInt32 TexturizeMS::getVendorVersion () {return 1000;} +void TexturizeMS::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void TexturizeMS::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 TexturizeMS::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + chunkData[4] = E; + chunkData[5] = F; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 TexturizeMS::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + E = pinParameter(chunkData[4]); + F = pinParameter(chunkData[5]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void TexturizeMS::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + case kParamE: E = value; break; + case kParamF: F = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float TexturizeMS::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + case kParamE: return E; break; + case kParamF: return F; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void TexturizeMS::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "BrightM", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "PunchyM", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "DryWetM", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "BrightS", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "PunchyS", kVstMaxParamStrLen); break; + case kParamF: vst_strncpy (text, "DryWetS", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void TexturizeMS::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + case kParamB: float2string (B, text, kVstMaxParamStrLen); break; + case kParamC: float2string (C, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + case kParamE: float2string (E, text, kVstMaxParamStrLen); break; + case kParamF: float2string (F, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void TexturizeMS::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamF: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 TexturizeMS::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool TexturizeMS::getEffectName(char* name) { + vst_strncpy(name, "TexturizeMS", kVstMaxProductStrLen); return true; +} + +VstPlugCategory TexturizeMS::getPlugCategory() {return kPlugCategEffect;} + +bool TexturizeMS::getProductString(char* text) { + vst_strncpy (text, "airwindows TexturizeMS", kVstMaxProductStrLen); return true; +} + +bool TexturizeMS::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/MacVST/TexturizeMS/source/TexturizeMS.h b/plugins/MacVST/TexturizeMS/source/TexturizeMS.h new file mode 100755 index 000000000..40d33c975 --- /dev/null +++ b/plugins/MacVST/TexturizeMS/source/TexturizeMS.h @@ -0,0 +1,88 @@ +/* ======================================== + * TexturizeMS - TexturizeMS.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __TexturizeMS_H +#define __TexturizeMS_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kParamE = 4, + kParamF = 5, + kNumParameters = 6 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'texu'; //Change this to what the AU identity is! + +class TexturizeMS : + public AudioEffectX +{ +public: + TexturizeMS(audioMasterCallback audioMaster); + ~TexturizeMS(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + bool polarityM; + double lastSampleM; + double iirSampleM; + double noiseAM; + double noiseBM; + double noiseCM; + bool flipM; + + bool polarityS; + double lastSampleS; + double iirSampleS; + double noiseAS; + double noiseBS; + double noiseCS; + bool flipS; + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + float A; + float B; + float C; + float D; + float E; + float F; //parameters. Always 0-1, and we scale/alter them elsewhere. + +}; + +#endif diff --git a/plugins/MacVST/TexturizeMS/source/TexturizeMSProc.cpp b/plugins/MacVST/TexturizeMS/source/TexturizeMSProc.cpp new file mode 100755 index 000000000..3d7ddbba1 --- /dev/null +++ b/plugins/MacVST/TexturizeMS/source/TexturizeMSProc.cpp @@ -0,0 +1,270 @@ +/* ======================================== + * TexturizeMS - TexturizeMS.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __TexturizeMS_H +#include "TexturizeMS.h" +#endif + +void TexturizeMS::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double slewAmountM = ((pow(A,2.0)*4.0)+0.71)/overallscale; + double dynAmountM = pow(B,2.0); + double wetM = pow(C,5); + + double slewAmountS = ((pow(D,2.0)*4.0)+0.71)/overallscale; + double dynAmountS = pow(E,2.0); + double wetS = pow(F,5); + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + double mid = inputSampleL + inputSampleR; + double side = inputSampleL - inputSampleR; + //assign mid and side.Between these sections, you can do mid/side processing + double drySampleM = mid; + double drySampleS = side; + + //begin mid + if (mid < 0) { + if (polarityM == true) { + if (noiseAM < 0) flipM = true; + else flipM = false; + } + polarityM = false; + } else polarityM = true; + + if (flipM) noiseAM += (double(fpdL)/UINT32_MAX); + else noiseAM -= (double(fpdL)/UINT32_MAX); + //here's the guts of the random walk + flipM = !flipM; + + if (mid > 1.0) mid = 1.0; if (mid < -1.0) mid = -1.0; + if (dynAmountM < 0.4999) mid = (mid*dynAmountM*2.0) + (sin(mid)*(1.0-(dynAmountM*2.0))); + if (dynAmountM > 0.5001) mid = (asin(mid)*((dynAmountM*2.0)-1.0)) + (mid*(1.0-((dynAmountM*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBM = sin(noiseAM*(0.2-(dynAmountM*0.125))*fabs(mid)); + + double slew = fabs(mid-lastSampleM)*slewAmountM; + lastSampleM = mid*(0.86-(dynAmountM*0.125)); + + if (slew > 1.0) slew = 1.0; + double iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleM = (iirSampleM * (1.0 - iirIntensity)) + (noiseBM * iirIntensity); + noiseBM = iirSampleM; + noiseBM = (noiseBM * slew) + (noiseCM * (1.0-slew)); + noiseCM = noiseBM; + + mid = (noiseCM * wetM) + (drySampleM * (1.0-wetM)); + //end mid + + //begin side + if (side < 0) { + if (polarityS == true) { + if (noiseAS < 0) flipS = true; + else flipS = false; + } + polarityS = false; + } else polarityS = true; + + if (flipS) noiseAS += (double(fpdR)/UINT32_MAX); + else noiseAS -= (double(fpdR)/UINT32_MAX); + //here's the guts of the random walk + flipS = !flipS; + + if (side > 1.0) side = 1.0; if (side < -1.0) side = -1.0; + if (dynAmountS < 0.4999) side = (side*dynAmountS*2.0) + (sin(side)*(1.0-(dynAmountS*2.0))); + if (dynAmountS > 0.5001) side = (asin(side)*((dynAmountS*2.0)-1.0)) + (side*(1.0-((dynAmountS*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBS = sin(noiseAS*(0.2-(dynAmountS*0.125))*fabs(side)); + + slew = fabs(side-lastSampleS)*slewAmountS; + lastSampleS = side*(0.86-(dynAmountS*0.125)); + + if (slew > 1.0) slew = 1.0; + iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleS = (iirSampleS * (1.0 - iirIntensity)) + (noiseBS * iirIntensity); + noiseBS = iirSampleS; + noiseBS = (noiseBS * slew) + (noiseCS * (1.0-slew)); + noiseCS = noiseBS; + + side = (noiseCS * wetS) + (drySampleS * (1.0-wetS)); + //end side + + inputSampleL = (mid+side)/2.0; + inputSampleR = (mid-side)/2.0; + //unassign mid and side + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void TexturizeMS::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double slewAmountM = ((pow(A,2.0)*4.0)+0.71)/overallscale; + double dynAmountM = pow(B,2.0); + double wetM = pow(C,5); + + double slewAmountS = ((pow(D,2.0)*4.0)+0.71)/overallscale; + double dynAmountS = pow(E,2.0); + double wetS = pow(F,5); + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + double mid = inputSampleL + inputSampleR; + double side = inputSampleL - inputSampleR; + //assign mid and side.Between these sections, you can do mid/side processing + double drySampleM = mid; + double drySampleS = side; + + //begin mid + if (mid < 0) { + if (polarityM == true) { + if (noiseAM < 0) flipM = true; + else flipM = false; + } + polarityM = false; + } else polarityM = true; + + if (flipM) noiseAM += (double(fpdL)/UINT32_MAX); + else noiseAM -= (double(fpdL)/UINT32_MAX); + //here's the guts of the random walk + flipM = !flipM; + + if (mid > 1.0) mid = 1.0; if (mid < -1.0) mid = -1.0; + if (dynAmountM < 0.4999) mid = (mid*dynAmountM*2.0) + (sin(mid)*(1.0-(dynAmountM*2.0))); + if (dynAmountM > 0.5001) mid = (asin(mid)*((dynAmountM*2.0)-1.0)) + (mid*(1.0-((dynAmountM*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBM = sin(noiseAM*(0.2-(dynAmountM*0.125))*fabs(mid)); + + double slew = fabs(mid-lastSampleM)*slewAmountM; + lastSampleM = mid*(0.86-(dynAmountM*0.125)); + + if (slew > 1.0) slew = 1.0; + double iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleM = (iirSampleM * (1.0 - iirIntensity)) + (noiseBM * iirIntensity); + noiseBM = iirSampleM; + noiseBM = (noiseBM * slew) + (noiseCM * (1.0-slew)); + noiseCM = noiseBM; + + mid = (noiseCM * wetM) + (drySampleM * (1.0-wetM)); + //end mid + + //begin side + if (side < 0) { + if (polarityS == true) { + if (noiseAS < 0) flipS = true; + else flipS = false; + } + polarityS = false; + } else polarityS = true; + + if (flipS) noiseAS += (double(fpdR)/UINT32_MAX); + else noiseAS -= (double(fpdR)/UINT32_MAX); + //here's the guts of the random walk + flipS = !flipS; + + if (side > 1.0) side = 1.0; if (side < -1.0) side = -1.0; + if (dynAmountS < 0.4999) side = (side*dynAmountS*2.0) + (sin(side)*(1.0-(dynAmountS*2.0))); + if (dynAmountS > 0.5001) side = (asin(side)*((dynAmountS*2.0)-1.0)) + (side*(1.0-((dynAmountS*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBS = sin(noiseAS*(0.2-(dynAmountS*0.125))*fabs(side)); + + slew = fabs(side-lastSampleS)*slewAmountS; + lastSampleS = side*(0.86-(dynAmountS*0.125)); + + if (slew > 1.0) slew = 1.0; + iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleS = (iirSampleS * (1.0 - iirIntensity)) + (noiseBS * iirIntensity); + noiseBS = iirSampleS; + noiseBS = (noiseBS * slew) + (noiseCS * (1.0-slew)); + noiseCS = noiseBS; + + side = (noiseCS * wetS) + (drySampleS * (1.0-wetS)); + //end side + + inputSampleL = (mid+side)/2.0; + inputSampleR = (mid-side)/2.0; + //unassign mid and side + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/MacVST/Thunder/source/Thunder.cpp b/plugins/MacVST/Thunder/source/Thunder.cpp index b206dace5..2748d81ca 100755 --- a/plugins/MacVST/Thunder/source/Thunder.cpp +++ b/plugins/MacVST/Thunder/source/Thunder.cpp @@ -1,6 +1,6 @@ /* ======================================== * Thunder - Thunder.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Thunder_H diff --git a/plugins/MacVST/Thunder/source/Thunder.h b/plugins/MacVST/Thunder/source/Thunder.h index fc8bf411e..73be6420d 100755 --- a/plugins/MacVST/Thunder/source/Thunder.h +++ b/plugins/MacVST/Thunder/source/Thunder.h @@ -1,7 +1,7 @@ /* ======================================== * Thunder - Thunder.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Thunder_H diff --git a/plugins/MacVST/Thunder/source/ThunderProc.cpp b/plugins/MacVST/Thunder/source/ThunderProc.cpp index ce6b41c13..06a92ca99 100755 --- a/plugins/MacVST/Thunder/source/ThunderProc.cpp +++ b/plugins/MacVST/Thunder/source/ThunderProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Thunder - Thunder.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Thunder_H diff --git a/plugins/MacVST/ToTape5/source/ToTape5.cpp b/plugins/MacVST/ToTape5/source/ToTape5.cpp index 509c70874..96b2d495f 100755 --- a/plugins/MacVST/ToTape5/source/ToTape5.cpp +++ b/plugins/MacVST/ToTape5/source/ToTape5.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToTape5 - ToTape5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape5_H diff --git a/plugins/MacVST/ToTape5/source/ToTape5.h b/plugins/MacVST/ToTape5/source/ToTape5.h index b35426a07..93b025271 100755 --- a/plugins/MacVST/ToTape5/source/ToTape5.h +++ b/plugins/MacVST/ToTape5/source/ToTape5.h @@ -1,7 +1,7 @@ /* ======================================== * ToTape5 - ToTape5.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape5_H diff --git a/plugins/MacVST/ToTape5/source/ToTape5Proc.cpp b/plugins/MacVST/ToTape5/source/ToTape5Proc.cpp index f2ad65562..4e63f1013 100755 --- a/plugins/MacVST/ToTape5/source/ToTape5Proc.cpp +++ b/plugins/MacVST/ToTape5/source/ToTape5Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToTape5 - ToTape5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape5_H diff --git a/plugins/MacVST/ToTape6/source/ToTape6.cpp b/plugins/MacVST/ToTape6/source/ToTape6.cpp index fe39aef98..4a47b2f3a 100755 --- a/plugins/MacVST/ToTape6/source/ToTape6.cpp +++ b/plugins/MacVST/ToTape6/source/ToTape6.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToTape6 - ToTape6.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape6_H diff --git a/plugins/MacVST/ToTape6/source/ToTape6.h b/plugins/MacVST/ToTape6/source/ToTape6.h index 1f447dcc7..64de32353 100755 --- a/plugins/MacVST/ToTape6/source/ToTape6.h +++ b/plugins/MacVST/ToTape6/source/ToTape6.h @@ -1,7 +1,7 @@ /* ======================================== * ToTape6 - ToTape6.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape6_H diff --git a/plugins/MacVST/ToTape6/source/ToTape6Proc.cpp b/plugins/MacVST/ToTape6/source/ToTape6Proc.cpp index ea7353a5a..f581d62b9 100755 --- a/plugins/MacVST/ToTape6/source/ToTape6Proc.cpp +++ b/plugins/MacVST/ToTape6/source/ToTape6Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToTape6 - ToTape6.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape6_H diff --git a/plugins/MacVST/ToVinyl4/source/ToVinyl4.cpp b/plugins/MacVST/ToVinyl4/source/ToVinyl4.cpp index 3d46fd518..3ef29e79a 100755 --- a/plugins/MacVST/ToVinyl4/source/ToVinyl4.cpp +++ b/plugins/MacVST/ToVinyl4/source/ToVinyl4.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToVinyl4 - ToVinyl4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToVinyl4_H diff --git a/plugins/MacVST/ToVinyl4/source/ToVinyl4.h b/plugins/MacVST/ToVinyl4/source/ToVinyl4.h index d1a7363eb..7fe942c2c 100755 --- a/plugins/MacVST/ToVinyl4/source/ToVinyl4.h +++ b/plugins/MacVST/ToVinyl4/source/ToVinyl4.h @@ -1,7 +1,7 @@ /* ======================================== * ToVinyl4 - ToVinyl4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ToVinyl4_H diff --git a/plugins/MacVST/ToVinyl4/source/ToVinyl4Proc.cpp b/plugins/MacVST/ToVinyl4/source/ToVinyl4Proc.cpp index 1bb4c1841..a97cd7133 100755 --- a/plugins/MacVST/ToVinyl4/source/ToVinyl4Proc.cpp +++ b/plugins/MacVST/ToVinyl4/source/ToVinyl4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToVinyl4 - ToVinyl4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToVinyl4_H diff --git a/plugins/MacVST/ToneSlant/source/ToneSlant.cpp b/plugins/MacVST/ToneSlant/source/ToneSlant.cpp index 6bc494340..f03319e22 100755 --- a/plugins/MacVST/ToneSlant/source/ToneSlant.cpp +++ b/plugins/MacVST/ToneSlant/source/ToneSlant.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToneSlant - ToneSlant.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToneSlant_H diff --git a/plugins/MacVST/ToneSlant/source/ToneSlant.h b/plugins/MacVST/ToneSlant/source/ToneSlant.h index ca55bbf14..91251af18 100755 --- a/plugins/MacVST/ToneSlant/source/ToneSlant.h +++ b/plugins/MacVST/ToneSlant/source/ToneSlant.h @@ -1,7 +1,7 @@ /* ======================================== * ToneSlant - ToneSlant.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ToneSlant_H diff --git a/plugins/MacVST/ToneSlant/source/ToneSlantProc.cpp b/plugins/MacVST/ToneSlant/source/ToneSlantProc.cpp index 7397d8aa4..82980828d 100755 --- a/plugins/MacVST/ToneSlant/source/ToneSlantProc.cpp +++ b/plugins/MacVST/ToneSlant/source/ToneSlantProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToneSlant - ToneSlant.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToneSlant_H diff --git a/plugins/MacVST/TransDesk/source/TransDesk.cpp b/plugins/MacVST/TransDesk/source/TransDesk.cpp index d26434509..bc1bb1f5f 100755 --- a/plugins/MacVST/TransDesk/source/TransDesk.cpp +++ b/plugins/MacVST/TransDesk/source/TransDesk.cpp @@ -1,6 +1,6 @@ /* ======================================== * TransDesk - TransDesk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TransDesk_H diff --git a/plugins/MacVST/TransDesk/source/TransDesk.h b/plugins/MacVST/TransDesk/source/TransDesk.h index 4657525a2..afaa8b2bf 100755 --- a/plugins/MacVST/TransDesk/source/TransDesk.h +++ b/plugins/MacVST/TransDesk/source/TransDesk.h @@ -1,7 +1,7 @@ /* ======================================== * TransDesk - TransDesk.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TransDesk_H diff --git a/plugins/MacVST/TransDesk/source/TransDeskProc.cpp b/plugins/MacVST/TransDesk/source/TransDeskProc.cpp index 9768c73fb..dde1201fc 100755 --- a/plugins/MacVST/TransDesk/source/TransDeskProc.cpp +++ b/plugins/MacVST/TransDesk/source/TransDeskProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TransDesk - TransDesk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TransDesk_H diff --git a/plugins/MacVST/TremoSquare/source/TremoSquare.cpp b/plugins/MacVST/TremoSquare/source/TremoSquare.cpp index 3bd90f485..4753bb0bb 100755 --- a/plugins/MacVST/TremoSquare/source/TremoSquare.cpp +++ b/plugins/MacVST/TremoSquare/source/TremoSquare.cpp @@ -1,6 +1,6 @@ /* ======================================== * TremoSquare - TremoSquare.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TremoSquare_H diff --git a/plugins/MacVST/TremoSquare/source/TremoSquare.h b/plugins/MacVST/TremoSquare/source/TremoSquare.h index afb4dbe98..0ca35b09c 100755 --- a/plugins/MacVST/TremoSquare/source/TremoSquare.h +++ b/plugins/MacVST/TremoSquare/source/TremoSquare.h @@ -1,7 +1,7 @@ /* ======================================== * TremoSquare - TremoSquare.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TremoSquare_H diff --git a/plugins/MacVST/TremoSquare/source/TremoSquareProc.cpp b/plugins/MacVST/TremoSquare/source/TremoSquareProc.cpp index bcea40a75..37f237a26 100755 --- a/plugins/MacVST/TremoSquare/source/TremoSquareProc.cpp +++ b/plugins/MacVST/TremoSquare/source/TremoSquareProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TremoSquare - TremoSquare.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TremoSquare_H diff --git a/plugins/MacVST/Tremolo/source/Tremolo.cpp b/plugins/MacVST/Tremolo/source/Tremolo.cpp index b57f9ec20..918ff9e30 100755 --- a/plugins/MacVST/Tremolo/source/Tremolo.cpp +++ b/plugins/MacVST/Tremolo/source/Tremolo.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tremolo - Tremolo.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tremolo_H diff --git a/plugins/MacVST/Tremolo/source/Tremolo.h b/plugins/MacVST/Tremolo/source/Tremolo.h index 1f1d00675..69b853c13 100755 --- a/plugins/MacVST/Tremolo/source/Tremolo.h +++ b/plugins/MacVST/Tremolo/source/Tremolo.h @@ -1,7 +1,7 @@ /* ======================================== * Tremolo - Tremolo.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Tremolo_H diff --git a/plugins/MacVST/Tremolo/source/TremoloProc.cpp b/plugins/MacVST/Tremolo/source/TremoloProc.cpp index e63f0b044..148aa76fe 100755 --- a/plugins/MacVST/Tremolo/source/TremoloProc.cpp +++ b/plugins/MacVST/Tremolo/source/TremoloProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tremolo - Tremolo.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tremolo_H diff --git a/plugins/MacVST/TripleSpread/source/TripleSpread.cpp b/plugins/MacVST/TripleSpread/source/TripleSpread.cpp index c9ce7c968..a22d97160 100755 --- a/plugins/MacVST/TripleSpread/source/TripleSpread.cpp +++ b/plugins/MacVST/TripleSpread/source/TripleSpread.cpp @@ -1,6 +1,6 @@ /* ======================================== * TripleSpread - TripleSpread.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TripleSpread_H diff --git a/plugins/MacVST/TripleSpread/source/TripleSpread.h b/plugins/MacVST/TripleSpread/source/TripleSpread.h index 1d2dbf5fa..95e0074c6 100755 --- a/plugins/MacVST/TripleSpread/source/TripleSpread.h +++ b/plugins/MacVST/TripleSpread/source/TripleSpread.h @@ -1,7 +1,7 @@ /* ======================================== * TripleSpread - TripleSpread.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TripleSpread_H diff --git a/plugins/MacVST/TripleSpread/source/TripleSpreadProc.cpp b/plugins/MacVST/TripleSpread/source/TripleSpreadProc.cpp index c04e6dfed..538586227 100755 --- a/plugins/MacVST/TripleSpread/source/TripleSpreadProc.cpp +++ b/plugins/MacVST/TripleSpread/source/TripleSpreadProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TripleSpread - TripleSpread.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TripleSpread_H diff --git a/plugins/MacVST/Tube/source/Tube.cpp b/plugins/MacVST/Tube/source/Tube.cpp index 78ecd37d2..ad6b2a8c4 100755 --- a/plugins/MacVST/Tube/source/Tube.cpp +++ b/plugins/MacVST/Tube/source/Tube.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tube - Tube.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube_H diff --git a/plugins/MacVST/Tube/source/Tube.h b/plugins/MacVST/Tube/source/Tube.h index c423e2802..5431998ed 100755 --- a/plugins/MacVST/Tube/source/Tube.h +++ b/plugins/MacVST/Tube/source/Tube.h @@ -1,7 +1,7 @@ /* ======================================== * Tube - Tube.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube_H diff --git a/plugins/MacVST/Tube/source/TubeProc.cpp b/plugins/MacVST/Tube/source/TubeProc.cpp index 068a6ea5e..91c0ad671 100755 --- a/plugins/MacVST/Tube/source/TubeProc.cpp +++ b/plugins/MacVST/Tube/source/TubeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tube - Tube.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube_H diff --git a/plugins/MacVST/Tube2/source/Tube2.cpp b/plugins/MacVST/Tube2/source/Tube2.cpp index e7e68ec2f..b0ad863ae 100755 --- a/plugins/MacVST/Tube2/source/Tube2.cpp +++ b/plugins/MacVST/Tube2/source/Tube2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tube2 - Tube2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube2_H diff --git a/plugins/MacVST/Tube2/source/Tube2.h b/plugins/MacVST/Tube2/source/Tube2.h index 80bfcc84b..4021c32a0 100755 --- a/plugins/MacVST/Tube2/source/Tube2.h +++ b/plugins/MacVST/Tube2/source/Tube2.h @@ -1,7 +1,7 @@ /* ======================================== * Tube2 - Tube2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube2_H diff --git a/plugins/MacVST/Tube2/source/Tube2Proc.cpp b/plugins/MacVST/Tube2/source/Tube2Proc.cpp index e3c528b96..29975a97d 100755 --- a/plugins/MacVST/Tube2/source/Tube2Proc.cpp +++ b/plugins/MacVST/Tube2/source/Tube2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tube2 - Tube2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube2_H diff --git a/plugins/MacVST/TubeDesk/source/TubeDesk.cpp b/plugins/MacVST/TubeDesk/source/TubeDesk.cpp index 5a42bb4aa..54188913c 100755 --- a/plugins/MacVST/TubeDesk/source/TubeDesk.cpp +++ b/plugins/MacVST/TubeDesk/source/TubeDesk.cpp @@ -1,6 +1,6 @@ /* ======================================== * TubeDesk - TubeDesk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TubeDesk_H diff --git a/plugins/MacVST/TubeDesk/source/TubeDesk.h b/plugins/MacVST/TubeDesk/source/TubeDesk.h index 7ef3e35be..750d6eab4 100755 --- a/plugins/MacVST/TubeDesk/source/TubeDesk.h +++ b/plugins/MacVST/TubeDesk/source/TubeDesk.h @@ -1,7 +1,7 @@ /* ======================================== * TubeDesk - TubeDesk.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TubeDesk_H diff --git a/plugins/MacVST/TubeDesk/source/TubeDeskProc.cpp b/plugins/MacVST/TubeDesk/source/TubeDeskProc.cpp index 72b8fe2c7..51d9aa032 100755 --- a/plugins/MacVST/TubeDesk/source/TubeDeskProc.cpp +++ b/plugins/MacVST/TubeDesk/source/TubeDeskProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TubeDesk - TubeDesk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TubeDesk_H diff --git a/plugins/MacVST/UltrasonX/source/UltrasonX.cpp b/plugins/MacVST/UltrasonX/source/UltrasonX.cpp index 1b8a52d6a..fdf38e331 100755 --- a/plugins/MacVST/UltrasonX/source/UltrasonX.cpp +++ b/plugins/MacVST/UltrasonX/source/UltrasonX.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonX - UltrasonX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonX_H diff --git a/plugins/MacVST/UltrasonX/source/UltrasonX.h b/plugins/MacVST/UltrasonX/source/UltrasonX.h index dccd0df88..222bee25c 100755 --- a/plugins/MacVST/UltrasonX/source/UltrasonX.h +++ b/plugins/MacVST/UltrasonX/source/UltrasonX.h @@ -1,7 +1,7 @@ /* ======================================== * UltrasonX - UltrasonX.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonX_H diff --git a/plugins/MacVST/UltrasonX/source/UltrasonXProc.cpp b/plugins/MacVST/UltrasonX/source/UltrasonXProc.cpp index 09a93d0a6..2f55654a8 100755 --- a/plugins/MacVST/UltrasonX/source/UltrasonXProc.cpp +++ b/plugins/MacVST/UltrasonX/source/UltrasonXProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonX - UltrasonX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonX_H diff --git a/plugins/MacVST/Ultrasonic/source/Ultrasonic.cpp b/plugins/MacVST/Ultrasonic/source/Ultrasonic.cpp index fe70912b4..05d23c1e4 100755 --- a/plugins/MacVST/Ultrasonic/source/Ultrasonic.cpp +++ b/plugins/MacVST/Ultrasonic/source/Ultrasonic.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ultrasonic - Ultrasonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ultrasonic_H diff --git a/plugins/MacVST/Ultrasonic/source/Ultrasonic.h b/plugins/MacVST/Ultrasonic/source/Ultrasonic.h index d67457d29..3cbd0a56d 100755 --- a/plugins/MacVST/Ultrasonic/source/Ultrasonic.h +++ b/plugins/MacVST/Ultrasonic/source/Ultrasonic.h @@ -1,7 +1,7 @@ /* ======================================== * Ultrasonic - Ultrasonic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Ultrasonic_H diff --git a/plugins/MacVST/Ultrasonic/source/UltrasonicProc.cpp b/plugins/MacVST/Ultrasonic/source/UltrasonicProc.cpp index edd6126a8..7b835441a 100755 --- a/plugins/MacVST/Ultrasonic/source/UltrasonicProc.cpp +++ b/plugins/MacVST/Ultrasonic/source/UltrasonicProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ultrasonic - Ultrasonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ultrasonic_H diff --git a/plugins/MacVST/UltrasonicLite/source/UltrasonicLite.cpp b/plugins/MacVST/UltrasonicLite/source/UltrasonicLite.cpp index 5f5d08cf1..86de0c844 100755 --- a/plugins/MacVST/UltrasonicLite/source/UltrasonicLite.cpp +++ b/plugins/MacVST/UltrasonicLite/source/UltrasonicLite.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonicLite - UltrasonicLite.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicLite_H diff --git a/plugins/MacVST/UltrasonicLite/source/UltrasonicLite.h b/plugins/MacVST/UltrasonicLite/source/UltrasonicLite.h index a78879605..5c56a928e 100755 --- a/plugins/MacVST/UltrasonicLite/source/UltrasonicLite.h +++ b/plugins/MacVST/UltrasonicLite/source/UltrasonicLite.h @@ -1,7 +1,7 @@ /* ======================================== * UltrasonicLite - UltrasonicLite.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicLite_H diff --git a/plugins/MacVST/UltrasonicLite/source/UltrasonicLiteProc.cpp b/plugins/MacVST/UltrasonicLite/source/UltrasonicLiteProc.cpp index 7f272fd56..77d740211 100755 --- a/plugins/MacVST/UltrasonicLite/source/UltrasonicLiteProc.cpp +++ b/plugins/MacVST/UltrasonicLite/source/UltrasonicLiteProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonicLite - UltrasonicLite.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicLite_H diff --git a/plugins/MacVST/UltrasonicMed/source/UltrasonicMed.cpp b/plugins/MacVST/UltrasonicMed/source/UltrasonicMed.cpp index 906bb46a6..5b9092231 100755 --- a/plugins/MacVST/UltrasonicMed/source/UltrasonicMed.cpp +++ b/plugins/MacVST/UltrasonicMed/source/UltrasonicMed.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonicMed - UltrasonicMed.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicMed_H diff --git a/plugins/MacVST/UltrasonicMed/source/UltrasonicMed.h b/plugins/MacVST/UltrasonicMed/source/UltrasonicMed.h index f50f4ef2a..0bd494b90 100755 --- a/plugins/MacVST/UltrasonicMed/source/UltrasonicMed.h +++ b/plugins/MacVST/UltrasonicMed/source/UltrasonicMed.h @@ -1,7 +1,7 @@ /* ======================================== * UltrasonicMed - UltrasonicMed.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicMed_H diff --git a/plugins/MacVST/UltrasonicMed/source/UltrasonicMedProc.cpp b/plugins/MacVST/UltrasonicMed/source/UltrasonicMedProc.cpp index 1f01a5f47..a504a3ee8 100755 --- a/plugins/MacVST/UltrasonicMed/source/UltrasonicMedProc.cpp +++ b/plugins/MacVST/UltrasonicMed/source/UltrasonicMedProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonicMed - UltrasonicMed.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicMed_H diff --git a/plugins/MacVST/UnBox/source/UnBox.cpp b/plugins/MacVST/UnBox/source/UnBox.cpp index 211bdb712..ec862dcb8 100755 --- a/plugins/MacVST/UnBox/source/UnBox.cpp +++ b/plugins/MacVST/UnBox/source/UnBox.cpp @@ -1,6 +1,6 @@ /* ======================================== * UnBox - UnBox.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UnBox_H diff --git a/plugins/MacVST/UnBox/source/UnBox.h b/plugins/MacVST/UnBox/source/UnBox.h index 838b6062e..777a87542 100755 --- a/plugins/MacVST/UnBox/source/UnBox.h +++ b/plugins/MacVST/UnBox/source/UnBox.h @@ -1,7 +1,7 @@ /* ======================================== * UnBox - UnBox.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UnBox_H diff --git a/plugins/MacVST/UnBox/source/UnBoxProc.cpp b/plugins/MacVST/UnBox/source/UnBoxProc.cpp index cbeae0d5e..504d731c8 100755 --- a/plugins/MacVST/UnBox/source/UnBoxProc.cpp +++ b/plugins/MacVST/UnBox/source/UnBoxProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * UnBox - UnBox.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UnBox_H diff --git a/plugins/MacVST/VariMu/source/VariMu.cpp b/plugins/MacVST/VariMu/source/VariMu.cpp index e71b73000..0979f6722 100755 --- a/plugins/MacVST/VariMu/source/VariMu.cpp +++ b/plugins/MacVST/VariMu/source/VariMu.cpp @@ -1,6 +1,6 @@ /* ======================================== * VariMu - VariMu.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VariMu_H diff --git a/plugins/MacVST/VariMu/source/VariMu.h b/plugins/MacVST/VariMu/source/VariMu.h index d06ae8cfc..609fe827a 100755 --- a/plugins/MacVST/VariMu/source/VariMu.h +++ b/plugins/MacVST/VariMu/source/VariMu.h @@ -1,7 +1,7 @@ /* ======================================== * VariMu - VariMu.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VariMu_H diff --git a/plugins/MacVST/VariMu/source/VariMuProc.cpp b/plugins/MacVST/VariMu/source/VariMuProc.cpp index a4482761f..5cf5e2aec 100755 --- a/plugins/MacVST/VariMu/source/VariMuProc.cpp +++ b/plugins/MacVST/VariMu/source/VariMuProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * VariMu - VariMu.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VariMu_H diff --git a/plugins/MacVST/Verbity/source/Verbity.cpp b/plugins/MacVST/Verbity/source/Verbity.cpp index f001167fc..951c71c78 100755 --- a/plugins/MacVST/Verbity/source/Verbity.cpp +++ b/plugins/MacVST/Verbity/source/Verbity.cpp @@ -1,6 +1,6 @@ /* ======================================== * Verbity - Verbity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity_H diff --git a/plugins/MacVST/Verbity/source/Verbity.h b/plugins/MacVST/Verbity/source/Verbity.h index 3e755e0e8..d1b42171c 100755 --- a/plugins/MacVST/Verbity/source/Verbity.h +++ b/plugins/MacVST/Verbity/source/Verbity.h @@ -1,7 +1,7 @@ /* ======================================== * Verbity - Verbity.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity_H diff --git a/plugins/MacVST/Verbity/source/VerbityProc.cpp b/plugins/MacVST/Verbity/source/VerbityProc.cpp index 286a798c8..ec3a9a3ba 100755 --- a/plugins/MacVST/Verbity/source/VerbityProc.cpp +++ b/plugins/MacVST/Verbity/source/VerbityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Verbity - Verbity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity_H diff --git a/plugins/MacVST/Verbity2/source/Verbity2.cpp b/plugins/MacVST/Verbity2/source/Verbity2.cpp index 2a032b899..a6043e929 100755 --- a/plugins/MacVST/Verbity2/source/Verbity2.cpp +++ b/plugins/MacVST/Verbity2/source/Verbity2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Verbity2 - Verbity2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity2_H diff --git a/plugins/MacVST/Verbity2/source/Verbity2.h b/plugins/MacVST/Verbity2/source/Verbity2.h index 0b3aac772..44dab88f7 100755 --- a/plugins/MacVST/Verbity2/source/Verbity2.h +++ b/plugins/MacVST/Verbity2/source/Verbity2.h @@ -1,7 +1,7 @@ /* ======================================== * Verbity2 - Verbity2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity2_H diff --git a/plugins/MacVST/Verbity2/source/Verbity2Proc.cpp b/plugins/MacVST/Verbity2/source/Verbity2Proc.cpp index 032426d3d..7ae4d7a3c 100755 --- a/plugins/MacVST/Verbity2/source/Verbity2Proc.cpp +++ b/plugins/MacVST/Verbity2/source/Verbity2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Verbity2 - Verbity2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity2_H diff --git a/plugins/MacVST/Vibrato/source/Vibrato.cpp b/plugins/MacVST/Vibrato/source/Vibrato.cpp index 9993a661d..e93b01913 100755 --- a/plugins/MacVST/Vibrato/source/Vibrato.cpp +++ b/plugins/MacVST/Vibrato/source/Vibrato.cpp @@ -1,6 +1,6 @@ /* ======================================== * Vibrato - Vibrato.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Vibrato_H diff --git a/plugins/MacVST/Vibrato/source/Vibrato.h b/plugins/MacVST/Vibrato/source/Vibrato.h index 6ad509090..968444332 100755 --- a/plugins/MacVST/Vibrato/source/Vibrato.h +++ b/plugins/MacVST/Vibrato/source/Vibrato.h @@ -1,7 +1,7 @@ /* ======================================== * Vibrato - Vibrato.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Vibrato_H diff --git a/plugins/MacVST/Vibrato/source/VibratoProc.cpp b/plugins/MacVST/Vibrato/source/VibratoProc.cpp index bcb855ae9..eca8717c1 100755 --- a/plugins/MacVST/Vibrato/source/VibratoProc.cpp +++ b/plugins/MacVST/Vibrato/source/VibratoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Vibrato - Vibrato.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Vibrato_H diff --git a/plugins/MacVST/VinylDither/source/VinylDither.cpp b/plugins/MacVST/VinylDither/source/VinylDither.cpp index 2538e55f8..8668d4136 100755 --- a/plugins/MacVST/VinylDither/source/VinylDither.cpp +++ b/plugins/MacVST/VinylDither/source/VinylDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * VinylDither - VinylDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VinylDither_H diff --git a/plugins/MacVST/VinylDither/source/VinylDither.h b/plugins/MacVST/VinylDither/source/VinylDither.h index 2e1c695f9..10f32b00c 100755 --- a/plugins/MacVST/VinylDither/source/VinylDither.h +++ b/plugins/MacVST/VinylDither/source/VinylDither.h @@ -1,7 +1,7 @@ /* ======================================== * VinylDither - VinylDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VinylDither_H diff --git a/plugins/MacVST/VinylDither/source/VinylDitherProc.cpp b/plugins/MacVST/VinylDither/source/VinylDitherProc.cpp index 1adede36a..16f91bb2f 100755 --- a/plugins/MacVST/VinylDither/source/VinylDitherProc.cpp +++ b/plugins/MacVST/VinylDither/source/VinylDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * VinylDither - VinylDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VinylDither_H diff --git a/plugins/MacVST/VoiceOfTheStarship/source/VoiceOfTheStarship.cpp b/plugins/MacVST/VoiceOfTheStarship/source/VoiceOfTheStarship.cpp index ac1ed8939..d9b663607 100755 --- a/plugins/MacVST/VoiceOfTheStarship/source/VoiceOfTheStarship.cpp +++ b/plugins/MacVST/VoiceOfTheStarship/source/VoiceOfTheStarship.cpp @@ -1,6 +1,6 @@ /* ======================================== * VoiceOfTheStarship - VoiceOfTheStarship.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceOfTheStarship_H diff --git a/plugins/MacVST/VoiceOfTheStarship/source/VoiceOfTheStarship.h b/plugins/MacVST/VoiceOfTheStarship/source/VoiceOfTheStarship.h index 51c66c043..9f64ab10f 100755 --- a/plugins/MacVST/VoiceOfTheStarship/source/VoiceOfTheStarship.h +++ b/plugins/MacVST/VoiceOfTheStarship/source/VoiceOfTheStarship.h @@ -1,7 +1,7 @@ /* ======================================== * VoiceOfTheStarship - VoiceOfTheStarship.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceOfTheStarship_H diff --git a/plugins/MacVST/VoiceOfTheStarship/source/VoiceOfTheStarshipProc.cpp b/plugins/MacVST/VoiceOfTheStarship/source/VoiceOfTheStarshipProc.cpp index 8ea666d37..dc58bcb9d 100755 --- a/plugins/MacVST/VoiceOfTheStarship/source/VoiceOfTheStarshipProc.cpp +++ b/plugins/MacVST/VoiceOfTheStarship/source/VoiceOfTheStarshipProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * VoiceOfTheStarship - VoiceOfTheStarship.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceOfTheStarship_H diff --git a/plugins/MacVST/VoiceTrick/source/VoiceTrick.cpp b/plugins/MacVST/VoiceTrick/source/VoiceTrick.cpp index c4df942f9..c9b952557 100755 --- a/plugins/MacVST/VoiceTrick/source/VoiceTrick.cpp +++ b/plugins/MacVST/VoiceTrick/source/VoiceTrick.cpp @@ -1,6 +1,6 @@ /* ======================================== * VoiceTrick - VoiceTrick.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceTrick_H diff --git a/plugins/MacVST/VoiceTrick/source/VoiceTrick.h b/plugins/MacVST/VoiceTrick/source/VoiceTrick.h index d5b1e3ee4..dfad3c7ac 100755 --- a/plugins/MacVST/VoiceTrick/source/VoiceTrick.h +++ b/plugins/MacVST/VoiceTrick/source/VoiceTrick.h @@ -1,7 +1,7 @@ /* ======================================== * VoiceTrick - VoiceTrick.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceTrick_H diff --git a/plugins/MacVST/VoiceTrick/source/VoiceTrickProc.cpp b/plugins/MacVST/VoiceTrick/source/VoiceTrickProc.cpp index 201378de8..9c4f9c266 100755 --- a/plugins/MacVST/VoiceTrick/source/VoiceTrickProc.cpp +++ b/plugins/MacVST/VoiceTrick/source/VoiceTrickProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * VoiceTrick - VoiceTrick.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceTrick_H diff --git a/plugins/MacVST/Wider/source/Wider.cpp b/plugins/MacVST/Wider/source/Wider.cpp index a7cb54608..42254eca3 100755 --- a/plugins/MacVST/Wider/source/Wider.cpp +++ b/plugins/MacVST/Wider/source/Wider.cpp @@ -1,6 +1,6 @@ /* ======================================== * Wider - Wider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Wider_H diff --git a/plugins/MacVST/Wider/source/Wider.h b/plugins/MacVST/Wider/source/Wider.h index a79fa43f0..4a5621fe4 100755 --- a/plugins/MacVST/Wider/source/Wider.h +++ b/plugins/MacVST/Wider/source/Wider.h @@ -1,7 +1,7 @@ /* ======================================== * Wider - Wider.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Wider_H diff --git a/plugins/MacVST/Wider/source/WiderProc.cpp b/plugins/MacVST/Wider/source/WiderProc.cpp index fc9f5241a..45fa609a2 100755 --- a/plugins/MacVST/Wider/source/WiderProc.cpp +++ b/plugins/MacVST/Wider/source/WiderProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Wider - Wider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Wider_H diff --git a/plugins/MacVST/XBandpass/source/XBandpass.cpp b/plugins/MacVST/XBandpass/source/XBandpass.cpp index ac06aee48..0c4a940da 100755 --- a/plugins/MacVST/XBandpass/source/XBandpass.cpp +++ b/plugins/MacVST/XBandpass/source/XBandpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * XBandpass - XBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XBandpass_H diff --git a/plugins/MacVST/XBandpass/source/XBandpass.h b/plugins/MacVST/XBandpass/source/XBandpass.h index d03811383..a506545ab 100755 --- a/plugins/MacVST/XBandpass/source/XBandpass.h +++ b/plugins/MacVST/XBandpass/source/XBandpass.h @@ -1,7 +1,7 @@ /* ======================================== * XBandpass - XBandpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XBandpass_H diff --git a/plugins/MacVST/XBandpass/source/XBandpassProc.cpp b/plugins/MacVST/XBandpass/source/XBandpassProc.cpp index 53f7c5f2a..43b72ecdc 100755 --- a/plugins/MacVST/XBandpass/source/XBandpassProc.cpp +++ b/plugins/MacVST/XBandpass/source/XBandpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XBandpass - XBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XBandpass_H diff --git a/plugins/MacVST/XHighpass/source/XHighpass.cpp b/plugins/MacVST/XHighpass/source/XHighpass.cpp index c5e439d3b..b5291eb47 100755 --- a/plugins/MacVST/XHighpass/source/XHighpass.cpp +++ b/plugins/MacVST/XHighpass/source/XHighpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * XHighpass - XHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XHighpass_H diff --git a/plugins/MacVST/XHighpass/source/XHighpass.h b/plugins/MacVST/XHighpass/source/XHighpass.h index 8001ab17b..adfa9899a 100755 --- a/plugins/MacVST/XHighpass/source/XHighpass.h +++ b/plugins/MacVST/XHighpass/source/XHighpass.h @@ -1,7 +1,7 @@ /* ======================================== * XHighpass - XHighpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XHighpass_H diff --git a/plugins/MacVST/XHighpass/source/XHighpassProc.cpp b/plugins/MacVST/XHighpass/source/XHighpassProc.cpp index dd6a8d08e..a71875346 100755 --- a/plugins/MacVST/XHighpass/source/XHighpassProc.cpp +++ b/plugins/MacVST/XHighpass/source/XHighpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XHighpass - XHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XHighpass_H diff --git a/plugins/MacVST/XLowpass/source/XLowpass.cpp b/plugins/MacVST/XLowpass/source/XLowpass.cpp index 19020c741..900030270 100755 --- a/plugins/MacVST/XLowpass/source/XLowpass.cpp +++ b/plugins/MacVST/XLowpass/source/XLowpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * XLowpass - XLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XLowpass_H diff --git a/plugins/MacVST/XLowpass/source/XLowpass.h b/plugins/MacVST/XLowpass/source/XLowpass.h index dac60bc2a..4396732ef 100755 --- a/plugins/MacVST/XLowpass/source/XLowpass.h +++ b/plugins/MacVST/XLowpass/source/XLowpass.h @@ -1,7 +1,7 @@ /* ======================================== * XLowpass - XLowpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XLowpass_H diff --git a/plugins/MacVST/XLowpass/source/XLowpassProc.cpp b/plugins/MacVST/XLowpass/source/XLowpassProc.cpp index 48ea9f36b..62386d109 100755 --- a/plugins/MacVST/XLowpass/source/XLowpassProc.cpp +++ b/plugins/MacVST/XLowpass/source/XLowpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XLowpass - XLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XLowpass_H diff --git a/plugins/MacVST/XNotch/source/XNotch.cpp b/plugins/MacVST/XNotch/source/XNotch.cpp index 5ab94a969..14f3e6134 100755 --- a/plugins/MacVST/XNotch/source/XNotch.cpp +++ b/plugins/MacVST/XNotch/source/XNotch.cpp @@ -1,6 +1,6 @@ /* ======================================== * XNotch - XNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XNotch_H diff --git a/plugins/MacVST/XNotch/source/XNotch.h b/plugins/MacVST/XNotch/source/XNotch.h index 85a0781d7..4e92f79b7 100755 --- a/plugins/MacVST/XNotch/source/XNotch.h +++ b/plugins/MacVST/XNotch/source/XNotch.h @@ -1,7 +1,7 @@ /* ======================================== * XNotch - XNotch.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XNotch_H diff --git a/plugins/MacVST/XNotch/source/XNotchProc.cpp b/plugins/MacVST/XNotch/source/XNotchProc.cpp index 3e867df7b..a2e17c246 100755 --- a/plugins/MacVST/XNotch/source/XNotchProc.cpp +++ b/plugins/MacVST/XNotch/source/XNotchProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XNotch - XNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XNotch_H diff --git a/plugins/MacVST/XRegion/source/XRegion.cpp b/plugins/MacVST/XRegion/source/XRegion.cpp index 8d387f626..e25f7c1d2 100755 --- a/plugins/MacVST/XRegion/source/XRegion.cpp +++ b/plugins/MacVST/XRegion/source/XRegion.cpp @@ -1,6 +1,6 @@ /* ======================================== * XRegion - XRegion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XRegion_H diff --git a/plugins/MacVST/XRegion/source/XRegion.h b/plugins/MacVST/XRegion/source/XRegion.h index 5234fc31c..c52b5efd8 100755 --- a/plugins/MacVST/XRegion/source/XRegion.h +++ b/plugins/MacVST/XRegion/source/XRegion.h @@ -1,7 +1,7 @@ /* ======================================== * XRegion - XRegion.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XRegion_H diff --git a/plugins/MacVST/XRegion/source/XRegionProc.cpp b/plugins/MacVST/XRegion/source/XRegionProc.cpp index a65f234e8..0b3b7f2f8 100755 --- a/plugins/MacVST/XRegion/source/XRegionProc.cpp +++ b/plugins/MacVST/XRegion/source/XRegionProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XRegion - XRegion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XRegion_H diff --git a/plugins/MacVST/YBandpass/source/YBandpass.cpp b/plugins/MacVST/YBandpass/source/YBandpass.cpp index 57ac9038c..da0fc7537 100755 --- a/plugins/MacVST/YBandpass/source/YBandpass.cpp +++ b/plugins/MacVST/YBandpass/source/YBandpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * YBandpass - YBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YBandpass_H diff --git a/plugins/MacVST/YBandpass/source/YBandpass.h b/plugins/MacVST/YBandpass/source/YBandpass.h index e72e50d43..01fc1d766 100755 --- a/plugins/MacVST/YBandpass/source/YBandpass.h +++ b/plugins/MacVST/YBandpass/source/YBandpass.h @@ -1,7 +1,7 @@ /* ======================================== * YBandpass - YBandpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YBandpass_H diff --git a/plugins/MacVST/YBandpass/source/YBandpassProc.cpp b/plugins/MacVST/YBandpass/source/YBandpassProc.cpp index efdf576b5..e829f49d2 100755 --- a/plugins/MacVST/YBandpass/source/YBandpassProc.cpp +++ b/plugins/MacVST/YBandpass/source/YBandpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * YBandpass - YBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YBandpass_H diff --git a/plugins/MacVST/YHighpass/source/YHighpass.cpp b/plugins/MacVST/YHighpass/source/YHighpass.cpp index f8e3cd802..672c5aee9 100755 --- a/plugins/MacVST/YHighpass/source/YHighpass.cpp +++ b/plugins/MacVST/YHighpass/source/YHighpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * YHighpass - YHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YHighpass_H diff --git a/plugins/MacVST/YHighpass/source/YHighpass.h b/plugins/MacVST/YHighpass/source/YHighpass.h index 079d3bc00..a7af1f25c 100755 --- a/plugins/MacVST/YHighpass/source/YHighpass.h +++ b/plugins/MacVST/YHighpass/source/YHighpass.h @@ -1,7 +1,7 @@ /* ======================================== * YHighpass - YHighpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YHighpass_H diff --git a/plugins/MacVST/YHighpass/source/YHighpassProc.cpp b/plugins/MacVST/YHighpass/source/YHighpassProc.cpp index 60626324f..c0d6cf08f 100755 --- a/plugins/MacVST/YHighpass/source/YHighpassProc.cpp +++ b/plugins/MacVST/YHighpass/source/YHighpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * YHighpass - YHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YHighpass_H diff --git a/plugins/MacVST/YLowpass/source/YLowpass.cpp b/plugins/MacVST/YLowpass/source/YLowpass.cpp index 694631a14..b9de9b752 100755 --- a/plugins/MacVST/YLowpass/source/YLowpass.cpp +++ b/plugins/MacVST/YLowpass/source/YLowpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * YLowpass - YLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YLowpass_H diff --git a/plugins/MacVST/YLowpass/source/YLowpass.h b/plugins/MacVST/YLowpass/source/YLowpass.h index 564336a3b..e77eb5548 100755 --- a/plugins/MacVST/YLowpass/source/YLowpass.h +++ b/plugins/MacVST/YLowpass/source/YLowpass.h @@ -1,7 +1,7 @@ /* ======================================== * YLowpass - YLowpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YLowpass_H diff --git a/plugins/MacVST/YLowpass/source/YLowpassProc.cpp b/plugins/MacVST/YLowpass/source/YLowpassProc.cpp index a4c489f53..d5594b002 100755 --- a/plugins/MacVST/YLowpass/source/YLowpassProc.cpp +++ b/plugins/MacVST/YLowpass/source/YLowpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * YLowpass - YLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YLowpass_H diff --git a/plugins/MacVST/YNotch/source/YNotch.cpp b/plugins/MacVST/YNotch/source/YNotch.cpp index 52898fec3..e539ecaa1 100755 --- a/plugins/MacVST/YNotch/source/YNotch.cpp +++ b/plugins/MacVST/YNotch/source/YNotch.cpp @@ -1,6 +1,6 @@ /* ======================================== * YNotch - YNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotch_H diff --git a/plugins/MacVST/YNotch/source/YNotch.h b/plugins/MacVST/YNotch/source/YNotch.h index e699edb1f..e7aff996d 100755 --- a/plugins/MacVST/YNotch/source/YNotch.h +++ b/plugins/MacVST/YNotch/source/YNotch.h @@ -1,7 +1,7 @@ /* ======================================== * YNotch - YNotch.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotch_H diff --git a/plugins/MacVST/YNotch/source/YNotchProc.cpp b/plugins/MacVST/YNotch/source/YNotchProc.cpp index f3535a645..f5e526487 100755 --- a/plugins/MacVST/YNotch/source/YNotchProc.cpp +++ b/plugins/MacVST/YNotch/source/YNotchProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * YNotch - YNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotch_H diff --git a/plugins/MacVST/ZBandpass/source/ZBandpass.cpp b/plugins/MacVST/ZBandpass/source/ZBandpass.cpp index c9506de21..c9a3f662f 100755 --- a/plugins/MacVST/ZBandpass/source/ZBandpass.cpp +++ b/plugins/MacVST/ZBandpass/source/ZBandpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZBandpass - ZBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass_H diff --git a/plugins/MacVST/ZBandpass/source/ZBandpass.h b/plugins/MacVST/ZBandpass/source/ZBandpass.h index 6dd973ab7..0a3b0996c 100755 --- a/plugins/MacVST/ZBandpass/source/ZBandpass.h +++ b/plugins/MacVST/ZBandpass/source/ZBandpass.h @@ -1,7 +1,7 @@ /* ======================================== * ZBandpass - ZBandpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass_H diff --git a/plugins/MacVST/ZBandpass/source/ZBandpassProc.cpp b/plugins/MacVST/ZBandpass/source/ZBandpassProc.cpp index ab264eb48..040c3f9c3 100755 --- a/plugins/MacVST/ZBandpass/source/ZBandpassProc.cpp +++ b/plugins/MacVST/ZBandpass/source/ZBandpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZBandpass - ZBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass_H diff --git a/plugins/MacVST/ZBandpass2/source/ZBandpass2.cpp b/plugins/MacVST/ZBandpass2/source/ZBandpass2.cpp index 5405e5808..5c5ab665a 100755 --- a/plugins/MacVST/ZBandpass2/source/ZBandpass2.cpp +++ b/plugins/MacVST/ZBandpass2/source/ZBandpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZBandpass2 - ZBandpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass2_H diff --git a/plugins/MacVST/ZBandpass2/source/ZBandpass2.h b/plugins/MacVST/ZBandpass2/source/ZBandpass2.h index 35e06499f..d64a1b178 100755 --- a/plugins/MacVST/ZBandpass2/source/ZBandpass2.h +++ b/plugins/MacVST/ZBandpass2/source/ZBandpass2.h @@ -1,7 +1,7 @@ /* ======================================== * ZBandpass2 - ZBandpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass2_H diff --git a/plugins/MacVST/ZBandpass2/source/ZBandpass2Proc.cpp b/plugins/MacVST/ZBandpass2/source/ZBandpass2Proc.cpp index 60ec7317e..2dfee081c 100755 --- a/plugins/MacVST/ZBandpass2/source/ZBandpass2Proc.cpp +++ b/plugins/MacVST/ZBandpass2/source/ZBandpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZBandpass2 - ZBandpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass2_H diff --git a/plugins/MacVST/ZHighpass/source/ZHighpass.cpp b/plugins/MacVST/ZHighpass/source/ZHighpass.cpp index 76e2b6661..35874e15f 100755 --- a/plugins/MacVST/ZHighpass/source/ZHighpass.cpp +++ b/plugins/MacVST/ZHighpass/source/ZHighpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZHighpass - ZHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass_H diff --git a/plugins/MacVST/ZHighpass/source/ZHighpass.h b/plugins/MacVST/ZHighpass/source/ZHighpass.h index fc00f8ff8..eb90753c4 100755 --- a/plugins/MacVST/ZHighpass/source/ZHighpass.h +++ b/plugins/MacVST/ZHighpass/source/ZHighpass.h @@ -1,7 +1,7 @@ /* ======================================== * ZHighpass - ZHighpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass_H diff --git a/plugins/MacVST/ZHighpass/source/ZHighpassProc.cpp b/plugins/MacVST/ZHighpass/source/ZHighpassProc.cpp index 09a18cfb2..808d841ee 100755 --- a/plugins/MacVST/ZHighpass/source/ZHighpassProc.cpp +++ b/plugins/MacVST/ZHighpass/source/ZHighpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZHighpass - ZHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass_H diff --git a/plugins/MacVST/ZHighpass2/source/ZHighpass2.cpp b/plugins/MacVST/ZHighpass2/source/ZHighpass2.cpp index 56e71112d..00e933dce 100755 --- a/plugins/MacVST/ZHighpass2/source/ZHighpass2.cpp +++ b/plugins/MacVST/ZHighpass2/source/ZHighpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZHighpass2 - ZHighpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass2_H diff --git a/plugins/MacVST/ZHighpass2/source/ZHighpass2.h b/plugins/MacVST/ZHighpass2/source/ZHighpass2.h index 7c8d3a52f..c80c84b90 100755 --- a/plugins/MacVST/ZHighpass2/source/ZHighpass2.h +++ b/plugins/MacVST/ZHighpass2/source/ZHighpass2.h @@ -1,7 +1,7 @@ /* ======================================== * ZHighpass2 - ZHighpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass2_H diff --git a/plugins/MacVST/ZHighpass2/source/ZHighpass2Proc.cpp b/plugins/MacVST/ZHighpass2/source/ZHighpass2Proc.cpp index 5add1560b..788928d68 100755 --- a/plugins/MacVST/ZHighpass2/source/ZHighpass2Proc.cpp +++ b/plugins/MacVST/ZHighpass2/source/ZHighpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZHighpass2 - ZHighpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass2_H diff --git a/plugins/MacVST/ZLowpass/source/ZLowpass.cpp b/plugins/MacVST/ZLowpass/source/ZLowpass.cpp index 67d8ff861..c72860374 100755 --- a/plugins/MacVST/ZLowpass/source/ZLowpass.cpp +++ b/plugins/MacVST/ZLowpass/source/ZLowpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZLowpass - ZLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass_H diff --git a/plugins/MacVST/ZLowpass/source/ZLowpass.h b/plugins/MacVST/ZLowpass/source/ZLowpass.h index 3939e781b..23ae9cfe5 100755 --- a/plugins/MacVST/ZLowpass/source/ZLowpass.h +++ b/plugins/MacVST/ZLowpass/source/ZLowpass.h @@ -1,7 +1,7 @@ /* ======================================== * ZLowpass - ZLowpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass_H diff --git a/plugins/MacVST/ZLowpass/source/ZLowpassProc.cpp b/plugins/MacVST/ZLowpass/source/ZLowpassProc.cpp index c5df9e840..a32b3c4d2 100755 --- a/plugins/MacVST/ZLowpass/source/ZLowpassProc.cpp +++ b/plugins/MacVST/ZLowpass/source/ZLowpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZLowpass - ZLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass_H diff --git a/plugins/MacVST/ZLowpass2/source/ZLowpass2.cpp b/plugins/MacVST/ZLowpass2/source/ZLowpass2.cpp index 9f7ac084e..7cb517a6c 100755 --- a/plugins/MacVST/ZLowpass2/source/ZLowpass2.cpp +++ b/plugins/MacVST/ZLowpass2/source/ZLowpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZLowpass2 - ZLowpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass2_H diff --git a/plugins/MacVST/ZLowpass2/source/ZLowpass2.h b/plugins/MacVST/ZLowpass2/source/ZLowpass2.h index 1f51c3c2e..8188ce636 100755 --- a/plugins/MacVST/ZLowpass2/source/ZLowpass2.h +++ b/plugins/MacVST/ZLowpass2/source/ZLowpass2.h @@ -1,7 +1,7 @@ /* ======================================== * ZLowpass2 - ZLowpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass2_H diff --git a/plugins/MacVST/ZLowpass2/source/ZLowpass2Proc.cpp b/plugins/MacVST/ZLowpass2/source/ZLowpass2Proc.cpp index 415ca5f47..753d4afaa 100755 --- a/plugins/MacVST/ZLowpass2/source/ZLowpass2Proc.cpp +++ b/plugins/MacVST/ZLowpass2/source/ZLowpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZLowpass2 - ZLowpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass2_H diff --git a/plugins/MacVST/ZNotch/source/ZNotch.cpp b/plugins/MacVST/ZNotch/source/ZNotch.cpp index 051e15347..5c306e150 100755 --- a/plugins/MacVST/ZNotch/source/ZNotch.cpp +++ b/plugins/MacVST/ZNotch/source/ZNotch.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZNotch - ZNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch_H diff --git a/plugins/MacVST/ZNotch/source/ZNotch.h b/plugins/MacVST/ZNotch/source/ZNotch.h index e493e40f6..563681f65 100755 --- a/plugins/MacVST/ZNotch/source/ZNotch.h +++ b/plugins/MacVST/ZNotch/source/ZNotch.h @@ -1,7 +1,7 @@ /* ======================================== * ZNotch - ZNotch.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch_H diff --git a/plugins/MacVST/ZNotch/source/ZNotchProc.cpp b/plugins/MacVST/ZNotch/source/ZNotchProc.cpp index 37871fa0e..26a4e97e8 100755 --- a/plugins/MacVST/ZNotch/source/ZNotchProc.cpp +++ b/plugins/MacVST/ZNotch/source/ZNotchProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZNotch - ZNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch_H diff --git a/plugins/MacVST/ZNotch2/source/ZNotch2.cpp b/plugins/MacVST/ZNotch2/source/ZNotch2.cpp index e15808387..32b831a9a 100755 --- a/plugins/MacVST/ZNotch2/source/ZNotch2.cpp +++ b/plugins/MacVST/ZNotch2/source/ZNotch2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZNotch2 - ZNotch2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch2_H diff --git a/plugins/MacVST/ZNotch2/source/ZNotch2.h b/plugins/MacVST/ZNotch2/source/ZNotch2.h index f23bf7b0d..9e2ed3df1 100755 --- a/plugins/MacVST/ZNotch2/source/ZNotch2.h +++ b/plugins/MacVST/ZNotch2/source/ZNotch2.h @@ -1,7 +1,7 @@ /* ======================================== * ZNotch2 - ZNotch2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch2_H diff --git a/plugins/MacVST/ZNotch2/source/ZNotch2Proc.cpp b/plugins/MacVST/ZNotch2/source/ZNotch2Proc.cpp index 1e2f92745..9b40877bf 100755 --- a/plugins/MacVST/ZNotch2/source/ZNotch2Proc.cpp +++ b/plugins/MacVST/ZNotch2/source/ZNotch2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZNotch2 - ZNotch2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch2_H diff --git a/plugins/MacVST/ZRegion/source/ZRegion.cpp b/plugins/MacVST/ZRegion/source/ZRegion.cpp index 346616021..73a3730da 100755 --- a/plugins/MacVST/ZRegion/source/ZRegion.cpp +++ b/plugins/MacVST/ZRegion/source/ZRegion.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZRegion - ZRegion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion_H diff --git a/plugins/MacVST/ZRegion/source/ZRegion.h b/plugins/MacVST/ZRegion/source/ZRegion.h index 3cd3f026b..8d6959aa4 100755 --- a/plugins/MacVST/ZRegion/source/ZRegion.h +++ b/plugins/MacVST/ZRegion/source/ZRegion.h @@ -1,7 +1,7 @@ /* ======================================== * ZRegion - ZRegion.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion_H diff --git a/plugins/MacVST/ZRegion/source/ZRegionProc.cpp b/plugins/MacVST/ZRegion/source/ZRegionProc.cpp index 1f26a4384..d331d1142 100755 --- a/plugins/MacVST/ZRegion/source/ZRegionProc.cpp +++ b/plugins/MacVST/ZRegion/source/ZRegionProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZRegion - ZRegion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion_H diff --git a/plugins/MacVST/ZRegion2/source/ZRegion2.cpp b/plugins/MacVST/ZRegion2/source/ZRegion2.cpp index f26080c89..040fa8541 100755 --- a/plugins/MacVST/ZRegion2/source/ZRegion2.cpp +++ b/plugins/MacVST/ZRegion2/source/ZRegion2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZRegion2 - ZRegion2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion2_H diff --git a/plugins/MacVST/ZRegion2/source/ZRegion2.h b/plugins/MacVST/ZRegion2/source/ZRegion2.h index 9c47f097a..3175f8fd6 100755 --- a/plugins/MacVST/ZRegion2/source/ZRegion2.h +++ b/plugins/MacVST/ZRegion2/source/ZRegion2.h @@ -1,7 +1,7 @@ /* ======================================== * ZRegion2 - ZRegion2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion2_H diff --git a/plugins/MacVST/ZRegion2/source/ZRegion2Proc.cpp b/plugins/MacVST/ZRegion2/source/ZRegion2Proc.cpp index 78f7c98e5..c09576813 100755 --- a/plugins/MacVST/ZRegion2/source/ZRegion2Proc.cpp +++ b/plugins/MacVST/ZRegion2/source/ZRegion2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZRegion2 - ZRegion2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion2_H diff --git a/plugins/MacVST/curve/source/curve.cpp b/plugins/MacVST/curve/source/curve.cpp index 3bebc534b..748eb15f7 100755 --- a/plugins/MacVST/curve/source/curve.cpp +++ b/plugins/MacVST/curve/source/curve.cpp @@ -1,6 +1,6 @@ /* ======================================== * curve - curve.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __curve_H diff --git a/plugins/MacVST/curve/source/curve.h b/plugins/MacVST/curve/source/curve.h index c947b6713..a1a5e1e9b 100755 --- a/plugins/MacVST/curve/source/curve.h +++ b/plugins/MacVST/curve/source/curve.h @@ -1,7 +1,7 @@ /* ======================================== * curve - curve.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __curve_H diff --git a/plugins/MacVST/curve/source/curveProc.cpp b/plugins/MacVST/curve/source/curveProc.cpp index e28306c54..b4d1c89df 100755 --- a/plugins/MacVST/curve/source/curveProc.cpp +++ b/plugins/MacVST/curve/source/curveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * curve - curve.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __curve_H diff --git a/plugins/MacVST/uLawDecode/source/uLawDecode.cpp b/plugins/MacVST/uLawDecode/source/uLawDecode.cpp index e1dd5cc6e..a8473c920 100755 --- a/plugins/MacVST/uLawDecode/source/uLawDecode.cpp +++ b/plugins/MacVST/uLawDecode/source/uLawDecode.cpp @@ -1,6 +1,6 @@ /* ======================================== * uLawDecode - uLawDecode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawDecode_H diff --git a/plugins/MacVST/uLawDecode/source/uLawDecode.h b/plugins/MacVST/uLawDecode/source/uLawDecode.h index fb74bcdba..bb2c6199d 100755 --- a/plugins/MacVST/uLawDecode/source/uLawDecode.h +++ b/plugins/MacVST/uLawDecode/source/uLawDecode.h @@ -1,7 +1,7 @@ /* ======================================== * uLawDecode - uLawDecode.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawDecode_H diff --git a/plugins/MacVST/uLawDecode/source/uLawDecodeProc.cpp b/plugins/MacVST/uLawDecode/source/uLawDecodeProc.cpp index 9727a8000..f157908b3 100755 --- a/plugins/MacVST/uLawDecode/source/uLawDecodeProc.cpp +++ b/plugins/MacVST/uLawDecode/source/uLawDecodeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * uLawDecode - uLawDecode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawDecode_H diff --git a/plugins/MacVST/uLawEncode/source/uLawEncode.cpp b/plugins/MacVST/uLawEncode/source/uLawEncode.cpp index e4f3de546..c60570aa4 100755 --- a/plugins/MacVST/uLawEncode/source/uLawEncode.cpp +++ b/plugins/MacVST/uLawEncode/source/uLawEncode.cpp @@ -1,6 +1,6 @@ /* ======================================== * uLawEncode - uLawEncode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawEncode_H diff --git a/plugins/MacVST/uLawEncode/source/uLawEncode.h b/plugins/MacVST/uLawEncode/source/uLawEncode.h index 41d0d6008..628296550 100755 --- a/plugins/MacVST/uLawEncode/source/uLawEncode.h +++ b/plugins/MacVST/uLawEncode/source/uLawEncode.h @@ -1,7 +1,7 @@ /* ======================================== * uLawEncode - uLawEncode.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawEncode_H diff --git a/plugins/MacVST/uLawEncode/source/uLawEncodeProc.cpp b/plugins/MacVST/uLawEncode/source/uLawEncodeProc.cpp index 0bd0090da..6487af28a 100755 --- a/plugins/MacVST/uLawEncode/source/uLawEncodeProc.cpp +++ b/plugins/MacVST/uLawEncode/source/uLawEncodeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * uLawEncode - uLawEncode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawEncode_H diff --git a/plugins/WinVST/ADClip7/ADClip7.cpp b/plugins/WinVST/ADClip7/ADClip7.cpp index 9f8bc2c88..14e8ee02f 100755 --- a/plugins/WinVST/ADClip7/ADClip7.cpp +++ b/plugins/WinVST/ADClip7/ADClip7.cpp @@ -1,6 +1,6 @@ /* ======================================== * ADClip7 - ADClip7.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADClip7_H diff --git a/plugins/WinVST/ADClip7/ADClip7.h b/plugins/WinVST/ADClip7/ADClip7.h index 6a619cd09..46585f444 100755 --- a/plugins/WinVST/ADClip7/ADClip7.h +++ b/plugins/WinVST/ADClip7/ADClip7.h @@ -1,7 +1,7 @@ /* ======================================== * ADClip7 - ADClip7.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ADClip7_H diff --git a/plugins/WinVST/ADClip7/ADClip7Proc.cpp b/plugins/WinVST/ADClip7/ADClip7Proc.cpp index db5a449b0..d9a681913 100755 --- a/plugins/WinVST/ADClip7/ADClip7Proc.cpp +++ b/plugins/WinVST/ADClip7/ADClip7Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ADClip7 - ADClip7.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADClip7_H diff --git a/plugins/WinVST/ADT/ADT.cpp b/plugins/WinVST/ADT/ADT.cpp index ea5906c22..e6971f9fe 100755 --- a/plugins/WinVST/ADT/ADT.cpp +++ b/plugins/WinVST/ADT/ADT.cpp @@ -1,6 +1,6 @@ /* ======================================== * ADT - ADT.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADT_H diff --git a/plugins/WinVST/ADT/ADT.h b/plugins/WinVST/ADT/ADT.h index 113e371d9..f40629b57 100755 --- a/plugins/WinVST/ADT/ADT.h +++ b/plugins/WinVST/ADT/ADT.h @@ -1,7 +1,7 @@ /* ======================================== * ADT - ADT.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ADT_H diff --git a/plugins/WinVST/ADT/ADTProc.cpp b/plugins/WinVST/ADT/ADTProc.cpp index 9ed2f4762..bd0c2c97d 100755 --- a/plugins/WinVST/ADT/ADTProc.cpp +++ b/plugins/WinVST/ADT/ADTProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ADT - ADT.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ADT_H diff --git a/plugins/WinVST/AQuickVoiceClip/AQuickVoiceClip.cpp b/plugins/WinVST/AQuickVoiceClip/AQuickVoiceClip.cpp index a96f32802..ba1e44d3a 100755 --- a/plugins/WinVST/AQuickVoiceClip/AQuickVoiceClip.cpp +++ b/plugins/WinVST/AQuickVoiceClip/AQuickVoiceClip.cpp @@ -1,6 +1,6 @@ /* ======================================== * AQuickVoiceClip - AQuickVoiceClip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AQuickVoiceClip_H diff --git a/plugins/WinVST/AQuickVoiceClip/AQuickVoiceClip.h b/plugins/WinVST/AQuickVoiceClip/AQuickVoiceClip.h index 862629b6b..54ce6e488 100755 --- a/plugins/WinVST/AQuickVoiceClip/AQuickVoiceClip.h +++ b/plugins/WinVST/AQuickVoiceClip/AQuickVoiceClip.h @@ -1,7 +1,7 @@ /* ======================================== * AQuickVoiceClip - AQuickVoiceClip.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AQuickVoiceClip_H diff --git a/plugins/WinVST/AQuickVoiceClip/AQuickVoiceClipProc.cpp b/plugins/WinVST/AQuickVoiceClip/AQuickVoiceClipProc.cpp index 6ddecdf61..f37aa0cad 100755 --- a/plugins/WinVST/AQuickVoiceClip/AQuickVoiceClipProc.cpp +++ b/plugins/WinVST/AQuickVoiceClip/AQuickVoiceClipProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AQuickVoiceClip - AQuickVoiceClip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AQuickVoiceClip_H diff --git a/plugins/WinVST/Acceleration/Acceleration.cpp b/plugins/WinVST/Acceleration/Acceleration.cpp index a2d27752d..ccd24139d 100755 --- a/plugins/WinVST/Acceleration/Acceleration.cpp +++ b/plugins/WinVST/Acceleration/Acceleration.cpp @@ -1,6 +1,6 @@ /* ======================================== * Acceleration - Acceleration.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration_H diff --git a/plugins/WinVST/Acceleration/Acceleration.h b/plugins/WinVST/Acceleration/Acceleration.h index 4e4dea014..42b8c58a2 100755 --- a/plugins/WinVST/Acceleration/Acceleration.h +++ b/plugins/WinVST/Acceleration/Acceleration.h @@ -1,7 +1,7 @@ /* ======================================== * Acceleration - Acceleration.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration_H diff --git a/plugins/WinVST/Acceleration/AccelerationProc.cpp b/plugins/WinVST/Acceleration/AccelerationProc.cpp index de0446293..83cbd0748 100755 --- a/plugins/WinVST/Acceleration/AccelerationProc.cpp +++ b/plugins/WinVST/Acceleration/AccelerationProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Acceleration - Acceleration.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration_H diff --git a/plugins/WinVST/Acceleration2/Acceleration2.cpp b/plugins/WinVST/Acceleration2/Acceleration2.cpp index 71169fbf5..80182b7d6 100755 --- a/plugins/WinVST/Acceleration2/Acceleration2.cpp +++ b/plugins/WinVST/Acceleration2/Acceleration2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Acceleration2 - Acceleration2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration2_H diff --git a/plugins/WinVST/Acceleration2/Acceleration2.h b/plugins/WinVST/Acceleration2/Acceleration2.h index ee3a7e56f..72b5a8e29 100755 --- a/plugins/WinVST/Acceleration2/Acceleration2.h +++ b/plugins/WinVST/Acceleration2/Acceleration2.h @@ -1,7 +1,7 @@ /* ======================================== * Acceleration2 - Acceleration2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration2_H diff --git a/plugins/WinVST/Acceleration2/Acceleration2Proc.cpp b/plugins/WinVST/Acceleration2/Acceleration2Proc.cpp index 49ece8844..5e045e1e5 100755 --- a/plugins/WinVST/Acceleration2/Acceleration2Proc.cpp +++ b/plugins/WinVST/Acceleration2/Acceleration2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Acceleration2 - Acceleration2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Acceleration2_H diff --git a/plugins/WinVST/Air/Air.cpp b/plugins/WinVST/Air/Air.cpp index 5ad55b387..6fe7acd80 100755 --- a/plugins/WinVST/Air/Air.cpp +++ b/plugins/WinVST/Air/Air.cpp @@ -1,6 +1,6 @@ /* ======================================== * Air - Air.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air_H diff --git a/plugins/WinVST/Air/Air.h b/plugins/WinVST/Air/Air.h index 9432f792b..24cadc2a0 100755 --- a/plugins/WinVST/Air/Air.h +++ b/plugins/WinVST/Air/Air.h @@ -1,7 +1,7 @@ /* ======================================== * Air - Air.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Air_H diff --git a/plugins/WinVST/Air/AirProc.cpp b/plugins/WinVST/Air/AirProc.cpp index 9e72d87e2..3482cf7e9 100755 --- a/plugins/WinVST/Air/AirProc.cpp +++ b/plugins/WinVST/Air/AirProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Air - Air.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air_H diff --git a/plugins/WinVST/Air2/Air2.cpp b/plugins/WinVST/Air2/Air2.cpp index 29a584309..c61e662c8 100755 --- a/plugins/WinVST/Air2/Air2.cpp +++ b/plugins/WinVST/Air2/Air2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Air2 - Air2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air2_H diff --git a/plugins/WinVST/Air2/Air2.h b/plugins/WinVST/Air2/Air2.h index 5fa7a5325..d51737190 100755 --- a/plugins/WinVST/Air2/Air2.h +++ b/plugins/WinVST/Air2/Air2.h @@ -1,7 +1,7 @@ /* ======================================== * Air2 - Air2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Air2_H diff --git a/plugins/WinVST/Air2/Air2Proc.cpp b/plugins/WinVST/Air2/Air2Proc.cpp index e07abffda..10e5ce1bf 100755 --- a/plugins/WinVST/Air2/Air2Proc.cpp +++ b/plugins/WinVST/Air2/Air2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Air2 - Air2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Air2_H diff --git a/plugins/WinVST/Apicolypse/Apicolypse.cpp b/plugins/WinVST/Apicolypse/Apicolypse.cpp index f86eaa223..ddc0a911b 100755 --- a/plugins/WinVST/Apicolypse/Apicolypse.cpp +++ b/plugins/WinVST/Apicolypse/Apicolypse.cpp @@ -1,6 +1,6 @@ /* ======================================== * Apicolypse - Apicolypse.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Apicolypse_H diff --git a/plugins/WinVST/Apicolypse/Apicolypse.h b/plugins/WinVST/Apicolypse/Apicolypse.h index 030e910fc..02e17df4e 100755 --- a/plugins/WinVST/Apicolypse/Apicolypse.h +++ b/plugins/WinVST/Apicolypse/Apicolypse.h @@ -1,7 +1,7 @@ /* ======================================== * Apicolypse - Apicolypse.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Apicolypse_H diff --git a/plugins/WinVST/Apicolypse/ApicolypseProc.cpp b/plugins/WinVST/Apicolypse/ApicolypseProc.cpp index 9e43be098..8e7f2a957 100755 --- a/plugins/WinVST/Apicolypse/ApicolypseProc.cpp +++ b/plugins/WinVST/Apicolypse/ApicolypseProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Apicolypse - Apicolypse.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Apicolypse_H diff --git a/plugins/WinVST/AtmosphereBuss/AtmosphereBuss.cpp b/plugins/WinVST/AtmosphereBuss/AtmosphereBuss.cpp index c2a517acf..7ee004079 100755 --- a/plugins/WinVST/AtmosphereBuss/AtmosphereBuss.cpp +++ b/plugins/WinVST/AtmosphereBuss/AtmosphereBuss.cpp @@ -1,6 +1,6 @@ /* ======================================== * AtmosphereBuss - AtmosphereBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereBuss_H diff --git a/plugins/WinVST/AtmosphereBuss/AtmosphereBuss.h b/plugins/WinVST/AtmosphereBuss/AtmosphereBuss.h index 375f70022..0573ca036 100755 --- a/plugins/WinVST/AtmosphereBuss/AtmosphereBuss.h +++ b/plugins/WinVST/AtmosphereBuss/AtmosphereBuss.h @@ -1,7 +1,7 @@ /* ======================================== * AtmosphereBuss - AtmosphereBuss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereBuss_H diff --git a/plugins/WinVST/AtmosphereBuss/AtmosphereBussProc.cpp b/plugins/WinVST/AtmosphereBuss/AtmosphereBussProc.cpp index 6a5a9a9ba..ceae16bee 100755 --- a/plugins/WinVST/AtmosphereBuss/AtmosphereBussProc.cpp +++ b/plugins/WinVST/AtmosphereBuss/AtmosphereBussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AtmosphereBuss - AtmosphereBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereBuss_H diff --git a/plugins/WinVST/AtmosphereChannel/AtmosphereChannel.cpp b/plugins/WinVST/AtmosphereChannel/AtmosphereChannel.cpp index 8e05bbd54..b5fbecea1 100755 --- a/plugins/WinVST/AtmosphereChannel/AtmosphereChannel.cpp +++ b/plugins/WinVST/AtmosphereChannel/AtmosphereChannel.cpp @@ -1,6 +1,6 @@ /* ======================================== * AtmosphereChannel - AtmosphereChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereChannel_H diff --git a/plugins/WinVST/AtmosphereChannel/AtmosphereChannel.h b/plugins/WinVST/AtmosphereChannel/AtmosphereChannel.h index 7bc3ff2fd..8eed0d2e7 100755 --- a/plugins/WinVST/AtmosphereChannel/AtmosphereChannel.h +++ b/plugins/WinVST/AtmosphereChannel/AtmosphereChannel.h @@ -1,7 +1,7 @@ /* ======================================== * AtmosphereChannel - AtmosphereChannel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereChannel_H diff --git a/plugins/WinVST/AtmosphereChannel/AtmosphereChannelProc.cpp b/plugins/WinVST/AtmosphereChannel/AtmosphereChannelProc.cpp index 92a6a7318..2c28a3e1b 100755 --- a/plugins/WinVST/AtmosphereChannel/AtmosphereChannelProc.cpp +++ b/plugins/WinVST/AtmosphereChannel/AtmosphereChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AtmosphereChannel - AtmosphereChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AtmosphereChannel_H diff --git a/plugins/WinVST/Aura/Aura.cpp b/plugins/WinVST/Aura/Aura.cpp index b26d8a86f..2b5b56ec1 100755 --- a/plugins/WinVST/Aura/Aura.cpp +++ b/plugins/WinVST/Aura/Aura.cpp @@ -1,6 +1,6 @@ /* ======================================== * Aura - Aura.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Aura_H diff --git a/plugins/WinVST/Aura/Aura.h b/plugins/WinVST/Aura/Aura.h index e0feff0c2..70a5b5d41 100755 --- a/plugins/WinVST/Aura/Aura.h +++ b/plugins/WinVST/Aura/Aura.h @@ -1,7 +1,7 @@ /* ======================================== * Aura - Aura.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Aura_H diff --git a/plugins/WinVST/Aura/AuraProc.cpp b/plugins/WinVST/Aura/AuraProc.cpp index 6eb8c56ed..509586d2c 100755 --- a/plugins/WinVST/Aura/AuraProc.cpp +++ b/plugins/WinVST/Aura/AuraProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Aura - Aura.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Aura_H diff --git a/plugins/WinVST/AutoPan/AutoPan.cpp b/plugins/WinVST/AutoPan/AutoPan.cpp index 69bd7a377..9138ee002 100755 --- a/plugins/WinVST/AutoPan/AutoPan.cpp +++ b/plugins/WinVST/AutoPan/AutoPan.cpp @@ -1,6 +1,6 @@ /* ======================================== * AutoPan - AutoPan.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AutoPan_H diff --git a/plugins/WinVST/AutoPan/AutoPan.h b/plugins/WinVST/AutoPan/AutoPan.h index 64058b082..0bc64a62e 100755 --- a/plugins/WinVST/AutoPan/AutoPan.h +++ b/plugins/WinVST/AutoPan/AutoPan.h @@ -1,7 +1,7 @@ /* ======================================== * AutoPan - AutoPan.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AutoPan_H diff --git a/plugins/WinVST/AutoPan/AutoPanProc.cpp b/plugins/WinVST/AutoPan/AutoPanProc.cpp index 632f9bfaa..ae3c032c3 100755 --- a/plugins/WinVST/AutoPan/AutoPanProc.cpp +++ b/plugins/WinVST/AutoPan/AutoPanProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AutoPan - AutoPan.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AutoPan_H diff --git a/plugins/WinVST/AverMatrix/AverMatrix.cpp b/plugins/WinVST/AverMatrix/AverMatrix.cpp index 9c1db1f5e..bfa91bb09 100755 --- a/plugins/WinVST/AverMatrix/AverMatrix.cpp +++ b/plugins/WinVST/AverMatrix/AverMatrix.cpp @@ -1,6 +1,6 @@ /* ======================================== * AverMatrix - AverMatrix.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AverMatrix_H diff --git a/plugins/WinVST/AverMatrix/AverMatrix.h b/plugins/WinVST/AverMatrix/AverMatrix.h index a21b9f267..518989660 100755 --- a/plugins/WinVST/AverMatrix/AverMatrix.h +++ b/plugins/WinVST/AverMatrix/AverMatrix.h @@ -1,7 +1,7 @@ /* ======================================== * AverMatrix - AverMatrix.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __AverMatrix_H diff --git a/plugins/WinVST/AverMatrix/AverMatrixProc.cpp b/plugins/WinVST/AverMatrix/AverMatrixProc.cpp index 7eff58078..146a0bdf9 100755 --- a/plugins/WinVST/AverMatrix/AverMatrixProc.cpp +++ b/plugins/WinVST/AverMatrix/AverMatrixProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * AverMatrix - AverMatrix.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __AverMatrix_H diff --git a/plugins/WinVST/Average/Average.cpp b/plugins/WinVST/Average/Average.cpp index 64f301f56..cd8461158 100755 --- a/plugins/WinVST/Average/Average.cpp +++ b/plugins/WinVST/Average/Average.cpp @@ -1,6 +1,6 @@ /* ======================================== * Average - Average.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Average_H diff --git a/plugins/WinVST/Average/Average.h b/plugins/WinVST/Average/Average.h index 1cdc884ba..9d70619dd 100755 --- a/plugins/WinVST/Average/Average.h +++ b/plugins/WinVST/Average/Average.h @@ -1,7 +1,7 @@ /* ======================================== * Average - Average.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Average_H diff --git a/plugins/WinVST/Average/AverageProc.cpp b/plugins/WinVST/Average/AverageProc.cpp index b47fc830b..c041e2d15 100755 --- a/plugins/WinVST/Average/AverageProc.cpp +++ b/plugins/WinVST/Average/AverageProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Average - Average.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Average_H diff --git a/plugins/WinVST/Balanced/Balanced.cpp b/plugins/WinVST/Balanced/Balanced.cpp index 6e713da63..ceedfbf01 100755 --- a/plugins/WinVST/Balanced/Balanced.cpp +++ b/plugins/WinVST/Balanced/Balanced.cpp @@ -1,6 +1,6 @@ /* ======================================== * Balanced - Balanced.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Balanced_H diff --git a/plugins/WinVST/Balanced/Balanced.h b/plugins/WinVST/Balanced/Balanced.h index 4cc19472c..f8664f2f5 100755 --- a/plugins/WinVST/Balanced/Balanced.h +++ b/plugins/WinVST/Balanced/Balanced.h @@ -1,7 +1,7 @@ /* ======================================== * Balanced - Balanced.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Balanced_H diff --git a/plugins/WinVST/Balanced/BalancedProc.cpp b/plugins/WinVST/Balanced/BalancedProc.cpp index 88944c8b6..4ea01988a 100755 --- a/plugins/WinVST/Balanced/BalancedProc.cpp +++ b/plugins/WinVST/Balanced/BalancedProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Balanced - Balanced.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Balanced_H diff --git a/plugins/WinVST/BassAmp/BassAmp.cpp b/plugins/WinVST/BassAmp/BassAmp.cpp index 85eba6d6d..3c56fae52 100755 --- a/plugins/WinVST/BassAmp/BassAmp.cpp +++ b/plugins/WinVST/BassAmp/BassAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassAmp - BassAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassAmp_H diff --git a/plugins/WinVST/BassAmp/BassAmp.h b/plugins/WinVST/BassAmp/BassAmp.h index a50b4d688..de1f206c9 100755 --- a/plugins/WinVST/BassAmp/BassAmp.h +++ b/plugins/WinVST/BassAmp/BassAmp.h @@ -1,7 +1,7 @@ /* ======================================== * BassAmp - BassAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BassAmp_H diff --git a/plugins/WinVST/BassAmp/BassAmpProc.cpp b/plugins/WinVST/BassAmp/BassAmpProc.cpp index ae941ec2b..14a9c328a 100755 --- a/plugins/WinVST/BassAmp/BassAmpProc.cpp +++ b/plugins/WinVST/BassAmp/BassAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassAmp - BassAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassAmp_H diff --git a/plugins/WinVST/BassDrive/BassDrive.cpp b/plugins/WinVST/BassDrive/BassDrive.cpp index b042dd13b..bc89acfe2 100755 --- a/plugins/WinVST/BassDrive/BassDrive.cpp +++ b/plugins/WinVST/BassDrive/BassDrive.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassDrive - BassDrive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassDrive_H diff --git a/plugins/WinVST/BassDrive/BassDrive.h b/plugins/WinVST/BassDrive/BassDrive.h index c4b152e43..afc60a410 100755 --- a/plugins/WinVST/BassDrive/BassDrive.h +++ b/plugins/WinVST/BassDrive/BassDrive.h @@ -1,7 +1,7 @@ /* ======================================== * BassDrive - BassDrive.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BassDrive_H diff --git a/plugins/WinVST/BassDrive/BassDriveProc.cpp b/plugins/WinVST/BassDrive/BassDriveProc.cpp index 48770fb9e..7555dccd7 100755 --- a/plugins/WinVST/BassDrive/BassDriveProc.cpp +++ b/plugins/WinVST/BassDrive/BassDriveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassDrive - BassDrive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassDrive_H diff --git a/plugins/WinVST/BassKit/BassKit.cpp b/plugins/WinVST/BassKit/BassKit.cpp index 0eec1c5eb..8be3402e1 100755 --- a/plugins/WinVST/BassKit/BassKit.cpp +++ b/plugins/WinVST/BassKit/BassKit.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassKit - BassKit.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassKit_H diff --git a/plugins/WinVST/BassKit/BassKit.h b/plugins/WinVST/BassKit/BassKit.h index c192cfa11..dcd12945a 100755 --- a/plugins/WinVST/BassKit/BassKit.h +++ b/plugins/WinVST/BassKit/BassKit.h @@ -1,7 +1,7 @@ /* ======================================== * BassKit - BassKit.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BassKit_H diff --git a/plugins/WinVST/BassKit/BassKitProc.cpp b/plugins/WinVST/BassKit/BassKitProc.cpp index c05d6e66f..6a23df386 100755 --- a/plugins/WinVST/BassKit/BassKitProc.cpp +++ b/plugins/WinVST/BassKit/BassKitProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BassKit - BassKit.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BassKit_H diff --git a/plugins/WinVST/Baxandall/Baxandall.cpp b/plugins/WinVST/Baxandall/Baxandall.cpp index a9f32fa6d..6a6f1b58c 100755 --- a/plugins/WinVST/Baxandall/Baxandall.cpp +++ b/plugins/WinVST/Baxandall/Baxandall.cpp @@ -1,6 +1,6 @@ /* ======================================== * Baxandall - Baxandall.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall_H diff --git a/plugins/WinVST/Baxandall/Baxandall.h b/plugins/WinVST/Baxandall/Baxandall.h index f8b773123..b9b3b26a7 100755 --- a/plugins/WinVST/Baxandall/Baxandall.h +++ b/plugins/WinVST/Baxandall/Baxandall.h @@ -1,7 +1,7 @@ /* ======================================== * Baxandall - Baxandall.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall_H diff --git a/plugins/WinVST/Baxandall/BaxandallProc.cpp b/plugins/WinVST/Baxandall/BaxandallProc.cpp index 3a5c5b268..5f3a73821 100755 --- a/plugins/WinVST/Baxandall/BaxandallProc.cpp +++ b/plugins/WinVST/Baxandall/BaxandallProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Baxandall - Baxandall.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Baxandall_H diff --git a/plugins/LinuxVST/src/PurestWarm2/.vs/Console4Channel64/v14/.suo b/plugins/WinVST/Baxandall2/.vs/Console4Channel64/v14/.suo similarity index 100% rename from plugins/LinuxVST/src/PurestWarm2/.vs/Console4Channel64/v14/.suo rename to plugins/WinVST/Baxandall2/.vs/Console4Channel64/v14/.suo diff --git a/plugins/WinVST/Console8BussOut/.vs/VSTProject/v14/.suo b/plugins/WinVST/Baxandall2/.vs/VSTProject/v14/.suo similarity index 96% rename from plugins/WinVST/Console8BussOut/.vs/VSTProject/v14/.suo rename to plugins/WinVST/Baxandall2/.vs/VSTProject/v14/.suo index cbb912035..48edf7032 100755 Binary files a/plugins/WinVST/Console8BussOut/.vs/VSTProject/v14/.suo and b/plugins/WinVST/Baxandall2/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/Baxandall2/Baxandall2.cpp b/plugins/WinVST/Baxandall2/Baxandall2.cpp new file mode 100755 index 000000000..253175714 --- /dev/null +++ b/plugins/WinVST/Baxandall2/Baxandall2.cpp @@ -0,0 +1,138 @@ +/* ======================================== + * Baxandall2 - Baxandall2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Baxandall2_H +#include "Baxandall2.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Baxandall2(audioMaster);} + +Baxandall2::Baxandall2(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.5; + B = 0.5; + for (int x = 0; x < 9; x++) { + trebleAL[x] = 0.0; + trebleBL[x] = 0.0; + bassAL[x] = 0.0; + bassBL[x] = 0.0; + trebleAR[x] = 0.0; + trebleBR[x] = 0.0; + bassAR[x] = 0.0; + bassBR[x] = 0.0; + } + flip = false; + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Baxandall2::~Baxandall2() {} +VstInt32 Baxandall2::getVendorVersion () {return 1000;} +void Baxandall2::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Baxandall2::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Baxandall2::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Baxandall2::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Baxandall2::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Baxandall2::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Baxandall2::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Treble", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Bass", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Baxandall2::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string ((A*48.0)-24.0, text, kVstMaxParamStrLen); break; + case kParamB: float2string ((B*48.0)-24.0, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Baxandall2::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "dB", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "dB", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Baxandall2::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Baxandall2::getEffectName(char* name) { + vst_strncpy(name, "Baxandall2", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Baxandall2::getPlugCategory() {return kPlugCategEffect;} + +bool Baxandall2::getProductString(char* text) { + vst_strncpy (text, "airwindows Baxandall2", kVstMaxProductStrLen); return true; +} + +bool Baxandall2::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/WinVST/Baxandall2/Baxandall2.h b/plugins/WinVST/Baxandall2/Baxandall2.h new file mode 100755 index 000000000..05f8a37f7 --- /dev/null +++ b/plugins/WinVST/Baxandall2/Baxandall2.h @@ -0,0 +1,78 @@ +/* ======================================== + * 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 "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kNumParameters = 2 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'baxb'; //Change this to what the AU identity is! + +class Baxandall2 : + public AudioEffectX +{ +public: + Baxandall2(audioMasterCallback audioMaster); + ~Baxandall2(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + uint32_t fpdL; + uint32_t fpdR; + //default stuff + double trebleAL[9]; + double trebleBL[9]; + double bassAL[9]; + double bassBL[9]; + + double trebleAR[9]; + double trebleBR[9]; + double bassAR[9]; + double bassBR[9]; + bool flip; + + float A; + float B; + float C; + float D; + float E; //parameters. Always 0-1, and we scale/alter them elsewhere. + +}; + +#endif diff --git a/plugins/WinVST/Baxandall2/Baxandall2Proc.cpp b/plugins/WinVST/Baxandall2/Baxandall2Proc.cpp new file mode 100755 index 000000000..e20498b84 --- /dev/null +++ b/plugins/WinVST/Baxandall2/Baxandall2Proc.cpp @@ -0,0 +1,238 @@ +/* ======================================== + * 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 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double trebleGain = pow(10.0,((A*48.0)-24.0)/20.0); + double trebleFreq = (4410.0*trebleGain)/getSampleRate(); + if (trebleFreq > 0.45) trebleFreq = 0.45; + trebleAL[0] = trebleBL[0] = trebleAR[0] = trebleBR[0] = trebleFreq; + double bassGain = pow(10.0,((B*48.0)-24.0)/20.0); + double bassFreq = pow(10.0,-((B*48.0)-24.0)/20.0); + bassFreq = (8820.0*bassFreq)/getSampleRate(); + if (bassFreq > 0.45) bassFreq = 0.45; + bassAL[0] = bassBL[0] = bassAR[0] = bassBR[0] = bassFreq; + trebleAL[1] = trebleBL[1] = trebleAR[1] = trebleBR[1] = 0.4; + bassAL[1] = bassBL[1] = bassAR[1] = bassBR[1] = 0.2; + + double K = tan(M_PI * trebleAL[0]); + double norm = 1.0 / (1.0 + K / trebleAL[1] + K * K); + trebleBL[2] = trebleAL[2] = trebleBR[2] = trebleAR[2] = K * K * norm; + trebleBL[3] = trebleAL[3] = trebleBR[3] = trebleAR[3] = 2.0 * trebleAL[2]; + trebleBL[4] = trebleAL[4] = trebleBR[4] = trebleAR[4] = trebleAL[2]; + trebleBL[5] = trebleAL[5] = trebleBR[5] = trebleAR[5] = 2.0 * (K * K - 1.0) * norm; + trebleBL[6] = trebleAL[6] = trebleBR[6] = trebleAR[6] = (1.0 - K / trebleAL[1] + K * K) * norm; + + K = tan(M_PI * bassAL[0]); + norm = 1.0 / (1.0 + K / bassAL[1] + K * K); + bassBL[2] = bassAL[2] = bassBR[2] = bassAR[2] = K * K * norm; + bassBL[3] = bassAL[3] = bassBR[3] = bassAR[3] = 2.0 * bassAL[2]; + bassBL[4] = bassAL[4] = bassBR[4] = bassAR[4] = bassAL[2]; + bassBL[5] = bassAL[5] = bassBR[5] = bassAR[5] = 2.0 * (K * K - 1.0) * norm; + bassBL[6] = bassAL[6] = bassBR[6] = bassAR[6] = (1.0 - K / bassAL[1] + K * K) * norm; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + double trebleSampleL; + double bassSampleL; + double trebleSampleR; + double bassSampleR; + + if (flip) + { + trebleSampleL = (inputSampleL * trebleAL[2]) + trebleAL[7]; + trebleAL[7] = (inputSampleL * trebleAL[3]) - (trebleSampleL * trebleAL[5]) + trebleAL[8]; + trebleAL[8] = (inputSampleL * trebleAL[4]) - (trebleSampleL * trebleAL[6]); + trebleSampleL = inputSampleL - trebleSampleL; + + bassSampleL = (inputSampleL * bassAL[2]) + bassAL[7]; + bassAL[7] = (inputSampleL * bassAL[3]) - (bassSampleL * bassAL[5]) + bassAL[8]; + bassAL[8] = (inputSampleL * bassAL[4]) - (bassSampleL * bassAL[6]); + + trebleSampleR = (inputSampleR * trebleAR[2]) + trebleAR[7]; + trebleAR[7] = (inputSampleR * trebleAR[3]) - (trebleSampleR * trebleAR[5]) + trebleAR[8]; + trebleAR[8] = (inputSampleR * trebleAR[4]) - (trebleSampleR * trebleAR[6]); + trebleSampleR = inputSampleR - trebleSampleR; + + bassSampleR = (inputSampleR * bassAR[2]) + bassAR[7]; + bassAR[7] = (inputSampleR * bassAR[3]) - (bassSampleR * bassAR[5]) + bassAR[8]; + bassAR[8] = (inputSampleR * bassAR[4]) - (bassSampleR * bassAR[6]); + } + else + { + trebleSampleL = (inputSampleL * trebleBL[2]) + trebleBL[7]; + trebleBL[7] = (inputSampleL * trebleBL[3]) - (trebleSampleL * trebleBL[5]) + trebleBL[8]; + trebleBL[8] = (inputSampleL * trebleBL[4]) - (trebleSampleL * trebleBL[6]); + trebleSampleL = inputSampleL - trebleSampleL; + + bassSampleL = (inputSampleL * bassBL[2]) + bassBL[7]; + bassBL[7] = (inputSampleL * bassBL[3]) - (bassSampleL * bassBL[5]) + bassBL[8]; + bassBL[8] = (inputSampleL * bassBL[4]) - (bassSampleL * bassBL[6]); + + trebleSampleR = (inputSampleR * trebleBR[2]) + trebleBR[7]; + trebleBR[7] = (inputSampleR * trebleBR[3]) - (trebleSampleR * trebleBR[5]) + trebleBR[8]; + trebleBR[8] = (inputSampleR * trebleBR[4]) - (trebleSampleR * trebleBR[6]); + trebleSampleR = inputSampleR - trebleSampleR; + + bassSampleR = (inputSampleR * bassBR[2]) + bassBR[7]; + bassBR[7] = (inputSampleR * bassBR[3]) - (bassSampleR * bassBR[5]) + bassBR[8]; + bassBR[8] = (inputSampleR * bassBR[4]) - (bassSampleR * bassBR[6]); + } + flip = !flip; + + trebleSampleL *= trebleGain; + bassSampleL *= bassGain; + inputSampleL = bassSampleL + trebleSampleL; //interleaved biquad + trebleSampleR *= trebleGain; + bassSampleR *= bassGain; + inputSampleR = bassSampleR + trebleSampleR; //interleaved biquad + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Baxandall2::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double trebleGain = pow(10.0,((A*48.0)-24.0)/20.0); + double trebleFreq = (4410.0*trebleGain)/getSampleRate(); + if (trebleFreq > 0.45) trebleFreq = 0.45; + trebleAL[0] = trebleBL[0] = trebleAR[0] = trebleBR[0] = trebleFreq; + double bassGain = pow(10.0,((B*48.0)-24.0)/20.0); + double bassFreq = pow(10.0,-((B*48.0)-24.0)/20.0); + bassFreq = (8820.0*bassFreq)/getSampleRate(); + if (bassFreq > 0.45) bassFreq = 0.45; + bassAL[0] = bassBL[0] = bassAR[0] = bassBR[0] = bassFreq; + trebleAL[1] = trebleBL[1] = trebleAR[1] = trebleBR[1] = 0.4; + bassAL[1] = bassBL[1] = bassAR[1] = bassBR[1] = 0.2; + + double K = tan(M_PI * trebleAL[0]); + double norm = 1.0 / (1.0 + K / trebleAL[1] + K * K); + trebleBL[2] = trebleAL[2] = trebleBR[2] = trebleAR[2] = K * K * norm; + trebleBL[3] = trebleAL[3] = trebleBR[3] = trebleAR[3] = 2.0 * trebleAL[2]; + trebleBL[4] = trebleAL[4] = trebleBR[4] = trebleAR[4] = trebleAL[2]; + trebleBL[5] = trebleAL[5] = trebleBR[5] = trebleAR[5] = 2.0 * (K * K - 1.0) * norm; + trebleBL[6] = trebleAL[6] = trebleBR[6] = trebleAR[6] = (1.0 - K / trebleAL[1] + K * K) * norm; + + K = tan(M_PI * bassAL[0]); + norm = 1.0 / (1.0 + K / bassAL[1] + K * K); + bassBL[2] = bassAL[2] = bassBR[2] = bassAR[2] = K * K * norm; + bassBL[3] = bassAL[3] = bassBR[3] = bassAR[3] = 2.0 * bassAL[2]; + bassBL[4] = bassAL[4] = bassBR[4] = bassAR[4] = bassAL[2]; + bassBL[5] = bassAL[5] = bassBR[5] = bassAR[5] = 2.0 * (K * K - 1.0) * norm; + bassBL[6] = bassAL[6] = bassBR[6] = bassAR[6] = (1.0 - K / bassAL[1] + K * K) * norm; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + double trebleSampleL; + double bassSampleL; + double trebleSampleR; + double bassSampleR; + + if (flip) + { + trebleSampleL = (inputSampleL * trebleAL[2]) + trebleAL[7]; + trebleAL[7] = (inputSampleL * trebleAL[3]) - (trebleSampleL * trebleAL[5]) + trebleAL[8]; + trebleAL[8] = (inputSampleL * trebleAL[4]) - (trebleSampleL * trebleAL[6]); + trebleSampleL = inputSampleL - trebleSampleL; + + bassSampleL = (inputSampleL * bassAL[2]) + bassAL[7]; + bassAL[7] = (inputSampleL * bassAL[3]) - (bassSampleL * bassAL[5]) + bassAL[8]; + bassAL[8] = (inputSampleL * bassAL[4]) - (bassSampleL * bassAL[6]); + + trebleSampleR = (inputSampleR * trebleAR[2]) + trebleAR[7]; + trebleAR[7] = (inputSampleR * trebleAR[3]) - (trebleSampleR * trebleAR[5]) + trebleAR[8]; + trebleAR[8] = (inputSampleR * trebleAR[4]) - (trebleSampleR * trebleAR[6]); + trebleSampleR = inputSampleR - trebleSampleR; + + bassSampleR = (inputSampleR * bassAR[2]) + bassAR[7]; + bassAR[7] = (inputSampleR * bassAR[3]) - (bassSampleR * bassAR[5]) + bassAR[8]; + bassAR[8] = (inputSampleR * bassAR[4]) - (bassSampleR * bassAR[6]); + } + else + { + trebleSampleL = (inputSampleL * trebleBL[2]) + trebleBL[7]; + trebleBL[7] = (inputSampleL * trebleBL[3]) - (trebleSampleL * trebleBL[5]) + trebleBL[8]; + trebleBL[8] = (inputSampleL * trebleBL[4]) - (trebleSampleL * trebleBL[6]); + trebleSampleL = inputSampleL - trebleSampleL; + + bassSampleL = (inputSampleL * bassBL[2]) + bassBL[7]; + bassBL[7] = (inputSampleL * bassBL[3]) - (bassSampleL * bassBL[5]) + bassBL[8]; + bassBL[8] = (inputSampleL * bassBL[4]) - (bassSampleL * bassBL[6]); + + trebleSampleR = (inputSampleR * trebleBR[2]) + trebleBR[7]; + trebleBR[7] = (inputSampleR * trebleBR[3]) - (trebleSampleR * trebleBR[5]) + trebleBR[8]; + trebleBR[8] = (inputSampleR * trebleBR[4]) - (trebleSampleR * trebleBR[6]); + trebleSampleR = inputSampleR - trebleSampleR; + + bassSampleR = (inputSampleR * bassBR[2]) + bassBR[7]; + bassBR[7] = (inputSampleR * bassBR[3]) - (bassSampleR * bassBR[5]) + bassBR[8]; + bassBR[8] = (inputSampleR * bassBR[4]) - (bassSampleR * bassBR[6]); + } + flip = !flip; + + trebleSampleL *= trebleGain; + bassSampleL *= bassGain; + inputSampleL = bassSampleL + trebleSampleL; //interleaved biquad + trebleSampleR *= trebleGain; + bassSampleR *= bassGain; + inputSampleR = bassSampleR + trebleSampleR; //interleaved biquad + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/WinVST/Console8BussOut/VSTProject.sln b/plugins/WinVST/Baxandall2/VSTProject.sln similarity index 100% rename from plugins/WinVST/Console8BussOut/VSTProject.sln rename to plugins/WinVST/Baxandall2/VSTProject.sln diff --git a/plugins/WinVST/Baxandall2/VSTProject.vcxproj b/plugins/WinVST/Baxandall2/VSTProject.vcxproj new file mode 100755 index 000000000..dfa4fdbaa --- /dev/null +++ b/plugins/WinVST/Baxandall2/VSTProject.vcxproj @@ -0,0 +1,183 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + + + + + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C} + VSTProject + 8.1 + Baxandall264 + + + + DynamicLibrary + true + v140 + NotSet + + + DynamicLibrary + false + v140 + false + NotSet + + + DynamicLibrary + true + v140 + NotSet + + + DynamicLibrary + false + v140 + false + NotSet + + + + + + + + + + + + + + + + + + + + + .dll + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH) + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH) + + + + Level3 + MaxSpeed + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + MultiThreadedDebug + Speed + false + Default + false + None + + + vstplug.def + libcmt.dll;libcmtd.dll;msvcrt.lib;%(IgnoreSpecificDefaultLibraries) + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + + + Level3 + MaxSpeed + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + false + MultiThreadedDebug + Default + false + None + + + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + libcmt.dll;libcmtd.dll;msvcrt.lib;%(IgnoreSpecificDefaultLibraries) + vstplug.def + + + + + Level3 + MaxSpeed + false + false + true + MultiThreaded + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + None + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + + + true + true + libcmt.dll;libcmtd.dll;msvcrt.lib;libc.lib;libcd.lib;libcmt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + libcmt.lib;uuid.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + vstplug.def + + + + + Level3 + MaxSpeed + false + false + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + None + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + MultiThreaded + + + true + true + libcmt.dll;libcmtd.dll;msvcrt.lib;libc.lib;libcd.lib;libcmt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + libcmt.lib;uuid.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + vstplug.def + + + + + + \ No newline at end of file diff --git a/plugins/WinVST/Baxandall2/VSTProject.vcxproj.filters b/plugins/WinVST/Baxandall2/VSTProject.vcxproj.filters new file mode 100755 index 000000000..78828b9dd --- /dev/null +++ b/plugins/WinVST/Baxandall2/VSTProject.vcxproj.filters @@ -0,0 +1,48 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/plugins/WinVST/Console8BussOut/VSTProject.vcxproj.user b/plugins/WinVST/Baxandall2/VSTProject.vcxproj.user similarity index 100% rename from plugins/WinVST/Console8BussOut/VSTProject.vcxproj.user rename to plugins/WinVST/Baxandall2/VSTProject.vcxproj.user diff --git a/plugins/WinVST/Console8BussOut/vstplug.def b/plugins/WinVST/Baxandall2/vstplug.def similarity index 100% rename from plugins/WinVST/Console8BussOut/vstplug.def rename to plugins/WinVST/Baxandall2/vstplug.def diff --git a/plugins/WinVST/Beam/Beam.cpp b/plugins/WinVST/Beam/Beam.cpp index 2f52cf2fd..e882208bf 100755 --- a/plugins/WinVST/Beam/Beam.cpp +++ b/plugins/WinVST/Beam/Beam.cpp @@ -1,6 +1,6 @@ /* ======================================== * Beam - Beam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Beam_H diff --git a/plugins/WinVST/Beam/Beam.h b/plugins/WinVST/Beam/Beam.h index 0b59bbfb8..88a7aa31f 100755 --- a/plugins/WinVST/Beam/Beam.h +++ b/plugins/WinVST/Beam/Beam.h @@ -1,7 +1,7 @@ /* ======================================== * Beam - Beam.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Beam_H diff --git a/plugins/WinVST/Beam/BeamProc.cpp b/plugins/WinVST/Beam/BeamProc.cpp index 6a2ba2eb7..aa7f95a3a 100755 --- a/plugins/WinVST/Beam/BeamProc.cpp +++ b/plugins/WinVST/Beam/BeamProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Beam - Beam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Beam_H diff --git a/plugins/WinVST/BigAmp/BigAmp.cpp b/plugins/WinVST/BigAmp/BigAmp.cpp index 1f1a3588d..99268a9ee 100755 --- a/plugins/WinVST/BigAmp/BigAmp.cpp +++ b/plugins/WinVST/BigAmp/BigAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * BigAmp - BigAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/BigAmp/BigAmp.h b/plugins/WinVST/BigAmp/BigAmp.h index 621a90a15..44e319708 100755 --- a/plugins/WinVST/BigAmp/BigAmp.h +++ b/plugins/WinVST/BigAmp/BigAmp.h @@ -1,7 +1,7 @@ /* ======================================== * BigAmp - BigAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/BigAmp/BigAmpProc.cpp b/plugins/WinVST/BigAmp/BigAmpProc.cpp index a478c3d2e..65c01dea0 100755 --- a/plugins/WinVST/BigAmp/BigAmpProc.cpp +++ b/plugins/WinVST/BigAmp/BigAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BigAmp - BigAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/Biquad/Biquad.cpp b/plugins/WinVST/Biquad/Biquad.cpp index 66882abdd..00ddd4bfb 100755 --- a/plugins/WinVST/Biquad/Biquad.cpp +++ b/plugins/WinVST/Biquad/Biquad.cpp @@ -1,6 +1,6 @@ /* ======================================== * Biquad - Biquad.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad_H diff --git a/plugins/WinVST/Biquad/Biquad.h b/plugins/WinVST/Biquad/Biquad.h index caa938859..c582b9437 100755 --- a/plugins/WinVST/Biquad/Biquad.h +++ b/plugins/WinVST/Biquad/Biquad.h @@ -1,7 +1,7 @@ /* ======================================== * Biquad - Biquad.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad_H diff --git a/plugins/WinVST/Biquad/BiquadProc.cpp b/plugins/WinVST/Biquad/BiquadProc.cpp index 62f2afd7d..91befbf91 100755 --- a/plugins/WinVST/Biquad/BiquadProc.cpp +++ b/plugins/WinVST/Biquad/BiquadProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Biquad - Biquad.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad_H diff --git a/plugins/WinVST/Biquad2/Biquad2.cpp b/plugins/WinVST/Biquad2/Biquad2.cpp index 46b86d670..8cd3822cf 100755 --- a/plugins/WinVST/Biquad2/Biquad2.cpp +++ b/plugins/WinVST/Biquad2/Biquad2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Biquad2 - Biquad2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad2_H diff --git a/plugins/WinVST/Biquad2/Biquad2.h b/plugins/WinVST/Biquad2/Biquad2.h index f27b567e3..16ebf9121 100755 --- a/plugins/WinVST/Biquad2/Biquad2.h +++ b/plugins/WinVST/Biquad2/Biquad2.h @@ -1,7 +1,7 @@ /* ======================================== * Biquad2 - Biquad2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad2_H diff --git a/plugins/WinVST/Biquad2/Biquad2Proc.cpp b/plugins/WinVST/Biquad2/Biquad2Proc.cpp index 608963adc..205e34146 100755 --- a/plugins/WinVST/Biquad2/Biquad2Proc.cpp +++ b/plugins/WinVST/Biquad2/Biquad2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Biquad2 - Biquad2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Biquad2_H diff --git a/plugins/WinVST/BiquadDouble/BiquadDouble.cpp b/plugins/WinVST/BiquadDouble/BiquadDouble.cpp index 5ceb395ff..f51f5e541 100755 --- a/plugins/WinVST/BiquadDouble/BiquadDouble.cpp +++ b/plugins/WinVST/BiquadDouble/BiquadDouble.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadDouble - BiquadDouble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadDouble_H diff --git a/plugins/WinVST/BiquadDouble/BiquadDouble.h b/plugins/WinVST/BiquadDouble/BiquadDouble.h index 8ea80f434..8a6c42b5b 100755 --- a/plugins/WinVST/BiquadDouble/BiquadDouble.h +++ b/plugins/WinVST/BiquadDouble/BiquadDouble.h @@ -1,7 +1,7 @@ /* ======================================== * BiquadDouble - BiquadDouble.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadDouble_H diff --git a/plugins/WinVST/BiquadDouble/BiquadDoubleProc.cpp b/plugins/WinVST/BiquadDouble/BiquadDoubleProc.cpp index 91ae6845a..3f91af231 100755 --- a/plugins/WinVST/BiquadDouble/BiquadDoubleProc.cpp +++ b/plugins/WinVST/BiquadDouble/BiquadDoubleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadDouble - BiquadDouble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadDouble_H diff --git a/plugins/WinVST/BiquadOneHalf/BiquadOneHalf.cpp b/plugins/WinVST/BiquadOneHalf/BiquadOneHalf.cpp index 5bbf7ff4a..dc4afba54 100755 --- a/plugins/WinVST/BiquadOneHalf/BiquadOneHalf.cpp +++ b/plugins/WinVST/BiquadOneHalf/BiquadOneHalf.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadOneHalf - BiquadOneHalf.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadOneHalf_H diff --git a/plugins/WinVST/BiquadOneHalf/BiquadOneHalf.h b/plugins/WinVST/BiquadOneHalf/BiquadOneHalf.h index 13874fd38..027065291 100755 --- a/plugins/WinVST/BiquadOneHalf/BiquadOneHalf.h +++ b/plugins/WinVST/BiquadOneHalf/BiquadOneHalf.h @@ -1,7 +1,7 @@ /* ======================================== * BiquadOneHalf - BiquadOneHalf.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadOneHalf_H diff --git a/plugins/WinVST/BiquadOneHalf/BiquadOneHalfProc.cpp b/plugins/WinVST/BiquadOneHalf/BiquadOneHalfProc.cpp index 4ab27a060..467955c1a 100755 --- a/plugins/WinVST/BiquadOneHalf/BiquadOneHalfProc.cpp +++ b/plugins/WinVST/BiquadOneHalf/BiquadOneHalfProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadOneHalf - BiquadOneHalf.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadOneHalf_H diff --git a/plugins/WinVST/BiquadPlus/BiquadPlus.cpp b/plugins/WinVST/BiquadPlus/BiquadPlus.cpp index a8665ef1c..9d9c1c18a 100755 --- a/plugins/WinVST/BiquadPlus/BiquadPlus.cpp +++ b/plugins/WinVST/BiquadPlus/BiquadPlus.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadPlus - BiquadPlus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadPlus_H diff --git a/plugins/WinVST/BiquadPlus/BiquadPlus.h b/plugins/WinVST/BiquadPlus/BiquadPlus.h index 0ef273e12..06488cd61 100755 --- a/plugins/WinVST/BiquadPlus/BiquadPlus.h +++ b/plugins/WinVST/BiquadPlus/BiquadPlus.h @@ -1,7 +1,7 @@ /* ======================================== * BiquadPlus - BiquadPlus.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadPlus_H diff --git a/plugins/WinVST/BiquadPlus/BiquadPlusProc.cpp b/plugins/WinVST/BiquadPlus/BiquadPlusProc.cpp index b2ad19c4d..0a25cbc9f 100755 --- a/plugins/WinVST/BiquadPlus/BiquadPlusProc.cpp +++ b/plugins/WinVST/BiquadPlus/BiquadPlusProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadPlus - BiquadPlus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadPlus_H diff --git a/plugins/WinVST/BiquadTriple/BiquadTriple.cpp b/plugins/WinVST/BiquadTriple/BiquadTriple.cpp index f416a95e0..58341de40 100755 --- a/plugins/WinVST/BiquadTriple/BiquadTriple.cpp +++ b/plugins/WinVST/BiquadTriple/BiquadTriple.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadTriple - BiquadTriple.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadTriple_H diff --git a/plugins/WinVST/BiquadTriple/BiquadTriple.h b/plugins/WinVST/BiquadTriple/BiquadTriple.h index f86dda9b5..c65a65d69 100755 --- a/plugins/WinVST/BiquadTriple/BiquadTriple.h +++ b/plugins/WinVST/BiquadTriple/BiquadTriple.h @@ -1,7 +1,7 @@ /* ======================================== * BiquadTriple - BiquadTriple.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadTriple_H diff --git a/plugins/WinVST/BiquadTriple/BiquadTripleProc.cpp b/plugins/WinVST/BiquadTriple/BiquadTripleProc.cpp index 4643ed6a5..d17bdc283 100755 --- a/plugins/WinVST/BiquadTriple/BiquadTripleProc.cpp +++ b/plugins/WinVST/BiquadTriple/BiquadTripleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BiquadTriple - BiquadTriple.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BiquadTriple_H diff --git a/plugins/WinVST/BitGlitter/BitGlitter.cpp b/plugins/WinVST/BitGlitter/BitGlitter.cpp index 13e689a6a..8b08ca613 100755 --- a/plugins/WinVST/BitGlitter/BitGlitter.cpp +++ b/plugins/WinVST/BitGlitter/BitGlitter.cpp @@ -1,6 +1,6 @@ /* ======================================== * BitGlitter - BitGlitter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitGlitter_H diff --git a/plugins/WinVST/BitGlitter/BitGlitter.h b/plugins/WinVST/BitGlitter/BitGlitter.h index 2f0702e5a..158ecdcc0 100755 --- a/plugins/WinVST/BitGlitter/BitGlitter.h +++ b/plugins/WinVST/BitGlitter/BitGlitter.h @@ -1,7 +1,7 @@ /* ======================================== * BitGlitter - BitGlitter.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BitGlitter_H diff --git a/plugins/WinVST/BitGlitter/BitGlitterProc.cpp b/plugins/WinVST/BitGlitter/BitGlitterProc.cpp index 792c78c67..2f4275f4d 100755 --- a/plugins/WinVST/BitGlitter/BitGlitterProc.cpp +++ b/plugins/WinVST/BitGlitter/BitGlitterProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BitGlitter - BitGlitter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitGlitter_H diff --git a/plugins/WinVST/BitShiftGain/BitShiftGain.cpp b/plugins/WinVST/BitShiftGain/BitShiftGain.cpp index c89bb9f3a..7e0e85a11 100755 --- a/plugins/WinVST/BitShiftGain/BitShiftGain.cpp +++ b/plugins/WinVST/BitShiftGain/BitShiftGain.cpp @@ -1,6 +1,6 @@ /* ======================================== * BitShiftGain - BitShiftGain.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitShiftGain_H diff --git a/plugins/WinVST/BitShiftGain/BitShiftGain.h b/plugins/WinVST/BitShiftGain/BitShiftGain.h index 00400a2ee..08ca7f53f 100755 --- a/plugins/WinVST/BitShiftGain/BitShiftGain.h +++ b/plugins/WinVST/BitShiftGain/BitShiftGain.h @@ -1,7 +1,7 @@ /* ======================================== * BitShiftGain - BitShiftGain.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BitShiftGain_H diff --git a/plugins/WinVST/BitShiftGain/BitShiftGainProc.cpp b/plugins/WinVST/BitShiftGain/BitShiftGainProc.cpp index c680ebed7..8bdaf5769 100755 --- a/plugins/WinVST/BitShiftGain/BitShiftGainProc.cpp +++ b/plugins/WinVST/BitShiftGain/BitShiftGainProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BitShiftGain - BitShiftGain.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BitShiftGain_H diff --git a/plugins/WinVST/Bite/Bite.cpp b/plugins/WinVST/Bite/Bite.cpp index 1defea7df..3f71d4fec 100755 --- a/plugins/WinVST/Bite/Bite.cpp +++ b/plugins/WinVST/Bite/Bite.cpp @@ -1,6 +1,6 @@ /* ======================================== * Bite - Bite.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Bite_H diff --git a/plugins/WinVST/Bite/Bite.h b/plugins/WinVST/Bite/Bite.h index 895aab027..dba4c990f 100755 --- a/plugins/WinVST/Bite/Bite.h +++ b/plugins/WinVST/Bite/Bite.h @@ -1,7 +1,7 @@ /* ======================================== * Bite - Bite.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Bite_H diff --git a/plugins/WinVST/Bite/BiteProc.cpp b/plugins/WinVST/Bite/BiteProc.cpp index 66747041e..43cf433e9 100755 --- a/plugins/WinVST/Bite/BiteProc.cpp +++ b/plugins/WinVST/Bite/BiteProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Bite - Bite.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Bite_H diff --git a/plugins/WinVST/BlockParty/BlockParty.cpp b/plugins/WinVST/BlockParty/BlockParty.cpp index ba6d66fc6..c714091e5 100755 --- a/plugins/WinVST/BlockParty/BlockParty.cpp +++ b/plugins/WinVST/BlockParty/BlockParty.cpp @@ -1,6 +1,6 @@ /* ======================================== * BlockParty - BlockParty.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BlockParty_H diff --git a/plugins/WinVST/BlockParty/BlockParty.h b/plugins/WinVST/BlockParty/BlockParty.h index 006e9dfd0..394ac0058 100755 --- a/plugins/WinVST/BlockParty/BlockParty.h +++ b/plugins/WinVST/BlockParty/BlockParty.h @@ -1,7 +1,7 @@ /* ======================================== * BlockParty - BlockParty.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BlockParty_H diff --git a/plugins/WinVST/BlockParty/BlockPartyProc.cpp b/plugins/WinVST/BlockParty/BlockPartyProc.cpp index da0bb1398..55db2ceb4 100755 --- a/plugins/WinVST/BlockParty/BlockPartyProc.cpp +++ b/plugins/WinVST/BlockParty/BlockPartyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BlockParty - BlockParty.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BlockParty_H diff --git a/plugins/WinVST/BrassRider/BrassRider.cpp b/plugins/WinVST/BrassRider/BrassRider.cpp index 46f5e98b9..3d9e1fb0b 100755 --- a/plugins/WinVST/BrassRider/BrassRider.cpp +++ b/plugins/WinVST/BrassRider/BrassRider.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrassRider - BrassRider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrassRider_H diff --git a/plugins/WinVST/BrassRider/BrassRider.h b/plugins/WinVST/BrassRider/BrassRider.h index 0e93752bb..e531c6dd2 100755 --- a/plugins/WinVST/BrassRider/BrassRider.h +++ b/plugins/WinVST/BrassRider/BrassRider.h @@ -1,7 +1,7 @@ /* ======================================== * BrassRider - BrassRider.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrassRider_H diff --git a/plugins/WinVST/BrassRider/BrassRiderProc.cpp b/plugins/WinVST/BrassRider/BrassRiderProc.cpp index 66b5c75e5..1e909de08 100755 --- a/plugins/WinVST/BrassRider/BrassRiderProc.cpp +++ b/plugins/WinVST/BrassRider/BrassRiderProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrassRider - BrassRider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrassRider_H diff --git a/plugins/WinVST/BrightAmbience/BrightAmbience.cpp b/plugins/WinVST/BrightAmbience/BrightAmbience.cpp index 7f40ecbf3..cecf5491d 100755 --- a/plugins/WinVST/BrightAmbience/BrightAmbience.cpp +++ b/plugins/WinVST/BrightAmbience/BrightAmbience.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience - BrightAmbience.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience_H diff --git a/plugins/WinVST/BrightAmbience/BrightAmbience.h b/plugins/WinVST/BrightAmbience/BrightAmbience.h index ce3b2c53b..538d2ef5f 100755 --- a/plugins/WinVST/BrightAmbience/BrightAmbience.h +++ b/plugins/WinVST/BrightAmbience/BrightAmbience.h @@ -1,7 +1,7 @@ /* ======================================== * BrightAmbience - BrightAmbience.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience_H diff --git a/plugins/WinVST/BrightAmbience/BrightAmbienceProc.cpp b/plugins/WinVST/BrightAmbience/BrightAmbienceProc.cpp index c974a9586..a07921a20 100755 --- a/plugins/WinVST/BrightAmbience/BrightAmbienceProc.cpp +++ b/plugins/WinVST/BrightAmbience/BrightAmbienceProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience - BrightAmbience.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience_H diff --git a/plugins/WinVST/BrightAmbience2/BrightAmbience2.cpp b/plugins/WinVST/BrightAmbience2/BrightAmbience2.cpp index d12ddc5e9..404497326 100755 --- a/plugins/WinVST/BrightAmbience2/BrightAmbience2.cpp +++ b/plugins/WinVST/BrightAmbience2/BrightAmbience2.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience2 - BrightAmbience2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience2_H diff --git a/plugins/WinVST/BrightAmbience2/BrightAmbience2.h b/plugins/WinVST/BrightAmbience2/BrightAmbience2.h index efd6e3f4c..f6f7d2962 100755 --- a/plugins/WinVST/BrightAmbience2/BrightAmbience2.h +++ b/plugins/WinVST/BrightAmbience2/BrightAmbience2.h @@ -1,7 +1,7 @@ /* ======================================== * BrightAmbience2 - BrightAmbience2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience2_H diff --git a/plugins/WinVST/BrightAmbience2/BrightAmbience2Proc.cpp b/plugins/WinVST/BrightAmbience2/BrightAmbience2Proc.cpp index 1e33a46cc..e79b27203 100755 --- a/plugins/WinVST/BrightAmbience2/BrightAmbience2Proc.cpp +++ b/plugins/WinVST/BrightAmbience2/BrightAmbience2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience2 - BrightAmbience2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience2_H diff --git a/plugins/WinVST/BrightAmbience3/BrightAmbience3.cpp b/plugins/WinVST/BrightAmbience3/BrightAmbience3.cpp index ed805d124..a45bc62c5 100755 --- a/plugins/WinVST/BrightAmbience3/BrightAmbience3.cpp +++ b/plugins/WinVST/BrightAmbience3/BrightAmbience3.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience3 - BrightAmbience3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience3_H diff --git a/plugins/WinVST/BrightAmbience3/BrightAmbience3.h b/plugins/WinVST/BrightAmbience3/BrightAmbience3.h index cd9a6abd0..d4b77ead7 100755 --- a/plugins/WinVST/BrightAmbience3/BrightAmbience3.h +++ b/plugins/WinVST/BrightAmbience3/BrightAmbience3.h @@ -1,7 +1,7 @@ /* ======================================== * BrightAmbience3 - BrightAmbience3.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience3_H diff --git a/plugins/WinVST/BrightAmbience3/BrightAmbience3Proc.cpp b/plugins/WinVST/BrightAmbience3/BrightAmbience3Proc.cpp index dd6875d28..3a18bb9ae 100755 --- a/plugins/WinVST/BrightAmbience3/BrightAmbience3Proc.cpp +++ b/plugins/WinVST/BrightAmbience3/BrightAmbience3Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BrightAmbience3 - BrightAmbience3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BrightAmbience3_H diff --git a/plugins/WinVST/BuildATPDF/BuildATPDF.cpp b/plugins/WinVST/BuildATPDF/BuildATPDF.cpp index 50f8100ec..64853c537 100755 --- a/plugins/WinVST/BuildATPDF/BuildATPDF.cpp +++ b/plugins/WinVST/BuildATPDF/BuildATPDF.cpp @@ -1,6 +1,6 @@ /* ======================================== * BuildATPDF - BuildATPDF.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BuildATPDF_H diff --git a/plugins/WinVST/BuildATPDF/BuildATPDF.h b/plugins/WinVST/BuildATPDF/BuildATPDF.h index 06b07b9dd..ea97927e9 100755 --- a/plugins/WinVST/BuildATPDF/BuildATPDF.h +++ b/plugins/WinVST/BuildATPDF/BuildATPDF.h @@ -1,7 +1,7 @@ /* ======================================== * BuildATPDF - BuildATPDF.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BuildATPDF_H diff --git a/plugins/WinVST/BuildATPDF/BuildATPDFProc.cpp b/plugins/WinVST/BuildATPDF/BuildATPDFProc.cpp index 277522f81..31783e863 100755 --- a/plugins/WinVST/BuildATPDF/BuildATPDFProc.cpp +++ b/plugins/WinVST/BuildATPDF/BuildATPDFProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BuildATPDF - BuildATPDF.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BuildATPDF_H diff --git a/plugins/WinVST/BussColors4/BussColors4.cpp b/plugins/WinVST/BussColors4/BussColors4.cpp index 731e1331f..3a0522699 100755 --- a/plugins/WinVST/BussColors4/BussColors4.cpp +++ b/plugins/WinVST/BussColors4/BussColors4.cpp @@ -1,6 +1,6 @@ /* ======================================== * BussColors4 - BussColors4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BussColors4_H diff --git a/plugins/WinVST/BussColors4/BussColors4.h b/plugins/WinVST/BussColors4/BussColors4.h index 694ce678b..0d89dcd65 100755 --- a/plugins/WinVST/BussColors4/BussColors4.h +++ b/plugins/WinVST/BussColors4/BussColors4.h @@ -1,7 +1,7 @@ /* ======================================== * BussColors4 - BussColors4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __BussColors4_H diff --git a/plugins/WinVST/BussColors4/BussColors4Proc.cpp b/plugins/WinVST/BussColors4/BussColors4Proc.cpp index 8691460d7..4afa43e04 100755 --- a/plugins/WinVST/BussColors4/BussColors4Proc.cpp +++ b/plugins/WinVST/BussColors4/BussColors4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * BussColors4 - BussColors4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __BussColors4_H diff --git a/plugins/WinVST/ButterComp/ButterComp.cpp b/plugins/WinVST/ButterComp/ButterComp.cpp index deac8039a..2a32126d2 100755 --- a/plugins/WinVST/ButterComp/ButterComp.cpp +++ b/plugins/WinVST/ButterComp/ButterComp.cpp @@ -1,6 +1,6 @@ /* ======================================== * ButterComp - ButterComp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp_H diff --git a/plugins/WinVST/ButterComp/ButterComp.h b/plugins/WinVST/ButterComp/ButterComp.h index 12c693fe2..689cc2fe5 100755 --- a/plugins/WinVST/ButterComp/ButterComp.h +++ b/plugins/WinVST/ButterComp/ButterComp.h @@ -1,7 +1,7 @@ /* ======================================== * ButterComp - ButterComp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp_H diff --git a/plugins/WinVST/ButterComp/ButterCompProc.cpp b/plugins/WinVST/ButterComp/ButterCompProc.cpp index cd4131698..f1f605ac8 100755 --- a/plugins/WinVST/ButterComp/ButterCompProc.cpp +++ b/plugins/WinVST/ButterComp/ButterCompProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ButterComp - ButterComp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp_H diff --git a/plugins/WinVST/ButterComp2/ButterComp2.cpp b/plugins/WinVST/ButterComp2/ButterComp2.cpp index b7bf3f1c0..347774f82 100755 --- a/plugins/WinVST/ButterComp2/ButterComp2.cpp +++ b/plugins/WinVST/ButterComp2/ButterComp2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ButterComp2 - ButterComp2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp2_H diff --git a/plugins/WinVST/ButterComp2/ButterComp2.h b/plugins/WinVST/ButterComp2/ButterComp2.h index d1f8721c1..70b7f0a0d 100755 --- a/plugins/WinVST/ButterComp2/ButterComp2.h +++ b/plugins/WinVST/ButterComp2/ButterComp2.h @@ -1,7 +1,7 @@ /* ======================================== * ButterComp2 - ButterComp2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp2_H diff --git a/plugins/WinVST/ButterComp2/ButterComp2Proc.cpp b/plugins/WinVST/ButterComp2/ButterComp2Proc.cpp index 1bf7d52dd..418ac65c8 100755 --- a/plugins/WinVST/ButterComp2/ButterComp2Proc.cpp +++ b/plugins/WinVST/ButterComp2/ButterComp2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ButterComp2 - ButterComp2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ButterComp2_H diff --git a/plugins/WinVST/C5RawBuss/C5RawBuss.cpp b/plugins/WinVST/C5RawBuss/C5RawBuss.cpp index 1515cfdec..be1090193 100755 --- a/plugins/WinVST/C5RawBuss/C5RawBuss.cpp +++ b/plugins/WinVST/C5RawBuss/C5RawBuss.cpp @@ -1,6 +1,6 @@ /* ======================================== * C5RawBuss - C5RawBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawBuss_H diff --git a/plugins/WinVST/C5RawBuss/C5RawBuss.h b/plugins/WinVST/C5RawBuss/C5RawBuss.h index dfc108b22..d0409940b 100755 --- a/plugins/WinVST/C5RawBuss/C5RawBuss.h +++ b/plugins/WinVST/C5RawBuss/C5RawBuss.h @@ -1,7 +1,7 @@ /* ======================================== * C5RawBuss - C5RawBuss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawBuss_H diff --git a/plugins/WinVST/C5RawBuss/C5RawBussProc.cpp b/plugins/WinVST/C5RawBuss/C5RawBussProc.cpp index cc884ee73..a971797fa 100755 --- a/plugins/WinVST/C5RawBuss/C5RawBussProc.cpp +++ b/plugins/WinVST/C5RawBuss/C5RawBussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * C5RawBuss - C5RawBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawBuss_H diff --git a/plugins/WinVST/C5RawChannel/C5RawChannel.cpp b/plugins/WinVST/C5RawChannel/C5RawChannel.cpp index a25bbd81d..a77b6f606 100755 --- a/plugins/WinVST/C5RawChannel/C5RawChannel.cpp +++ b/plugins/WinVST/C5RawChannel/C5RawChannel.cpp @@ -1,6 +1,6 @@ /* ======================================== * C5RawChannel - C5RawChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawChannel_H diff --git a/plugins/WinVST/C5RawChannel/C5RawChannel.h b/plugins/WinVST/C5RawChannel/C5RawChannel.h index 8ed6e152e..023fe63df 100755 --- a/plugins/WinVST/C5RawChannel/C5RawChannel.h +++ b/plugins/WinVST/C5RawChannel/C5RawChannel.h @@ -1,7 +1,7 @@ /* ======================================== * C5RawChannel - C5RawChannel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawChannel_H diff --git a/plugins/WinVST/C5RawChannel/C5RawChannelProc.cpp b/plugins/WinVST/C5RawChannel/C5RawChannelProc.cpp index d8e91ece8..0a6ed4ad5 100755 --- a/plugins/WinVST/C5RawChannel/C5RawChannelProc.cpp +++ b/plugins/WinVST/C5RawChannel/C5RawChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * C5RawChannel - C5RawChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __C5RawChannel_H diff --git a/plugins/WinVST/CStrip/CStrip.cpp b/plugins/WinVST/CStrip/CStrip.cpp index 88b4e1748..29dbbab62 100755 --- a/plugins/WinVST/CStrip/CStrip.cpp +++ b/plugins/WinVST/CStrip/CStrip.cpp @@ -1,6 +1,6 @@ /* ======================================== * CStrip - CStrip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __CStrip_H diff --git a/plugins/WinVST/CStrip/CStrip.h b/plugins/WinVST/CStrip/CStrip.h index 3e4f6219e..92fa4aa1c 100755 --- a/plugins/WinVST/CStrip/CStrip.h +++ b/plugins/WinVST/CStrip/CStrip.h @@ -1,7 +1,7 @@ /* ======================================== * CStrip - CStrip.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __CStrip_H diff --git a/plugins/WinVST/CStrip/CStripProc.cpp b/plugins/WinVST/CStrip/CStripProc.cpp index 0a758963e..bf11e5592 100755 --- a/plugins/WinVST/CStrip/CStripProc.cpp +++ b/plugins/WinVST/CStrip/CStripProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * CStrip - CStrip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __CStrip_H diff --git a/plugins/WinVST/Cabs/Cabs.cpp b/plugins/WinVST/Cabs/Cabs.cpp index dcb9a3c5f..8e0124ffb 100755 --- a/plugins/WinVST/Cabs/Cabs.cpp +++ b/plugins/WinVST/Cabs/Cabs.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cabs - Cabs.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cabs_H diff --git a/plugins/WinVST/Cabs/Cabs.h b/plugins/WinVST/Cabs/Cabs.h index dd0bfcac3..cfc6defc1 100755 --- a/plugins/WinVST/Cabs/Cabs.h +++ b/plugins/WinVST/Cabs/Cabs.h @@ -1,7 +1,7 @@ /* ======================================== * Cabs - Cabs.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Cabs_H diff --git a/plugins/WinVST/Cabs/CabsProc.cpp b/plugins/WinVST/Cabs/CabsProc.cpp index 948cef8ed..9c928400a 100755 --- a/plugins/WinVST/Cabs/CabsProc.cpp +++ b/plugins/WinVST/Cabs/CabsProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cabs - Cabs.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cabs_H diff --git a/plugins/WinVST/Calibre/Calibre.cpp b/plugins/WinVST/Calibre/Calibre.cpp index ee18c9617..63541ba92 100755 --- a/plugins/WinVST/Calibre/Calibre.cpp +++ b/plugins/WinVST/Calibre/Calibre.cpp @@ -1,6 +1,6 @@ /* ======================================== * Calibre - Calibre.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Calibre_H diff --git a/plugins/WinVST/Calibre/Calibre.h b/plugins/WinVST/Calibre/Calibre.h index 41ac899ae..293d6c00e 100755 --- a/plugins/WinVST/Calibre/Calibre.h +++ b/plugins/WinVST/Calibre/Calibre.h @@ -1,7 +1,7 @@ /* ======================================== * Calibre - Calibre.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Calibre_H diff --git a/plugins/WinVST/Calibre/CalibreProc.cpp b/plugins/WinVST/Calibre/CalibreProc.cpp index 9cb3232be..642948b10 100755 --- a/plugins/WinVST/Calibre/CalibreProc.cpp +++ b/plugins/WinVST/Calibre/CalibreProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Calibre - Calibre.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Calibre_H diff --git a/plugins/WinVST/Capacitor/Capacitor.cpp b/plugins/WinVST/Capacitor/Capacitor.cpp index 525bf3763..e47e2b065 100755 --- a/plugins/WinVST/Capacitor/Capacitor.cpp +++ b/plugins/WinVST/Capacitor/Capacitor.cpp @@ -1,6 +1,6 @@ /* ======================================== * Capacitor - Capacitor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor_H diff --git a/plugins/WinVST/Capacitor/Capacitor.h b/plugins/WinVST/Capacitor/Capacitor.h index 7407eb5d1..85943814f 100755 --- a/plugins/WinVST/Capacitor/Capacitor.h +++ b/plugins/WinVST/Capacitor/Capacitor.h @@ -1,7 +1,7 @@ /* ======================================== * Capacitor - Capacitor.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor_H diff --git a/plugins/WinVST/Capacitor/CapacitorProc.cpp b/plugins/WinVST/Capacitor/CapacitorProc.cpp index f851b2c9e..1714b915d 100755 --- a/plugins/WinVST/Capacitor/CapacitorProc.cpp +++ b/plugins/WinVST/Capacitor/CapacitorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Capacitor - Capacitor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor_H diff --git a/plugins/WinVST/Capacitor2/Capacitor2.cpp b/plugins/WinVST/Capacitor2/Capacitor2.cpp index 308b53490..b179bcdd6 100755 --- a/plugins/WinVST/Capacitor2/Capacitor2.cpp +++ b/plugins/WinVST/Capacitor2/Capacitor2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Capacitor2 - Capacitor2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor2_H diff --git a/plugins/WinVST/Capacitor2/Capacitor2.h b/plugins/WinVST/Capacitor2/Capacitor2.h index c9460f0db..168437448 100755 --- a/plugins/WinVST/Capacitor2/Capacitor2.h +++ b/plugins/WinVST/Capacitor2/Capacitor2.h @@ -1,7 +1,7 @@ /* ======================================== * Capacitor2 - Capacitor2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor2_H diff --git a/plugins/WinVST/Capacitor2/Capacitor2Proc.cpp b/plugins/WinVST/Capacitor2/Capacitor2Proc.cpp index 4b3f730fe..36319799a 100755 --- a/plugins/WinVST/Capacitor2/Capacitor2Proc.cpp +++ b/plugins/WinVST/Capacitor2/Capacitor2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Capacitor2 - Capacitor2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Capacitor2_H diff --git a/plugins/WinVST/Chamber/Chamber.cpp b/plugins/WinVST/Chamber/Chamber.cpp index 2bb273587..d6fdfca27 100755 --- a/plugins/WinVST/Chamber/Chamber.cpp +++ b/plugins/WinVST/Chamber/Chamber.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chamber - Chamber.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber_H diff --git a/plugins/WinVST/Chamber/Chamber.h b/plugins/WinVST/Chamber/Chamber.h index 0c427bdb5..8a2eb17c5 100755 --- a/plugins/WinVST/Chamber/Chamber.h +++ b/plugins/WinVST/Chamber/Chamber.h @@ -1,7 +1,7 @@ /* ======================================== * Chamber - Chamber.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber_H diff --git a/plugins/WinVST/Chamber/ChamberProc.cpp b/plugins/WinVST/Chamber/ChamberProc.cpp index c536ef030..711c96d1e 100755 --- a/plugins/WinVST/Chamber/ChamberProc.cpp +++ b/plugins/WinVST/Chamber/ChamberProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chamber - Chamber.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber_H diff --git a/plugins/WinVST/Chamber2/Chamber2.cpp b/plugins/WinVST/Chamber2/Chamber2.cpp index 2afbd2353..c13d3c187 100755 --- a/plugins/WinVST/Chamber2/Chamber2.cpp +++ b/plugins/WinVST/Chamber2/Chamber2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chamber2 - Chamber2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber2_H diff --git a/plugins/WinVST/Chamber2/Chamber2.h b/plugins/WinVST/Chamber2/Chamber2.h index 6fe5e226e..629c06d36 100755 --- a/plugins/WinVST/Chamber2/Chamber2.h +++ b/plugins/WinVST/Chamber2/Chamber2.h @@ -1,7 +1,7 @@ /* ======================================== * Chamber2 - Chamber2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber2_H diff --git a/plugins/WinVST/Chamber2/Chamber2Proc.cpp b/plugins/WinVST/Chamber2/Chamber2Proc.cpp index 4b112cd78..303f9d3ec 100755 --- a/plugins/WinVST/Chamber2/Chamber2Proc.cpp +++ b/plugins/WinVST/Chamber2/Chamber2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chamber2 - Chamber2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chamber2_H diff --git a/plugins/WinVST/Channel4/Channel4.cpp b/plugins/WinVST/Channel4/Channel4.cpp index acdd74a0b..ede5b2acf 100755 --- a/plugins/WinVST/Channel4/Channel4.cpp +++ b/plugins/WinVST/Channel4/Channel4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel4 - Channel4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel4_H diff --git a/plugins/WinVST/Channel4/Channel4.h b/plugins/WinVST/Channel4/Channel4.h index 1f427f88d..7c81d45fc 100755 --- a/plugins/WinVST/Channel4/Channel4.h +++ b/plugins/WinVST/Channel4/Channel4.h @@ -1,7 +1,7 @@ /* ======================================== * Channel4 - Channel4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel4_H diff --git a/plugins/WinVST/Channel4/Channel4Proc.cpp b/plugins/WinVST/Channel4/Channel4Proc.cpp index a57623d4f..33655a5f9 100755 --- a/plugins/WinVST/Channel4/Channel4Proc.cpp +++ b/plugins/WinVST/Channel4/Channel4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel4 - Channel4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel4_H diff --git a/plugins/WinVST/Channel5/Channel5.cpp b/plugins/WinVST/Channel5/Channel5.cpp index 975c7bab8..8455be251 100755 --- a/plugins/WinVST/Channel5/Channel5.cpp +++ b/plugins/WinVST/Channel5/Channel5.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel5 - Channel5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel5_H diff --git a/plugins/WinVST/Channel5/Channel5.h b/plugins/WinVST/Channel5/Channel5.h index ef3c2b8bd..892138672 100755 --- a/plugins/WinVST/Channel5/Channel5.h +++ b/plugins/WinVST/Channel5/Channel5.h @@ -1,7 +1,7 @@ /* ======================================== * Channel5 - Channel5.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel5_H diff --git a/plugins/WinVST/Channel5/Channel5Proc.cpp b/plugins/WinVST/Channel5/Channel5Proc.cpp index d873e2b2c..7cd05916b 100755 --- a/plugins/WinVST/Channel5/Channel5Proc.cpp +++ b/plugins/WinVST/Channel5/Channel5Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel5 - Channel5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel5_H diff --git a/plugins/WinVST/Channel6/Channel6.cpp b/plugins/WinVST/Channel6/Channel6.cpp index a47a1c872..2d69a40b9 100755 --- a/plugins/WinVST/Channel6/Channel6.cpp +++ b/plugins/WinVST/Channel6/Channel6.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel6 - Channel6.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel6_H diff --git a/plugins/WinVST/Channel6/Channel6.h b/plugins/WinVST/Channel6/Channel6.h index ddca3e3ae..266e65928 100755 --- a/plugins/WinVST/Channel6/Channel6.h +++ b/plugins/WinVST/Channel6/Channel6.h @@ -1,7 +1,7 @@ /* ======================================== * Channel6 - Channel6.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel6_H diff --git a/plugins/WinVST/Channel6/Channel6Proc.cpp b/plugins/WinVST/Channel6/Channel6Proc.cpp index be57dbc44..f2e8a8fc2 100755 --- a/plugins/WinVST/Channel6/Channel6Proc.cpp +++ b/plugins/WinVST/Channel6/Channel6Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel6 - Channel6.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel6_H diff --git a/plugins/WinVST/Channel7/Channel7.cpp b/plugins/WinVST/Channel7/Channel7.cpp index d9d6fbfd0..a53458a32 100755 --- a/plugins/WinVST/Channel7/Channel7.cpp +++ b/plugins/WinVST/Channel7/Channel7.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel7 - Channel7.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel7_H diff --git a/plugins/WinVST/Channel7/Channel7.h b/plugins/WinVST/Channel7/Channel7.h index 5f4a1a1bc..a8d2326e1 100755 --- a/plugins/WinVST/Channel7/Channel7.h +++ b/plugins/WinVST/Channel7/Channel7.h @@ -1,7 +1,7 @@ /* ======================================== * Channel7 - Channel7.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel7_H diff --git a/plugins/WinVST/Channel7/Channel7Proc.cpp b/plugins/WinVST/Channel7/Channel7Proc.cpp index f64647ab6..92cd4167a 100755 --- a/plugins/WinVST/Channel7/Channel7Proc.cpp +++ b/plugins/WinVST/Channel7/Channel7Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel7 - Channel7.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel7_H diff --git a/plugins/WinVST/Channel8/Channel8.cpp b/plugins/WinVST/Channel8/Channel8.cpp index 2e9827760..d9f1b459b 100755 --- a/plugins/WinVST/Channel8/Channel8.cpp +++ b/plugins/WinVST/Channel8/Channel8.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel8 - Channel8.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel8_H diff --git a/plugins/WinVST/Channel8/Channel8.h b/plugins/WinVST/Channel8/Channel8.h index 89bed0c09..e104076e7 100755 --- a/plugins/WinVST/Channel8/Channel8.h +++ b/plugins/WinVST/Channel8/Channel8.h @@ -1,7 +1,7 @@ /* ======================================== * Channel8 - Channel8.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel8_H diff --git a/plugins/WinVST/Channel8/Channel8Proc.cpp b/plugins/WinVST/Channel8/Channel8Proc.cpp index fd3200222..a54c24a0b 100755 --- a/plugins/WinVST/Channel8/Channel8Proc.cpp +++ b/plugins/WinVST/Channel8/Channel8Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel8 - Channel8.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel8_H diff --git a/plugins/WinVST/Channel9/Channel9.cpp b/plugins/WinVST/Channel9/Channel9.cpp index b9527d16e..c89338cce 100755 --- a/plugins/WinVST/Channel9/Channel9.cpp +++ b/plugins/WinVST/Channel9/Channel9.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel9 - Channel9.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel9_H diff --git a/plugins/WinVST/Channel9/Channel9.h b/plugins/WinVST/Channel9/Channel9.h index 1232f66f6..929a82c88 100755 --- a/plugins/WinVST/Channel9/Channel9.h +++ b/plugins/WinVST/Channel9/Channel9.h @@ -1,7 +1,7 @@ /* ======================================== * Channel9 - Channel9.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel9_H diff --git a/plugins/WinVST/Channel9/Channel9Proc.cpp b/plugins/WinVST/Channel9/Channel9Proc.cpp index 5ca21ec9c..bf283978f 100755 --- a/plugins/WinVST/Channel9/Channel9Proc.cpp +++ b/plugins/WinVST/Channel9/Channel9Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Channel9 - Channel9.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Channel9_H diff --git a/plugins/WinVST/Chorus/Chorus.cpp b/plugins/WinVST/Chorus/Chorus.cpp index d2a630dff..7a444dba4 100755 --- a/plugins/WinVST/Chorus/Chorus.cpp +++ b/plugins/WinVST/Chorus/Chorus.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chorus - Chorus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chorus_H diff --git a/plugins/WinVST/Chorus/Chorus.h b/plugins/WinVST/Chorus/Chorus.h index 933415bca..a17120a0f 100755 --- a/plugins/WinVST/Chorus/Chorus.h +++ b/plugins/WinVST/Chorus/Chorus.h @@ -1,7 +1,7 @@ /* ======================================== * Chorus - Chorus.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Chorus_H diff --git a/plugins/WinVST/Chorus/ChorusProc.cpp b/plugins/WinVST/Chorus/ChorusProc.cpp index a3e0a415f..8550758cf 100755 --- a/plugins/WinVST/Chorus/ChorusProc.cpp +++ b/plugins/WinVST/Chorus/ChorusProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Chorus - Chorus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Chorus_H diff --git a/plugins/WinVST/ChorusEnsemble/ChorusEnsemble.cpp b/plugins/WinVST/ChorusEnsemble/ChorusEnsemble.cpp index a9f898ec9..9bf35b34f 100755 --- a/plugins/WinVST/ChorusEnsemble/ChorusEnsemble.cpp +++ b/plugins/WinVST/ChorusEnsemble/ChorusEnsemble.cpp @@ -1,6 +1,6 @@ /* ======================================== * ChorusEnsemble - ChorusEnsemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ChorusEnsemble_H diff --git a/plugins/WinVST/ChorusEnsemble/ChorusEnsemble.h b/plugins/WinVST/ChorusEnsemble/ChorusEnsemble.h index 8b796e8eb..b96f35c48 100755 --- a/plugins/WinVST/ChorusEnsemble/ChorusEnsemble.h +++ b/plugins/WinVST/ChorusEnsemble/ChorusEnsemble.h @@ -1,7 +1,7 @@ /* ======================================== * ChorusEnsemble - ChorusEnsemble.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ChorusEnsemble_H diff --git a/plugins/WinVST/ChorusEnsemble/ChorusEnsembleProc.cpp b/plugins/WinVST/ChorusEnsemble/ChorusEnsembleProc.cpp index 3257fd9a2..2e3ce95a1 100755 --- a/plugins/WinVST/ChorusEnsemble/ChorusEnsembleProc.cpp +++ b/plugins/WinVST/ChorusEnsemble/ChorusEnsembleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ChorusEnsemble - ChorusEnsemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ChorusEnsemble_H diff --git a/plugins/WinVST/ChromeOxide/ChromeOxide.cpp b/plugins/WinVST/ChromeOxide/ChromeOxide.cpp index f3d7f337a..5f4cd1a62 100755 --- a/plugins/WinVST/ChromeOxide/ChromeOxide.cpp +++ b/plugins/WinVST/ChromeOxide/ChromeOxide.cpp @@ -1,6 +1,6 @@ /* ======================================== * ChromeOxide - ChromeOxide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ChromeOxide_H diff --git a/plugins/WinVST/ChromeOxide/ChromeOxide.h b/plugins/WinVST/ChromeOxide/ChromeOxide.h index a644646b8..f16d7dc61 100755 --- a/plugins/WinVST/ChromeOxide/ChromeOxide.h +++ b/plugins/WinVST/ChromeOxide/ChromeOxide.h @@ -1,7 +1,7 @@ /* ======================================== * ChromeOxide - ChromeOxide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ChromeOxide_H diff --git a/plugins/WinVST/ChromeOxide/ChromeOxideProc.cpp b/plugins/WinVST/ChromeOxide/ChromeOxideProc.cpp index e69607979..b36079f3b 100755 --- a/plugins/WinVST/ChromeOxide/ChromeOxideProc.cpp +++ b/plugins/WinVST/ChromeOxide/ChromeOxideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ChromeOxide - ChromeOxide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ChromeOxide_H diff --git a/plugins/WinVST/Cider/Cider.cpp b/plugins/WinVST/Cider/Cider.cpp index e32cf78e0..eb38872e8 100755 --- a/plugins/WinVST/Cider/Cider.cpp +++ b/plugins/WinVST/Cider/Cider.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cider - Cider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cider_H diff --git a/plugins/WinVST/Cider/Cider.h b/plugins/WinVST/Cider/Cider.h index e184005d1..5e673f42a 100755 --- a/plugins/WinVST/Cider/Cider.h +++ b/plugins/WinVST/Cider/Cider.h @@ -1,7 +1,7 @@ /* ======================================== * Cider - Cider.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Cider_H diff --git a/plugins/WinVST/Cider/CiderProc.cpp b/plugins/WinVST/Cider/CiderProc.cpp index 86bd45278..e918c06e2 100755 --- a/plugins/WinVST/Cider/CiderProc.cpp +++ b/plugins/WinVST/Cider/CiderProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cider - Cider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cider_H diff --git a/plugins/WinVST/ClipOnly/ClipOnly.cpp b/plugins/WinVST/ClipOnly/ClipOnly.cpp index 7913ce466..d09420d08 100755 --- a/plugins/WinVST/ClipOnly/ClipOnly.cpp +++ b/plugins/WinVST/ClipOnly/ClipOnly.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipOnly - ClipOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly_H diff --git a/plugins/WinVST/ClipOnly/ClipOnly.h b/plugins/WinVST/ClipOnly/ClipOnly.h index 5b7bc3127..999f4e7a7 100755 --- a/plugins/WinVST/ClipOnly/ClipOnly.h +++ b/plugins/WinVST/ClipOnly/ClipOnly.h @@ -1,7 +1,7 @@ /* ======================================== * ClipOnly - ClipOnly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly_H diff --git a/plugins/WinVST/ClipOnly/ClipOnlyProc.cpp b/plugins/WinVST/ClipOnly/ClipOnlyProc.cpp index 5f0de0b35..043047e54 100755 --- a/plugins/WinVST/ClipOnly/ClipOnlyProc.cpp +++ b/plugins/WinVST/ClipOnly/ClipOnlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipOnly - ClipOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly_H diff --git a/plugins/WinVST/ClipOnly2/ClipOnly2.cpp b/plugins/WinVST/ClipOnly2/ClipOnly2.cpp index 8621a6c73..b32273c5b 100755 --- a/plugins/WinVST/ClipOnly2/ClipOnly2.cpp +++ b/plugins/WinVST/ClipOnly2/ClipOnly2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipOnly2 - ClipOnly2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly2_H diff --git a/plugins/WinVST/ClipOnly2/ClipOnly2.h b/plugins/WinVST/ClipOnly2/ClipOnly2.h index efe560d03..7a006f235 100755 --- a/plugins/WinVST/ClipOnly2/ClipOnly2.h +++ b/plugins/WinVST/ClipOnly2/ClipOnly2.h @@ -1,7 +1,7 @@ /* ======================================== * ClipOnly2 - ClipOnly2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly2_H diff --git a/plugins/WinVST/ClipOnly2/ClipOnly2Proc.cpp b/plugins/WinVST/ClipOnly2/ClipOnly2Proc.cpp index bbdca476c..f5d765a0d 100755 --- a/plugins/WinVST/ClipOnly2/ClipOnly2Proc.cpp +++ b/plugins/WinVST/ClipOnly2/ClipOnly2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipOnly2 - ClipOnly2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipOnly2_H diff --git a/plugins/WinVST/ClipSoftly/ClipSoftly.cpp b/plugins/WinVST/ClipSoftly/ClipSoftly.cpp index 56de12336..238b2f313 100755 --- a/plugins/WinVST/ClipSoftly/ClipSoftly.cpp +++ b/plugins/WinVST/ClipSoftly/ClipSoftly.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipSoftly - ClipSoftly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipSoftly_H diff --git a/plugins/WinVST/ClipSoftly/ClipSoftly.h b/plugins/WinVST/ClipSoftly/ClipSoftly.h index 82f617602..a11d96187 100755 --- a/plugins/WinVST/ClipSoftly/ClipSoftly.h +++ b/plugins/WinVST/ClipSoftly/ClipSoftly.h @@ -1,7 +1,7 @@ /* ======================================== * ClipSoftly - ClipSoftly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipSoftly_H diff --git a/plugins/WinVST/ClipSoftly/ClipSoftlyProc.cpp b/plugins/WinVST/ClipSoftly/ClipSoftlyProc.cpp index 6c661ed5b..3701598c1 100755 --- a/plugins/WinVST/ClipSoftly/ClipSoftlyProc.cpp +++ b/plugins/WinVST/ClipSoftly/ClipSoftlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ClipSoftly - ClipSoftly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ClipSoftly_H diff --git a/plugins/WinVST/Coils/Coils.cpp b/plugins/WinVST/Coils/Coils.cpp index 0a2d4437b..85a990d9e 100755 --- a/plugins/WinVST/Coils/Coils.cpp +++ b/plugins/WinVST/Coils/Coils.cpp @@ -1,6 +1,6 @@ /* ======================================== * Coils - Coils.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils_H diff --git a/plugins/WinVST/Coils/Coils.h b/plugins/WinVST/Coils/Coils.h index 3643a3979..1442b59ec 100755 --- a/plugins/WinVST/Coils/Coils.h +++ b/plugins/WinVST/Coils/Coils.h @@ -1,7 +1,7 @@ /* ======================================== * Coils - Coils.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils_H diff --git a/plugins/WinVST/Coils/CoilsProc.cpp b/plugins/WinVST/Coils/CoilsProc.cpp index b05090b85..3bd48617e 100755 --- a/plugins/WinVST/Coils/CoilsProc.cpp +++ b/plugins/WinVST/Coils/CoilsProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Coils - Coils.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils_H diff --git a/plugins/WinVST/Coils2/Coils2.cpp b/plugins/WinVST/Coils2/Coils2.cpp index 46e0c3c3b..64ceb5aea 100755 --- a/plugins/WinVST/Coils2/Coils2.cpp +++ b/plugins/WinVST/Coils2/Coils2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Coils2 - Coils2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils2_H diff --git a/plugins/WinVST/Coils2/Coils2.h b/plugins/WinVST/Coils2/Coils2.h index 0e3f61a3c..16f687893 100755 --- a/plugins/WinVST/Coils2/Coils2.h +++ b/plugins/WinVST/Coils2/Coils2.h @@ -1,7 +1,7 @@ /* ======================================== * Coils2 - Coils2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils2_H diff --git a/plugins/WinVST/Coils2/Coils2Proc.cpp b/plugins/WinVST/Coils2/Coils2Proc.cpp index d4466f4bc..0f7fda2e4 100755 --- a/plugins/WinVST/Coils2/Coils2Proc.cpp +++ b/plugins/WinVST/Coils2/Coils2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Coils2 - Coils2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Coils2_H diff --git a/plugins/WinVST/Cojones/Cojones.cpp b/plugins/WinVST/Cojones/Cojones.cpp index bd6001fa7..860c31956 100755 --- a/plugins/WinVST/Cojones/Cojones.cpp +++ b/plugins/WinVST/Cojones/Cojones.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cojones - Cojones.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cojones_H diff --git a/plugins/WinVST/Cojones/Cojones.h b/plugins/WinVST/Cojones/Cojones.h index 519304f48..feaa72435 100755 --- a/plugins/WinVST/Cojones/Cojones.h +++ b/plugins/WinVST/Cojones/Cojones.h @@ -1,7 +1,7 @@ /* ======================================== * Cojones - Cojones.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Cojones_H diff --git a/plugins/WinVST/Cojones/CojonesProc.cpp b/plugins/WinVST/Cojones/CojonesProc.cpp index 3b45cea8f..e87ceed7d 100755 --- a/plugins/WinVST/Cojones/CojonesProc.cpp +++ b/plugins/WinVST/Cojones/CojonesProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Cojones - Cojones.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Cojones_H diff --git a/plugins/WinVST/Compresaturator/Compresaturator.cpp b/plugins/WinVST/Compresaturator/Compresaturator.cpp index 299892abb..f51ad9cca 100755 --- a/plugins/WinVST/Compresaturator/Compresaturator.cpp +++ b/plugins/WinVST/Compresaturator/Compresaturator.cpp @@ -1,6 +1,6 @@ /* ======================================== * Compresaturator - Compresaturator.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Compresaturator_H diff --git a/plugins/WinVST/Compresaturator/Compresaturator.h b/plugins/WinVST/Compresaturator/Compresaturator.h index 868b50b4d..b30bcc95a 100755 --- a/plugins/WinVST/Compresaturator/Compresaturator.h +++ b/plugins/WinVST/Compresaturator/Compresaturator.h @@ -1,7 +1,7 @@ /* ======================================== * Compresaturator - Compresaturator.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Compresaturator_H diff --git a/plugins/WinVST/Compresaturator/CompresaturatorProc.cpp b/plugins/WinVST/Compresaturator/CompresaturatorProc.cpp index c75fc4bdf..0dfb7ab22 100755 --- a/plugins/WinVST/Compresaturator/CompresaturatorProc.cpp +++ b/plugins/WinVST/Compresaturator/CompresaturatorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Compresaturator - Compresaturator.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Compresaturator_H diff --git a/plugins/WinVST/Console4Buss/Console4Buss.cpp b/plugins/WinVST/Console4Buss/Console4Buss.cpp index 4db7b1432..dbf1f28c7 100755 --- a/plugins/WinVST/Console4Buss/Console4Buss.cpp +++ b/plugins/WinVST/Console4Buss/Console4Buss.cpp @@ -1,7 +1,7 @@ /* ======================================== * Console4Buss - Console4Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Buss_H diff --git a/plugins/WinVST/Console4Buss/Console4Buss.h b/plugins/WinVST/Console4Buss/Console4Buss.h index 04fb5d2bd..35b85affd 100755 --- a/plugins/WinVST/Console4Buss/Console4Buss.h +++ b/plugins/WinVST/Console4Buss/Console4Buss.h @@ -1,7 +1,7 @@ /* ======================================== * Console4Buss - Console4Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Buss_H diff --git a/plugins/WinVST/Console4Buss/Console4BussProc.cpp b/plugins/WinVST/Console4Buss/Console4BussProc.cpp index 2b863eaf1..d73cb6d43 100755 --- a/plugins/WinVST/Console4Buss/Console4BussProc.cpp +++ b/plugins/WinVST/Console4Buss/Console4BussProc.cpp @@ -1,7 +1,7 @@ /* ======================================== * Console4Buss - Console4Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Buss_H diff --git a/plugins/WinVST/Console4Channel/Console4Channel.cpp b/plugins/WinVST/Console4Channel/Console4Channel.cpp index 6e8f95441..0b3b36eaa 100755 --- a/plugins/WinVST/Console4Channel/Console4Channel.cpp +++ b/plugins/WinVST/Console4Channel/Console4Channel.cpp @@ -1,7 +1,7 @@ /* ======================================== * Console4Channel - Console4Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Channel_H diff --git a/plugins/WinVST/Console4Channel/Console4Channel.h b/plugins/WinVST/Console4Channel/Console4Channel.h index f5542d4bb..3d913b5f8 100755 --- a/plugins/WinVST/Console4Channel/Console4Channel.h +++ b/plugins/WinVST/Console4Channel/Console4Channel.h @@ -1,7 +1,7 @@ /* ======================================== * Console4Channel - Console4Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Channel_H diff --git a/plugins/WinVST/Console4Channel/Console4ChannelProc.cpp b/plugins/WinVST/Console4Channel/Console4ChannelProc.cpp index eed5c8d67..43b483711 100755 --- a/plugins/WinVST/Console4Channel/Console4ChannelProc.cpp +++ b/plugins/WinVST/Console4Channel/Console4ChannelProc.cpp @@ -1,7 +1,7 @@ /* ======================================== * Console4Channel - Console4Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console4Channel_H diff --git a/plugins/WinVST/Console5Buss/Console5Buss.cpp b/plugins/WinVST/Console5Buss/Console5Buss.cpp index 69a467ab8..e799ae724 100755 --- a/plugins/WinVST/Console5Buss/Console5Buss.cpp +++ b/plugins/WinVST/Console5Buss/Console5Buss.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5Buss - Console5Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Buss_H diff --git a/plugins/WinVST/Console5Buss/Console5Buss.h b/plugins/WinVST/Console5Buss/Console5Buss.h index 81f9d0eac..f5588504e 100755 --- a/plugins/WinVST/Console5Buss/Console5Buss.h +++ b/plugins/WinVST/Console5Buss/Console5Buss.h @@ -1,7 +1,7 @@ /* ======================================== * Console5Buss - Console5Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Buss_H diff --git a/plugins/WinVST/Console5Buss/Console5BussProc.cpp b/plugins/WinVST/Console5Buss/Console5BussProc.cpp index a61c2e7cb..5d94c22b0 100755 --- a/plugins/WinVST/Console5Buss/Console5BussProc.cpp +++ b/plugins/WinVST/Console5Buss/Console5BussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5Buss - Console5Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Buss_H diff --git a/plugins/WinVST/Console5Channel/Console5Channel.cpp b/plugins/WinVST/Console5Channel/Console5Channel.cpp index b38d63844..3eebd6caa 100755 --- a/plugins/WinVST/Console5Channel/Console5Channel.cpp +++ b/plugins/WinVST/Console5Channel/Console5Channel.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5Channel - Console5Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Channel_H diff --git a/plugins/WinVST/Console5Channel/Console5Channel.h b/plugins/WinVST/Console5Channel/Console5Channel.h index 17e48be47..e7fc9c9e7 100755 --- a/plugins/WinVST/Console5Channel/Console5Channel.h +++ b/plugins/WinVST/Console5Channel/Console5Channel.h @@ -1,7 +1,7 @@ /* ======================================== * Console5Channel - Console5Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Channel_H diff --git a/plugins/WinVST/Console5Channel/Console5ChannelProc.cpp b/plugins/WinVST/Console5Channel/Console5ChannelProc.cpp index bab2c5971..95aabbd73 100755 --- a/plugins/WinVST/Console5Channel/Console5ChannelProc.cpp +++ b/plugins/WinVST/Console5Channel/Console5ChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5Channel - Console5Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5Channel_H diff --git a/plugins/WinVST/Console5DarkCh/Console5DarkCh.cpp b/plugins/WinVST/Console5DarkCh/Console5DarkCh.cpp index 25995665f..f876f0bb4 100755 --- a/plugins/WinVST/Console5DarkCh/Console5DarkCh.cpp +++ b/plugins/WinVST/Console5DarkCh/Console5DarkCh.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5DarkCh - Console5DarkCh.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5DarkCh_H diff --git a/plugins/WinVST/Console5DarkCh/Console5DarkCh.h b/plugins/WinVST/Console5DarkCh/Console5DarkCh.h index f3a777fbb..7e40d327b 100755 --- a/plugins/WinVST/Console5DarkCh/Console5DarkCh.h +++ b/plugins/WinVST/Console5DarkCh/Console5DarkCh.h @@ -1,7 +1,7 @@ /* ======================================== * Console5DarkCh - Console5DarkCh.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5DarkCh_H diff --git a/plugins/WinVST/Console5DarkCh/Console5DarkChProc.cpp b/plugins/WinVST/Console5DarkCh/Console5DarkChProc.cpp index 60469e11e..13596815d 100755 --- a/plugins/WinVST/Console5DarkCh/Console5DarkChProc.cpp +++ b/plugins/WinVST/Console5DarkCh/Console5DarkChProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console5DarkCh - Console5DarkCh.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console5DarkCh_H diff --git a/plugins/WinVST/Console6Buss/Console6Buss.cpp b/plugins/WinVST/Console6Buss/Console6Buss.cpp index 21fb9728b..741b7b678 100755 --- a/plugins/WinVST/Console6Buss/Console6Buss.cpp +++ b/plugins/WinVST/Console6Buss/Console6Buss.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console6Buss - Console6Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Buss_H diff --git a/plugins/WinVST/Console6Buss/Console6Buss.h b/plugins/WinVST/Console6Buss/Console6Buss.h index 67e3a3d4a..4901240af 100755 --- a/plugins/WinVST/Console6Buss/Console6Buss.h +++ b/plugins/WinVST/Console6Buss/Console6Buss.h @@ -1,7 +1,7 @@ /* ======================================== * Console6Buss - Console6Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Buss_H diff --git a/plugins/WinVST/Console6Buss/Console6BussProc.cpp b/plugins/WinVST/Console6Buss/Console6BussProc.cpp index 864c4b6a5..e2fbe07bb 100755 --- a/plugins/WinVST/Console6Buss/Console6BussProc.cpp +++ b/plugins/WinVST/Console6Buss/Console6BussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console6Buss - Console6Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Buss_H diff --git a/plugins/WinVST/Console6Channel/Console6Channel.cpp b/plugins/WinVST/Console6Channel/Console6Channel.cpp index fee5a551c..9e3058b5e 100755 --- a/plugins/WinVST/Console6Channel/Console6Channel.cpp +++ b/plugins/WinVST/Console6Channel/Console6Channel.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console6Channel - Console6Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Channel_H diff --git a/plugins/WinVST/Console6Channel/Console6Channel.h b/plugins/WinVST/Console6Channel/Console6Channel.h index 976a9b43c..dfd5a84c3 100755 --- a/plugins/WinVST/Console6Channel/Console6Channel.h +++ b/plugins/WinVST/Console6Channel/Console6Channel.h @@ -1,7 +1,7 @@ /* ======================================== * Console6Channel - Console6Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Channel_H diff --git a/plugins/WinVST/Console6Channel/Console6ChannelProc.cpp b/plugins/WinVST/Console6Channel/Console6ChannelProc.cpp index ffbcbb769..7f96a334f 100755 --- a/plugins/WinVST/Console6Channel/Console6ChannelProc.cpp +++ b/plugins/WinVST/Console6Channel/Console6ChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console6Channel - Console6Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console6Channel_H diff --git a/plugins/WinVST/Console7Buss/Console7Buss.cpp b/plugins/WinVST/Console7Buss/Console7Buss.cpp index b40ebfacd..16769aa58 100755 --- a/plugins/WinVST/Console7Buss/Console7Buss.cpp +++ b/plugins/WinVST/Console7Buss/Console7Buss.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Buss - Console7Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Buss_H diff --git a/plugins/WinVST/Console7Buss/Console7Buss.h b/plugins/WinVST/Console7Buss/Console7Buss.h index 0be4fcf81..ffd952f6c 100755 --- a/plugins/WinVST/Console7Buss/Console7Buss.h +++ b/plugins/WinVST/Console7Buss/Console7Buss.h @@ -1,7 +1,7 @@ /* ======================================== * Console7Buss - Console7Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Buss_H diff --git a/plugins/WinVST/Console7Buss/Console7BussProc.cpp b/plugins/WinVST/Console7Buss/Console7BussProc.cpp index 6008a31b0..f0b65819e 100755 --- a/plugins/WinVST/Console7Buss/Console7BussProc.cpp +++ b/plugins/WinVST/Console7Buss/Console7BussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Buss - Console7Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Buss_H diff --git a/plugins/WinVST/Console7Cascade/Console7Cascade.cpp b/plugins/WinVST/Console7Cascade/Console7Cascade.cpp index 98de6e478..730189c8e 100755 --- a/plugins/WinVST/Console7Cascade/Console7Cascade.cpp +++ b/plugins/WinVST/Console7Cascade/Console7Cascade.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Cascade - Console7Cascade.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Cascade_H diff --git a/plugins/WinVST/Console7Cascade/Console7Cascade.h b/plugins/WinVST/Console7Cascade/Console7Cascade.h index 05254a102..bac10b276 100755 --- a/plugins/WinVST/Console7Cascade/Console7Cascade.h +++ b/plugins/WinVST/Console7Cascade/Console7Cascade.h @@ -1,7 +1,7 @@ /* ======================================== * Console7Cascade - Console7Cascade.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Cascade_H diff --git a/plugins/WinVST/Console7Cascade/Console7CascadeProc.cpp b/plugins/WinVST/Console7Cascade/Console7CascadeProc.cpp index f004da812..a10fff659 100755 --- a/plugins/WinVST/Console7Cascade/Console7CascadeProc.cpp +++ b/plugins/WinVST/Console7Cascade/Console7CascadeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Cascade - Console7Cascade.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Cascade_H diff --git a/plugins/WinVST/Console7Channel/Console7Channel.cpp b/plugins/WinVST/Console7Channel/Console7Channel.cpp index 2815afe0e..27ba85cb3 100755 --- a/plugins/WinVST/Console7Channel/Console7Channel.cpp +++ b/plugins/WinVST/Console7Channel/Console7Channel.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Channel - Console7Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Channel_H diff --git a/plugins/WinVST/Console7Channel/Console7Channel.h b/plugins/WinVST/Console7Channel/Console7Channel.h index 7c8703c47..486bb3622 100755 --- a/plugins/WinVST/Console7Channel/Console7Channel.h +++ b/plugins/WinVST/Console7Channel/Console7Channel.h @@ -1,7 +1,7 @@ /* ======================================== * Console7Channel - Console7Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Channel_H diff --git a/plugins/WinVST/Console7Channel/Console7ChannelProc.cpp b/plugins/WinVST/Console7Channel/Console7ChannelProc.cpp index b683073da..a0b82774f 100755 --- a/plugins/WinVST/Console7Channel/Console7ChannelProc.cpp +++ b/plugins/WinVST/Console7Channel/Console7ChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Channel - Console7Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Channel_H diff --git a/plugins/WinVST/Console7Crunch/Console7Crunch.cpp b/plugins/WinVST/Console7Crunch/Console7Crunch.cpp index 13581f290..a7fb42284 100755 --- a/plugins/WinVST/Console7Crunch/Console7Crunch.cpp +++ b/plugins/WinVST/Console7Crunch/Console7Crunch.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Crunch - Console7Crunch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Crunch_H diff --git a/plugins/WinVST/Console7Crunch/Console7Crunch.h b/plugins/WinVST/Console7Crunch/Console7Crunch.h index cb1c47ff2..f1c5fe124 100755 --- a/plugins/WinVST/Console7Crunch/Console7Crunch.h +++ b/plugins/WinVST/Console7Crunch/Console7Crunch.h @@ -1,7 +1,7 @@ /* ======================================== * Console7Crunch - Console7Crunch.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Crunch_H diff --git a/plugins/WinVST/Console7Crunch/Console7CrunchProc.cpp b/plugins/WinVST/Console7Crunch/Console7CrunchProc.cpp index 7dac81098..f722e1fb5 100755 --- a/plugins/WinVST/Console7Crunch/Console7CrunchProc.cpp +++ b/plugins/WinVST/Console7Crunch/Console7CrunchProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console7Crunch - Console7Crunch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console7Crunch_H diff --git a/plugins/LinuxVST/src/Shape/.vs/Console4Channel64/v14/.suo b/plugins/WinVST/Console8BusOut/.vs/Console4Channel64/v14/.suo similarity index 100% rename from plugins/LinuxVST/src/Shape/.vs/Console4Channel64/v14/.suo rename to plugins/WinVST/Console8BusOut/.vs/Console4Channel64/v14/.suo diff --git a/plugins/LinuxVST/src/PurestWarm2/.vs/VSTProject/v14/.suo b/plugins/WinVST/Console8BusOut/.vs/VSTProject/v14/.suo similarity index 96% rename from plugins/LinuxVST/src/PurestWarm2/.vs/VSTProject/v14/.suo rename to plugins/WinVST/Console8BusOut/.vs/VSTProject/v14/.suo index 5f97881db..1770f78ae 100755 Binary files a/plugins/LinuxVST/src/PurestWarm2/.vs/VSTProject/v14/.suo and b/plugins/WinVST/Console8BusOut/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/Console8BussOut/Console8BussOut.cpp b/plugins/WinVST/Console8BusOut/Console8BussOut.cpp similarity index 85% rename from plugins/WinVST/Console8BussOut/Console8BussOut.cpp rename to plugins/WinVST/Console8BusOut/Console8BussOut.cpp index 97c355391..370e1ae06 100755 --- a/plugins/WinVST/Console8BussOut/Console8BussOut.cpp +++ b/plugins/WinVST/Console8BusOut/Console8BussOut.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussOut - Console8BussOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussOut_H @@ -15,26 +15,10 @@ Console8BussOut::Console8BussOut(audioMasterCallback audioMaster) : A = 0.5; inTrimA = 0.5; inTrimB = 0.5; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; - if (getSampleRate() > 49000.0) hsr = true; else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.52110856; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter lastSampleL = 0.0; wasPosClipL = false; wasNegClipL = false; lastSampleR = 0.0; wasPosClipR = false; wasNegClipR = false; for (int x = 0; x < 17; x++) {intermediateL[x] = 0.0; intermediateR[x] = 0.0;} //ADClip2 - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 - if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/WinVST/Console8BussOut/Console8BussOut.h b/plugins/WinVST/Console8BusOut/Console8BussOut.h similarity index 97% rename from plugins/WinVST/Console8BussOut/Console8BussOut.h rename to plugins/WinVST/Console8BusOut/Console8BussOut.h index e0bc04449..0c018954c 100755 --- a/plugins/WinVST/Console8BussOut/Console8BussOut.h +++ b/plugins/WinVST/Console8BusOut/Console8BussOut.h @@ -1,7 +1,7 @@ /* ======================================== * Console8BussOut - Console8BussOut.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussOut_H diff --git a/plugins/WinVST/Console8BussOut/Console8BussOutProc.cpp b/plugins/WinVST/Console8BusOut/Console8BussOutProc.cpp similarity index 86% rename from plugins/WinVST/Console8BussOut/Console8BussOutProc.cpp rename to plugins/WinVST/Console8BusOut/Console8BussOutProc.cpp index b6e6fb452..5ec44caf5 100755 --- a/plugins/WinVST/Console8BussOut/Console8BussOutProc.cpp +++ b/plugins/WinVST/Console8BusOut/Console8BussOutProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussOut - Console8BussOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussOut_H @@ -18,7 +18,23 @@ void Console8BussOut::processReplacing(float **inputs, float **outputs, VstInt32 inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. - + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.52110856; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -114,7 +130,23 @@ void Console8BussOut::processDoubleReplacing(double **inputs, double **outputs, inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. - + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.52110856; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/WinVST/Console8BusOut/VSTProject.sln b/plugins/WinVST/Console8BusOut/VSTProject.sln new file mode 100755 index 000000000..694b42443 --- /dev/null +++ b/plugins/WinVST/Console8BusOut/VSTProject.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VSTProject", "VSTProject.vcxproj", "{16F7AB3C-1AE0-4574-B60C-7B4DED82938C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x64.ActiveCfg = Debug|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x64.Build.0 = Debug|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x86.ActiveCfg = Debug|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x86.Build.0 = Debug|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x64.ActiveCfg = Release|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x64.Build.0 = Release|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x86.ActiveCfg = Release|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/plugins/WinVST/Console8BussOut/VSTProject.vcxproj b/plugins/WinVST/Console8BusOut/VSTProject.vcxproj similarity index 100% rename from plugins/WinVST/Console8BussOut/VSTProject.vcxproj rename to plugins/WinVST/Console8BusOut/VSTProject.vcxproj diff --git a/plugins/WinVST/Console8BussOut/VSTProject.vcxproj.filters b/plugins/WinVST/Console8BusOut/VSTProject.vcxproj.filters similarity index 100% rename from plugins/WinVST/Console8BussOut/VSTProject.vcxproj.filters rename to plugins/WinVST/Console8BusOut/VSTProject.vcxproj.filters diff --git a/plugins/WinVST/Console8BusOut/VSTProject.vcxproj.user b/plugins/WinVST/Console8BusOut/VSTProject.vcxproj.user new file mode 100755 index 000000000..221626789 --- /dev/null +++ b/plugins/WinVST/Console8BusOut/VSTProject.vcxproj.user @@ -0,0 +1,19 @@ + + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + \ No newline at end of file diff --git a/plugins/WinVST/Console8BusOut/vstplug.def b/plugins/WinVST/Console8BusOut/vstplug.def new file mode 100755 index 000000000..5bf499aa2 --- /dev/null +++ b/plugins/WinVST/Console8BusOut/vstplug.def @@ -0,0 +1,3 @@ +EXPORTS + VSTPluginMain + main=VSTPluginMain \ No newline at end of file diff --git a/plugins/WinVST/Console8BussHype/.vs/VSTProject/v14/.suo b/plugins/WinVST/Console8BussHype/.vs/VSTProject/v14/.suo index 827370e13..133bb5626 100755 Binary files a/plugins/WinVST/Console8BussHype/.vs/VSTProject/v14/.suo and b/plugins/WinVST/Console8BussHype/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/Console8BussHype/Console8BussHype.cpp b/plugins/WinVST/Console8BussHype/Console8BussHype.cpp index 3ac8fda34..673dfcc55 100755 --- a/plugins/WinVST/Console8BussHype/Console8BussHype.cpp +++ b/plugins/WinVST/Console8BussHype/Console8BussHype.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussHype - Console8BussHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussHype_H @@ -15,26 +15,6 @@ Console8BussHype::Console8BussHype(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.5; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/WinVST/Console8BussHype/Console8BussHype.h b/plugins/WinVST/Console8BussHype/Console8BussHype.h index ed1dc1aca..44f75f3a6 100755 --- a/plugins/WinVST/Console8BussHype/Console8BussHype.h +++ b/plugins/WinVST/Console8BussHype/Console8BussHype.h @@ -1,7 +1,7 @@ /* ======================================== * Console8BussHype - Console8BussHype.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussHype_H diff --git a/plugins/WinVST/Console8BussHype/Console8BussHypeProc.cpp b/plugins/WinVST/Console8BussHype/Console8BussHypeProc.cpp index 836268caf..8e7d044c0 100755 --- a/plugins/WinVST/Console8BussHype/Console8BussHypeProc.cpp +++ b/plugins/WinVST/Console8BussHype/Console8BussHypeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussHype - Console8BussHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussHype_H @@ -22,7 +22,27 @@ void Console8BussHype::processReplacing(float **inputs, float **outputs, VstInt3 if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -124,7 +144,27 @@ void Console8BussHype::processDoubleReplacing(double **inputs, double **outputs, if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/WinVST/Console8BussIn/.vs/VSTProject/v14/.suo b/plugins/WinVST/Console8BussIn/.vs/VSTProject/v14/.suo index 28175ce34..c37ff1d8a 100755 Binary files a/plugins/WinVST/Console8BussIn/.vs/VSTProject/v14/.suo and b/plugins/WinVST/Console8BussIn/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/Console8BussIn/Console8BussIn.cpp b/plugins/WinVST/Console8BussIn/Console8BussIn.cpp index 21029c9b9..1b8ce9ca6 100755 --- a/plugins/WinVST/Console8BussIn/Console8BussIn.cpp +++ b/plugins/WinVST/Console8BussIn/Console8BussIn.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussIn - Console8BussIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussIn_H @@ -15,26 +15,6 @@ Console8BussIn::Console8BussIn(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.5; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/WinVST/Console8BussIn/Console8BussIn.h b/plugins/WinVST/Console8BussIn/Console8BussIn.h index a8980f9d9..bb824d73b 100755 --- a/plugins/WinVST/Console8BussIn/Console8BussIn.h +++ b/plugins/WinVST/Console8BussIn/Console8BussIn.h @@ -1,7 +1,7 @@ /* ======================================== * Console8BussIn - Console8BussIn.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussIn_H diff --git a/plugins/WinVST/Console8BussIn/Console8BussInProc.cpp b/plugins/WinVST/Console8BussIn/Console8BussInProc.cpp index 9c8436d9c..7370d5d31 100755 --- a/plugins/WinVST/Console8BussIn/Console8BussInProc.cpp +++ b/plugins/WinVST/Console8BussIn/Console8BussInProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8BussIn - Console8BussIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8BussIn_H @@ -22,7 +22,27 @@ void Console8BussIn::processReplacing(float **inputs, float **outputs, VstInt32 if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -124,7 +144,27 @@ void Console8BussIn::processDoubleReplacing(double **inputs, double **outputs, V if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.5; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/WinVST/Console8ChannelHype/.vs/VSTProject/v14/.suo b/plugins/WinVST/Console8ChannelHype/.vs/VSTProject/v14/.suo index 90567a1e2..60e5d56ba 100755 Binary files a/plugins/WinVST/Console8ChannelHype/.vs/VSTProject/v14/.suo and b/plugins/WinVST/Console8ChannelHype/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/Console8ChannelHype/Console8ChannelHype.cpp b/plugins/WinVST/Console8ChannelHype/Console8ChannelHype.cpp index 2490456ee..6765ab1ee 100755 --- a/plugins/WinVST/Console8ChannelHype/Console8ChannelHype.cpp +++ b/plugins/WinVST/Console8ChannelHype/Console8ChannelHype.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelHype - Console8ChannelHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelHype_H @@ -15,26 +15,6 @@ Console8ChannelHype::Console8ChannelHype(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.76352112; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/WinVST/Console8ChannelHype/Console8ChannelHype.h b/plugins/WinVST/Console8ChannelHype/Console8ChannelHype.h index 3ad42aa5b..160d96767 100755 --- a/plugins/WinVST/Console8ChannelHype/Console8ChannelHype.h +++ b/plugins/WinVST/Console8ChannelHype/Console8ChannelHype.h @@ -1,7 +1,7 @@ /* ======================================== * Console8ChannelHype - Console8ChannelHype.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelHype_H diff --git a/plugins/WinVST/Console8ChannelHype/Console8ChannelHypeProc.cpp b/plugins/WinVST/Console8ChannelHype/Console8ChannelHypeProc.cpp index 4700293ad..7405ade7c 100755 --- a/plugins/WinVST/Console8ChannelHype/Console8ChannelHypeProc.cpp +++ b/plugins/WinVST/Console8ChannelHype/Console8ChannelHypeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelHype - Console8ChannelHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelHype_H @@ -22,7 +22,27 @@ void Console8ChannelHype::processReplacing(float **inputs, float **outputs, VstI if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -123,7 +143,27 @@ void Console8ChannelHype::processDoubleReplacing(double **inputs, double **outpu if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/WinVST/Console8ChannelIn/.vs/VSTProject/v14/.suo b/plugins/WinVST/Console8ChannelIn/.vs/VSTProject/v14/.suo index e1e45f9a7..449db3af3 100755 Binary files a/plugins/WinVST/Console8ChannelIn/.vs/VSTProject/v14/.suo and b/plugins/WinVST/Console8ChannelIn/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/Console8ChannelIn/Console8ChannelIn.cpp b/plugins/WinVST/Console8ChannelIn/Console8ChannelIn.cpp index 7fd1afdd6..211b6defc 100755 --- a/plugins/WinVST/Console8ChannelIn/Console8ChannelIn.cpp +++ b/plugins/WinVST/Console8ChannelIn/Console8ChannelIn.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelIn - Console8ChannelIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelIn_H @@ -15,26 +15,6 @@ Console8ChannelIn::Console8ChannelIn(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.76352112; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/WinVST/Console8ChannelIn/Console8ChannelIn.h b/plugins/WinVST/Console8ChannelIn/Console8ChannelIn.h index 1a2dffb41..6162d8d2a 100755 --- a/plugins/WinVST/Console8ChannelIn/Console8ChannelIn.h +++ b/plugins/WinVST/Console8ChannelIn/Console8ChannelIn.h @@ -1,7 +1,7 @@ /* ======================================== * Console8ChannelIn - Console8ChannelIn.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelIn_H diff --git a/plugins/WinVST/Console8ChannelIn/Console8ChannelInProc.cpp b/plugins/WinVST/Console8ChannelIn/Console8ChannelInProc.cpp index 1d6140d97..13f7bfdc9 100755 --- a/plugins/WinVST/Console8ChannelIn/Console8ChannelInProc.cpp +++ b/plugins/WinVST/Console8ChannelIn/Console8ChannelInProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelIn - Console8ChannelIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelIn_H @@ -14,6 +14,26 @@ void Console8ChannelIn::processReplacing(float **inputs, float **outputs, VstInt float* out1 = outputs[0]; float* out2 = outputs[1]; + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k double iirAmountA = 12.66/getSampleRate(); //this is our distributed unusual highpass, which is //adding subtle harmonics to the really deep stuff to define it @@ -115,6 +135,26 @@ void Console8ChannelIn::processDoubleReplacing(double **inputs, double **outputs double* out1 = outputs[0]; double* out2 = outputs[1]; + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.76352112; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k double iirAmountA = 12.66/getSampleRate(); //this is our distributed unusual highpass, which is //adding subtle harmonics to the really deep stuff to define it diff --git a/plugins/WinVST/Console8ChannelOut/.vs/VSTProject/v14/.suo b/plugins/WinVST/Console8ChannelOut/.vs/VSTProject/v14/.suo index 7cb93519a..8d03bd017 100755 Binary files a/plugins/WinVST/Console8ChannelOut/.vs/VSTProject/v14/.suo and b/plugins/WinVST/Console8ChannelOut/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/Console8ChannelOut/Console8ChannelOut.cpp b/plugins/WinVST/Console8ChannelOut/Console8ChannelOut.cpp index fc5d5b6b8..cd6b65f9d 100755 --- a/plugins/WinVST/Console8ChannelOut/Console8ChannelOut.cpp +++ b/plugins/WinVST/Console8ChannelOut/Console8ChannelOut.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelOut - Console8ChannelOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelOut_H @@ -15,17 +15,6 @@ Console8ChannelOut::Console8ChannelOut(audioMasterCallback audioMaster) : A = 0.5; inTrimA = 0.5; inTrimB = 0.5; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; - if (getSampleRate() > 49000.0) hsr = true; else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 3.51333709; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/WinVST/Console8ChannelOut/Console8ChannelOut.h b/plugins/WinVST/Console8ChannelOut/Console8ChannelOut.h index 00cf2b3b6..bc6b93303 100755 --- a/plugins/WinVST/Console8ChannelOut/Console8ChannelOut.h +++ b/plugins/WinVST/Console8ChannelOut/Console8ChannelOut.h @@ -1,7 +1,7 @@ /* ======================================== * Console8ChannelOut - Console8ChannelOut.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelOut_H diff --git a/plugins/WinVST/Console8ChannelOut/Console8ChannelOutProc.cpp b/plugins/WinVST/Console8ChannelOut/Console8ChannelOutProc.cpp index 96d188447..564384a28 100755 --- a/plugins/WinVST/Console8ChannelOut/Console8ChannelOutProc.cpp +++ b/plugins/WinVST/Console8ChannelOut/Console8ChannelOutProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8ChannelOut - Console8ChannelOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8ChannelOut_H @@ -15,6 +15,17 @@ void Console8ChannelOut::processReplacing(float **inputs, float **outputs, VstIn float* out2 = outputs[1]; VstInt32 inFramesToProcess = sampleFrames; //vst doesn't give us this as a separate variable so we'll make it + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 3.51333709; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. @@ -85,6 +96,17 @@ void Console8ChannelOut::processDoubleReplacing(double **inputs, double **output double* out2 = outputs[1]; VstInt32 inFramesToProcess = sampleFrames; //vst doesn't give us this as a separate variable so we'll make it + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 3.51333709; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. diff --git a/plugins/WinVST/Console8SubHype/.vs/VSTProject/v14/.suo b/plugins/WinVST/Console8SubHype/.vs/VSTProject/v14/.suo index 11ca6a82a..5a556bc28 100755 Binary files a/plugins/WinVST/Console8SubHype/.vs/VSTProject/v14/.suo and b/plugins/WinVST/Console8SubHype/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/Console8SubHype/Console8SubHype.cpp b/plugins/WinVST/Console8SubHype/Console8SubHype.cpp index 640f86886..bba1cfbbd 100755 --- a/plugins/WinVST/Console8SubHype/Console8SubHype.cpp +++ b/plugins/WinVST/Console8SubHype/Console8SubHype.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubHype - Console8SubHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubHype_H @@ -15,26 +15,6 @@ Console8SubHype::Console8SubHype(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.59435114; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/WinVST/Console8SubHype/Console8SubHype.h b/plugins/WinVST/Console8SubHype/Console8SubHype.h index 487250856..bffdf9cac 100755 --- a/plugins/WinVST/Console8SubHype/Console8SubHype.h +++ b/plugins/WinVST/Console8SubHype/Console8SubHype.h @@ -1,7 +1,7 @@ /* ======================================== * Console8SubHype - Console8SubHype.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubHype_H diff --git a/plugins/WinVST/Console8SubHype/Console8SubHypeProc.cpp b/plugins/WinVST/Console8SubHype/Console8SubHypeProc.cpp index 0455c9355..499bb8170 100755 --- a/plugins/WinVST/Console8SubHype/Console8SubHypeProc.cpp +++ b/plugins/WinVST/Console8SubHype/Console8SubHypeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubHype - Console8SubHype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubHype_H @@ -22,7 +22,27 @@ void Console8SubHype::processReplacing(float **inputs, float **outputs, VstInt32 if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -124,7 +144,27 @@ void Console8SubHype::processDoubleReplacing(double **inputs, double **outputs, if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/WinVST/Console8SubIn/.vs/VSTProject/v14/.suo b/plugins/WinVST/Console8SubIn/.vs/VSTProject/v14/.suo index 7c361f911..80c090901 100755 Binary files a/plugins/WinVST/Console8SubIn/.vs/VSTProject/v14/.suo and b/plugins/WinVST/Console8SubIn/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/Console8SubIn/Console8SubIn.cpp b/plugins/WinVST/Console8SubIn/Console8SubIn.cpp index b25077a03..b418baacf 100755 --- a/plugins/WinVST/Console8SubIn/Console8SubIn.cpp +++ b/plugins/WinVST/Console8SubIn/Console8SubIn.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubIn - Console8SubIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubIn_H @@ -15,26 +15,6 @@ Console8SubIn::Console8SubIn(audioMasterCallback audioMaster) : iirAL = 0.0; iirBL = 0.0; iirAR = 0.0; iirBR = 0.0; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; for (int x = 0; x < 10; x++) {softL[x] = 0.0; softR[x] = 0.0;} - if (getSampleRate() > 49000.0) hsr = true; - else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 0.59435114; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - cycleEnd = floor(overallscale); - if (cycleEnd < 1) cycleEnd = 1; - if (cycleEnd == 3) cycleEnd = 4; - if (cycleEnd > 4) cycleEnd = 4; - //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/WinVST/Console8SubIn/Console8SubIn.h b/plugins/WinVST/Console8SubIn/Console8SubIn.h index 26326a9a9..1bfe7229e 100755 --- a/plugins/WinVST/Console8SubIn/Console8SubIn.h +++ b/plugins/WinVST/Console8SubIn/Console8SubIn.h @@ -1,7 +1,7 @@ /* ======================================== * Console8SubIn - Console8SubIn.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubIn_H diff --git a/plugins/WinVST/Console8SubIn/Console8SubInProc.cpp b/plugins/WinVST/Console8SubIn/Console8SubInProc.cpp index b1f53c485..ac876a1b2 100755 --- a/plugins/WinVST/Console8SubIn/Console8SubInProc.cpp +++ b/plugins/WinVST/Console8SubIn/Console8SubInProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubIn - Console8SubIn.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubIn_H @@ -22,7 +22,27 @@ void Console8SubIn::processReplacing(float **inputs, float **outputs, VstInt32 s if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -124,7 +144,27 @@ void Console8SubIn::processDoubleReplacing(double **inputs, double **outputs, Vs if (fabs(iirAR)<1.18e-37) iirAR = 0.0; if (fabs(iirBR)<1.18e-37) iirBR = 0.0; //catch denormals early and only check once per buffer - + if (getSampleRate() > 49000.0) hsr = true; + else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 0.59435114; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + cycleEnd = floor(overallscale); + if (cycleEnd < 1) cycleEnd = 1; + if (cycleEnd == 3) cycleEnd = 4; + if (cycleEnd > 4) cycleEnd = 4; + //this is going to be 2 for 88.1 or 96k, 4 for 176 or 192k + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/WinVST/Console8SubOut/.vs/VSTProject/v14/.suo b/plugins/WinVST/Console8SubOut/.vs/VSTProject/v14/.suo index a8be3126d..68ad7a8be 100755 Binary files a/plugins/WinVST/Console8SubOut/.vs/VSTProject/v14/.suo and b/plugins/WinVST/Console8SubOut/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/Console8SubOut/Console8SubOut.cpp b/plugins/WinVST/Console8SubOut/Console8SubOut.cpp index c28db78e4..e0a6ad4ab 100755 --- a/plugins/WinVST/Console8SubOut/Console8SubOut.cpp +++ b/plugins/WinVST/Console8SubOut/Console8SubOut.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubOut - Console8SubOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubOut_H @@ -15,17 +15,6 @@ Console8SubOut::Console8SubOut(audioMasterCallback audioMaster) : A = 0.5; inTrimA = 0.5; inTrimB = 0.5; for (int x = 0; x < fix_total; x++) fix[x] = 0.0; - if (getSampleRate() > 49000.0) hsr = true; else hsr = false; - fix[fix_freq] = 24000.0 / getSampleRate(); - fix[fix_reso] = 1.20361562; - double K = tan(M_PI * fix[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); - fix[fix_a0] = K * K * norm; - fix[fix_a1] = 2.0 * fix[fix_a0]; - fix[fix_a2] = fix[fix_a0]; - fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; - //this is the fixed biquad distributed anti-aliasing filter fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/WinVST/Console8SubOut/Console8SubOut.h b/plugins/WinVST/Console8SubOut/Console8SubOut.h index dc6ecf363..a8e40f8d1 100755 --- a/plugins/WinVST/Console8SubOut/Console8SubOut.h +++ b/plugins/WinVST/Console8SubOut/Console8SubOut.h @@ -1,7 +1,7 @@ /* ======================================== * Console8SubOut - Console8SubOut.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubOut_H diff --git a/plugins/WinVST/Console8SubOut/Console8SubOutProc.cpp b/plugins/WinVST/Console8SubOut/Console8SubOutProc.cpp index d36e9c4d4..effd88efb 100755 --- a/plugins/WinVST/Console8SubOut/Console8SubOutProc.cpp +++ b/plugins/WinVST/Console8SubOut/Console8SubOutProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Console8SubOut - Console8SubOut.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Console8SubOut_H @@ -18,6 +18,17 @@ void Console8SubOut::processReplacing(float **inputs, float **outputs, VstInt32 inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 1.20361562; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter while (--sampleFrames >= 0) { @@ -88,6 +99,17 @@ void Console8SubOut::processDoubleReplacing(double **inputs, double **outputs, V inTrimA = inTrimB; inTrimB = A*2.0; //0.5 is unity gain, and we can attenuate to silence or boost slightly over 12dB //into softclipping overdrive. + if (getSampleRate() > 49000.0) hsr = true; else hsr = false; + fix[fix_freq] = 24000.0 / getSampleRate(); + fix[fix_reso] = 1.20361562; + double K = tan(M_PI * fix[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fix[fix_reso] + K * K); + fix[fix_a0] = K * K * norm; + fix[fix_a1] = 2.0 * fix[fix_a0]; + fix[fix_a2] = fix[fix_a0]; + fix[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fix[fix_b2] = (1.0 - K / fix[fix_reso] + K * K) * norm; + //this is the fixed biquad distributed anti-aliasing filter while (--sampleFrames >= 0) { diff --git a/plugins/WinVST/CrunchyGrooveWear/CrunchyGrooveWear.cpp b/plugins/WinVST/CrunchyGrooveWear/CrunchyGrooveWear.cpp index d634bfc08..1893a56e9 100755 --- a/plugins/WinVST/CrunchyGrooveWear/CrunchyGrooveWear.cpp +++ b/plugins/WinVST/CrunchyGrooveWear/CrunchyGrooveWear.cpp @@ -1,6 +1,6 @@ /* ======================================== * CrunchyGrooveWear - CrunchyGrooveWear.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __CrunchyGrooveWear_H diff --git a/plugins/WinVST/CrunchyGrooveWear/CrunchyGrooveWear.h b/plugins/WinVST/CrunchyGrooveWear/CrunchyGrooveWear.h index 3ccd654a6..8a78bdbce 100755 --- a/plugins/WinVST/CrunchyGrooveWear/CrunchyGrooveWear.h +++ b/plugins/WinVST/CrunchyGrooveWear/CrunchyGrooveWear.h @@ -1,7 +1,7 @@ /* ======================================== * CrunchyGrooveWear - CrunchyGrooveWear.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __CrunchyGrooveWear_H diff --git a/plugins/WinVST/CrunchyGrooveWear/CrunchyGrooveWearProc.cpp b/plugins/WinVST/CrunchyGrooveWear/CrunchyGrooveWearProc.cpp index 632ee3f59..cf9e75808 100755 --- a/plugins/WinVST/CrunchyGrooveWear/CrunchyGrooveWearProc.cpp +++ b/plugins/WinVST/CrunchyGrooveWear/CrunchyGrooveWearProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * CrunchyGrooveWear - CrunchyGrooveWear.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __CrunchyGrooveWear_H diff --git a/plugins/WinVST/Crystal/Crystal.cpp b/plugins/WinVST/Crystal/Crystal.cpp index 67db8482c..583ded7df 100755 --- a/plugins/WinVST/Crystal/Crystal.cpp +++ b/plugins/WinVST/Crystal/Crystal.cpp @@ -1,6 +1,6 @@ /* ======================================== * Crystal - Crystal.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Crystal_H diff --git a/plugins/WinVST/Crystal/Crystal.h b/plugins/WinVST/Crystal/Crystal.h index 524bbc595..3e2732688 100755 --- a/plugins/WinVST/Crystal/Crystal.h +++ b/plugins/WinVST/Crystal/Crystal.h @@ -1,7 +1,7 @@ /* ======================================== * Crystal - Crystal.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Crystal_H diff --git a/plugins/WinVST/Crystal/CrystalProc.cpp b/plugins/WinVST/Crystal/CrystalProc.cpp index 1ebd6fd39..f20d9a619 100755 --- a/plugins/WinVST/Crystal/CrystalProc.cpp +++ b/plugins/WinVST/Crystal/CrystalProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Crystal - Crystal.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Crystal_H diff --git a/plugins/WinVST/DCVoltage/DCVoltage.cpp b/plugins/WinVST/DCVoltage/DCVoltage.cpp index 9b70015c4..f09ea2d9e 100755 --- a/plugins/WinVST/DCVoltage/DCVoltage.cpp +++ b/plugins/WinVST/DCVoltage/DCVoltage.cpp @@ -1,6 +1,6 @@ /* ======================================== * DCVoltage - DCVoltage.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DCVoltage_H diff --git a/plugins/WinVST/DCVoltage/DCVoltage.h b/plugins/WinVST/DCVoltage/DCVoltage.h index b3474874e..0c8d6989f 100755 --- a/plugins/WinVST/DCVoltage/DCVoltage.h +++ b/plugins/WinVST/DCVoltage/DCVoltage.h @@ -1,7 +1,7 @@ /* ======================================== * DCVoltage - DCVoltage.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DCVoltage_H diff --git a/plugins/WinVST/DCVoltage/DCVoltageProc.cpp b/plugins/WinVST/DCVoltage/DCVoltageProc.cpp index b419acc15..a9749e7aa 100755 --- a/plugins/WinVST/DCVoltage/DCVoltageProc.cpp +++ b/plugins/WinVST/DCVoltage/DCVoltageProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DCVoltage - DCVoltage.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DCVoltage_H diff --git a/plugins/WinVST/Dark/Dark.cpp b/plugins/WinVST/Dark/Dark.cpp index a1bb3148a..b649c27b9 100755 --- a/plugins/WinVST/Dark/Dark.cpp +++ b/plugins/WinVST/Dark/Dark.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dark - Dark.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dark_H diff --git a/plugins/WinVST/Dark/Dark.h b/plugins/WinVST/Dark/Dark.h index 13e02ae87..bc8d4e2cb 100755 --- a/plugins/WinVST/Dark/Dark.h +++ b/plugins/WinVST/Dark/Dark.h @@ -1,7 +1,7 @@ /* ======================================== * Dark - Dark.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dark_H diff --git a/plugins/WinVST/Dark/DarkProc.cpp b/plugins/WinVST/Dark/DarkProc.cpp index f026c1cd0..a57a80f24 100755 --- a/plugins/WinVST/Dark/DarkProc.cpp +++ b/plugins/WinVST/Dark/DarkProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dark - Dark.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dark_H diff --git a/plugins/WinVST/DarkNoise/DarkNoise.cpp b/plugins/WinVST/DarkNoise/DarkNoise.cpp index 989535fc7..3d6a7e8af 100755 --- a/plugins/WinVST/DarkNoise/DarkNoise.cpp +++ b/plugins/WinVST/DarkNoise/DarkNoise.cpp @@ -1,6 +1,6 @@ /* ======================================== * DarkNoise - DarkNoise.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DarkNoise_H diff --git a/plugins/WinVST/DarkNoise/DarkNoise.h b/plugins/WinVST/DarkNoise/DarkNoise.h index 9fa3d2e75..983bc2f0f 100755 --- a/plugins/WinVST/DarkNoise/DarkNoise.h +++ b/plugins/WinVST/DarkNoise/DarkNoise.h @@ -1,7 +1,7 @@ /* ======================================== * DarkNoise - DarkNoise.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DarkNoise_H diff --git a/plugins/WinVST/DarkNoise/DarkNoiseProc.cpp b/plugins/WinVST/DarkNoise/DarkNoiseProc.cpp index cb4f3428f..9731d9fd5 100755 --- a/plugins/WinVST/DarkNoise/DarkNoiseProc.cpp +++ b/plugins/WinVST/DarkNoise/DarkNoiseProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DarkNoise - DarkNoise.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DarkNoise_H diff --git a/plugins/WinVST/DeBess/DeBess.cpp b/plugins/WinVST/DeBess/DeBess.cpp index 43ead3df6..6cb1ee203 100755 --- a/plugins/WinVST/DeBess/DeBess.cpp +++ b/plugins/WinVST/DeBess/DeBess.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeBess - DeBess.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeBess_H diff --git a/plugins/WinVST/DeBess/DeBess.h b/plugins/WinVST/DeBess/DeBess.h index a3c4cb2ab..6a3ef438e 100755 --- a/plugins/WinVST/DeBess/DeBess.h +++ b/plugins/WinVST/DeBess/DeBess.h @@ -1,7 +1,7 @@ /* ======================================== * DeBess - DeBess.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeBess_H diff --git a/plugins/WinVST/DeBess/DeBessProc.cpp b/plugins/WinVST/DeBess/DeBessProc.cpp index defe49442..ec80ec37c 100755 --- a/plugins/WinVST/DeBess/DeBessProc.cpp +++ b/plugins/WinVST/DeBess/DeBessProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeBess - DeBess.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeBess_H diff --git a/plugins/WinVST/DeEss/DeEss.cpp b/plugins/WinVST/DeEss/DeEss.cpp index f57f5c63c..f7bcce350 100755 --- a/plugins/WinVST/DeEss/DeEss.cpp +++ b/plugins/WinVST/DeEss/DeEss.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeEss - DeEss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeEss_H diff --git a/plugins/WinVST/DeEss/DeEss.h b/plugins/WinVST/DeEss/DeEss.h index 93afbe7b9..f9e154c62 100755 --- a/plugins/WinVST/DeEss/DeEss.h +++ b/plugins/WinVST/DeEss/DeEss.h @@ -1,7 +1,7 @@ /* ======================================== * DeEss - DeEss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeEss_H diff --git a/plugins/WinVST/DeEss/DeEssProc.cpp b/plugins/WinVST/DeEss/DeEssProc.cpp index 3f9adf647..bd91b1351 100755 --- a/plugins/WinVST/DeEss/DeEssProc.cpp +++ b/plugins/WinVST/DeEss/DeEssProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeEss - DeEss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeEss_H diff --git a/plugins/WinVST/DeHiss/DeHiss.cpp b/plugins/WinVST/DeHiss/DeHiss.cpp index 4473972cb..5fed8f10e 100755 --- a/plugins/WinVST/DeHiss/DeHiss.cpp +++ b/plugins/WinVST/DeHiss/DeHiss.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeHiss - DeHiss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeHiss_H diff --git a/plugins/WinVST/DeHiss/DeHiss.h b/plugins/WinVST/DeHiss/DeHiss.h index 647f3abe8..d05542307 100755 --- a/plugins/WinVST/DeHiss/DeHiss.h +++ b/plugins/WinVST/DeHiss/DeHiss.h @@ -1,7 +1,7 @@ /* ======================================== * DeHiss - DeHiss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeHiss_H diff --git a/plugins/WinVST/DeHiss/DeHissProc.cpp b/plugins/WinVST/DeHiss/DeHissProc.cpp index ce52a4f9d..12fec327d 100755 --- a/plugins/WinVST/DeHiss/DeHissProc.cpp +++ b/plugins/WinVST/DeHiss/DeHissProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeHiss - DeHiss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeHiss_H diff --git a/plugins/WinVST/DeRez/DeRez.cpp b/plugins/WinVST/DeRez/DeRez.cpp index f24f99df9..1f0701841 100755 --- a/plugins/WinVST/DeRez/DeRez.cpp +++ b/plugins/WinVST/DeRez/DeRez.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeRez - DeRez.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez_H diff --git a/plugins/WinVST/DeRez/DeRez.h b/plugins/WinVST/DeRez/DeRez.h index 85cfe1c66..602f8477e 100755 --- a/plugins/WinVST/DeRez/DeRez.h +++ b/plugins/WinVST/DeRez/DeRez.h @@ -1,7 +1,7 @@ /* ======================================== * DeRez - DeRez.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez_H diff --git a/plugins/WinVST/DeRez/DeRezProc.cpp b/plugins/WinVST/DeRez/DeRezProc.cpp index 36cb20004..ccb3c28b0 100755 --- a/plugins/WinVST/DeRez/DeRezProc.cpp +++ b/plugins/WinVST/DeRez/DeRezProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeRez - DeRez.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez_H diff --git a/plugins/WinVST/DeRez2/DeRez2.cpp b/plugins/WinVST/DeRez2/DeRez2.cpp index 9f706d2bb..1086b016f 100755 --- a/plugins/WinVST/DeRez2/DeRez2.cpp +++ b/plugins/WinVST/DeRez2/DeRez2.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeRez2 - DeRez2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez2_H diff --git a/plugins/WinVST/DeRez2/DeRez2.h b/plugins/WinVST/DeRez2/DeRez2.h index c3856a97a..05079677f 100755 --- a/plugins/WinVST/DeRez2/DeRez2.h +++ b/plugins/WinVST/DeRez2/DeRez2.h @@ -1,7 +1,7 @@ /* ======================================== * DeRez2 - DeRez2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez2_H diff --git a/plugins/WinVST/DeRez2/DeRez2Proc.cpp b/plugins/WinVST/DeRez2/DeRez2Proc.cpp index 05ccab1f8..fe8cd11b9 100755 --- a/plugins/WinVST/DeRez2/DeRez2Proc.cpp +++ b/plugins/WinVST/DeRez2/DeRez2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DeRez2 - DeRez2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DeRez2_H diff --git a/plugins/WinVST/Deckwrecka/Deckwrecka.cpp b/plugins/WinVST/Deckwrecka/Deckwrecka.cpp index 7e0a202c2..2c16abfc6 100755 --- a/plugins/WinVST/Deckwrecka/Deckwrecka.cpp +++ b/plugins/WinVST/Deckwrecka/Deckwrecka.cpp @@ -1,6 +1,6 @@ /* ======================================== * Deckwrecka - Deckwrecka.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Deckwrecka_H diff --git a/plugins/WinVST/Deckwrecka/Deckwrecka.h b/plugins/WinVST/Deckwrecka/Deckwrecka.h index 73c5a1d76..e11cc00b6 100755 --- a/plugins/WinVST/Deckwrecka/Deckwrecka.h +++ b/plugins/WinVST/Deckwrecka/Deckwrecka.h @@ -1,7 +1,7 @@ /* ======================================== * Deckwrecka - Deckwrecka.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Deckwrecka_H diff --git a/plugins/WinVST/Deckwrecka/DeckwreckaProc.cpp b/plugins/WinVST/Deckwrecka/DeckwreckaProc.cpp index a63176921..54d57792d 100755 --- a/plugins/WinVST/Deckwrecka/DeckwreckaProc.cpp +++ b/plugins/WinVST/Deckwrecka/DeckwreckaProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Deckwrecka - Deckwrecka.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Deckwrecka_H diff --git a/plugins/WinVST/Density/Density.cpp b/plugins/WinVST/Density/Density.cpp index 01ad61f14..e565fc98f 100755 --- a/plugins/WinVST/Density/Density.cpp +++ b/plugins/WinVST/Density/Density.cpp @@ -1,6 +1,6 @@ /* ======================================== * Density - Density.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Density_H diff --git a/plugins/WinVST/Density/Density.h b/plugins/WinVST/Density/Density.h index 0f188b3bb..d485ed51a 100755 --- a/plugins/WinVST/Density/Density.h +++ b/plugins/WinVST/Density/Density.h @@ -1,7 +1,7 @@ /* ======================================== * Density - Density.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Density_H diff --git a/plugins/WinVST/Density/DensityProc.cpp b/plugins/WinVST/Density/DensityProc.cpp index 5db9e5022..b2d07a0ef 100755 --- a/plugins/WinVST/Density/DensityProc.cpp +++ b/plugins/WinVST/Density/DensityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Density - Density.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Density_H diff --git a/plugins/WinVST/Density2/Density2.cpp b/plugins/WinVST/Density2/Density2.cpp index e680b6baf..00a2e167f 100755 --- a/plugins/WinVST/Density2/Density2.cpp +++ b/plugins/WinVST/Density2/Density2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Density2 - Density2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Density2_H diff --git a/plugins/WinVST/Density2/Density2.h b/plugins/WinVST/Density2/Density2.h index eb0ca981c..7f93f2f18 100755 --- a/plugins/WinVST/Density2/Density2.h +++ b/plugins/WinVST/Density2/Density2.h @@ -1,7 +1,7 @@ /* ======================================== * Density2 - Density2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Density2_H diff --git a/plugins/WinVST/Density2/Density2Proc.cpp b/plugins/WinVST/Density2/Density2Proc.cpp index bd79936ab..f22863804 100755 --- a/plugins/WinVST/Density2/Density2Proc.cpp +++ b/plugins/WinVST/Density2/Density2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Density2 - Density2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Density2_H diff --git a/plugins/WinVST/Desk/Desk.cpp b/plugins/WinVST/Desk/Desk.cpp index a23bbc3b5..31e35ecc7 100755 --- a/plugins/WinVST/Desk/Desk.cpp +++ b/plugins/WinVST/Desk/Desk.cpp @@ -1,6 +1,6 @@ /* ======================================== * Desk - Desk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk_H diff --git a/plugins/WinVST/Desk/Desk.h b/plugins/WinVST/Desk/Desk.h index b33f2bf52..91b005a46 100755 --- a/plugins/WinVST/Desk/Desk.h +++ b/plugins/WinVST/Desk/Desk.h @@ -1,7 +1,7 @@ /* ======================================== * Desk - Desk.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk_H diff --git a/plugins/WinVST/Desk/DeskProc.cpp b/plugins/WinVST/Desk/DeskProc.cpp index 328e06643..e3295f3d7 100755 --- a/plugins/WinVST/Desk/DeskProc.cpp +++ b/plugins/WinVST/Desk/DeskProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Desk - Desk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk_H diff --git a/plugins/WinVST/Desk4/Desk4.cpp b/plugins/WinVST/Desk4/Desk4.cpp index ebf1daadb..772e1315f 100755 --- a/plugins/WinVST/Desk4/Desk4.cpp +++ b/plugins/WinVST/Desk4/Desk4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Desk4 - Desk4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk4_H diff --git a/plugins/WinVST/Desk4/Desk4.h b/plugins/WinVST/Desk4/Desk4.h index 8b1a72406..02afd135a 100755 --- a/plugins/WinVST/Desk4/Desk4.h +++ b/plugins/WinVST/Desk4/Desk4.h @@ -1,7 +1,7 @@ /* ======================================== * Desk4 - Desk4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk4_H diff --git a/plugins/WinVST/Desk4/Desk4Proc.cpp b/plugins/WinVST/Desk4/Desk4Proc.cpp index c20b66f8f..e3f8f212e 100755 --- a/plugins/WinVST/Desk4/Desk4Proc.cpp +++ b/plugins/WinVST/Desk4/Desk4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Desk4 - Desk4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Desk4_H diff --git a/plugins/WinVST/DigitalBlack/DigitalBlack.cpp b/plugins/WinVST/DigitalBlack/DigitalBlack.cpp index 840435762..e18eefd6e 100755 --- a/plugins/WinVST/DigitalBlack/DigitalBlack.cpp +++ b/plugins/WinVST/DigitalBlack/DigitalBlack.cpp @@ -1,6 +1,6 @@ /* ======================================== * DigitalBlack - DigitalBlack.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DigitalBlack_H diff --git a/plugins/WinVST/DigitalBlack/DigitalBlack.h b/plugins/WinVST/DigitalBlack/DigitalBlack.h index 636911dd9..9621a529f 100755 --- a/plugins/WinVST/DigitalBlack/DigitalBlack.h +++ b/plugins/WinVST/DigitalBlack/DigitalBlack.h @@ -1,7 +1,7 @@ /* ======================================== * DigitalBlack - DigitalBlack.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DigitalBlack_H diff --git a/plugins/WinVST/DigitalBlack/DigitalBlackProc.cpp b/plugins/WinVST/DigitalBlack/DigitalBlackProc.cpp index 5a0326988..1bcc280fb 100755 --- a/plugins/WinVST/DigitalBlack/DigitalBlackProc.cpp +++ b/plugins/WinVST/DigitalBlack/DigitalBlackProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DigitalBlack - DigitalBlack.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DigitalBlack_H diff --git a/plugins/WinVST/Dirt/Dirt.cpp b/plugins/WinVST/Dirt/Dirt.cpp index 19ef907b4..473b5244d 100755 --- a/plugins/WinVST/Dirt/Dirt.cpp +++ b/plugins/WinVST/Dirt/Dirt.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dirt - Dirt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dirt_H diff --git a/plugins/WinVST/Dirt/Dirt.h b/plugins/WinVST/Dirt/Dirt.h index 1bc7b8cb3..4ce66461e 100755 --- a/plugins/WinVST/Dirt/Dirt.h +++ b/plugins/WinVST/Dirt/Dirt.h @@ -1,7 +1,7 @@ /* ======================================== * Dirt - Dirt.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dirt_H diff --git a/plugins/WinVST/Dirt/DirtProc.cpp b/plugins/WinVST/Dirt/DirtProc.cpp index 16c273c9e..b681d591e 100755 --- a/plugins/WinVST/Dirt/DirtProc.cpp +++ b/plugins/WinVST/Dirt/DirtProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dirt - Dirt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dirt_H diff --git a/plugins/WinVST/Distance/Distance.cpp b/plugins/WinVST/Distance/Distance.cpp index ca1806e47..8f3f84d0b 100755 --- a/plugins/WinVST/Distance/Distance.cpp +++ b/plugins/WinVST/Distance/Distance.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distance - Distance.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance_H diff --git a/plugins/WinVST/Distance/Distance.h b/plugins/WinVST/Distance/Distance.h index 021335d65..49aada1a2 100755 --- a/plugins/WinVST/Distance/Distance.h +++ b/plugins/WinVST/Distance/Distance.h @@ -1,7 +1,7 @@ /* ======================================== * Distance - Distance.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance_H diff --git a/plugins/WinVST/Distance/DistanceProc.cpp b/plugins/WinVST/Distance/DistanceProc.cpp index 30065e778..03c69d9a2 100755 --- a/plugins/WinVST/Distance/DistanceProc.cpp +++ b/plugins/WinVST/Distance/DistanceProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distance - Distance.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance_H diff --git a/plugins/WinVST/Distance2/Distance2.cpp b/plugins/WinVST/Distance2/Distance2.cpp index 8e1e63871..2136693ee 100755 --- a/plugins/WinVST/Distance2/Distance2.cpp +++ b/plugins/WinVST/Distance2/Distance2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distance2 - Distance2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance2_H diff --git a/plugins/WinVST/Distance2/Distance2.h b/plugins/WinVST/Distance2/Distance2.h index 17d29134d..8f12429de 100755 --- a/plugins/WinVST/Distance2/Distance2.h +++ b/plugins/WinVST/Distance2/Distance2.h @@ -1,7 +1,7 @@ /* ======================================== * Distance2 - Distance2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance2_H diff --git a/plugins/WinVST/Distance2/Distance2Proc.cpp b/plugins/WinVST/Distance2/Distance2Proc.cpp index eed60619e..bb89593d0 100755 --- a/plugins/WinVST/Distance2/Distance2Proc.cpp +++ b/plugins/WinVST/Distance2/Distance2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distance2 - Distance2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distance2_H diff --git a/plugins/WinVST/Distortion/Distortion.cpp b/plugins/WinVST/Distortion/Distortion.cpp index 413805a65..abd9352d3 100755 --- a/plugins/WinVST/Distortion/Distortion.cpp +++ b/plugins/WinVST/Distortion/Distortion.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distortion - Distortion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distortion_H diff --git a/plugins/WinVST/Distortion/Distortion.h b/plugins/WinVST/Distortion/Distortion.h index 2a9013380..a50bdff7a 100755 --- a/plugins/WinVST/Distortion/Distortion.h +++ b/plugins/WinVST/Distortion/Distortion.h @@ -1,7 +1,7 @@ /* ======================================== * Distortion - Distortion.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Distortion_H diff --git a/plugins/WinVST/Distortion/DistortionProc.cpp b/plugins/WinVST/Distortion/DistortionProc.cpp index 66d7a78cd..e788a3d6a 100755 --- a/plugins/WinVST/Distortion/DistortionProc.cpp +++ b/plugins/WinVST/Distortion/DistortionProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Distortion - Distortion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Distortion_H diff --git a/plugins/WinVST/DitherFloat/DitherFloat.cpp b/plugins/WinVST/DitherFloat/DitherFloat.cpp index 509db420c..58cfa03eb 100755 --- a/plugins/WinVST/DitherFloat/DitherFloat.cpp +++ b/plugins/WinVST/DitherFloat/DitherFloat.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherFloat - DitherFloat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherFloat_H diff --git a/plugins/WinVST/DitherFloat/DitherFloat.h b/plugins/WinVST/DitherFloat/DitherFloat.h index dd828e6a5..839f355cb 100755 --- a/plugins/WinVST/DitherFloat/DitherFloat.h +++ b/plugins/WinVST/DitherFloat/DitherFloat.h @@ -1,7 +1,7 @@ /* ======================================== * DitherFloat - DitherFloat.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherFloat_H diff --git a/plugins/WinVST/DitherFloat/DitherFloatProc.cpp b/plugins/WinVST/DitherFloat/DitherFloatProc.cpp index 9c894ad8a..86188de4b 100755 --- a/plugins/WinVST/DitherFloat/DitherFloatProc.cpp +++ b/plugins/WinVST/DitherFloat/DitherFloatProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherFloat - DitherFloat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherFloat_H diff --git a/plugins/WinVST/DitherMeDiskers/DitherMeDiskers.cpp b/plugins/WinVST/DitherMeDiskers/DitherMeDiskers.cpp index 528d54782..09051734b 100755 --- a/plugins/WinVST/DitherMeDiskers/DitherMeDiskers.cpp +++ b/plugins/WinVST/DitherMeDiskers/DitherMeDiskers.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherMeDiskers - DitherMeDiskers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeDiskers_H diff --git a/plugins/WinVST/DitherMeDiskers/DitherMeDiskers.h b/plugins/WinVST/DitherMeDiskers/DitherMeDiskers.h index 4ba134f9a..fdbe663bd 100755 --- a/plugins/WinVST/DitherMeDiskers/DitherMeDiskers.h +++ b/plugins/WinVST/DitherMeDiskers/DitherMeDiskers.h @@ -1,7 +1,7 @@ /* ======================================== * DitherMeDiskers - DitherMeDiskers.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeDiskers_H diff --git a/plugins/WinVST/DitherMeDiskers/DitherMeDiskersProc.cpp b/plugins/WinVST/DitherMeDiskers/DitherMeDiskersProc.cpp index 746f71378..1d9c3d8fe 100755 --- a/plugins/WinVST/DitherMeDiskers/DitherMeDiskersProc.cpp +++ b/plugins/WinVST/DitherMeDiskers/DitherMeDiskersProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherMeDiskers - DitherMeDiskers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeDiskers_H diff --git a/plugins/WinVST/DitherMeTimbers/DitherMeTimbers.cpp b/plugins/WinVST/DitherMeTimbers/DitherMeTimbers.cpp index a09222f53..e2eea2702 100755 --- a/plugins/WinVST/DitherMeTimbers/DitherMeTimbers.cpp +++ b/plugins/WinVST/DitherMeTimbers/DitherMeTimbers.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherMeTimbers - DitherMeTimbers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeTimbers_H diff --git a/plugins/WinVST/DitherMeTimbers/DitherMeTimbers.h b/plugins/WinVST/DitherMeTimbers/DitherMeTimbers.h index 03d712ee0..e8f25f3e1 100755 --- a/plugins/WinVST/DitherMeTimbers/DitherMeTimbers.h +++ b/plugins/WinVST/DitherMeTimbers/DitherMeTimbers.h @@ -1,7 +1,7 @@ /* ======================================== * DitherMeTimbers - DitherMeTimbers.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeTimbers_H diff --git a/plugins/WinVST/DitherMeTimbers/DitherMeTimbersProc.cpp b/plugins/WinVST/DitherMeTimbers/DitherMeTimbersProc.cpp index 4641d8bbd..b18f9c696 100755 --- a/plugins/WinVST/DitherMeTimbers/DitherMeTimbersProc.cpp +++ b/plugins/WinVST/DitherMeTimbers/DitherMeTimbersProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DitherMeTimbers - DitherMeTimbers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DitherMeTimbers_H diff --git a/plugins/WinVST/Ditherbox/Ditherbox.cpp b/plugins/WinVST/Ditherbox/Ditherbox.cpp index 0d3822f67..0e6c44a30 100755 --- a/plugins/WinVST/Ditherbox/Ditherbox.cpp +++ b/plugins/WinVST/Ditherbox/Ditherbox.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ditherbox - Ditherbox.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ditherbox_H diff --git a/plugins/WinVST/Ditherbox/Ditherbox.h b/plugins/WinVST/Ditherbox/Ditherbox.h index 51bc80e54..742912012 100755 --- a/plugins/WinVST/Ditherbox/Ditherbox.h +++ b/plugins/WinVST/Ditherbox/Ditherbox.h @@ -1,7 +1,7 @@ /* ======================================== * Ditherbox - Ditherbox.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Ditherbox_H diff --git a/plugins/WinVST/Ditherbox/DitherboxProc.cpp b/plugins/WinVST/Ditherbox/DitherboxProc.cpp index f12d2abbe..8a22b55cd 100755 --- a/plugins/WinVST/Ditherbox/DitherboxProc.cpp +++ b/plugins/WinVST/Ditherbox/DitherboxProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ditherbox - Ditherbox.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ditherbox_H diff --git a/plugins/WinVST/DoublePaul/DoublePaul.cpp b/plugins/WinVST/DoublePaul/DoublePaul.cpp index a5d374d25..c82906973 100755 --- a/plugins/WinVST/DoublePaul/DoublePaul.cpp +++ b/plugins/WinVST/DoublePaul/DoublePaul.cpp @@ -1,6 +1,6 @@ /* ======================================== * DoublePaul - DoublePaul.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DoublePaul_H diff --git a/plugins/WinVST/DoublePaul/DoublePaul.h b/plugins/WinVST/DoublePaul/DoublePaul.h index 1a9f0fd05..efdca4379 100755 --- a/plugins/WinVST/DoublePaul/DoublePaul.h +++ b/plugins/WinVST/DoublePaul/DoublePaul.h @@ -1,7 +1,7 @@ /* ======================================== * DoublePaul - DoublePaul.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DoublePaul_H diff --git a/plugins/WinVST/DoublePaul/DoublePaulProc.cpp b/plugins/WinVST/DoublePaul/DoublePaulProc.cpp index 430915416..87ba0ad69 100755 --- a/plugins/WinVST/DoublePaul/DoublePaulProc.cpp +++ b/plugins/WinVST/DoublePaul/DoublePaulProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DoublePaul - DoublePaul.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DoublePaul_H diff --git a/plugins/WinVST/Doublelay/Doublelay.cpp b/plugins/WinVST/Doublelay/Doublelay.cpp index 55047adc5..e1690417b 100755 --- a/plugins/WinVST/Doublelay/Doublelay.cpp +++ b/plugins/WinVST/Doublelay/Doublelay.cpp @@ -1,6 +1,6 @@ /* ======================================== * Doublelay - Doublelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Doublelay_H diff --git a/plugins/WinVST/Doublelay/Doublelay.h b/plugins/WinVST/Doublelay/Doublelay.h index fbb9afb39..093acf79f 100755 --- a/plugins/WinVST/Doublelay/Doublelay.h +++ b/plugins/WinVST/Doublelay/Doublelay.h @@ -1,7 +1,7 @@ /* ======================================== * Doublelay - Doublelay.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Doublelay_H diff --git a/plugins/WinVST/Doublelay/DoublelayProc.cpp b/plugins/WinVST/Doublelay/DoublelayProc.cpp index 11f6e7e1f..3314a2b40 100755 --- a/plugins/WinVST/Doublelay/DoublelayProc.cpp +++ b/plugins/WinVST/Doublelay/DoublelayProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Doublelay - Doublelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Doublelay_H diff --git a/plugins/WinVST/Drive/Drive.cpp b/plugins/WinVST/Drive/Drive.cpp index e88a7b678..de40595eb 100755 --- a/plugins/WinVST/Drive/Drive.cpp +++ b/plugins/WinVST/Drive/Drive.cpp @@ -1,6 +1,6 @@ /* ======================================== * Drive - Drive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Drive_H diff --git a/plugins/WinVST/Drive/Drive.h b/plugins/WinVST/Drive/Drive.h index 5b9bf5910..51bd69f60 100755 --- a/plugins/WinVST/Drive/Drive.h +++ b/plugins/WinVST/Drive/Drive.h @@ -1,7 +1,7 @@ /* ======================================== * Drive - Drive.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Drive_H diff --git a/plugins/WinVST/Drive/DriveProc.cpp b/plugins/WinVST/Drive/DriveProc.cpp index d30635b48..46282703c 100755 --- a/plugins/WinVST/Drive/DriveProc.cpp +++ b/plugins/WinVST/Drive/DriveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Drive - Drive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Drive_H diff --git a/plugins/WinVST/DrumSlam/DrumSlam.cpp b/plugins/WinVST/DrumSlam/DrumSlam.cpp index 7449845c9..f81938f81 100755 --- a/plugins/WinVST/DrumSlam/DrumSlam.cpp +++ b/plugins/WinVST/DrumSlam/DrumSlam.cpp @@ -1,6 +1,6 @@ /* ======================================== * DrumSlam - DrumSlam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DrumSlam_H diff --git a/plugins/WinVST/DrumSlam/DrumSlam.h b/plugins/WinVST/DrumSlam/DrumSlam.h index 3d83fce09..e895e4fed 100755 --- a/plugins/WinVST/DrumSlam/DrumSlam.h +++ b/plugins/WinVST/DrumSlam/DrumSlam.h @@ -1,7 +1,7 @@ /* ======================================== * DrumSlam - DrumSlam.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DrumSlam_H diff --git a/plugins/WinVST/DrumSlam/DrumSlamProc.cpp b/plugins/WinVST/DrumSlam/DrumSlamProc.cpp index fa9155394..94038f3b5 100755 --- a/plugins/WinVST/DrumSlam/DrumSlamProc.cpp +++ b/plugins/WinVST/DrumSlam/DrumSlamProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DrumSlam - DrumSlam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DrumSlam_H diff --git a/plugins/WinVST/DubCenter/DubCenter.cpp b/plugins/WinVST/DubCenter/DubCenter.cpp index ed7ff1c06..0de490388 100755 --- a/plugins/WinVST/DubCenter/DubCenter.cpp +++ b/plugins/WinVST/DubCenter/DubCenter.cpp @@ -1,6 +1,6 @@ /* ======================================== * DubCenter - DubCenter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DubCenter_H diff --git a/plugins/WinVST/DubCenter/DubCenter.h b/plugins/WinVST/DubCenter/DubCenter.h index 54b9eeb59..49273d1a6 100755 --- a/plugins/WinVST/DubCenter/DubCenter.h +++ b/plugins/WinVST/DubCenter/DubCenter.h @@ -1,7 +1,7 @@ /* ======================================== * DubCenter - DubCenter.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DubCenter_H diff --git a/plugins/WinVST/DubCenter/DubCenterProc.cpp b/plugins/WinVST/DubCenter/DubCenterProc.cpp index eac78920a..135e94805 100755 --- a/plugins/WinVST/DubCenter/DubCenterProc.cpp +++ b/plugins/WinVST/DubCenter/DubCenterProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DubCenter - DubCenter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DubCenter_H diff --git a/plugins/WinVST/DubSub/DubSub.cpp b/plugins/WinVST/DubSub/DubSub.cpp index e53c47dcc..d24590cc7 100755 --- a/plugins/WinVST/DubSub/DubSub.cpp +++ b/plugins/WinVST/DubSub/DubSub.cpp @@ -1,6 +1,6 @@ /* ======================================== * DubSub - DubSub.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DubSub_H diff --git a/plugins/WinVST/DubSub/DubSub.h b/plugins/WinVST/DubSub/DubSub.h index 4f3f6af8c..923b860c1 100755 --- a/plugins/WinVST/DubSub/DubSub.h +++ b/plugins/WinVST/DubSub/DubSub.h @@ -1,7 +1,7 @@ /* ======================================== * DubSub - DubSub.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DubSub_H diff --git a/plugins/WinVST/DubSub/DubSubProc.cpp b/plugins/WinVST/DubSub/DubSubProc.cpp index 679ab020b..bb4b8fb58 100755 --- a/plugins/WinVST/DubSub/DubSubProc.cpp +++ b/plugins/WinVST/DubSub/DubSubProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DubSub - DubSub.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DubSub_H diff --git a/plugins/WinVST/Dubly/Dubly.cpp b/plugins/WinVST/Dubly/Dubly.cpp index 8b4efe8e7..d45a8a2cf 100755 --- a/plugins/WinVST/Dubly/Dubly.cpp +++ b/plugins/WinVST/Dubly/Dubly.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dubly - Dubly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dubly_H diff --git a/plugins/WinVST/Dubly/Dubly.h b/plugins/WinVST/Dubly/Dubly.h index 548aaf83f..dfe518654 100755 --- a/plugins/WinVST/Dubly/Dubly.h +++ b/plugins/WinVST/Dubly/Dubly.h @@ -1,7 +1,7 @@ /* ======================================== * Dubly - Dubly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dubly_H diff --git a/plugins/WinVST/Dubly/DublyProc.cpp b/plugins/WinVST/Dubly/DublyProc.cpp index 52f17d1cb..3d1efb9e1 100755 --- a/plugins/WinVST/Dubly/DublyProc.cpp +++ b/plugins/WinVST/Dubly/DublyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dubly - Dubly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dubly_H diff --git a/plugins/WinVST/DustBunny/DustBunny.cpp b/plugins/WinVST/DustBunny/DustBunny.cpp index aba4a8012..2cb4e9827 100755 --- a/plugins/WinVST/DustBunny/DustBunny.cpp +++ b/plugins/WinVST/DustBunny/DustBunny.cpp @@ -1,6 +1,6 @@ /* ======================================== * DustBunny - DustBunny.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DustBunny_H diff --git a/plugins/WinVST/DustBunny/DustBunny.h b/plugins/WinVST/DustBunny/DustBunny.h index e9f1199a4..98bfdf962 100755 --- a/plugins/WinVST/DustBunny/DustBunny.h +++ b/plugins/WinVST/DustBunny/DustBunny.h @@ -1,7 +1,7 @@ /* ======================================== * DustBunny - DustBunny.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __DustBunny_H diff --git a/plugins/WinVST/DustBunny/DustBunnyProc.cpp b/plugins/WinVST/DustBunny/DustBunnyProc.cpp index d4667fdec..65d72bce9 100755 --- a/plugins/WinVST/DustBunny/DustBunnyProc.cpp +++ b/plugins/WinVST/DustBunny/DustBunnyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * DustBunny - DustBunny.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __DustBunny_H diff --git a/plugins/WinVST/Dynamics/Dynamics.cpp b/plugins/WinVST/Dynamics/Dynamics.cpp index 1c15e3aea..792d6a1e5 100755 --- a/plugins/WinVST/Dynamics/Dynamics.cpp +++ b/plugins/WinVST/Dynamics/Dynamics.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dynamics - Dynamics.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dynamics_H diff --git a/plugins/WinVST/Dynamics/Dynamics.h b/plugins/WinVST/Dynamics/Dynamics.h index 44e3642d8..a37e2b55c 100755 --- a/plugins/WinVST/Dynamics/Dynamics.h +++ b/plugins/WinVST/Dynamics/Dynamics.h @@ -1,7 +1,7 @@ /* ======================================== * Dynamics - Dynamics.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dynamics_H diff --git a/plugins/WinVST/Dynamics/DynamicsProc.cpp b/plugins/WinVST/Dynamics/DynamicsProc.cpp index ccf96f576..d2e7eaf21 100755 --- a/plugins/WinVST/Dynamics/DynamicsProc.cpp +++ b/plugins/WinVST/Dynamics/DynamicsProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dynamics - Dynamics.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dynamics_H diff --git a/plugins/WinVST/Dyno/Dyno.cpp b/plugins/WinVST/Dyno/Dyno.cpp index 203403b0d..c612b28b8 100755 --- a/plugins/WinVST/Dyno/Dyno.cpp +++ b/plugins/WinVST/Dyno/Dyno.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dyno - Dyno.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dyno_H diff --git a/plugins/WinVST/Dyno/Dyno.h b/plugins/WinVST/Dyno/Dyno.h index db407c216..d37be41be 100755 --- a/plugins/WinVST/Dyno/Dyno.h +++ b/plugins/WinVST/Dyno/Dyno.h @@ -1,7 +1,7 @@ /* ======================================== * Dyno - Dyno.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Dyno_H diff --git a/plugins/WinVST/Dyno/DynoProc.cpp b/plugins/WinVST/Dyno/DynoProc.cpp index c47a4d313..1a0f2a306 100755 --- a/plugins/WinVST/Dyno/DynoProc.cpp +++ b/plugins/WinVST/Dyno/DynoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Dyno - Dyno.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Dyno_H diff --git a/plugins/WinVST/EQ/EQ.cpp b/plugins/WinVST/EQ/EQ.cpp index 702dd33d4..7f009b81a 100755 --- a/plugins/WinVST/EQ/EQ.cpp +++ b/plugins/WinVST/EQ/EQ.cpp @@ -1,6 +1,6 @@ /* ======================================== * EQ - EQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EQ_H diff --git a/plugins/WinVST/EQ/EQ.h b/plugins/WinVST/EQ/EQ.h index 7d533787f..8667cf080 100755 --- a/plugins/WinVST/EQ/EQ.h +++ b/plugins/WinVST/EQ/EQ.h @@ -1,7 +1,7 @@ /* ======================================== * EQ - EQ.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __EQ_H diff --git a/plugins/WinVST/EQ/EQProc.cpp b/plugins/WinVST/EQ/EQProc.cpp index 220314936..394642078 100755 --- a/plugins/WinVST/EQ/EQProc.cpp +++ b/plugins/WinVST/EQ/EQProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * EQ - EQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EQ_H diff --git a/plugins/WinVST/EdIsDim/EdIsDim.cpp b/plugins/WinVST/EdIsDim/EdIsDim.cpp index 8a4f6db6f..c4afcdee9 100755 --- a/plugins/WinVST/EdIsDim/EdIsDim.cpp +++ b/plugins/WinVST/EdIsDim/EdIsDim.cpp @@ -1,6 +1,6 @@ /* ======================================== * EdIsDim - EdIsDim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EdIsDim_H diff --git a/plugins/WinVST/EdIsDim/EdIsDim.h b/plugins/WinVST/EdIsDim/EdIsDim.h index 7b887d69e..77f7432c7 100755 --- a/plugins/WinVST/EdIsDim/EdIsDim.h +++ b/plugins/WinVST/EdIsDim/EdIsDim.h @@ -1,7 +1,7 @@ /* ======================================== * EdIsDim - EdIsDim.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __EdIsDim_H diff --git a/plugins/WinVST/EdIsDim/EdIsDimProc.cpp b/plugins/WinVST/EdIsDim/EdIsDimProc.cpp index 39f21f688..05418e785 100755 --- a/plugins/WinVST/EdIsDim/EdIsDimProc.cpp +++ b/plugins/WinVST/EdIsDim/EdIsDimProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * EdIsDim - EdIsDim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EdIsDim_H diff --git a/plugins/WinVST/Edge/Edge.cpp b/plugins/WinVST/Edge/Edge.cpp index d93a881df..d5b7e0a03 100755 --- a/plugins/WinVST/Edge/Edge.cpp +++ b/plugins/WinVST/Edge/Edge.cpp @@ -1,6 +1,6 @@ /* ======================================== * Edge - Edge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Edge_H diff --git a/plugins/WinVST/Edge/Edge.h b/plugins/WinVST/Edge/Edge.h index 53187a878..05a41bf0d 100755 --- a/plugins/WinVST/Edge/Edge.h +++ b/plugins/WinVST/Edge/Edge.h @@ -1,7 +1,7 @@ /* ======================================== * Edge - Edge.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Edge_H diff --git a/plugins/WinVST/Edge/EdgeProc.cpp b/plugins/WinVST/Edge/EdgeProc.cpp index 433912bbe..d6ee84502 100755 --- a/plugins/WinVST/Edge/EdgeProc.cpp +++ b/plugins/WinVST/Edge/EdgeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Edge - Edge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Edge_H diff --git a/plugins/WinVST/Elation/Elation.cpp b/plugins/WinVST/Elation/Elation.cpp index 0f4c87092..37da4f308 100755 --- a/plugins/WinVST/Elation/Elation.cpp +++ b/plugins/WinVST/Elation/Elation.cpp @@ -1,6 +1,6 @@ /* ======================================== * Elation - Elation.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Elation_H diff --git a/plugins/WinVST/Elation/Elation.h b/plugins/WinVST/Elation/Elation.h index 86c647701..15ef0e226 100755 --- a/plugins/WinVST/Elation/Elation.h +++ b/plugins/WinVST/Elation/Elation.h @@ -1,7 +1,7 @@ /* ======================================== * Elation - Elation.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Elation_H diff --git a/plugins/WinVST/Elation/ElationProc.cpp b/plugins/WinVST/Elation/ElationProc.cpp index 8b99b97fa..2e189f5de 100755 --- a/plugins/WinVST/Elation/ElationProc.cpp +++ b/plugins/WinVST/Elation/ElationProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Elation - Elation.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Elation_H diff --git a/plugins/WinVST/ElectroHat/ElectroHat.cpp b/plugins/WinVST/ElectroHat/ElectroHat.cpp index 0ca7bd6c1..023eac21e 100755 --- a/plugins/WinVST/ElectroHat/ElectroHat.cpp +++ b/plugins/WinVST/ElectroHat/ElectroHat.cpp @@ -1,6 +1,6 @@ /* ======================================== * ElectroHat - ElectroHat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ElectroHat_H diff --git a/plugins/WinVST/ElectroHat/ElectroHat.h b/plugins/WinVST/ElectroHat/ElectroHat.h index b07061904..b3b9236c4 100755 --- a/plugins/WinVST/ElectroHat/ElectroHat.h +++ b/plugins/WinVST/ElectroHat/ElectroHat.h @@ -1,7 +1,7 @@ /* ======================================== * ElectroHat - ElectroHat.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ElectroHat_H diff --git a/plugins/WinVST/ElectroHat/ElectroHatProc.cpp b/plugins/WinVST/ElectroHat/ElectroHatProc.cpp index d49babc4b..a11446a23 100755 --- a/plugins/WinVST/ElectroHat/ElectroHatProc.cpp +++ b/plugins/WinVST/ElectroHat/ElectroHatProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ElectroHat - ElectroHat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ElectroHat_H diff --git a/plugins/WinVST/Energy/Energy.cpp b/plugins/WinVST/Energy/Energy.cpp index 8d8ab6081..7e47e87d4 100755 --- a/plugins/WinVST/Energy/Energy.cpp +++ b/plugins/WinVST/Energy/Energy.cpp @@ -1,6 +1,6 @@ /* ======================================== * Energy - Energy.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy_H diff --git a/plugins/WinVST/Energy/Energy.h b/plugins/WinVST/Energy/Energy.h index 0500e8391..87d737c78 100755 --- a/plugins/WinVST/Energy/Energy.h +++ b/plugins/WinVST/Energy/Energy.h @@ -1,7 +1,7 @@ /* ======================================== * Energy - Energy.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy_H diff --git a/plugins/WinVST/Energy/EnergyProc.cpp b/plugins/WinVST/Energy/EnergyProc.cpp index 1d29f1479..522e9f43c 100755 --- a/plugins/WinVST/Energy/EnergyProc.cpp +++ b/plugins/WinVST/Energy/EnergyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Energy - Energy.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy_H diff --git a/plugins/WinVST/Energy2/Energy2.cpp b/plugins/WinVST/Energy2/Energy2.cpp index 78113de46..ab382ec36 100755 --- a/plugins/WinVST/Energy2/Energy2.cpp +++ b/plugins/WinVST/Energy2/Energy2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Energy2 - Energy2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy2_H diff --git a/plugins/WinVST/Energy2/Energy2.h b/plugins/WinVST/Energy2/Energy2.h index de5e3665d..fb8076195 100755 --- a/plugins/WinVST/Energy2/Energy2.h +++ b/plugins/WinVST/Energy2/Energy2.h @@ -1,7 +1,7 @@ /* ======================================== * Energy2 - Energy2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy2_H diff --git a/plugins/WinVST/Energy2/Energy2Proc.cpp b/plugins/WinVST/Energy2/Energy2Proc.cpp index 5b5933828..53de2d92c 100755 --- a/plugins/WinVST/Energy2/Energy2Proc.cpp +++ b/plugins/WinVST/Energy2/Energy2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Energy2 - Energy2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Energy2_H diff --git a/plugins/WinVST/Ensemble/Ensemble.cpp b/plugins/WinVST/Ensemble/Ensemble.cpp index 1b701ecc2..095d7615b 100755 --- a/plugins/WinVST/Ensemble/Ensemble.cpp +++ b/plugins/WinVST/Ensemble/Ensemble.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ensemble - Ensemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ensemble_H diff --git a/plugins/WinVST/Ensemble/Ensemble.h b/plugins/WinVST/Ensemble/Ensemble.h index 7d0af8926..4d32a5c69 100755 --- a/plugins/WinVST/Ensemble/Ensemble.h +++ b/plugins/WinVST/Ensemble/Ensemble.h @@ -1,7 +1,7 @@ /* ======================================== * Ensemble - Ensemble.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Ensemble_H diff --git a/plugins/WinVST/Ensemble/EnsembleProc.cpp b/plugins/WinVST/Ensemble/EnsembleProc.cpp index cdc6fde6a..da70edcd2 100755 --- a/plugins/WinVST/Ensemble/EnsembleProc.cpp +++ b/plugins/WinVST/Ensemble/EnsembleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ensemble - Ensemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ensemble_H diff --git a/plugins/WinVST/EveryTrim/EveryTrim.cpp b/plugins/WinVST/EveryTrim/EveryTrim.cpp index fcb71bec3..f476e62ef 100755 --- a/plugins/WinVST/EveryTrim/EveryTrim.cpp +++ b/plugins/WinVST/EveryTrim/EveryTrim.cpp @@ -1,6 +1,6 @@ /* ======================================== * EveryTrim - EveryTrim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EveryTrim_H diff --git a/plugins/WinVST/EveryTrim/EveryTrim.h b/plugins/WinVST/EveryTrim/EveryTrim.h index aec024775..3750d4819 100755 --- a/plugins/WinVST/EveryTrim/EveryTrim.h +++ b/plugins/WinVST/EveryTrim/EveryTrim.h @@ -1,7 +1,7 @@ /* ======================================== * EveryTrim - EveryTrim.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __EveryTrim_H diff --git a/plugins/WinVST/EveryTrim/EveryTrimProc.cpp b/plugins/WinVST/EveryTrim/EveryTrimProc.cpp index 1bb858da7..3aef0bc93 100755 --- a/plugins/WinVST/EveryTrim/EveryTrimProc.cpp +++ b/plugins/WinVST/EveryTrim/EveryTrimProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * EveryTrim - EveryTrim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __EveryTrim_H diff --git a/plugins/WinVST/Exciter/Exciter.cpp b/plugins/WinVST/Exciter/Exciter.cpp index 406d7ce4e..1d1a6b0e5 100755 --- a/plugins/WinVST/Exciter/Exciter.cpp +++ b/plugins/WinVST/Exciter/Exciter.cpp @@ -1,6 +1,6 @@ /* ======================================== * Exciter - Exciter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Exciter_H diff --git a/plugins/WinVST/Exciter/Exciter.h b/plugins/WinVST/Exciter/Exciter.h index 6db22f66f..4e857904e 100755 --- a/plugins/WinVST/Exciter/Exciter.h +++ b/plugins/WinVST/Exciter/Exciter.h @@ -1,7 +1,7 @@ /* ======================================== * Exciter - Exciter.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Exciter_H diff --git a/plugins/WinVST/Exciter/ExciterProc.cpp b/plugins/WinVST/Exciter/ExciterProc.cpp index 10971546f..d5915a03b 100755 --- a/plugins/WinVST/Exciter/ExciterProc.cpp +++ b/plugins/WinVST/Exciter/ExciterProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Exciter - Exciter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Exciter_H diff --git a/plugins/WinVST/Facet/Facet.cpp b/plugins/WinVST/Facet/Facet.cpp index a6b2b3f99..8353a40ff 100755 --- a/plugins/WinVST/Facet/Facet.cpp +++ b/plugins/WinVST/Facet/Facet.cpp @@ -1,6 +1,6 @@ /* ======================================== * Facet - Facet.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Facet_H diff --git a/plugins/WinVST/Facet/Facet.h b/plugins/WinVST/Facet/Facet.h index a96770914..70c4cf022 100755 --- a/plugins/WinVST/Facet/Facet.h +++ b/plugins/WinVST/Facet/Facet.h @@ -1,7 +1,7 @@ /* ======================================== * Facet - Facet.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Facet_H diff --git a/plugins/WinVST/Facet/FacetProc.cpp b/plugins/WinVST/Facet/FacetProc.cpp index 77dca004a..127feff05 100755 --- a/plugins/WinVST/Facet/FacetProc.cpp +++ b/plugins/WinVST/Facet/FacetProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Facet - Facet.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Facet_H diff --git a/plugins/WinVST/FathomFive/FathomFive.cpp b/plugins/WinVST/FathomFive/FathomFive.cpp index fd04b6d84..713613f8f 100755 --- a/plugins/WinVST/FathomFive/FathomFive.cpp +++ b/plugins/WinVST/FathomFive/FathomFive.cpp @@ -1,6 +1,6 @@ /* ======================================== * FathomFive - FathomFive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FathomFive_H diff --git a/plugins/WinVST/FathomFive/FathomFive.h b/plugins/WinVST/FathomFive/FathomFive.h index 8a67aae1b..953772c18 100755 --- a/plugins/WinVST/FathomFive/FathomFive.h +++ b/plugins/WinVST/FathomFive/FathomFive.h @@ -1,7 +1,7 @@ /* ======================================== * FathomFive - FathomFive.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __FathomFive_H diff --git a/plugins/WinVST/FathomFive/FathomFiveProc.cpp b/plugins/WinVST/FathomFive/FathomFiveProc.cpp index fee6aba1e..8d8d9ba7b 100755 --- a/plugins/WinVST/FathomFive/FathomFiveProc.cpp +++ b/plugins/WinVST/FathomFive/FathomFiveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * FathomFive - FathomFive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FathomFive_H diff --git a/plugins/WinVST/FireAmp/FireAmp.cpp b/plugins/WinVST/FireAmp/FireAmp.cpp index 44b7c5867..54ff5f741 100755 --- a/plugins/WinVST/FireAmp/FireAmp.cpp +++ b/plugins/WinVST/FireAmp/FireAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * FireAmp - FireAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/FireAmp/FireAmp.h b/plugins/WinVST/FireAmp/FireAmp.h index 71133a2c4..3903d9875 100755 --- a/plugins/WinVST/FireAmp/FireAmp.h +++ b/plugins/WinVST/FireAmp/FireAmp.h @@ -1,7 +1,7 @@ /* ======================================== * FireAmp - FireAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/FireAmp/FireAmpProc.cpp b/plugins/WinVST/FireAmp/FireAmpProc.cpp index 6e2960844..f52ac06c1 100755 --- a/plugins/WinVST/FireAmp/FireAmpProc.cpp +++ b/plugins/WinVST/FireAmp/FireAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * FireAmp - FireAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/Flipity/Flipity.cpp b/plugins/WinVST/Flipity/Flipity.cpp index ccfc70335..9eb369cb0 100755 --- a/plugins/WinVST/Flipity/Flipity.cpp +++ b/plugins/WinVST/Flipity/Flipity.cpp @@ -1,6 +1,6 @@ /* ======================================== * Flipity - Flipity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Flipity_H diff --git a/plugins/WinVST/Flipity/Flipity.h b/plugins/WinVST/Flipity/Flipity.h index ec96a479f..bdb4bdc02 100755 --- a/plugins/WinVST/Flipity/Flipity.h +++ b/plugins/WinVST/Flipity/Flipity.h @@ -1,7 +1,7 @@ /* ======================================== * Flipity - Flipity.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Flipity_H diff --git a/plugins/WinVST/Flipity/FlipityProc.cpp b/plugins/WinVST/Flipity/FlipityProc.cpp index b77ebc114..4c3be2cde 100755 --- a/plugins/WinVST/Flipity/FlipityProc.cpp +++ b/plugins/WinVST/Flipity/FlipityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Flipity - Flipity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Flipity_H diff --git a/plugins/WinVST/Floor/Floor.cpp b/plugins/WinVST/Floor/Floor.cpp index 7bb4a8ddb..a995f1190 100755 --- a/plugins/WinVST/Floor/Floor.cpp +++ b/plugins/WinVST/Floor/Floor.cpp @@ -1,6 +1,6 @@ /* ======================================== * Floor - Floor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Floor_H diff --git a/plugins/WinVST/Floor/Floor.h b/plugins/WinVST/Floor/Floor.h index c80bb7c7f..c55f29d2f 100755 --- a/plugins/WinVST/Floor/Floor.h +++ b/plugins/WinVST/Floor/Floor.h @@ -1,7 +1,7 @@ /* ======================================== * Floor - Floor.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Floor_H diff --git a/plugins/WinVST/Floor/FloorProc.cpp b/plugins/WinVST/Floor/FloorProc.cpp index 115f0bc79..200743e56 100755 --- a/plugins/WinVST/Floor/FloorProc.cpp +++ b/plugins/WinVST/Floor/FloorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Floor - Floor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Floor_H diff --git a/plugins/WinVST/Console8BussOut/.vs/Console4Channel64/v14/.suo b/plugins/WinVST/Flutter/.vs/Console4Channel64/v14/.suo similarity index 100% rename from plugins/WinVST/Console8BussOut/.vs/Console4Channel64/v14/.suo rename to plugins/WinVST/Flutter/.vs/Console4Channel64/v14/.suo diff --git a/plugins/WinVST/Flutter/.vs/VSTProject/v14/.suo b/plugins/WinVST/Flutter/.vs/VSTProject/v14/.suo new file mode 100755 index 000000000..510904d6d Binary files /dev/null and b/plugins/WinVST/Flutter/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/Flutter/Flutter.cpp b/plugins/WinVST/Flutter/Flutter.cpp new file mode 100755 index 000000000..eb4a173c1 --- /dev/null +++ b/plugins/WinVST/Flutter/Flutter.cpp @@ -0,0 +1,124 @@ +/* ======================================== + * Flutter - Flutter.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Flutter_H +#include "Flutter.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Flutter(audioMaster);} + +Flutter::Flutter(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.0; + for (int temp = 0; temp < 1001; temp++) {dL[temp] = 0.0;dR[temp] = 0.0;} + gcount = 0; + sweep = M_PI; + rateof = 0.5; + nextmax = 0.5; + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Flutter::~Flutter() {} +VstInt32 Flutter::getVendorVersion () {return 1000;} +void Flutter::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Flutter::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Flutter::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Flutter::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Flutter::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Flutter::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Flutter::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Flutter", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Flutter::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Flutter::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Flutter::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Flutter::getEffectName(char* name) { + vst_strncpy(name, "Flutter", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Flutter::getPlugCategory() {return kPlugCategEffect;} + +bool Flutter::getProductString(char* text) { + vst_strncpy (text, "airwindows Flutter", kVstMaxProductStrLen); return true; +} + +bool Flutter::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/WinVST/Flutter/Flutter.h b/plugins/WinVST/Flutter/Flutter.h new file mode 100755 index 000000000..28745ea3e --- /dev/null +++ b/plugins/WinVST/Flutter/Flutter.h @@ -0,0 +1,68 @@ +/* ======================================== + * Flutter - Flutter.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Flutter_H +#define __Flutter_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kNumParameters = 1 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'flut'; //Change this to what the AU identity is! + +class Flutter : + public AudioEffectX +{ +public: + Flutter(audioMasterCallback audioMaster); + ~Flutter(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + double dL[1002]; + double dR[1002]; + int gcount; + double rateof; + double sweep; + double nextmax; + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + float A; +}; + +#endif diff --git a/plugins/WinVST/Flutter/FlutterProc.cpp b/plugins/WinVST/Flutter/FlutterProc.cpp new file mode 100755 index 000000000..2effd4c81 --- /dev/null +++ b/plugins/WinVST/Flutter/FlutterProc.cpp @@ -0,0 +1,122 @@ +/* ======================================== + * Flutter - Flutter.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Flutter_H +#include "Flutter.h" +#endif + +void Flutter::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double depth = pow(A,2)*overallscale*70; + double fluttertrim = (0.0024*pow(A,2))/overallscale; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + if (gcount < 0 || gcount > 999) gcount = 999; + dL[gcount] = inputSampleL; dR[gcount] = inputSampleR; + int count = gcount; + double offset = depth + (depth * pow(rateof,2) * sin(sweep)); + count += (int)floor(offset); + + inputSampleL = (dL[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleL += (dL[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + inputSampleR = (dR[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleR += (dR[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + + rateof = (rateof * (1.0-fluttertrim)) + (nextmax * fluttertrim); + sweep += rateof * fluttertrim; + if (sweep >= (M_PI*2.0)) {sweep -= M_PI; nextmax = 0.24 + (fpdL / (double)UINT32_MAX * 0.74);} + //apply to input signal only when flutter is present, interpolate samples + gcount--; + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Flutter::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double depth = pow(A,2)*overallscale*70; + double fluttertrim = (0.0024*pow(A,2))/overallscale; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + if (gcount < 0 || gcount > 999) gcount = 999; + dL[gcount] = inputSampleL; dR[gcount] = inputSampleR; + int count = gcount; + double offset = depth + (depth * pow(rateof,2) * sin(sweep)); + count += (int)floor(offset); + + inputSampleL = (dL[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleL += (dL[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + inputSampleR = (dR[count-((count > 999)?1000:0)] * (1-(offset-floor(offset)))); + inputSampleR += (dR[count+1-((count+1 > 999)?1000:0)] * (offset-floor(offset))); + + rateof = (rateof * (1.0-fluttertrim)) + (nextmax * fluttertrim); + sweep += rateof * fluttertrim; + if (sweep >= (M_PI*2.0)) {sweep -= M_PI; nextmax = 0.24 + (fpdL / (double)UINT32_MAX * 0.74);} + //apply to input signal only when flutter is present, interpolate samples + gcount--; + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/WinVST/Flutter/VSTProject.sln b/plugins/WinVST/Flutter/VSTProject.sln new file mode 100755 index 000000000..694b42443 --- /dev/null +++ b/plugins/WinVST/Flutter/VSTProject.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VSTProject", "VSTProject.vcxproj", "{16F7AB3C-1AE0-4574-B60C-7B4DED82938C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x64.ActiveCfg = Debug|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x64.Build.0 = Debug|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x86.ActiveCfg = Debug|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x86.Build.0 = Debug|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x64.ActiveCfg = Release|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x64.Build.0 = Release|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x86.ActiveCfg = Release|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/plugins/WinVST/Flutter/VSTProject.vcxproj b/plugins/WinVST/Flutter/VSTProject.vcxproj new file mode 100755 index 000000000..0dc6954dd --- /dev/null +++ b/plugins/WinVST/Flutter/VSTProject.vcxproj @@ -0,0 +1,183 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + + + + + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C} + VSTProject + 8.1 + Flutter64 + + + + DynamicLibrary + true + v140 + NotSet + + + DynamicLibrary + false + v140 + false + NotSet + + + DynamicLibrary + true + v140 + NotSet + + + DynamicLibrary + false + v140 + false + NotSet + + + + + + + + + + + + + + + + + + + + + .dll + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH) + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH) + + + + Level3 + MaxSpeed + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + MultiThreadedDebug + Speed + false + Default + false + None + + + vstplug.def + libcmt.dll;libcmtd.dll;msvcrt.lib;%(IgnoreSpecificDefaultLibraries) + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + + + Level3 + MaxSpeed + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + false + MultiThreadedDebug + Default + false + None + + + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + libcmt.dll;libcmtd.dll;msvcrt.lib;%(IgnoreSpecificDefaultLibraries) + vstplug.def + + + + + Level3 + MaxSpeed + false + false + true + MultiThreaded + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + None + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + + + true + true + libcmt.dll;libcmtd.dll;msvcrt.lib;libc.lib;libcd.lib;libcmt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + libcmt.lib;uuid.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + vstplug.def + + + + + Level3 + MaxSpeed + false + false + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + None + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + MultiThreaded + + + true + true + libcmt.dll;libcmtd.dll;msvcrt.lib;libc.lib;libcd.lib;libcmt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + libcmt.lib;uuid.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + vstplug.def + + + + + + \ No newline at end of file diff --git a/plugins/WinVST/Flutter/VSTProject.vcxproj.filters b/plugins/WinVST/Flutter/VSTProject.vcxproj.filters new file mode 100755 index 000000000..fe46c03e7 --- /dev/null +++ b/plugins/WinVST/Flutter/VSTProject.vcxproj.filters @@ -0,0 +1,48 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/plugins/WinVST/Flutter/VSTProject.vcxproj.user b/plugins/WinVST/Flutter/VSTProject.vcxproj.user new file mode 100755 index 000000000..221626789 --- /dev/null +++ b/plugins/WinVST/Flutter/VSTProject.vcxproj.user @@ -0,0 +1,19 @@ + + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + \ No newline at end of file diff --git a/plugins/WinVST/Flutter/vstplug.def b/plugins/WinVST/Flutter/vstplug.def new file mode 100755 index 000000000..5bf499aa2 --- /dev/null +++ b/plugins/WinVST/Flutter/vstplug.def @@ -0,0 +1,3 @@ +EXPORTS + VSTPluginMain + main=VSTPluginMain \ No newline at end of file diff --git a/plugins/WinVST/Focus/Focus.cpp b/plugins/WinVST/Focus/Focus.cpp index 983edb647..8a8996889 100755 --- a/plugins/WinVST/Focus/Focus.cpp +++ b/plugins/WinVST/Focus/Focus.cpp @@ -1,6 +1,6 @@ /* ======================================== * Focus - Focus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Focus_H diff --git a/plugins/WinVST/Focus/Focus.h b/plugins/WinVST/Focus/Focus.h index 7a99c47b0..b52dda368 100755 --- a/plugins/WinVST/Focus/Focus.h +++ b/plugins/WinVST/Focus/Focus.h @@ -1,7 +1,7 @@ /* ======================================== * Focus - Focus.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Focus_H diff --git a/plugins/WinVST/Focus/FocusProc.cpp b/plugins/WinVST/Focus/FocusProc.cpp index 402980354..b03118abb 100755 --- a/plugins/WinVST/Focus/FocusProc.cpp +++ b/plugins/WinVST/Focus/FocusProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Focus - Focus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Focus_H diff --git a/plugins/WinVST/Fracture/Fracture.cpp b/plugins/WinVST/Fracture/Fracture.cpp index 302b4dc54..5a15527bb 100755 --- a/plugins/WinVST/Fracture/Fracture.cpp +++ b/plugins/WinVST/Fracture/Fracture.cpp @@ -1,6 +1,6 @@ /* ======================================== * Fracture - Fracture.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Fracture_H diff --git a/plugins/WinVST/Fracture/Fracture.h b/plugins/WinVST/Fracture/Fracture.h index 54aac5a86..9f5d7b9f0 100755 --- a/plugins/WinVST/Fracture/Fracture.h +++ b/plugins/WinVST/Fracture/Fracture.h @@ -1,7 +1,7 @@ /* ======================================== * Fracture - Fracture.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Fracture_H diff --git a/plugins/WinVST/Fracture/FractureProc.cpp b/plugins/WinVST/Fracture/FractureProc.cpp index e7b6e7225..c493237ef 100755 --- a/plugins/WinVST/Fracture/FractureProc.cpp +++ b/plugins/WinVST/Fracture/FractureProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Fracture - Fracture.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Fracture_H diff --git a/plugins/WinVST/FromTape/FromTape.cpp b/plugins/WinVST/FromTape/FromTape.cpp index 4573e48be..2807a5bfd 100755 --- a/plugins/WinVST/FromTape/FromTape.cpp +++ b/plugins/WinVST/FromTape/FromTape.cpp @@ -1,6 +1,6 @@ /* ======================================== * FromTape - FromTape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FromTape_H diff --git a/plugins/WinVST/FromTape/FromTape.h b/plugins/WinVST/FromTape/FromTape.h index cd63776b9..48aa9ceb3 100755 --- a/plugins/WinVST/FromTape/FromTape.h +++ b/plugins/WinVST/FromTape/FromTape.h @@ -1,7 +1,7 @@ /* ======================================== * FromTape - FromTape.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __FromTape_H diff --git a/plugins/WinVST/FromTape/FromTapeProc.cpp b/plugins/WinVST/FromTape/FromTapeProc.cpp index eb3154f70..4756c6b5f 100755 --- a/plugins/WinVST/FromTape/FromTapeProc.cpp +++ b/plugins/WinVST/FromTape/FromTapeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * FromTape - FromTape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __FromTape_H diff --git a/plugins/WinVST/Galactic/Galactic.cpp b/plugins/WinVST/Galactic/Galactic.cpp index 5b305fe65..addfad8d5 100755 --- a/plugins/WinVST/Galactic/Galactic.cpp +++ b/plugins/WinVST/Galactic/Galactic.cpp @@ -1,6 +1,6 @@ /* ======================================== * Galactic - Galactic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic_H diff --git a/plugins/WinVST/Galactic/Galactic.h b/plugins/WinVST/Galactic/Galactic.h index a852cf336..14a580fba 100755 --- a/plugins/WinVST/Galactic/Galactic.h +++ b/plugins/WinVST/Galactic/Galactic.h @@ -1,7 +1,7 @@ /* ======================================== * Galactic - Galactic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic_H diff --git a/plugins/WinVST/Galactic/GalacticProc.cpp b/plugins/WinVST/Galactic/GalacticProc.cpp index 19344f0e4..a29359158 100755 --- a/plugins/WinVST/Galactic/GalacticProc.cpp +++ b/plugins/WinVST/Galactic/GalacticProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Galactic - Galactic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Galactic_H diff --git a/plugins/WinVST/Gatelope/Gatelope.cpp b/plugins/WinVST/Gatelope/Gatelope.cpp index 225c337d5..a367ef0d2 100755 --- a/plugins/WinVST/Gatelope/Gatelope.cpp +++ b/plugins/WinVST/Gatelope/Gatelope.cpp @@ -1,6 +1,6 @@ /* ======================================== * Gatelope - Gatelope.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gatelope_H diff --git a/plugins/WinVST/Gatelope/Gatelope.h b/plugins/WinVST/Gatelope/Gatelope.h index 273e19f6f..08e827963 100755 --- a/plugins/WinVST/Gatelope/Gatelope.h +++ b/plugins/WinVST/Gatelope/Gatelope.h @@ -1,7 +1,7 @@ /* ======================================== * Gatelope - Gatelope.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gatelope_H diff --git a/plugins/WinVST/Gatelope/GatelopeProc.cpp b/plugins/WinVST/Gatelope/GatelopeProc.cpp index 5dbcb19c3..572c26c0e 100755 --- a/plugins/WinVST/Gatelope/GatelopeProc.cpp +++ b/plugins/WinVST/Gatelope/GatelopeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Gatelope - Gatelope.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gatelope_H diff --git a/plugins/WinVST/GlitchShifter/GlitchShifter.cpp b/plugins/WinVST/GlitchShifter/GlitchShifter.cpp index 9fa68aa0b..abc8bc9e1 100755 --- a/plugins/WinVST/GlitchShifter/GlitchShifter.cpp +++ b/plugins/WinVST/GlitchShifter/GlitchShifter.cpp @@ -1,6 +1,6 @@ /* ======================================== * GlitchShifter - GlitchShifter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GlitchShifter_H diff --git a/plugins/WinVST/GlitchShifter/GlitchShifter.h b/plugins/WinVST/GlitchShifter/GlitchShifter.h index ffbd303eb..096b87da9 100755 --- a/plugins/WinVST/GlitchShifter/GlitchShifter.h +++ b/plugins/WinVST/GlitchShifter/GlitchShifter.h @@ -1,7 +1,7 @@ /* ======================================== * GlitchShifter - GlitchShifter.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __GlitchShifter_H diff --git a/plugins/WinVST/GlitchShifter/GlitchShifterProc.cpp b/plugins/WinVST/GlitchShifter/GlitchShifterProc.cpp index 13b7809f6..318c4bf8c 100755 --- a/plugins/WinVST/GlitchShifter/GlitchShifterProc.cpp +++ b/plugins/WinVST/GlitchShifter/GlitchShifterProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * GlitchShifter - GlitchShifter.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GlitchShifter_H diff --git a/plugins/WinVST/Golem/Golem.cpp b/plugins/WinVST/Golem/Golem.cpp index 22d4cb6f5..e80b621ef 100755 --- a/plugins/WinVST/Golem/Golem.cpp +++ b/plugins/WinVST/Golem/Golem.cpp @@ -1,6 +1,6 @@ /* ======================================== * Golem - Golem.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Golem_H diff --git a/plugins/WinVST/Golem/Golem.h b/plugins/WinVST/Golem/Golem.h index 4416d3463..87f531bc5 100755 --- a/plugins/WinVST/Golem/Golem.h +++ b/plugins/WinVST/Golem/Golem.h @@ -1,7 +1,7 @@ /* ======================================== * Golem - Golem.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Golem_H diff --git a/plugins/WinVST/Golem/GolemProc.cpp b/plugins/WinVST/Golem/GolemProc.cpp index 316632391..3a34df02f 100755 --- a/plugins/WinVST/Golem/GolemProc.cpp +++ b/plugins/WinVST/Golem/GolemProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Golem - Golem.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Golem_H diff --git a/plugins/WinVST/GrindAmp/GrindAmp.cpp b/plugins/WinVST/GrindAmp/GrindAmp.cpp index 04d6f41f7..ec1b3aa1e 100755 --- a/plugins/WinVST/GrindAmp/GrindAmp.cpp +++ b/plugins/WinVST/GrindAmp/GrindAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * GrindAmp - GrindAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/GrindAmp/GrindAmp.h b/plugins/WinVST/GrindAmp/GrindAmp.h index 494f0bee3..9f8679d90 100755 --- a/plugins/WinVST/GrindAmp/GrindAmp.h +++ b/plugins/WinVST/GrindAmp/GrindAmp.h @@ -1,7 +1,7 @@ /* ======================================== * GrindAmp - GrindAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/GrindAmp/GrindAmpProc.cpp b/plugins/WinVST/GrindAmp/GrindAmpProc.cpp index 03e0335e9..37c111cc4 100755 --- a/plugins/WinVST/GrindAmp/GrindAmpProc.cpp +++ b/plugins/WinVST/GrindAmp/GrindAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * GrindAmp - GrindAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/Gringer/Gringer.cpp b/plugins/WinVST/Gringer/Gringer.cpp index 6f37ac79c..85fbc9207 100755 --- a/plugins/WinVST/Gringer/Gringer.cpp +++ b/plugins/WinVST/Gringer/Gringer.cpp @@ -1,6 +1,6 @@ /* ======================================== * Gringer - Gringer.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gringer_H diff --git a/plugins/WinVST/Gringer/Gringer.h b/plugins/WinVST/Gringer/Gringer.h index 27f05155b..88228c4f8 100755 --- a/plugins/WinVST/Gringer/Gringer.h +++ b/plugins/WinVST/Gringer/Gringer.h @@ -1,7 +1,7 @@ /* ======================================== * Gringer - Gringer.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gringer_H diff --git a/plugins/WinVST/Gringer/GringerProc.cpp b/plugins/WinVST/Gringer/GringerProc.cpp index 11dd0c3a5..fa27c3787 100755 --- a/plugins/WinVST/Gringer/GringerProc.cpp +++ b/plugins/WinVST/Gringer/GringerProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Gringer - Gringer.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gringer_H diff --git a/plugins/WinVST/GrooveWear/GrooveWear.cpp b/plugins/WinVST/GrooveWear/GrooveWear.cpp index b15478506..7b0ba4668 100755 --- a/plugins/WinVST/GrooveWear/GrooveWear.cpp +++ b/plugins/WinVST/GrooveWear/GrooveWear.cpp @@ -1,6 +1,6 @@ /* ======================================== * GrooveWear - GrooveWear.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GrooveWear_H diff --git a/plugins/WinVST/GrooveWear/GrooveWear.h b/plugins/WinVST/GrooveWear/GrooveWear.h index fe207c7b6..f851c530e 100755 --- a/plugins/WinVST/GrooveWear/GrooveWear.h +++ b/plugins/WinVST/GrooveWear/GrooveWear.h @@ -1,7 +1,7 @@ /* ======================================== * GrooveWear - GrooveWear.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __GrooveWear_H diff --git a/plugins/WinVST/GrooveWear/GrooveWearProc.cpp b/plugins/WinVST/GrooveWear/GrooveWearProc.cpp index 98eeec25e..1d3da3deb 100755 --- a/plugins/WinVST/GrooveWear/GrooveWearProc.cpp +++ b/plugins/WinVST/GrooveWear/GrooveWearProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * GrooveWear - GrooveWear.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GrooveWear_H diff --git a/plugins/WinVST/GuitarConditioner/GuitarConditioner.cpp b/plugins/WinVST/GuitarConditioner/GuitarConditioner.cpp index 309ce7e4e..87b882c71 100755 --- a/plugins/WinVST/GuitarConditioner/GuitarConditioner.cpp +++ b/plugins/WinVST/GuitarConditioner/GuitarConditioner.cpp @@ -1,6 +1,6 @@ /* ======================================== * GuitarConditioner - GuitarConditioner.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GuitarConditioner_H diff --git a/plugins/WinVST/GuitarConditioner/GuitarConditioner.h b/plugins/WinVST/GuitarConditioner/GuitarConditioner.h index fca5a3c07..bb9f5a92f 100755 --- a/plugins/WinVST/GuitarConditioner/GuitarConditioner.h +++ b/plugins/WinVST/GuitarConditioner/GuitarConditioner.h @@ -1,7 +1,7 @@ /* ======================================== * GuitarConditioner - GuitarConditioner.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __GuitarConditioner_H diff --git a/plugins/WinVST/GuitarConditioner/GuitarConditionerProc.cpp b/plugins/WinVST/GuitarConditioner/GuitarConditionerProc.cpp index 6bfd3bbc4..a68a453b5 100755 --- a/plugins/WinVST/GuitarConditioner/GuitarConditionerProc.cpp +++ b/plugins/WinVST/GuitarConditioner/GuitarConditionerProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * GuitarConditioner - GuitarConditioner.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __GuitarConditioner_H diff --git a/plugins/WinVST/HardVacuum/HardVacuum.cpp b/plugins/WinVST/HardVacuum/HardVacuum.cpp index 533cb5610..ba882277f 100755 --- a/plugins/WinVST/HardVacuum/HardVacuum.cpp +++ b/plugins/WinVST/HardVacuum/HardVacuum.cpp @@ -1,6 +1,6 @@ /* ======================================== * HardVacuum - HardVacuum.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HardVacuum_H diff --git a/plugins/WinVST/HardVacuum/HardVacuum.h b/plugins/WinVST/HardVacuum/HardVacuum.h index f159aadb8..2263e0919 100755 --- a/plugins/WinVST/HardVacuum/HardVacuum.h +++ b/plugins/WinVST/HardVacuum/HardVacuum.h @@ -1,7 +1,7 @@ /* ======================================== * HardVacuum - HardVacuum.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HardVacuum_H diff --git a/plugins/WinVST/HardVacuum/HardVacuumProc.cpp b/plugins/WinVST/HardVacuum/HardVacuumProc.cpp index 9979a8126..1b1506d77 100755 --- a/plugins/WinVST/HardVacuum/HardVacuumProc.cpp +++ b/plugins/WinVST/HardVacuum/HardVacuumProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HardVacuum - HardVacuum.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HardVacuum_H diff --git a/plugins/WinVST/HermeTrim/HermeTrim.cpp b/plugins/WinVST/HermeTrim/HermeTrim.cpp index 77103be7b..d201122fc 100755 --- a/plugins/WinVST/HermeTrim/HermeTrim.cpp +++ b/plugins/WinVST/HermeTrim/HermeTrim.cpp @@ -1,6 +1,6 @@ /* ======================================== * HermeTrim - HermeTrim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HermeTrim_H diff --git a/plugins/WinVST/HermeTrim/HermeTrim.h b/plugins/WinVST/HermeTrim/HermeTrim.h index 6db22a3b5..d588fff61 100755 --- a/plugins/WinVST/HermeTrim/HermeTrim.h +++ b/plugins/WinVST/HermeTrim/HermeTrim.h @@ -1,7 +1,7 @@ /* ======================================== * HermeTrim - HermeTrim.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HermeTrim_H diff --git a/plugins/WinVST/HermeTrim/HermeTrimProc.cpp b/plugins/WinVST/HermeTrim/HermeTrimProc.cpp index dccb829c6..d6c4ac756 100755 --- a/plugins/WinVST/HermeTrim/HermeTrimProc.cpp +++ b/plugins/WinVST/HermeTrim/HermeTrimProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HermeTrim - HermeTrim.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HermeTrim_H diff --git a/plugins/WinVST/Hermepass/Hermepass.cpp b/plugins/WinVST/Hermepass/Hermepass.cpp index c18a227be..a23fa7177 100755 --- a/plugins/WinVST/Hermepass/Hermepass.cpp +++ b/plugins/WinVST/Hermepass/Hermepass.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hermepass - Hermepass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hermepass_H diff --git a/plugins/WinVST/Hermepass/Hermepass.h b/plugins/WinVST/Hermepass/Hermepass.h index d3f2970cc..8dbedef38 100755 --- a/plugins/WinVST/Hermepass/Hermepass.h +++ b/plugins/WinVST/Hermepass/Hermepass.h @@ -1,7 +1,7 @@ /* ======================================== * Hermepass - Hermepass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hermepass_H diff --git a/plugins/WinVST/Hermepass/HermepassProc.cpp b/plugins/WinVST/Hermepass/HermepassProc.cpp index 178979fbf..f4609a241 100755 --- a/plugins/WinVST/Hermepass/HermepassProc.cpp +++ b/plugins/WinVST/Hermepass/HermepassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hermepass - Hermepass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hermepass_H diff --git a/plugins/WinVST/HighGlossDither/HighGlossDither.cpp b/plugins/WinVST/HighGlossDither/HighGlossDither.cpp index 612210712..05a8b000b 100755 --- a/plugins/WinVST/HighGlossDither/HighGlossDither.cpp +++ b/plugins/WinVST/HighGlossDither/HighGlossDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * HighGlossDither - HighGlossDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HighGlossDither_H diff --git a/plugins/WinVST/HighGlossDither/HighGlossDither.h b/plugins/WinVST/HighGlossDither/HighGlossDither.h index 96804c5a8..f72236070 100755 --- a/plugins/WinVST/HighGlossDither/HighGlossDither.h +++ b/plugins/WinVST/HighGlossDither/HighGlossDither.h @@ -1,7 +1,7 @@ /* ======================================== * HighGlossDither - HighGlossDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HighGlossDither_H diff --git a/plugins/WinVST/HighGlossDither/HighGlossDitherProc.cpp b/plugins/WinVST/HighGlossDither/HighGlossDitherProc.cpp index fee894a81..53a226781 100755 --- a/plugins/WinVST/HighGlossDither/HighGlossDitherProc.cpp +++ b/plugins/WinVST/HighGlossDither/HighGlossDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HighGlossDither - HighGlossDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HighGlossDither_H diff --git a/plugins/WinVST/HighImpact/HighImpact.cpp b/plugins/WinVST/HighImpact/HighImpact.cpp index 446f34127..63b18ebfa 100755 --- a/plugins/WinVST/HighImpact/HighImpact.cpp +++ b/plugins/WinVST/HighImpact/HighImpact.cpp @@ -1,6 +1,6 @@ /* ======================================== * HighImpact - HighImpact.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HighImpact_H diff --git a/plugins/WinVST/HighImpact/HighImpact.h b/plugins/WinVST/HighImpact/HighImpact.h index 71123e03c..55e74a53b 100755 --- a/plugins/WinVST/HighImpact/HighImpact.h +++ b/plugins/WinVST/HighImpact/HighImpact.h @@ -1,7 +1,7 @@ /* ======================================== * HighImpact - HighImpact.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HighImpact_H diff --git a/plugins/WinVST/HighImpact/HighImpactProc.cpp b/plugins/WinVST/HighImpact/HighImpactProc.cpp index c6ac619a9..d963d0547 100755 --- a/plugins/WinVST/HighImpact/HighImpactProc.cpp +++ b/plugins/WinVST/HighImpact/HighImpactProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HighImpact - HighImpact.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HighImpact_H diff --git a/plugins/WinVST/Highpass/Highpass.cpp b/plugins/WinVST/Highpass/Highpass.cpp index a87a3f0ce..0a9b3a4ab 100755 --- a/plugins/WinVST/Highpass/Highpass.cpp +++ b/plugins/WinVST/Highpass/Highpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * Highpass - Highpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass_H diff --git a/plugins/WinVST/Highpass/Highpass.h b/plugins/WinVST/Highpass/Highpass.h index 468baa479..c82ead440 100755 --- a/plugins/WinVST/Highpass/Highpass.h +++ b/plugins/WinVST/Highpass/Highpass.h @@ -1,7 +1,7 @@ /* ======================================== * Highpass - Highpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass_H diff --git a/plugins/WinVST/Highpass/HighpassProc.cpp b/plugins/WinVST/Highpass/HighpassProc.cpp index b1dfc193a..2f65cb581 100755 --- a/plugins/WinVST/Highpass/HighpassProc.cpp +++ b/plugins/WinVST/Highpass/HighpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Highpass - Highpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass_H diff --git a/plugins/WinVST/Highpass2/Highpass2.cpp b/plugins/WinVST/Highpass2/Highpass2.cpp index 3c1833407..909c71b9a 100755 --- a/plugins/WinVST/Highpass2/Highpass2.cpp +++ b/plugins/WinVST/Highpass2/Highpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Highpass2 - Highpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass2_H diff --git a/plugins/WinVST/Highpass2/Highpass2.h b/plugins/WinVST/Highpass2/Highpass2.h index 4b9efb1f3..3d8ac7247 100755 --- a/plugins/WinVST/Highpass2/Highpass2.h +++ b/plugins/WinVST/Highpass2/Highpass2.h @@ -1,7 +1,7 @@ /* ======================================== * Highpass2 - Highpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass2_H diff --git a/plugins/WinVST/Highpass2/Highpass2Proc.cpp b/plugins/WinVST/Highpass2/Highpass2Proc.cpp index b66aa6d31..5bc498d78 100755 --- a/plugins/WinVST/Highpass2/Highpass2Proc.cpp +++ b/plugins/WinVST/Highpass2/Highpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Highpass2 - Highpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Highpass2_H diff --git a/plugins/WinVST/Holt/Holt.cpp b/plugins/WinVST/Holt/Holt.cpp index 8f14a7238..cefbe9221 100755 --- a/plugins/WinVST/Holt/Holt.cpp +++ b/plugins/WinVST/Holt/Holt.cpp @@ -1,6 +1,6 @@ /* ======================================== * Holt - Holt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Holt_H diff --git a/plugins/WinVST/Holt/Holt.h b/plugins/WinVST/Holt/Holt.h index 8026fa40d..ddb5182fe 100755 --- a/plugins/WinVST/Holt/Holt.h +++ b/plugins/WinVST/Holt/Holt.h @@ -1,7 +1,7 @@ /* ======================================== * Holt - Holt.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Holt_H diff --git a/plugins/WinVST/Holt/HoltProc.cpp b/plugins/WinVST/Holt/HoltProc.cpp index d37f50ef4..16880a5f4 100755 --- a/plugins/WinVST/Holt/HoltProc.cpp +++ b/plugins/WinVST/Holt/HoltProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Holt - Holt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Holt_H diff --git a/plugins/WinVST/Holt2/.vs/Console4Channel64/v14/.suo b/plugins/WinVST/Holt2/.vs/Console4Channel64/v14/.suo new file mode 100755 index 000000000..777b84637 Binary files /dev/null and b/plugins/WinVST/Holt2/.vs/Console4Channel64/v14/.suo differ diff --git a/plugins/LinuxVST/src/Shape/.vs/VSTProject/v14/.suo b/plugins/WinVST/Holt2/.vs/VSTProject/v14/.suo similarity index 98% rename from plugins/LinuxVST/src/Shape/.vs/VSTProject/v14/.suo rename to plugins/WinVST/Holt2/.vs/VSTProject/v14/.suo index b57d16aa6..95c79b38e 100755 Binary files a/plugins/LinuxVST/src/Shape/.vs/VSTProject/v14/.suo and b/plugins/WinVST/Holt2/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/Holt2/Holt2.cpp b/plugins/WinVST/Holt2/Holt2.cpp new file mode 100755 index 000000000..2c7bb2924 --- /dev/null +++ b/plugins/WinVST/Holt2/Holt2.cpp @@ -0,0 +1,186 @@ +/* ======================================== + * Holt2 - Holt2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Holt2_H +#include "Holt2.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Holt2(audioMaster);} + +Holt2::Holt2(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 1.0; + B = 0.5; + C = 1.0; + D = 1.0; + E = 1.0; + + previousSampleAL = 0.0; + previousTrendAL = 0.0; + previousSampleBL = 0.0; + previousTrendBL = 0.0; + previousSampleCL = 0.0; + previousTrendCL = 0.0; + previousSampleDL = 0.0; + previousTrendDL = 0.0; + previousSampleEL = 0.0; + previousTrendEL = 0.0; + previousSampleFL = 0.0; + previousTrendFL = 0.0; + previousSampleGL = 0.0; + previousTrendGL = 0.0; + previousSampleHL = 0.0; + previousTrendHL = 0.0; + + previousSampleAR = 0.0; + previousTrendAR = 0.0; + previousSampleBR = 0.0; + previousTrendBR = 0.0; + previousSampleCR = 0.0; + previousTrendCR = 0.0; + previousSampleDR = 0.0; + previousTrendDR = 0.0; + previousSampleER = 0.0; + previousTrendER = 0.0; + previousSampleFR = 0.0; + previousTrendFR = 0.0; + previousSampleGR = 0.0; + previousTrendGR = 0.0; + previousSampleHR = 0.0; + previousTrendHR = 0.0; + + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Holt2::~Holt2() {} +VstInt32 Holt2::getVendorVersion () {return 1000;} +void Holt2::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Holt2::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Holt2::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + chunkData[4] = E; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Holt2::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + E = pinParameter(chunkData[4]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Holt2::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + case kParamE: E = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Holt2::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + case kParamE: return E; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Holt2::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Freq", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Reso", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "Poles", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "Output", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "Dry/Wet", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Holt2::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + case kParamB: float2string (B, text, kVstMaxParamStrLen); break; + case kParamC: float2string (C*8.0, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + case kParamE: float2string (E, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Holt2::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Holt2::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Holt2::getEffectName(char* name) { + vst_strncpy(name, "Holt2", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Holt2::getPlugCategory() {return kPlugCategEffect;} + +bool Holt2::getProductString(char* text) { + vst_strncpy (text, "airwindows Holt2", kVstMaxProductStrLen); return true; +} + +bool Holt2::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/WinVST/Holt2/Holt2.h b/plugins/WinVST/Holt2/Holt2.h new file mode 100755 index 000000000..a1640eeef --- /dev/null +++ b/plugins/WinVST/Holt2/Holt2.h @@ -0,0 +1,105 @@ +/* ======================================== + * Holt2 - Holt2.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Holt2_H +#define __Holt2_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kParamE = 4, + kNumParameters = 5 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'holu'; //Change this to what the AU identity is! + +class Holt2 : + public AudioEffectX +{ +public: + Holt2(audioMasterCallback audioMaster); + ~Holt2(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + double previousSampleAL; + double previousTrendAL; + double previousSampleBL; + double previousTrendBL; + double previousSampleCL; + double previousTrendCL; + double previousSampleDL; + double previousTrendDL; + double previousSampleEL; + double previousTrendEL; + double previousSampleFL; + double previousTrendFL; + double previousSampleGL; + double previousTrendGL; + double previousSampleHL; + double previousTrendHL; + + double previousSampleAR; + double previousTrendAR; + double previousSampleBR; + double previousTrendBR; + double previousSampleCR; + double previousTrendCR; + double previousSampleDR; + double previousTrendDR; + double previousSampleER; + double previousTrendER; + double previousSampleFR; + double previousTrendFR; + double previousSampleGR; + double previousTrendGR; + double previousSampleHR; + double previousTrendHR; + + float A; + float B; + float C; + float D; + float E; //parameters. Always 0-1, and we scale/alter them elsewhere. + +}; + +#endif diff --git a/plugins/WinVST/Holt2/Holt2Proc.cpp b/plugins/WinVST/Holt2/Holt2Proc.cpp new file mode 100755 index 000000000..6c5b1f53e --- /dev/null +++ b/plugins/WinVST/Holt2/Holt2Proc.cpp @@ -0,0 +1,406 @@ +/* ======================================== + * Holt2 - Holt2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Holt2_H +#include "Holt2.h" +#endif + +void Holt2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double alpha = pow(A,4)+0.00001; + if (alpha > 1.0) alpha = 1.0; + double resControl = (B*0.15)+0.12; + double beta = (alpha * pow(resControl,2)); + //0.27 max resonance for full stages on white noise keeping below 0dB + //0.12 min resonance for not losing all the level as we go down + //as we remove the 'avoid zero' +0.00001 on beta, our subsonic stability improves + alpha += ((1.0-beta)*pow(A,3)); //correct for droop in frequency + if (alpha > 1.0) alpha = 1.0; + + double trend; + double forecast; //defining these here because we're copying the routine eight times + + double aWet = 0.0; + double bWet = 0.0; + double cWet = 0.0; + double dWet = 0.0; + double eWet = 0.0; + double fWet = 0.0; + double gWet = 0.0; + double hWet = C*8.0; + //eight-stage wet/dry control using progressive stages that bypass when not engaged + if (hWet < 1.0) {aWet = hWet; hWet = 0.0;} + else if (hWet < 2.0) {bWet = hWet - 1.0; aWet = 1.0; hWet = 0.0;} + else if (hWet < 3.0) {cWet = hWet - 2.0; bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 4.0) {dWet = hWet - 3.0; cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 5.0) {eWet = hWet - 4.0; dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 6.0) {fWet = hWet - 5.0; eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 7.0) {gWet = hWet - 6.0; fWet = eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else {hWet -= 7.0; gWet = fWet = eWet = dWet = cWet = bWet = aWet = 1.0;} + //this is one way to make a little set of dry/wet stages that are successively added to the + //output as the control is turned up. Each one independently goes from 0-1 and stays at 1 + //beyond that point: this is a way to progressively add a 'black box' sound processing + //which lets you fall through to simpler processing at lower settings. + + double gain = D; + double wet = E; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + if (aWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleAL) + ((0.999-beta) * previousTrendAL)); + forecast = previousSampleAL + previousTrendAL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleAL = inputSampleL; previousTrendAL = trend; + inputSampleL = (inputSampleL * aWet) + (drySampleL * (1.0-aWet)); + + trend = (beta * (inputSampleR - previousSampleAR) + ((0.999-beta) * previousTrendAR)); + forecast = previousSampleAR + previousTrendAR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleAR = inputSampleR; previousTrendAR = trend; + inputSampleR = (inputSampleR * aWet) + (drySampleR * (1.0-aWet)); + } + + if (bWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleBL) + ((0.999-beta) * previousTrendBL)); + forecast = previousSampleBL + previousTrendBL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleBL = inputSampleL; previousTrendBL = trend; + inputSampleL = (inputSampleL * bWet) + (previousSampleAL * (1.0-bWet)); + + trend = (beta * (inputSampleR - previousSampleBR) + ((0.999-beta) * previousTrendBR)); + forecast = previousSampleBR + previousTrendBR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleBR = inputSampleR; previousTrendBR = trend; + inputSampleR = (inputSampleR * bWet) + (previousSampleAR * (1.0-bWet)); + } + + if (cWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleCL) + ((0.999-beta) * previousTrendCL)); + forecast = previousSampleCL + previousTrendCL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleCL = inputSampleL; previousTrendCL = trend; + inputSampleL = (inputSampleL * cWet) + (previousSampleBL * (1.0-cWet)); + + trend = (beta * (inputSampleR - previousSampleCR) + ((0.999-beta) * previousTrendCR)); + forecast = previousSampleCR + previousTrendCR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleCR = inputSampleR; previousTrendCR = trend; + inputSampleR = (inputSampleR * cWet) + (previousSampleBR * (1.0-cWet)); + } + + if (dWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleDL) + ((0.999-beta) * previousTrendDL)); + forecast = previousSampleDL + previousTrendDL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleDL = inputSampleL; previousTrendDL = trend; + inputSampleL = (inputSampleL * dWet) + (previousSampleCL * (1.0-dWet)); + + trend = (beta * (inputSampleR - previousSampleDR) + ((0.999-beta) * previousTrendDR)); + forecast = previousSampleDR + previousTrendDR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleDR = inputSampleR; previousTrendDR = trend; + inputSampleR = (inputSampleR * dWet) + (previousSampleCR * (1.0-dWet)); + } + + if (eWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleEL) + ((0.999-beta) * previousTrendEL)); + forecast = previousSampleEL + previousTrendEL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleEL = inputSampleL; previousTrendEL = trend; + inputSampleL = (inputSampleL * eWet) + (previousSampleDL * (1.0-eWet)); + + trend = (beta * (inputSampleR - previousSampleER) + ((0.999-beta) * previousTrendER)); + forecast = previousSampleER + previousTrendER; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleER = inputSampleR; previousTrendER = trend; + inputSampleR = (inputSampleR * eWet) + (previousSampleDR * (1.0-eWet)); + } + + if (fWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleFL) + ((0.999-beta) * previousTrendFL)); + forecast = previousSampleFL + previousTrendFL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleFL = inputSampleL; previousTrendFL = trend; + inputSampleL = (inputSampleL * fWet) + (previousSampleEL * (1.0-fWet)); + + trend = (beta * (inputSampleR - previousSampleFR) + ((0.999-beta) * previousTrendFR)); + forecast = previousSampleFR + previousTrendFR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleFR = inputSampleR; previousTrendFR = trend; + inputSampleR = (inputSampleR * fWet) + (previousSampleER * (1.0-fWet)); + } + + if (gWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleGL) + ((0.999-beta) * previousTrendGL)); + forecast = previousSampleGL + previousTrendGL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleGL = inputSampleL; previousTrendGL = trend; + inputSampleL = (inputSampleL * gWet) + (previousSampleFL * (1.0-gWet)); + + trend = (beta * (inputSampleR - previousSampleGR) + ((0.999-beta) * previousTrendGR)); + forecast = previousSampleGR + previousTrendGR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleGR = inputSampleR; previousTrendGR = trend; + inputSampleR = (inputSampleR * gWet) + (previousSampleFR * (1.0-gWet)); + } + + if (hWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleHL) + ((0.999-beta) * previousTrendHL)); + forecast = previousSampleHL + previousTrendHL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleHL = inputSampleL; previousTrendHL = trend; + inputSampleL = (inputSampleL * hWet) + (previousSampleGL * (1.0-hWet)); + + trend = (beta * (inputSampleR - previousSampleHR) + ((0.999-beta) * previousTrendHR)); + forecast = previousSampleHR + previousTrendHR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleHR = inputSampleR; previousTrendHR = trend; + inputSampleR = (inputSampleR * hWet) + (previousSampleGR * (1.0-hWet)); + } + + if (gain < 1.0) { + inputSampleL *= gain; + inputSampleR *= gain; + } + + if (wet < 1.0) { + inputSampleL = (inputSampleL*wet)+(drySampleL*(1.0-wet)); + inputSampleR = (inputSampleR*wet)+(drySampleR*(1.0-wet)); + } + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Holt2::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double alpha = pow(A,4)+0.00001; + if (alpha > 1.0) alpha = 1.0; + double resControl = (B*0.15)+0.12; + double beta = (alpha * pow(resControl,2)); + //0.27 max resonance for full stages on white noise keeping below 0dB + //0.12 min resonance for not losing all the level as we go down + //as we remove the 'avoid zero' +0.00001 on beta, our subsonic stability improves + alpha += ((1.0-beta)*pow(A,3)); //correct for droop in frequency + if (alpha > 1.0) alpha = 1.0; + + double trend; + double forecast; //defining these here because we're copying the routine eight times + + double aWet = 0.0; + double bWet = 0.0; + double cWet = 0.0; + double dWet = 0.0; + double eWet = 0.0; + double fWet = 0.0; + double gWet = 0.0; + double hWet = C*8.0; + //eight-stage wet/dry control using progressive stages that bypass when not engaged + if (hWet < 1.0) {aWet = hWet; hWet = 0.0;} + else if (hWet < 2.0) {bWet = hWet - 1.0; aWet = 1.0; hWet = 0.0;} + else if (hWet < 3.0) {cWet = hWet - 2.0; bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 4.0) {dWet = hWet - 3.0; cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 5.0) {eWet = hWet - 4.0; dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 6.0) {fWet = hWet - 5.0; eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else if (hWet < 7.0) {gWet = hWet - 6.0; fWet = eWet = dWet = cWet = bWet = aWet = 1.0; hWet = 0.0;} + else {hWet -= 7.0; gWet = fWet = eWet = dWet = cWet = bWet = aWet = 1.0;} + //this is one way to make a little set of dry/wet stages that are successively added to the + //output as the control is turned up. Each one independently goes from 0-1 and stays at 1 + //beyond that point: this is a way to progressively add a 'black box' sound processing + //which lets you fall through to simpler processing at lower settings. + + double gain = D; + double wet = E; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + if (aWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleAL) + ((0.999-beta) * previousTrendAL)); + forecast = previousSampleAL + previousTrendAL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleAL = inputSampleL; previousTrendAL = trend; + inputSampleL = (inputSampleL * aWet) + (drySampleL * (1.0-aWet)); + + trend = (beta * (inputSampleR - previousSampleAR) + ((0.999-beta) * previousTrendAR)); + forecast = previousSampleAR + previousTrendAR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleAR = inputSampleR; previousTrendAR = trend; + inputSampleR = (inputSampleR * aWet) + (drySampleR * (1.0-aWet)); + } + + if (bWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleBL) + ((0.999-beta) * previousTrendBL)); + forecast = previousSampleBL + previousTrendBL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleBL = inputSampleL; previousTrendBL = trend; + inputSampleL = (inputSampleL * bWet) + (previousSampleAL * (1.0-bWet)); + + trend = (beta * (inputSampleR - previousSampleBR) + ((0.999-beta) * previousTrendBR)); + forecast = previousSampleBR + previousTrendBR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleBR = inputSampleR; previousTrendBR = trend; + inputSampleR = (inputSampleR * bWet) + (previousSampleAR * (1.0-bWet)); + } + + if (cWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleCL) + ((0.999-beta) * previousTrendCL)); + forecast = previousSampleCL + previousTrendCL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleCL = inputSampleL; previousTrendCL = trend; + inputSampleL = (inputSampleL * cWet) + (previousSampleBL * (1.0-cWet)); + + trend = (beta * (inputSampleR - previousSampleCR) + ((0.999-beta) * previousTrendCR)); + forecast = previousSampleCR + previousTrendCR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleCR = inputSampleR; previousTrendCR = trend; + inputSampleR = (inputSampleR * cWet) + (previousSampleBR * (1.0-cWet)); + } + + if (dWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleDL) + ((0.999-beta) * previousTrendDL)); + forecast = previousSampleDL + previousTrendDL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleDL = inputSampleL; previousTrendDL = trend; + inputSampleL = (inputSampleL * dWet) + (previousSampleCL * (1.0-dWet)); + + trend = (beta * (inputSampleR - previousSampleDR) + ((0.999-beta) * previousTrendDR)); + forecast = previousSampleDR + previousTrendDR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleDR = inputSampleR; previousTrendDR = trend; + inputSampleR = (inputSampleR * dWet) + (previousSampleCR * (1.0-dWet)); + } + + if (eWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleEL) + ((0.999-beta) * previousTrendEL)); + forecast = previousSampleEL + previousTrendEL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleEL = inputSampleL; previousTrendEL = trend; + inputSampleL = (inputSampleL * eWet) + (previousSampleDL * (1.0-eWet)); + + trend = (beta * (inputSampleR - previousSampleER) + ((0.999-beta) * previousTrendER)); + forecast = previousSampleER + previousTrendER; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleER = inputSampleR; previousTrendER = trend; + inputSampleR = (inputSampleR * eWet) + (previousSampleDR * (1.0-eWet)); + } + + if (fWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleFL) + ((0.999-beta) * previousTrendFL)); + forecast = previousSampleFL + previousTrendFL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleFL = inputSampleL; previousTrendFL = trend; + inputSampleL = (inputSampleL * fWet) + (previousSampleEL * (1.0-fWet)); + + trend = (beta * (inputSampleR - previousSampleFR) + ((0.999-beta) * previousTrendFR)); + forecast = previousSampleFR + previousTrendFR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleFR = inputSampleR; previousTrendFR = trend; + inputSampleR = (inputSampleR * fWet) + (previousSampleER * (1.0-fWet)); + } + + if (gWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleGL) + ((0.999-beta) * previousTrendGL)); + forecast = previousSampleGL + previousTrendGL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleGL = inputSampleL; previousTrendGL = trend; + inputSampleL = (inputSampleL * gWet) + (previousSampleFL * (1.0-gWet)); + + trend = (beta * (inputSampleR - previousSampleGR) + ((0.999-beta) * previousTrendGR)); + forecast = previousSampleGR + previousTrendGR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleGR = inputSampleR; previousTrendGR = trend; + inputSampleR = (inputSampleR * gWet) + (previousSampleFR * (1.0-gWet)); + } + + if (hWet > 0.0) { + trend = (beta * (inputSampleL - previousSampleHL) + ((0.999-beta) * previousTrendHL)); + forecast = previousSampleHL + previousTrendHL; + inputSampleL = (alpha * inputSampleL) + ((0.999-alpha) * forecast); + previousSampleHL = inputSampleL; previousTrendHL = trend; + inputSampleL = (inputSampleL * hWet) + (previousSampleGL * (1.0-hWet)); + + trend = (beta * (inputSampleR - previousSampleHR) + ((0.999-beta) * previousTrendHR)); + forecast = previousSampleHR + previousTrendHR; + inputSampleR = (alpha * inputSampleR) + ((0.999-alpha) * forecast); + previousSampleHR = inputSampleR; previousTrendHR = trend; + inputSampleR = (inputSampleR * hWet) + (previousSampleGR * (1.0-hWet)); + } + + if (gain < 1.0) { + inputSampleL *= gain; + inputSampleR *= gain; + } + + if (wet < 1.0) { + inputSampleL = (inputSampleL*wet)+(drySampleL*(1.0-wet)); + inputSampleR = (inputSampleR*wet)+(drySampleR*(1.0-wet)); + } + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/WinVST/Holt2/VSTProject.sln b/plugins/WinVST/Holt2/VSTProject.sln new file mode 100755 index 000000000..694b42443 --- /dev/null +++ b/plugins/WinVST/Holt2/VSTProject.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VSTProject", "VSTProject.vcxproj", "{16F7AB3C-1AE0-4574-B60C-7B4DED82938C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x64.ActiveCfg = Debug|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x64.Build.0 = Debug|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x86.ActiveCfg = Debug|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x86.Build.0 = Debug|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x64.ActiveCfg = Release|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x64.Build.0 = Release|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x86.ActiveCfg = Release|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/plugins/WinVST/Holt2/VSTProject.vcxproj b/plugins/WinVST/Holt2/VSTProject.vcxproj new file mode 100755 index 000000000..9b4ee00dc --- /dev/null +++ b/plugins/WinVST/Holt2/VSTProject.vcxproj @@ -0,0 +1,183 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + + + + + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C} + VSTProject + 8.1 + Holt264 + + + + DynamicLibrary + true + v140 + NotSet + + + DynamicLibrary + false + v140 + false + NotSet + + + DynamicLibrary + true + v140 + NotSet + + + DynamicLibrary + false + v140 + false + NotSet + + + + + + + + + + + + + + + + + + + + + .dll + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH) + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH) + + + + Level3 + MaxSpeed + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + MultiThreadedDebug + Speed + false + Default + false + None + + + vstplug.def + libcmt.dll;libcmtd.dll;msvcrt.lib;%(IgnoreSpecificDefaultLibraries) + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + + + Level3 + MaxSpeed + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + false + MultiThreadedDebug + Default + false + None + + + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + libcmt.dll;libcmtd.dll;msvcrt.lib;%(IgnoreSpecificDefaultLibraries) + vstplug.def + + + + + Level3 + MaxSpeed + false + false + true + MultiThreaded + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + None + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + + + true + true + libcmt.dll;libcmtd.dll;msvcrt.lib;libc.lib;libcd.lib;libcmt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + libcmt.lib;uuid.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + vstplug.def + + + + + Level3 + MaxSpeed + false + false + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + None + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + MultiThreaded + + + true + true + libcmt.dll;libcmtd.dll;msvcrt.lib;libc.lib;libcd.lib;libcmt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + libcmt.lib;uuid.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + vstplug.def + + + + + + \ No newline at end of file diff --git a/plugins/WinVST/Holt2/VSTProject.vcxproj.filters b/plugins/WinVST/Holt2/VSTProject.vcxproj.filters new file mode 100755 index 000000000..cc051707e --- /dev/null +++ b/plugins/WinVST/Holt2/VSTProject.vcxproj.filters @@ -0,0 +1,48 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/plugins/WinVST/Holt2/VSTProject.vcxproj.user b/plugins/WinVST/Holt2/VSTProject.vcxproj.user new file mode 100755 index 000000000..221626789 --- /dev/null +++ b/plugins/WinVST/Holt2/VSTProject.vcxproj.user @@ -0,0 +1,19 @@ + + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + \ No newline at end of file diff --git a/plugins/WinVST/Holt2/vstplug.def b/plugins/WinVST/Holt2/vstplug.def new file mode 100755 index 000000000..5bf499aa2 --- /dev/null +++ b/plugins/WinVST/Holt2/vstplug.def @@ -0,0 +1,3 @@ +EXPORTS + VSTPluginMain + main=VSTPluginMain \ No newline at end of file diff --git a/plugins/WinVST/Hombre/Hombre.cpp b/plugins/WinVST/Hombre/Hombre.cpp index ebf3e4b36..36fcd504d 100755 --- a/plugins/WinVST/Hombre/Hombre.cpp +++ b/plugins/WinVST/Hombre/Hombre.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hombre - Hombre.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hombre_H diff --git a/plugins/WinVST/Hombre/Hombre.h b/plugins/WinVST/Hombre/Hombre.h index af14c14ed..051288c32 100755 --- a/plugins/WinVST/Hombre/Hombre.h +++ b/plugins/WinVST/Hombre/Hombre.h @@ -1,7 +1,7 @@ /* ======================================== * Hombre - Hombre.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hombre_H diff --git a/plugins/WinVST/Hombre/HombreProc.cpp b/plugins/WinVST/Hombre/HombreProc.cpp index fc0977fff..9058ead65 100755 --- a/plugins/WinVST/Hombre/HombreProc.cpp +++ b/plugins/WinVST/Hombre/HombreProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hombre - Hombre.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hombre_H diff --git a/plugins/WinVST/Hull/Hull.cpp b/plugins/WinVST/Hull/Hull.cpp index 3a7306d82..0c1c839a3 100755 --- a/plugins/WinVST/Hull/Hull.cpp +++ b/plugins/WinVST/Hull/Hull.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hull - Hull.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hull_H diff --git a/plugins/WinVST/Hull/Hull.h b/plugins/WinVST/Hull/Hull.h index 1d9df9e4d..498dca85d 100755 --- a/plugins/WinVST/Hull/Hull.h +++ b/plugins/WinVST/Hull/Hull.h @@ -1,7 +1,7 @@ /* ======================================== * Hull - Hull.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hull_H diff --git a/plugins/WinVST/Hull/HullProc.cpp b/plugins/WinVST/Hull/HullProc.cpp index 4cdbe2d03..25e35fcac 100755 --- a/plugins/WinVST/Hull/HullProc.cpp +++ b/plugins/WinVST/Hull/HullProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hull - Hull.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hull_H diff --git a/plugins/WinVST/Hype/Hype.cpp b/plugins/WinVST/Hype/Hype.cpp index fe1e7f0eb..f165936eb 100755 --- a/plugins/WinVST/Hype/Hype.cpp +++ b/plugins/WinVST/Hype/Hype.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hype - Hype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hype_H diff --git a/plugins/WinVST/Hype/Hype.h b/plugins/WinVST/Hype/Hype.h index 705b395ec..df32835ea 100755 --- a/plugins/WinVST/Hype/Hype.h +++ b/plugins/WinVST/Hype/Hype.h @@ -1,7 +1,7 @@ /* ======================================== * Hype - Hype.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hype_H diff --git a/plugins/WinVST/Hype/HypeProc.cpp b/plugins/WinVST/Hype/HypeProc.cpp index 59829a1da..195931fc0 100755 --- a/plugins/WinVST/Hype/HypeProc.cpp +++ b/plugins/WinVST/Hype/HypeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hype - Hype.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hype_H diff --git a/plugins/WinVST/HypersonX/HypersonX.cpp b/plugins/WinVST/HypersonX/HypersonX.cpp index d497a093b..fa4b18ee9 100755 --- a/plugins/WinVST/HypersonX/HypersonX.cpp +++ b/plugins/WinVST/HypersonX/HypersonX.cpp @@ -1,6 +1,6 @@ /* ======================================== * HypersonX - HypersonX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HypersonX_H diff --git a/plugins/WinVST/HypersonX/HypersonX.h b/plugins/WinVST/HypersonX/HypersonX.h index 1e2cb3db9..cade99f9f 100755 --- a/plugins/WinVST/HypersonX/HypersonX.h +++ b/plugins/WinVST/HypersonX/HypersonX.h @@ -1,7 +1,7 @@ /* ======================================== * HypersonX - HypersonX.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __HypersonX_H diff --git a/plugins/WinVST/HypersonX/HypersonXProc.cpp b/plugins/WinVST/HypersonX/HypersonXProc.cpp index bd88aeefa..192601215 100755 --- a/plugins/WinVST/HypersonX/HypersonXProc.cpp +++ b/plugins/WinVST/HypersonX/HypersonXProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * HypersonX - HypersonX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __HypersonX_H diff --git a/plugins/WinVST/Hypersonic/Hypersonic.cpp b/plugins/WinVST/Hypersonic/Hypersonic.cpp index 727100756..0f57a9ada 100755 --- a/plugins/WinVST/Hypersonic/Hypersonic.cpp +++ b/plugins/WinVST/Hypersonic/Hypersonic.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hypersonic - Hypersonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hypersonic_H diff --git a/plugins/WinVST/Hypersonic/Hypersonic.h b/plugins/WinVST/Hypersonic/Hypersonic.h index 4c783957e..0e2781688 100755 --- a/plugins/WinVST/Hypersonic/Hypersonic.h +++ b/plugins/WinVST/Hypersonic/Hypersonic.h @@ -1,7 +1,7 @@ /* ======================================== * Hypersonic - Hypersonic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Hypersonic_H diff --git a/plugins/WinVST/Hypersonic/HypersonicProc.cpp b/plugins/WinVST/Hypersonic/HypersonicProc.cpp index d3361986c..1f1bfe7ae 100755 --- a/plugins/WinVST/Hypersonic/HypersonicProc.cpp +++ b/plugins/WinVST/Hypersonic/HypersonicProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Hypersonic - Hypersonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Hypersonic_H diff --git a/plugins/WinVST/Infinity/Infinity.cpp b/plugins/WinVST/Infinity/Infinity.cpp index 6eafe7278..62be13cd9 100755 --- a/plugins/WinVST/Infinity/Infinity.cpp +++ b/plugins/WinVST/Infinity/Infinity.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infinity - Infinity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity_H diff --git a/plugins/WinVST/Infinity/Infinity.h b/plugins/WinVST/Infinity/Infinity.h index 6a3a0b593..c869233f9 100755 --- a/plugins/WinVST/Infinity/Infinity.h +++ b/plugins/WinVST/Infinity/Infinity.h @@ -1,7 +1,7 @@ /* ======================================== * Infinity - Infinity.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity_H diff --git a/plugins/WinVST/Infinity/InfinityProc.cpp b/plugins/WinVST/Infinity/InfinityProc.cpp index 70c57ee1b..0afc64a59 100755 --- a/plugins/WinVST/Infinity/InfinityProc.cpp +++ b/plugins/WinVST/Infinity/InfinityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infinity - Infinity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity_H diff --git a/plugins/WinVST/Infinity2/Infinity2.cpp b/plugins/WinVST/Infinity2/Infinity2.cpp index 576cedced..412ef4b8e 100755 --- a/plugins/WinVST/Infinity2/Infinity2.cpp +++ b/plugins/WinVST/Infinity2/Infinity2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infinity2 - Infinity2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity2_H diff --git a/plugins/WinVST/Infinity2/Infinity2.h b/plugins/WinVST/Infinity2/Infinity2.h index 60c0f9004..534996522 100755 --- a/plugins/WinVST/Infinity2/Infinity2.h +++ b/plugins/WinVST/Infinity2/Infinity2.h @@ -1,7 +1,7 @@ /* ======================================== * Infinity2 - Infinity2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity2_H diff --git a/plugins/WinVST/Infinity2/Infinity2Proc.cpp b/plugins/WinVST/Infinity2/Infinity2Proc.cpp index cf8e5f6f8..ea2636c1e 100755 --- a/plugins/WinVST/Infinity2/Infinity2Proc.cpp +++ b/plugins/WinVST/Infinity2/Infinity2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infinity2 - Infinity2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infinity2_H diff --git a/plugins/WinVST/Infrasonic/Infrasonic.cpp b/plugins/WinVST/Infrasonic/Infrasonic.cpp index 7d77058bc..ccc4f6eb3 100755 --- a/plugins/WinVST/Infrasonic/Infrasonic.cpp +++ b/plugins/WinVST/Infrasonic/Infrasonic.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infrasonic - Infrasonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infrasonic_H diff --git a/plugins/WinVST/Infrasonic/Infrasonic.h b/plugins/WinVST/Infrasonic/Infrasonic.h index 3258cc059..f3fe2f4f7 100755 --- a/plugins/WinVST/Infrasonic/Infrasonic.h +++ b/plugins/WinVST/Infrasonic/Infrasonic.h @@ -1,7 +1,7 @@ /* ======================================== * Infrasonic - Infrasonic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Infrasonic_H diff --git a/plugins/WinVST/Infrasonic/InfrasonicProc.cpp b/plugins/WinVST/Infrasonic/InfrasonicProc.cpp index 5f855a157..f11dd18f5 100755 --- a/plugins/WinVST/Infrasonic/InfrasonicProc.cpp +++ b/plugins/WinVST/Infrasonic/InfrasonicProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Infrasonic - Infrasonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Infrasonic_H diff --git a/plugins/WinVST/Interstage/Interstage.cpp b/plugins/WinVST/Interstage/Interstage.cpp index 03c0aec6c..5aaf95a50 100755 --- a/plugins/WinVST/Interstage/Interstage.cpp +++ b/plugins/WinVST/Interstage/Interstage.cpp @@ -1,6 +1,6 @@ /* ======================================== * Interstage - Interstage.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Interstage_H diff --git a/plugins/WinVST/Interstage/Interstage.h b/plugins/WinVST/Interstage/Interstage.h index 16e5d2aa7..b220e89b5 100755 --- a/plugins/WinVST/Interstage/Interstage.h +++ b/plugins/WinVST/Interstage/Interstage.h @@ -1,7 +1,7 @@ /* ======================================== * Interstage - Interstage.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Interstage_H diff --git a/plugins/WinVST/Interstage/InterstageProc.cpp b/plugins/WinVST/Interstage/InterstageProc.cpp index ca4f5be8a..29cf8b4ae 100755 --- a/plugins/WinVST/Interstage/InterstageProc.cpp +++ b/plugins/WinVST/Interstage/InterstageProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Interstage - Interstage.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Interstage_H diff --git a/plugins/WinVST/IronOxide5/IronOxide5.cpp b/plugins/WinVST/IronOxide5/IronOxide5.cpp index 9d720380d..e02fe785e 100755 --- a/plugins/WinVST/IronOxide5/IronOxide5.cpp +++ b/plugins/WinVST/IronOxide5/IronOxide5.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxide5 - IronOxide5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxide5_H diff --git a/plugins/WinVST/IronOxide5/IronOxide5.h b/plugins/WinVST/IronOxide5/IronOxide5.h index 8e1173796..f05383a00 100755 --- a/plugins/WinVST/IronOxide5/IronOxide5.h +++ b/plugins/WinVST/IronOxide5/IronOxide5.h @@ -1,7 +1,7 @@ /* ======================================== * IronOxide5 - IronOxide5.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxide5_H diff --git a/plugins/WinVST/IronOxide5/IronOxide5Proc.cpp b/plugins/WinVST/IronOxide5/IronOxide5Proc.cpp index b51e9b7cf..f4cf7d4ea 100755 --- a/plugins/WinVST/IronOxide5/IronOxide5Proc.cpp +++ b/plugins/WinVST/IronOxide5/IronOxide5Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxide5 - IronOxide5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxide5_H diff --git a/plugins/WinVST/IronOxideClassic/IronOxideClassic.cpp b/plugins/WinVST/IronOxideClassic/IronOxideClassic.cpp index a52227101..c32a4177d 100755 --- a/plugins/WinVST/IronOxideClassic/IronOxideClassic.cpp +++ b/plugins/WinVST/IronOxideClassic/IronOxideClassic.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxideClassic - IronOxideClassic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic_H diff --git a/plugins/WinVST/IronOxideClassic/IronOxideClassic.h b/plugins/WinVST/IronOxideClassic/IronOxideClassic.h index 118b6fd9d..8dc9f97b3 100755 --- a/plugins/WinVST/IronOxideClassic/IronOxideClassic.h +++ b/plugins/WinVST/IronOxideClassic/IronOxideClassic.h @@ -1,7 +1,7 @@ /* ======================================== * IronOxideClassic - IronOxideClassic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic_H diff --git a/plugins/WinVST/IronOxideClassic/IronOxideClassicProc.cpp b/plugins/WinVST/IronOxideClassic/IronOxideClassicProc.cpp index 8f7d52f98..54283e06a 100755 --- a/plugins/WinVST/IronOxideClassic/IronOxideClassicProc.cpp +++ b/plugins/WinVST/IronOxideClassic/IronOxideClassicProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxideClassic - IronOxideClassic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic_H diff --git a/plugins/WinVST/IronOxideClassic2/IronOxideClassic2.cpp b/plugins/WinVST/IronOxideClassic2/IronOxideClassic2.cpp index 2fcd3e002..87d60905d 100755 --- a/plugins/WinVST/IronOxideClassic2/IronOxideClassic2.cpp +++ b/plugins/WinVST/IronOxideClassic2/IronOxideClassic2.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxideClassic2 - IronOxideClassic2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic2_H diff --git a/plugins/WinVST/IronOxideClassic2/IronOxideClassic2.h b/plugins/WinVST/IronOxideClassic2/IronOxideClassic2.h index 816678bb0..cbe247d76 100755 --- a/plugins/WinVST/IronOxideClassic2/IronOxideClassic2.h +++ b/plugins/WinVST/IronOxideClassic2/IronOxideClassic2.h @@ -1,7 +1,7 @@ /* ======================================== * IronOxideClassic2 - IronOxideClassic2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic2_H diff --git a/plugins/WinVST/IronOxideClassic2/IronOxideClassic2Proc.cpp b/plugins/WinVST/IronOxideClassic2/IronOxideClassic2Proc.cpp index cbd05ac5f..eafb8575e 100755 --- a/plugins/WinVST/IronOxideClassic2/IronOxideClassic2Proc.cpp +++ b/plugins/WinVST/IronOxideClassic2/IronOxideClassic2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * IronOxideClassic2 - IronOxideClassic2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __IronOxideClassic2_H diff --git a/plugins/WinVST/Isolator/Isolator.cpp b/plugins/WinVST/Isolator/Isolator.cpp index 779521dc4..48a48ec08 100755 --- a/plugins/WinVST/Isolator/Isolator.cpp +++ b/plugins/WinVST/Isolator/Isolator.cpp @@ -1,6 +1,6 @@ /* ======================================== * Isolator - Isolator.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Isolator_H diff --git a/plugins/WinVST/Isolator/Isolator.h b/plugins/WinVST/Isolator/Isolator.h index 9734c4c75..17d677ee5 100755 --- a/plugins/WinVST/Isolator/Isolator.h +++ b/plugins/WinVST/Isolator/Isolator.h @@ -1,7 +1,7 @@ /* ======================================== * Isolator - Isolator.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Isolator_H diff --git a/plugins/WinVST/Isolator/IsolatorProc.cpp b/plugins/WinVST/Isolator/IsolatorProc.cpp index f14a82664..f19b53315 100755 --- a/plugins/WinVST/Isolator/IsolatorProc.cpp +++ b/plugins/WinVST/Isolator/IsolatorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Isolator - Isolator.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Isolator_H diff --git a/plugins/WinVST/Isolator2/Isolator2.cpp b/plugins/WinVST/Isolator2/Isolator2.cpp index 76a2913c7..ff5f3d351 100755 --- a/plugins/WinVST/Isolator2/Isolator2.cpp +++ b/plugins/WinVST/Isolator2/Isolator2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Isolator2 - Isolator2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/Isolator2/Isolator2.h b/plugins/WinVST/Isolator2/Isolator2.h index d8c66d499..c2ac58811 100755 --- a/plugins/WinVST/Isolator2/Isolator2.h +++ b/plugins/WinVST/Isolator2/Isolator2.h @@ -1,7 +1,7 @@ /* ======================================== * Isolator2 - Isolator2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/Isolator2/Isolator2Proc.cpp b/plugins/WinVST/Isolator2/Isolator2Proc.cpp index e28ecc690..425c4a10c 100755 --- a/plugins/WinVST/Isolator2/Isolator2Proc.cpp +++ b/plugins/WinVST/Isolator2/Isolator2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Isolator2 - Isolator2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/LRFlipTimer/LRFlipTimer.cpp b/plugins/WinVST/LRFlipTimer/LRFlipTimer.cpp index fe8cf8cdf..0c9ff5ac9 100755 --- a/plugins/WinVST/LRFlipTimer/LRFlipTimer.cpp +++ b/plugins/WinVST/LRFlipTimer/LRFlipTimer.cpp @@ -1,6 +1,6 @@ /* ======================================== * LRFlipTimer - LRFlipTimer.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRFlipTimer_H diff --git a/plugins/WinVST/LRFlipTimer/LRFlipTimer.h b/plugins/WinVST/LRFlipTimer/LRFlipTimer.h index 96a179142..c22153f25 100755 --- a/plugins/WinVST/LRFlipTimer/LRFlipTimer.h +++ b/plugins/WinVST/LRFlipTimer/LRFlipTimer.h @@ -1,7 +1,7 @@ /* ======================================== * LRFlipTimer - LRFlipTimer.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __LRFlipTimer_H diff --git a/plugins/WinVST/LRFlipTimer/LRFlipTimerProc.cpp b/plugins/WinVST/LRFlipTimer/LRFlipTimerProc.cpp index 75a308972..cd0bf86da 100755 --- a/plugins/WinVST/LRFlipTimer/LRFlipTimerProc.cpp +++ b/plugins/WinVST/LRFlipTimer/LRFlipTimerProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * LRFlipTimer - LRFlipTimer.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LRFlipTimer_H diff --git a/plugins/WinVST/LeadAmp/LeadAmp.cpp b/plugins/WinVST/LeadAmp/LeadAmp.cpp index 84d80358d..929e5bd61 100755 --- a/plugins/WinVST/LeadAmp/LeadAmp.cpp +++ b/plugins/WinVST/LeadAmp/LeadAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * LeadAmp - LeadAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/LeadAmp/LeadAmp.h b/plugins/WinVST/LeadAmp/LeadAmp.h index 4e0bdc648..568da9912 100755 --- a/plugins/WinVST/LeadAmp/LeadAmp.h +++ b/plugins/WinVST/LeadAmp/LeadAmp.h @@ -1,7 +1,7 @@ /* ======================================== * LeadAmp - LeadAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/LeadAmp/LeadAmpProc.cpp b/plugins/WinVST/LeadAmp/LeadAmpProc.cpp index d71a082d5..e63cb7e44 100755 --- a/plugins/WinVST/LeadAmp/LeadAmpProc.cpp +++ b/plugins/WinVST/LeadAmp/LeadAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * LeadAmp - LeadAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/LeftoMono/LeftoMono.cpp b/plugins/WinVST/LeftoMono/LeftoMono.cpp index 1387bd68b..df623fe3b 100755 --- a/plugins/WinVST/LeftoMono/LeftoMono.cpp +++ b/plugins/WinVST/LeftoMono/LeftoMono.cpp @@ -1,6 +1,6 @@ /* ======================================== * LeftoMono - LeftoMono.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LeftoMono_H diff --git a/plugins/WinVST/LeftoMono/LeftoMono.h b/plugins/WinVST/LeftoMono/LeftoMono.h index b2fd6bf12..3eaabae9e 100755 --- a/plugins/WinVST/LeftoMono/LeftoMono.h +++ b/plugins/WinVST/LeftoMono/LeftoMono.h @@ -1,7 +1,7 @@ /* ======================================== * LeftoMono - LeftoMono.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __LeftoMono_H diff --git a/plugins/WinVST/LeftoMono/LeftoMonoProc.cpp b/plugins/WinVST/LeftoMono/LeftoMonoProc.cpp index a8f063f19..223064995 100755 --- a/plugins/WinVST/LeftoMono/LeftoMonoProc.cpp +++ b/plugins/WinVST/LeftoMono/LeftoMonoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * LeftoMono - LeftoMono.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __LeftoMono_H diff --git a/plugins/WinVST/LilAmp/LilAmp.cpp b/plugins/WinVST/LilAmp/LilAmp.cpp index 5310bb40a..2b88de75a 100755 --- a/plugins/WinVST/LilAmp/LilAmp.cpp +++ b/plugins/WinVST/LilAmp/LilAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * LilAmp - LilAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/LilAmp/LilAmp.h b/plugins/WinVST/LilAmp/LilAmp.h index f0aea8f92..8a839072e 100755 --- a/plugins/WinVST/LilAmp/LilAmp.h +++ b/plugins/WinVST/LilAmp/LilAmp.h @@ -1,7 +1,7 @@ /* ======================================== * LilAmp - LilAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/LilAmp/LilAmpProc.cpp b/plugins/WinVST/LilAmp/LilAmpProc.cpp index 8b94b2c88..e040a75d8 100755 --- a/plugins/WinVST/LilAmp/LilAmpProc.cpp +++ b/plugins/WinVST/LilAmp/LilAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * LilAmp - LilAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/Logical4/Logical4.cpp b/plugins/WinVST/Logical4/Logical4.cpp index 72da4ad93..bbe78bff2 100755 --- a/plugins/WinVST/Logical4/Logical4.cpp +++ b/plugins/WinVST/Logical4/Logical4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Logical4 - Logical4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Logical4_H diff --git a/plugins/WinVST/Logical4/Logical4.h b/plugins/WinVST/Logical4/Logical4.h index f1389f452..938fd0280 100755 --- a/plugins/WinVST/Logical4/Logical4.h +++ b/plugins/WinVST/Logical4/Logical4.h @@ -1,7 +1,7 @@ /* ======================================== * Logical4 - Logical4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Logical4_H diff --git a/plugins/WinVST/Logical4/Logical4Proc.cpp b/plugins/WinVST/Logical4/Logical4Proc.cpp index 9b1f5b55e..938bd589f 100755 --- a/plugins/WinVST/Logical4/Logical4Proc.cpp +++ b/plugins/WinVST/Logical4/Logical4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Logical4 - Logical4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Logical4_H diff --git a/plugins/WinVST/Loud/Loud.cpp b/plugins/WinVST/Loud/Loud.cpp index 06a6020af..6180298f0 100755 --- a/plugins/WinVST/Loud/Loud.cpp +++ b/plugins/WinVST/Loud/Loud.cpp @@ -1,6 +1,6 @@ /* ======================================== * Loud - Loud.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Loud_H diff --git a/plugins/WinVST/Loud/Loud.h b/plugins/WinVST/Loud/Loud.h index 14e613399..ca083e775 100755 --- a/plugins/WinVST/Loud/Loud.h +++ b/plugins/WinVST/Loud/Loud.h @@ -1,7 +1,7 @@ /* ======================================== * Loud - Loud.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Loud_H diff --git a/plugins/WinVST/Loud/LoudProc.cpp b/plugins/WinVST/Loud/LoudProc.cpp index 8637aba0c..ce3a54127 100755 --- a/plugins/WinVST/Loud/LoudProc.cpp +++ b/plugins/WinVST/Loud/LoudProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Loud - Loud.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Loud_H diff --git a/plugins/WinVST/Lowpass/Lowpass.cpp b/plugins/WinVST/Lowpass/Lowpass.cpp index 9b6a6f4eb..7df161357 100755 --- a/plugins/WinVST/Lowpass/Lowpass.cpp +++ b/plugins/WinVST/Lowpass/Lowpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * Lowpass - Lowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass_H diff --git a/plugins/WinVST/Lowpass/Lowpass.h b/plugins/WinVST/Lowpass/Lowpass.h index f9d4ec8c7..df14e3f59 100755 --- a/plugins/WinVST/Lowpass/Lowpass.h +++ b/plugins/WinVST/Lowpass/Lowpass.h @@ -1,7 +1,7 @@ /* ======================================== * Lowpass - Lowpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass_H diff --git a/plugins/WinVST/Lowpass/LowpassProc.cpp b/plugins/WinVST/Lowpass/LowpassProc.cpp index df57f7cd8..de80e7d59 100755 --- a/plugins/WinVST/Lowpass/LowpassProc.cpp +++ b/plugins/WinVST/Lowpass/LowpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Lowpass - Lowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass_H diff --git a/plugins/WinVST/Lowpass2/Lowpass2.cpp b/plugins/WinVST/Lowpass2/Lowpass2.cpp index 27f081846..74dc5799b 100755 --- a/plugins/WinVST/Lowpass2/Lowpass2.cpp +++ b/plugins/WinVST/Lowpass2/Lowpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Lowpass2 - Lowpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass2_H diff --git a/plugins/WinVST/Lowpass2/Lowpass2.h b/plugins/WinVST/Lowpass2/Lowpass2.h index 6d7cebe29..d73f835a4 100755 --- a/plugins/WinVST/Lowpass2/Lowpass2.h +++ b/plugins/WinVST/Lowpass2/Lowpass2.h @@ -1,7 +1,7 @@ /* ======================================== * Lowpass2 - Lowpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass2_H diff --git a/plugins/WinVST/Lowpass2/Lowpass2Proc.cpp b/plugins/WinVST/Lowpass2/Lowpass2Proc.cpp index 8e27a2379..c3704ab5e 100755 --- a/plugins/WinVST/Lowpass2/Lowpass2Proc.cpp +++ b/plugins/WinVST/Lowpass2/Lowpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Lowpass2 - Lowpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Lowpass2_H diff --git a/plugins/WinVST/Luxor/Luxor.cpp b/plugins/WinVST/Luxor/Luxor.cpp index 673c0cfe9..f0bf323d9 100755 --- a/plugins/WinVST/Luxor/Luxor.cpp +++ b/plugins/WinVST/Luxor/Luxor.cpp @@ -1,6 +1,6 @@ /* ======================================== * Luxor - Luxor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Luxor_H diff --git a/plugins/WinVST/Luxor/Luxor.h b/plugins/WinVST/Luxor/Luxor.h index a354f2c3c..f07634680 100755 --- a/plugins/WinVST/Luxor/Luxor.h +++ b/plugins/WinVST/Luxor/Luxor.h @@ -1,7 +1,7 @@ /* ======================================== * Luxor - Luxor.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Luxor_H diff --git a/plugins/WinVST/Luxor/LuxorProc.cpp b/plugins/WinVST/Luxor/LuxorProc.cpp index 2ea8a55c1..489b6b91e 100755 --- a/plugins/WinVST/Luxor/LuxorProc.cpp +++ b/plugins/WinVST/Luxor/LuxorProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Luxor - Luxor.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Luxor_H diff --git a/plugins/WinVST/MV/MV.cpp b/plugins/WinVST/MV/MV.cpp index c6d104f9b..63ec51c96 100755 --- a/plugins/WinVST/MV/MV.cpp +++ b/plugins/WinVST/MV/MV.cpp @@ -1,6 +1,6 @@ /* ======================================== * MV - MV.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MV_H diff --git a/plugins/WinVST/MV/MV.h b/plugins/WinVST/MV/MV.h index 5a60fa653..b4a6ba594 100755 --- a/plugins/WinVST/MV/MV.h +++ b/plugins/WinVST/MV/MV.h @@ -1,7 +1,7 @@ /* ======================================== * MV - MV.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MV_H diff --git a/plugins/WinVST/MV/MVProc.cpp b/plugins/WinVST/MV/MVProc.cpp index bab3b0416..594a405ba 100755 --- a/plugins/WinVST/MV/MVProc.cpp +++ b/plugins/WinVST/MV/MVProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MV - MV.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MV_H diff --git a/plugins/WinVST/MackEQ/MackEQ.cpp b/plugins/WinVST/MackEQ/MackEQ.cpp index 72e7bf2c7..62003db42 100755 --- a/plugins/WinVST/MackEQ/MackEQ.cpp +++ b/plugins/WinVST/MackEQ/MackEQ.cpp @@ -1,6 +1,6 @@ /* ======================================== * MackEQ - MackEQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MackEQ_H diff --git a/plugins/WinVST/MackEQ/MackEQ.h b/plugins/WinVST/MackEQ/MackEQ.h index d413503b3..7be9e51e9 100755 --- a/plugins/WinVST/MackEQ/MackEQ.h +++ b/plugins/WinVST/MackEQ/MackEQ.h @@ -1,7 +1,7 @@ /* ======================================== * MackEQ - MackEQ.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MackEQ_H diff --git a/plugins/WinVST/MackEQ/MackEQProc.cpp b/plugins/WinVST/MackEQ/MackEQProc.cpp index 00466fda1..60aca24d5 100755 --- a/plugins/WinVST/MackEQ/MackEQProc.cpp +++ b/plugins/WinVST/MackEQ/MackEQProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MackEQ - MackEQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MackEQ_H diff --git a/plugins/WinVST/Mackity/Mackity.cpp b/plugins/WinVST/Mackity/Mackity.cpp index 3e78cd322..1354eafe5 100755 --- a/plugins/WinVST/Mackity/Mackity.cpp +++ b/plugins/WinVST/Mackity/Mackity.cpp @@ -1,6 +1,6 @@ /* ======================================== * Mackity - Mackity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mackity_H diff --git a/plugins/WinVST/Mackity/Mackity.h b/plugins/WinVST/Mackity/Mackity.h index 338df8de9..856be80c4 100755 --- a/plugins/WinVST/Mackity/Mackity.h +++ b/plugins/WinVST/Mackity/Mackity.h @@ -1,7 +1,7 @@ /* ======================================== * Mackity - Mackity.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Mackity_H diff --git a/plugins/WinVST/Mackity/MackityProc.cpp b/plugins/WinVST/Mackity/MackityProc.cpp index ff7c1631a..1d148b30a 100755 --- a/plugins/WinVST/Mackity/MackityProc.cpp +++ b/plugins/WinVST/Mackity/MackityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Mackity - Mackity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mackity_H diff --git a/plugins/WinVST/MatrixVerb/MatrixVerb.cpp b/plugins/WinVST/MatrixVerb/MatrixVerb.cpp index 4c1391f5b..a3c690b65 100755 --- a/plugins/WinVST/MatrixVerb/MatrixVerb.cpp +++ b/plugins/WinVST/MatrixVerb/MatrixVerb.cpp @@ -1,6 +1,6 @@ /* ======================================== * MatrixVerb - MatrixVerb.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MatrixVerb_H diff --git a/plugins/WinVST/MatrixVerb/MatrixVerb.h b/plugins/WinVST/MatrixVerb/MatrixVerb.h index 3f3b8298c..4b4e4fcaf 100755 --- a/plugins/WinVST/MatrixVerb/MatrixVerb.h +++ b/plugins/WinVST/MatrixVerb/MatrixVerb.h @@ -1,7 +1,7 @@ /* ======================================== * MatrixVerb - MatrixVerb.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MatrixVerb_H diff --git a/plugins/WinVST/MatrixVerb/MatrixVerbProc.cpp b/plugins/WinVST/MatrixVerb/MatrixVerbProc.cpp index 4099a1853..0ae1307ea 100755 --- a/plugins/WinVST/MatrixVerb/MatrixVerbProc.cpp +++ b/plugins/WinVST/MatrixVerb/MatrixVerbProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MatrixVerb - MatrixVerb.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MatrixVerb_H diff --git a/plugins/WinVST/Melt/Melt.cpp b/plugins/WinVST/Melt/Melt.cpp index b2f8301bc..cdccf45d4 100755 --- a/plugins/WinVST/Melt/Melt.cpp +++ b/plugins/WinVST/Melt/Melt.cpp @@ -1,6 +1,6 @@ /* ======================================== * Melt - Melt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Melt_H diff --git a/plugins/WinVST/Melt/Melt.h b/plugins/WinVST/Melt/Melt.h index 07cf0075c..59fdcf4f2 100755 --- a/plugins/WinVST/Melt/Melt.h +++ b/plugins/WinVST/Melt/Melt.h @@ -1,7 +1,7 @@ /* ======================================== * Melt - Melt.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Melt_H diff --git a/plugins/WinVST/Melt/MeltProc.cpp b/plugins/WinVST/Melt/MeltProc.cpp index c990386b6..039b687d2 100755 --- a/plugins/WinVST/Melt/MeltProc.cpp +++ b/plugins/WinVST/Melt/MeltProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Melt - Melt.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Melt_H diff --git a/plugins/WinVST/MidAmp/MidAmp.cpp b/plugins/WinVST/MidAmp/MidAmp.cpp index 740a931b3..7436210e6 100755 --- a/plugins/WinVST/MidAmp/MidAmp.cpp +++ b/plugins/WinVST/MidAmp/MidAmp.cpp @@ -1,6 +1,6 @@ /* ======================================== * MidAmp - MidAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/MidAmp/MidAmp.h b/plugins/WinVST/MidAmp/MidAmp.h index e3e0802eb..91c804780 100755 --- a/plugins/WinVST/MidAmp/MidAmp.h +++ b/plugins/WinVST/MidAmp/MidAmp.h @@ -1,7 +1,7 @@ /* ======================================== * MidAmp - MidAmp.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/MidAmp/MidAmpProc.cpp b/plugins/WinVST/MidAmp/MidAmpProc.cpp index 0fbb3b1cd..208d8e460 100755 --- a/plugins/WinVST/MidAmp/MidAmpProc.cpp +++ b/plugins/WinVST/MidAmp/MidAmpProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MidAmp - MidAmp.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/MidSide/MidSide.cpp b/plugins/WinVST/MidSide/MidSide.cpp index 4bb31183d..d45a3c449 100755 --- a/plugins/WinVST/MidSide/MidSide.cpp +++ b/plugins/WinVST/MidSide/MidSide.cpp @@ -1,6 +1,6 @@ /* ======================================== * MidSide - MidSide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MidSide_H diff --git a/plugins/WinVST/MidSide/MidSide.h b/plugins/WinVST/MidSide/MidSide.h index 086fbea98..595e493ca 100755 --- a/plugins/WinVST/MidSide/MidSide.h +++ b/plugins/WinVST/MidSide/MidSide.h @@ -1,7 +1,7 @@ /* ======================================== * MidSide - MidSide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MidSide_H diff --git a/plugins/WinVST/MidSide/MidSideProc.cpp b/plugins/WinVST/MidSide/MidSideProc.cpp index cb5f2ffa6..2e1268455 100755 --- a/plugins/WinVST/MidSide/MidSideProc.cpp +++ b/plugins/WinVST/MidSide/MidSideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MidSide - MidSide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MidSide_H diff --git a/plugins/WinVST/MoNoam/MoNoam.cpp b/plugins/WinVST/MoNoam/MoNoam.cpp index 56a243e5d..183a3d57d 100755 --- a/plugins/WinVST/MoNoam/MoNoam.cpp +++ b/plugins/WinVST/MoNoam/MoNoam.cpp @@ -1,6 +1,6 @@ /* ======================================== * MoNoam - MoNoam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MoNoam_H diff --git a/plugins/WinVST/MoNoam/MoNoam.h b/plugins/WinVST/MoNoam/MoNoam.h index e4aff140f..4558b9a52 100755 --- a/plugins/WinVST/MoNoam/MoNoam.h +++ b/plugins/WinVST/MoNoam/MoNoam.h @@ -1,7 +1,7 @@ /* ======================================== * MoNoam - MoNoam.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MoNoam_H diff --git a/plugins/WinVST/MoNoam/MoNoamProc.cpp b/plugins/WinVST/MoNoam/MoNoamProc.cpp index 741bb58e5..306c49831 100755 --- a/plugins/WinVST/MoNoam/MoNoamProc.cpp +++ b/plugins/WinVST/MoNoam/MoNoamProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MoNoam - MoNoam.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MoNoam_H diff --git a/plugins/WinVST/Mojo/Mojo.cpp b/plugins/WinVST/Mojo/Mojo.cpp index 65c270402..b42e7f51b 100755 --- a/plugins/WinVST/Mojo/Mojo.cpp +++ b/plugins/WinVST/Mojo/Mojo.cpp @@ -1,6 +1,6 @@ /* ======================================== * Mojo - Mojo.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mojo_H diff --git a/plugins/WinVST/Mojo/Mojo.h b/plugins/WinVST/Mojo/Mojo.h index 4e759375b..f5f0c92ab 100755 --- a/plugins/WinVST/Mojo/Mojo.h +++ b/plugins/WinVST/Mojo/Mojo.h @@ -1,7 +1,7 @@ /* ======================================== * Mojo - Mojo.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Mojo_H diff --git a/plugins/WinVST/Mojo/MojoProc.cpp b/plugins/WinVST/Mojo/MojoProc.cpp index 80774cabf..8c8a099af 100755 --- a/plugins/WinVST/Mojo/MojoProc.cpp +++ b/plugins/WinVST/Mojo/MojoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Mojo - Mojo.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Mojo_H diff --git a/plugins/WinVST/Monitoring/Monitoring.cpp b/plugins/WinVST/Monitoring/Monitoring.cpp index 5acf52beb..054338e59 100755 --- a/plugins/WinVST/Monitoring/Monitoring.cpp +++ b/plugins/WinVST/Monitoring/Monitoring.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring - Monitoring.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring_H diff --git a/plugins/WinVST/Monitoring/Monitoring.h b/plugins/WinVST/Monitoring/Monitoring.h index 12452111a..5baa2ba08 100755 --- a/plugins/WinVST/Monitoring/Monitoring.h +++ b/plugins/WinVST/Monitoring/Monitoring.h @@ -1,7 +1,7 @@ /* ======================================== * Monitoring - Monitoring.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring_H diff --git a/plugins/WinVST/Monitoring/MonitoringProc.cpp b/plugins/WinVST/Monitoring/MonitoringProc.cpp index 5afe8feeb..a7c91bc45 100755 --- a/plugins/WinVST/Monitoring/MonitoringProc.cpp +++ b/plugins/WinVST/Monitoring/MonitoringProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring - Monitoring.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring_H diff --git a/plugins/WinVST/Monitoring2/Monitoring2.cpp b/plugins/WinVST/Monitoring2/Monitoring2.cpp index 1a1bd4d8f..2c05238bf 100755 --- a/plugins/WinVST/Monitoring2/Monitoring2.cpp +++ b/plugins/WinVST/Monitoring2/Monitoring2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring2 - Monitoring2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring2_H diff --git a/plugins/WinVST/Monitoring2/Monitoring2.h b/plugins/WinVST/Monitoring2/Monitoring2.h index a1d6c5e4b..ec02edab1 100755 --- a/plugins/WinVST/Monitoring2/Monitoring2.h +++ b/plugins/WinVST/Monitoring2/Monitoring2.h @@ -1,7 +1,7 @@ /* ======================================== * Monitoring2 - Monitoring2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring2_H diff --git a/plugins/WinVST/Monitoring2/Monitoring2Proc.cpp b/plugins/WinVST/Monitoring2/Monitoring2Proc.cpp index 82325d164..68400f89b 100755 --- a/plugins/WinVST/Monitoring2/Monitoring2Proc.cpp +++ b/plugins/WinVST/Monitoring2/Monitoring2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring2 - Monitoring2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring2_H diff --git a/plugins/WinVST/Monitoring3/.vs/VSTProject/v14/.suo b/plugins/WinVST/Monitoring3/.vs/VSTProject/v14/.suo index dbb6062cf..1c2cee586 100755 Binary files a/plugins/WinVST/Monitoring3/.vs/VSTProject/v14/.suo and b/plugins/WinVST/Monitoring3/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/Monitoring3/Monitoring3.cpp b/plugins/WinVST/Monitoring3/Monitoring3.cpp index d51ce197a..bb8956cce 100755 --- a/plugins/WinVST/Monitoring3/Monitoring3.cpp +++ b/plugins/WinVST/Monitoring3/Monitoring3.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring3 - Monitoring3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring3_H @@ -19,12 +19,6 @@ Monitoring3::Monitoring3(audioMasterCallback audioMaster) : darkSampleL[count] = 0; darkSampleR[count] = 0; } - double overallscale = 1.0; - overallscale /= 44100.0; - overallscale *= getSampleRate(); - depth = (int)(17.0*overallscale); - if (depth < 3) depth = 3; - if (depth > 98) depth = 98; //Dark for(int count = 0; count < 1502; count++) { aL[count] = 0.0; bL[count] = 0.0; cL[count] = 0.0; dL[count] = 0.0; diff --git a/plugins/WinVST/Monitoring3/Monitoring3.h b/plugins/WinVST/Monitoring3/Monitoring3.h index 0ead2df74..b2790b745 100755 --- a/plugins/WinVST/Monitoring3/Monitoring3.h +++ b/plugins/WinVST/Monitoring3/Monitoring3.h @@ -1,7 +1,7 @@ /* ======================================== * Monitoring3 - Monitoring3.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring3_H diff --git a/plugins/WinVST/Monitoring3/Monitoring3Proc.cpp b/plugins/WinVST/Monitoring3/Monitoring3Proc.cpp index d32a71c9e..bb6daa1ed 100755 --- a/plugins/WinVST/Monitoring3/Monitoring3Proc.cpp +++ b/plugins/WinVST/Monitoring3/Monitoring3Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Monitoring3 - Monitoring3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Monitoring3_H @@ -16,7 +16,10 @@ void Monitoring3::processReplacing(float **inputs, float **outputs, VstInt32 sam double overallscale = 1.0; overallscale /= 44100.0; - overallscale *= getSampleRate(); + overallscale *= getSampleRate(); + depth = (int)(17.0*overallscale); + if (depth < 3) depth = 3; + if (depth > 98) depth = 98; //Dark int depth = (int)(17.0*overallscale); if (depth < 3) depth = 3; @@ -534,7 +537,10 @@ void Monitoring3::processDoubleReplacing(double **inputs, double **outputs, VstI double overallscale = 1.0; overallscale /= 44100.0; - overallscale *= getSampleRate(); + overallscale *= getSampleRate(); + depth = (int)(17.0*overallscale); + if (depth < 3) depth = 3; + if (depth > 98) depth = 98; //Dark int depth = (int)(17.0*overallscale); if (depth < 3) depth = 3; diff --git a/plugins/WinVST/MultiBandDistortion/MultiBandDistortion.cpp b/plugins/WinVST/MultiBandDistortion/MultiBandDistortion.cpp index bfe36b820..6d1c899ed 100755 --- a/plugins/WinVST/MultiBandDistortion/MultiBandDistortion.cpp +++ b/plugins/WinVST/MultiBandDistortion/MultiBandDistortion.cpp @@ -1,6 +1,6 @@ /* ======================================== * MultiBandDistortion - MultiBandDistortion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MultiBandDistortion_H diff --git a/plugins/WinVST/MultiBandDistortion/MultiBandDistortion.h b/plugins/WinVST/MultiBandDistortion/MultiBandDistortion.h index 8af37cafd..cd380bd0d 100755 --- a/plugins/WinVST/MultiBandDistortion/MultiBandDistortion.h +++ b/plugins/WinVST/MultiBandDistortion/MultiBandDistortion.h @@ -1,7 +1,7 @@ /* ======================================== * MultiBandDistortion - MultiBandDistortion.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __MultiBandDistortion_H diff --git a/plugins/WinVST/MultiBandDistortion/MultiBandDistortionProc.cpp b/plugins/WinVST/MultiBandDistortion/MultiBandDistortionProc.cpp index 0336c96dc..74b5e4857 100755 --- a/plugins/WinVST/MultiBandDistortion/MultiBandDistortionProc.cpp +++ b/plugins/WinVST/MultiBandDistortion/MultiBandDistortionProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * MultiBandDistortion - MultiBandDistortion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __MultiBandDistortion_H diff --git a/plugins/WinVST/NC-17/NCSeventeen.cpp b/plugins/WinVST/NC-17/NCSeventeen.cpp index a0a9a061d..7543e62af 100755 --- a/plugins/WinVST/NC-17/NCSeventeen.cpp +++ b/plugins/WinVST/NC-17/NCSeventeen.cpp @@ -1,6 +1,6 @@ /* ======================================== * NCSeventeen - NCSeventeen.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NCSeventeen_H diff --git a/plugins/WinVST/NC-17/NCSeventeen.h b/plugins/WinVST/NC-17/NCSeventeen.h index 100f02bdb..f9445926d 100755 --- a/plugins/WinVST/NC-17/NCSeventeen.h +++ b/plugins/WinVST/NC-17/NCSeventeen.h @@ -1,7 +1,7 @@ /* ======================================== * NCSeventeen - NCSeventeen.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NCSeventeen_H diff --git a/plugins/WinVST/NC-17/NCSeventeenProc.cpp b/plugins/WinVST/NC-17/NCSeventeenProc.cpp index aebc1ba49..f878d796b 100755 --- a/plugins/WinVST/NC-17/NCSeventeenProc.cpp +++ b/plugins/WinVST/NC-17/NCSeventeenProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NCSeventeen - NCSeventeen.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NCSeventeen_H diff --git a/plugins/WinVST/NCSeventeen/NCSeventeen.cpp b/plugins/WinVST/NCSeventeen/NCSeventeen.cpp index a0a9a061d..7543e62af 100755 --- a/plugins/WinVST/NCSeventeen/NCSeventeen.cpp +++ b/plugins/WinVST/NCSeventeen/NCSeventeen.cpp @@ -1,6 +1,6 @@ /* ======================================== * NCSeventeen - NCSeventeen.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NCSeventeen_H diff --git a/plugins/WinVST/NCSeventeen/NCSeventeen.h b/plugins/WinVST/NCSeventeen/NCSeventeen.h index 100f02bdb..f9445926d 100755 --- a/plugins/WinVST/NCSeventeen/NCSeventeen.h +++ b/plugins/WinVST/NCSeventeen/NCSeventeen.h @@ -1,7 +1,7 @@ /* ======================================== * NCSeventeen - NCSeventeen.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NCSeventeen_H diff --git a/plugins/WinVST/NCSeventeen/NCSeventeenProc.cpp b/plugins/WinVST/NCSeventeen/NCSeventeenProc.cpp index aebc1ba49..f878d796b 100755 --- a/plugins/WinVST/NCSeventeen/NCSeventeenProc.cpp +++ b/plugins/WinVST/NCSeventeen/NCSeventeenProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NCSeventeen - NCSeventeen.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NCSeventeen_H diff --git a/plugins/WinVST/NaturalizeDither/NaturalizeDither.cpp b/plugins/WinVST/NaturalizeDither/NaturalizeDither.cpp index 700c2f472..8cba80529 100755 --- a/plugins/WinVST/NaturalizeDither/NaturalizeDither.cpp +++ b/plugins/WinVST/NaturalizeDither/NaturalizeDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * NaturalizeDither - NaturalizeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NaturalizeDither_H diff --git a/plugins/WinVST/NaturalizeDither/NaturalizeDither.h b/plugins/WinVST/NaturalizeDither/NaturalizeDither.h index 6692763d8..c96a9072b 100755 --- a/plugins/WinVST/NaturalizeDither/NaturalizeDither.h +++ b/plugins/WinVST/NaturalizeDither/NaturalizeDither.h @@ -1,7 +1,7 @@ /* ======================================== * NaturalizeDither - NaturalizeDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NaturalizeDither_H diff --git a/plugins/WinVST/NaturalizeDither/NaturalizeDitherProc.cpp b/plugins/WinVST/NaturalizeDither/NaturalizeDitherProc.cpp index 04f45e9b1..7cd30d6d8 100755 --- a/plugins/WinVST/NaturalizeDither/NaturalizeDitherProc.cpp +++ b/plugins/WinVST/NaturalizeDither/NaturalizeDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NaturalizeDither - NaturalizeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NaturalizeDither_H diff --git a/plugins/WinVST/Neverland/Neverland.cpp b/plugins/WinVST/Neverland/Neverland.cpp index 2af42daa3..290f6bf66 100755 --- a/plugins/WinVST/Neverland/Neverland.cpp +++ b/plugins/WinVST/Neverland/Neverland.cpp @@ -1,6 +1,6 @@ /* ======================================== * Neverland - Neverland.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Neverland_H diff --git a/plugins/WinVST/Neverland/Neverland.h b/plugins/WinVST/Neverland/Neverland.h index 03c03f45b..a81af8eb5 100755 --- a/plugins/WinVST/Neverland/Neverland.h +++ b/plugins/WinVST/Neverland/Neverland.h @@ -1,7 +1,7 @@ /* ======================================== * Neverland - Neverland.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Neverland_H diff --git a/plugins/WinVST/Neverland/NeverlandProc.cpp b/plugins/WinVST/Neverland/NeverlandProc.cpp index f2224b6ea..5fc40579e 100755 --- a/plugins/WinVST/Neverland/NeverlandProc.cpp +++ b/plugins/WinVST/Neverland/NeverlandProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Neverland - Neverland.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Neverland_H diff --git a/plugins/WinVST/Nikola/Nikola.cpp b/plugins/WinVST/Nikola/Nikola.cpp index db76154df..e91735dca 100755 --- a/plugins/WinVST/Nikola/Nikola.cpp +++ b/plugins/WinVST/Nikola/Nikola.cpp @@ -1,6 +1,6 @@ /* ======================================== * Nikola - Nikola.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Nikola_H diff --git a/plugins/WinVST/Nikola/Nikola.h b/plugins/WinVST/Nikola/Nikola.h index 7170189ac..4971b82f1 100755 --- a/plugins/WinVST/Nikola/Nikola.h +++ b/plugins/WinVST/Nikola/Nikola.h @@ -1,7 +1,7 @@ /* ======================================== * Nikola - Nikola.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Nikola_H diff --git a/plugins/WinVST/Nikola/NikolaProc.cpp b/plugins/WinVST/Nikola/NikolaProc.cpp index e4104ac91..159653e68 100755 --- a/plugins/WinVST/Nikola/NikolaProc.cpp +++ b/plugins/WinVST/Nikola/NikolaProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Nikola - Nikola.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Nikola_H diff --git a/plugins/WinVST/NodeDither/NodeDither.cpp b/plugins/WinVST/NodeDither/NodeDither.cpp index 663b6081c..4f190477d 100755 --- a/plugins/WinVST/NodeDither/NodeDither.cpp +++ b/plugins/WinVST/NodeDither/NodeDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * NodeDither - NodeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NodeDither_H diff --git a/plugins/WinVST/NodeDither/NodeDither.h b/plugins/WinVST/NodeDither/NodeDither.h index bfd641309..e24f9283a 100755 --- a/plugins/WinVST/NodeDither/NodeDither.h +++ b/plugins/WinVST/NodeDither/NodeDither.h @@ -1,7 +1,7 @@ /* ======================================== * NodeDither - NodeDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NodeDither_H diff --git a/plugins/WinVST/NodeDither/NodeDitherProc.cpp b/plugins/WinVST/NodeDither/NodeDitherProc.cpp index 3dc70a685..e4eb688f1 100755 --- a/plugins/WinVST/NodeDither/NodeDitherProc.cpp +++ b/plugins/WinVST/NodeDither/NodeDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NodeDither - NodeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NodeDither_H diff --git a/plugins/WinVST/Noise/Noise.cpp b/plugins/WinVST/Noise/Noise.cpp index ebb384dbe..5ab082f8f 100755 --- a/plugins/WinVST/Noise/Noise.cpp +++ b/plugins/WinVST/Noise/Noise.cpp @@ -1,6 +1,6 @@ /* ======================================== * Noise - Noise.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Noise_H diff --git a/plugins/WinVST/Noise/Noise.h b/plugins/WinVST/Noise/Noise.h index d14ef6305..8446dc287 100755 --- a/plugins/WinVST/Noise/Noise.h +++ b/plugins/WinVST/Noise/Noise.h @@ -1,7 +1,7 @@ /* ======================================== * Noise - Noise.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Noise_H diff --git a/plugins/WinVST/Noise/NoiseProc.cpp b/plugins/WinVST/Noise/NoiseProc.cpp index 0dbe5c6d2..48d33cb27 100755 --- a/plugins/WinVST/Noise/NoiseProc.cpp +++ b/plugins/WinVST/Noise/NoiseProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Noise - Noise.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Noise_H diff --git a/plugins/WinVST/NonlinearSpace/NonlinearSpace.cpp b/plugins/WinVST/NonlinearSpace/NonlinearSpace.cpp index 48eac47c8..568509b45 100755 --- a/plugins/WinVST/NonlinearSpace/NonlinearSpace.cpp +++ b/plugins/WinVST/NonlinearSpace/NonlinearSpace.cpp @@ -1,6 +1,6 @@ /* ======================================== * NonlinearSpace - NonlinearSpace.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NonlinearSpace_H diff --git a/plugins/WinVST/NonlinearSpace/NonlinearSpace.h b/plugins/WinVST/NonlinearSpace/NonlinearSpace.h index b75c7a51d..9fdb45f0b 100755 --- a/plugins/WinVST/NonlinearSpace/NonlinearSpace.h +++ b/plugins/WinVST/NonlinearSpace/NonlinearSpace.h @@ -1,7 +1,7 @@ /* ======================================== * NonlinearSpace - NonlinearSpace.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NonlinearSpace_H diff --git a/plugins/WinVST/NonlinearSpace/NonlinearSpaceProc.cpp b/plugins/WinVST/NonlinearSpace/NonlinearSpaceProc.cpp index c7efecbc4..1849dbad9 100755 --- a/plugins/WinVST/NonlinearSpace/NonlinearSpaceProc.cpp +++ b/plugins/WinVST/NonlinearSpace/NonlinearSpaceProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NonlinearSpace - NonlinearSpace.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NonlinearSpace_H diff --git a/plugins/WinVST/NotJustAnotherCD/NotJustAnotherCD.cpp b/plugins/WinVST/NotJustAnotherCD/NotJustAnotherCD.cpp index 497c1e881..81395167a 100755 --- a/plugins/WinVST/NotJustAnotherCD/NotJustAnotherCD.cpp +++ b/plugins/WinVST/NotJustAnotherCD/NotJustAnotherCD.cpp @@ -1,6 +1,6 @@ /* ======================================== * NotJustAnotherCD - NotJustAnotherCD.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherCD_H diff --git a/plugins/WinVST/NotJustAnotherCD/NotJustAnotherCD.h b/plugins/WinVST/NotJustAnotherCD/NotJustAnotherCD.h index 81fe49f8d..5f3a04925 100755 --- a/plugins/WinVST/NotJustAnotherCD/NotJustAnotherCD.h +++ b/plugins/WinVST/NotJustAnotherCD/NotJustAnotherCD.h @@ -1,7 +1,7 @@ /* ======================================== * NotJustAnotherCD - NotJustAnotherCD.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherCD_H diff --git a/plugins/WinVST/NotJustAnotherCD/NotJustAnotherCDProc.cpp b/plugins/WinVST/NotJustAnotherCD/NotJustAnotherCDProc.cpp index f129dda8f..674b03325 100755 --- a/plugins/WinVST/NotJustAnotherCD/NotJustAnotherCDProc.cpp +++ b/plugins/WinVST/NotJustAnotherCD/NotJustAnotherCDProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NotJustAnotherCD - NotJustAnotherCD.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherCD_H diff --git a/plugins/WinVST/NotJustAnotherDither/NotJustAnotherDither.cpp b/plugins/WinVST/NotJustAnotherDither/NotJustAnotherDither.cpp index 6213b6228..f6f6cb851 100755 --- a/plugins/WinVST/NotJustAnotherDither/NotJustAnotherDither.cpp +++ b/plugins/WinVST/NotJustAnotherDither/NotJustAnotherDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * NotJustAnotherDither - NotJustAnotherDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherDither_H diff --git a/plugins/WinVST/NotJustAnotherDither/NotJustAnotherDither.h b/plugins/WinVST/NotJustAnotherDither/NotJustAnotherDither.h index e0a1402a8..c6607e471 100755 --- a/plugins/WinVST/NotJustAnotherDither/NotJustAnotherDither.h +++ b/plugins/WinVST/NotJustAnotherDither/NotJustAnotherDither.h @@ -1,7 +1,7 @@ /* ======================================== * NotJustAnotherDither - NotJustAnotherDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherDither_H diff --git a/plugins/WinVST/NotJustAnotherDither/NotJustAnotherDitherProc.cpp b/plugins/WinVST/NotJustAnotherDither/NotJustAnotherDitherProc.cpp index f9721a726..dc7119fa4 100755 --- a/plugins/WinVST/NotJustAnotherDither/NotJustAnotherDitherProc.cpp +++ b/plugins/WinVST/NotJustAnotherDither/NotJustAnotherDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * NotJustAnotherDither - NotJustAnotherDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __NotJustAnotherDither_H diff --git a/plugins/WinVST/OneCornerClip/OneCornerClip.cpp b/plugins/WinVST/OneCornerClip/OneCornerClip.cpp index ea15e1fe2..09728707e 100755 --- a/plugins/WinVST/OneCornerClip/OneCornerClip.cpp +++ b/plugins/WinVST/OneCornerClip/OneCornerClip.cpp @@ -1,6 +1,6 @@ /* ======================================== * OneCornerClip - OneCornerClip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __OneCornerClip_H diff --git a/plugins/WinVST/OneCornerClip/OneCornerClip.h b/plugins/WinVST/OneCornerClip/OneCornerClip.h index a69f185b2..06cef0aba 100755 --- a/plugins/WinVST/OneCornerClip/OneCornerClip.h +++ b/plugins/WinVST/OneCornerClip/OneCornerClip.h @@ -1,7 +1,7 @@ /* ======================================== * OneCornerClip - OneCornerClip.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __OneCornerClip_H diff --git a/plugins/WinVST/OneCornerClip/OneCornerClipProc.cpp b/plugins/WinVST/OneCornerClip/OneCornerClipProc.cpp index 7526cecc3..8074e7b3d 100755 --- a/plugins/WinVST/OneCornerClip/OneCornerClipProc.cpp +++ b/plugins/WinVST/OneCornerClip/OneCornerClipProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * OneCornerClip - OneCornerClip.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __OneCornerClip_H diff --git a/plugins/WinVST/PDBuss/PDBuss.cpp b/plugins/WinVST/PDBuss/PDBuss.cpp index 60bdec0bd..00985c59e 100755 --- a/plugins/WinVST/PDBuss/PDBuss.cpp +++ b/plugins/WinVST/PDBuss/PDBuss.cpp @@ -1,6 +1,6 @@ /* ======================================== * PDBuss - PDBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDBuss_H diff --git a/plugins/WinVST/PDBuss/PDBuss.h b/plugins/WinVST/PDBuss/PDBuss.h index 0b962dcfb..6beba1e8b 100755 --- a/plugins/WinVST/PDBuss/PDBuss.h +++ b/plugins/WinVST/PDBuss/PDBuss.h @@ -1,7 +1,7 @@ /* ======================================== * PDBuss - PDBuss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PDBuss_H diff --git a/plugins/WinVST/PDBuss/PDBussProc.cpp b/plugins/WinVST/PDBuss/PDBussProc.cpp index 00b05af39..f9e5abe03 100755 --- a/plugins/WinVST/PDBuss/PDBussProc.cpp +++ b/plugins/WinVST/PDBuss/PDBussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PDBuss - PDBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDBuss_H diff --git a/plugins/WinVST/PDChannel/PDChannel.cpp b/plugins/WinVST/PDChannel/PDChannel.cpp index 6cf15db30..0d1999652 100755 --- a/plugins/WinVST/PDChannel/PDChannel.cpp +++ b/plugins/WinVST/PDChannel/PDChannel.cpp @@ -1,6 +1,6 @@ /* ======================================== * PDChannel - PDChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDChannel_H diff --git a/plugins/WinVST/PDChannel/PDChannel.h b/plugins/WinVST/PDChannel/PDChannel.h index cd7c14fb7..963c86c08 100755 --- a/plugins/WinVST/PDChannel/PDChannel.h +++ b/plugins/WinVST/PDChannel/PDChannel.h @@ -1,7 +1,7 @@ /* ======================================== * PDChannel - PDChannel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PDChannel_H diff --git a/plugins/WinVST/PDChannel/PDChannelProc.cpp b/plugins/WinVST/PDChannel/PDChannelProc.cpp index 2277acc7d..afcbe0142 100755 --- a/plugins/WinVST/PDChannel/PDChannelProc.cpp +++ b/plugins/WinVST/PDChannel/PDChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PDChannel - PDChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PDChannel_H diff --git a/plugins/WinVST/Pafnuty/Pafnuty.cpp b/plugins/WinVST/Pafnuty/Pafnuty.cpp index 14eb30129..1ae4e92fa 100755 --- a/plugins/WinVST/Pafnuty/Pafnuty.cpp +++ b/plugins/WinVST/Pafnuty/Pafnuty.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pafnuty - Pafnuty.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pafnuty_H diff --git a/plugins/WinVST/Pafnuty/Pafnuty.h b/plugins/WinVST/Pafnuty/Pafnuty.h index 80eba3e36..99408bd70 100755 --- a/plugins/WinVST/Pafnuty/Pafnuty.h +++ b/plugins/WinVST/Pafnuty/Pafnuty.h @@ -1,7 +1,7 @@ /* ======================================== * Pafnuty - Pafnuty.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pafnuty_H diff --git a/plugins/WinVST/Pafnuty/PafnutyProc.cpp b/plugins/WinVST/Pafnuty/PafnutyProc.cpp index 38e2b05a3..03aa084a0 100755 --- a/plugins/WinVST/Pafnuty/PafnutyProc.cpp +++ b/plugins/WinVST/Pafnuty/PafnutyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pafnuty - Pafnuty.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pafnuty_H diff --git a/plugins/WinVST/PaulDither/PaulDither.cpp b/plugins/WinVST/PaulDither/PaulDither.cpp index dc7aaeb6d..d296eec70 100755 --- a/plugins/WinVST/PaulDither/PaulDither.cpp +++ b/plugins/WinVST/PaulDither/PaulDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * PaulDither - PaulDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulDither_H diff --git a/plugins/WinVST/PaulDither/PaulDither.h b/plugins/WinVST/PaulDither/PaulDither.h index 62f360514..418b82077 100755 --- a/plugins/WinVST/PaulDither/PaulDither.h +++ b/plugins/WinVST/PaulDither/PaulDither.h @@ -1,7 +1,7 @@ /* ======================================== * PaulDither - PaulDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulDither_H diff --git a/plugins/WinVST/PaulDither/PaulDitherProc.cpp b/plugins/WinVST/PaulDither/PaulDitherProc.cpp index 366455123..31e7cb796 100755 --- a/plugins/WinVST/PaulDither/PaulDitherProc.cpp +++ b/plugins/WinVST/PaulDither/PaulDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PaulDither - PaulDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulDither_H diff --git a/plugins/WinVST/PaulWide/PaulWide.cpp b/plugins/WinVST/PaulWide/PaulWide.cpp index 2e9a35b63..d09a1b029 100755 --- a/plugins/WinVST/PaulWide/PaulWide.cpp +++ b/plugins/WinVST/PaulWide/PaulWide.cpp @@ -1,6 +1,6 @@ /* ======================================== * PaulWide - PaulWide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulWide_H diff --git a/plugins/WinVST/PaulWide/PaulWide.h b/plugins/WinVST/PaulWide/PaulWide.h index 691750511..2027a1ec7 100755 --- a/plugins/WinVST/PaulWide/PaulWide.h +++ b/plugins/WinVST/PaulWide/PaulWide.h @@ -1,7 +1,7 @@ /* ======================================== * PaulWide - PaulWide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulWide_H diff --git a/plugins/WinVST/PaulWide/PaulWideProc.cpp b/plugins/WinVST/PaulWide/PaulWideProc.cpp index 0f165a3c5..f5744dbe5 100755 --- a/plugins/WinVST/PaulWide/PaulWideProc.cpp +++ b/plugins/WinVST/PaulWide/PaulWideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PaulWide - PaulWide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PaulWide_H diff --git a/plugins/WinVST/PeaksOnly/PeaksOnly.cpp b/plugins/WinVST/PeaksOnly/PeaksOnly.cpp index bca880912..08f19c4c8 100755 --- a/plugins/WinVST/PeaksOnly/PeaksOnly.cpp +++ b/plugins/WinVST/PeaksOnly/PeaksOnly.cpp @@ -1,6 +1,6 @@ /* ======================================== * PeaksOnly - PeaksOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PeaksOnly_H diff --git a/plugins/WinVST/PeaksOnly/PeaksOnly.h b/plugins/WinVST/PeaksOnly/PeaksOnly.h index f17716230..c72db7566 100755 --- a/plugins/WinVST/PeaksOnly/PeaksOnly.h +++ b/plugins/WinVST/PeaksOnly/PeaksOnly.h @@ -1,7 +1,7 @@ /* ======================================== * PeaksOnly - PeaksOnly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PeaksOnly_H diff --git a/plugins/WinVST/PeaksOnly/PeaksOnlyProc.cpp b/plugins/WinVST/PeaksOnly/PeaksOnlyProc.cpp index 087c0be80..eb7ad13aa 100755 --- a/plugins/WinVST/PeaksOnly/PeaksOnlyProc.cpp +++ b/plugins/WinVST/PeaksOnly/PeaksOnlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PeaksOnly - PeaksOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PeaksOnly_H diff --git a/plugins/WinVST/PhaseNudge/PhaseNudge.cpp b/plugins/WinVST/PhaseNudge/PhaseNudge.cpp index 7c200bd4d..19e45a0ee 100755 --- a/plugins/WinVST/PhaseNudge/PhaseNudge.cpp +++ b/plugins/WinVST/PhaseNudge/PhaseNudge.cpp @@ -1,6 +1,6 @@ /* ======================================== * PhaseNudge - PhaseNudge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PhaseNudge_H diff --git a/plugins/WinVST/PhaseNudge/PhaseNudge.h b/plugins/WinVST/PhaseNudge/PhaseNudge.h index a2f0dedbc..8d751c5a3 100755 --- a/plugins/WinVST/PhaseNudge/PhaseNudge.h +++ b/plugins/WinVST/PhaseNudge/PhaseNudge.h @@ -1,7 +1,7 @@ /* ======================================== * PhaseNudge - PhaseNudge.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PhaseNudge_H diff --git a/plugins/WinVST/PhaseNudge/PhaseNudgeProc.cpp b/plugins/WinVST/PhaseNudge/PhaseNudgeProc.cpp index 73e9b1254..c4cb0d0d8 100755 --- a/plugins/WinVST/PhaseNudge/PhaseNudgeProc.cpp +++ b/plugins/WinVST/PhaseNudge/PhaseNudgeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PhaseNudge - PhaseNudge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PhaseNudge_H diff --git a/plugins/WinVST/PitchDelay/PitchDelay.cpp b/plugins/WinVST/PitchDelay/PitchDelay.cpp index 0327d71d0..e89b2c599 100755 --- a/plugins/WinVST/PitchDelay/PitchDelay.cpp +++ b/plugins/WinVST/PitchDelay/PitchDelay.cpp @@ -1,6 +1,6 @@ /* ======================================== * PitchDelay - PitchDelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PitchDelay_H diff --git a/plugins/WinVST/PitchDelay/PitchDelay.h b/plugins/WinVST/PitchDelay/PitchDelay.h index 2c6f52ffc..11acab36a 100755 --- a/plugins/WinVST/PitchDelay/PitchDelay.h +++ b/plugins/WinVST/PitchDelay/PitchDelay.h @@ -1,7 +1,7 @@ /* ======================================== * PitchDelay - PitchDelay.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PitchDelay_H diff --git a/plugins/WinVST/PitchDelay/PitchDelayProc.cpp b/plugins/WinVST/PitchDelay/PitchDelayProc.cpp index be0bb419f..f0debc60a 100755 --- a/plugins/WinVST/PitchDelay/PitchDelayProc.cpp +++ b/plugins/WinVST/PitchDelay/PitchDelayProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PitchDelay - PitchDelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PitchDelay_H diff --git a/plugins/WinVST/PitchNasty/.vs/Console4Channel64/v14/.suo b/plugins/WinVST/PitchNasty/.vs/Console4Channel64/v14/.suo new file mode 100755 index 000000000..777b84637 Binary files /dev/null and b/plugins/WinVST/PitchNasty/.vs/Console4Channel64/v14/.suo differ diff --git a/plugins/WinVST/PitchNasty/.vs/VSTProject/v14/.suo b/plugins/WinVST/PitchNasty/.vs/VSTProject/v14/.suo new file mode 100755 index 000000000..90f83868b Binary files /dev/null and b/plugins/WinVST/PitchNasty/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/PitchNasty/PitchNasty.cpp b/plugins/WinVST/PitchNasty/PitchNasty.cpp new file mode 100755 index 000000000..d7a309ce1 --- /dev/null +++ b/plugins/WinVST/PitchNasty/PitchNasty.cpp @@ -0,0 +1,167 @@ +/* ======================================== + * PitchNasty - PitchNasty.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __PitchNasty_H +#include "PitchNasty.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new PitchNasty(audioMaster);} + +PitchNasty::PitchNasty(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.0; + B = 0.0; + C = 0.25; + D = 0.0; + E = 1.0; + F = 1.0; + + for (int temp = 0; temp < 10001; temp++) {dL[temp] = 0.0; dR[temp] = 0.0;} + inCount = 1; + outCount = 1.0; + switchTransition = false; + switchAmountL = 0.0; switchAmountR = 0.0; + feedbackSampleL = 0.0; feedbackSampleR = 0.0; + + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +PitchNasty::~PitchNasty() {} +VstInt32 PitchNasty::getVendorVersion () {return 1000;} +void PitchNasty::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void PitchNasty::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 PitchNasty::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + chunkData[4] = E; + chunkData[5] = F; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 PitchNasty::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + E = pinParameter(chunkData[4]); + F = pinParameter(chunkData[5]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void PitchNasty::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + case kParamE: E = value; break; + case kParamF: F = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float PitchNasty::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + case kParamE: return E; break; + case kParamF: return F; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void PitchNasty::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Note", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Bend", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "Grind", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "Feedbck", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "Output", kVstMaxParamStrLen); break; + case kParamF: vst_strncpy (text, "Dry/Wet", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void PitchNasty::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: int2string ((int)(A*24)-12, text, kVstMaxParamStrLen); break; + case kParamB: float2string ((B*24.0)-12.0, text, kVstMaxParamStrLen); break; + case kParamC: int2string ((int)(C*72)-36, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + case kParamE: float2string (E, text, kVstMaxParamStrLen); break; + case kParamF: float2string (F, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void PitchNasty::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamF: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 PitchNasty::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool PitchNasty::getEffectName(char* name) { + vst_strncpy(name, "PitchNasty", kVstMaxProductStrLen); return true; +} + +VstPlugCategory PitchNasty::getPlugCategory() {return kPlugCategEffect;} + +bool PitchNasty::getProductString(char* text) { + vst_strncpy (text, "airwindows PitchNasty", kVstMaxProductStrLen); return true; +} + +bool PitchNasty::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/WinVST/PitchNasty/PitchNasty.h b/plugins/WinVST/PitchNasty/PitchNasty.h new file mode 100755 index 000000000..a02544425 --- /dev/null +++ b/plugins/WinVST/PitchNasty/PitchNasty.h @@ -0,0 +1,81 @@ +/* ======================================== + * PitchNasty - PitchNasty.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __PitchNasty_H +#define __PitchNasty_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kParamE = 4, + kParamF = 5, + kNumParameters = 6 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'pitn'; //Change this to what the AU identity is! + +class PitchNasty : + public AudioEffectX +{ +public: + PitchNasty(audioMasterCallback audioMaster); + ~PitchNasty(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + double dL[10002]; + double dR[10002]; + int inCount; + double outCount; + bool switchTransition; + double switchAmountL; + double switchAmountR; + double feedbackSampleL; + double feedbackSampleR; + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + float A; + float B; + float C; + float D; + float E; + float F; //parameters. Always 0-1, and we scale/alter them elsewhere. +}; + +#endif diff --git a/plugins/WinVST/PitchNasty/PitchNastyProc.cpp b/plugins/WinVST/PitchNasty/PitchNastyProc.cpp new file mode 100755 index 000000000..75872c2bf --- /dev/null +++ b/plugins/WinVST/PitchNasty/PitchNastyProc.cpp @@ -0,0 +1,214 @@ +/* ======================================== + * PitchNasty - PitchNasty.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __PitchNasty_H +#include "PitchNasty.h" +#endif + +void PitchNasty::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double note = (int)(A*24)-12;// -12 to +12 + double bend = (B*24.0)-12.0;// -12 to +12 + double speed = pow(2,note/12.0)*pow(2,bend/12.0); + + double grindRef = (1.0/261.6)*getSampleRate(); //samples per Middle C cycle + double grindNote = pow(2,((int)(C*72)-36)/12.0); + double width = grindRef / grindNote; + if (width > 9990) width = 9990; //safety check + double feedback = D; + double trim = E; + double wet = F; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + inputSampleL += (feedbackSampleL * feedback); + inputSampleR += (feedbackSampleR * feedback); + if (fabs(feedbackSampleL) > 1.0) inputSampleL /= fabs(feedbackSampleL); + if (fabs(feedbackSampleR) > 1.0) inputSampleR /= fabs(feedbackSampleR); + + dL[inCount] = inputSampleL; + dR[inCount] = inputSampleR; + + inCount++; + outCount += speed; + + if (outCount > inCount && switchTransition) { + switchAmountL = 1.0; + switchAmountR = 1.0; + switchTransition = false; + } + + if (inCount > width) inCount -= width; + if (outCount > width) { + outCount -= width; + switchTransition = true; + //reset the transition point + } + + int count = floor(outCount); + int arrayWidth = floor(width); + + inputSampleL = (dL[count-((count > arrayWidth)?arrayWidth+1:0)] * (1-(outCount-floor(outCount)))); + inputSampleL += (dL[count+1-((count+1 > arrayWidth)?arrayWidth+1:0)] * (outCount-floor(outCount))); + + inputSampleR = (dR[count-((count > arrayWidth)?arrayWidth+1:0)] * (1-(outCount-floor(outCount)))); + inputSampleR += (dR[count+1-((count+1 > arrayWidth)?arrayWidth+1:0)] * (outCount-floor(outCount))); + + if (switchAmountL > fabs(inputSampleL-dL[inCount])*2.0) { + switchAmountL = (switchAmountL * 0.5) + (fabs(inputSampleL-dL[inCount])); + } + if (switchAmountR > fabs(inputSampleR-dR[inCount])*2.0) { + switchAmountR = (switchAmountR * 0.5) + (fabs(inputSampleR-dR[inCount])); + } + inputSampleL = (dL[inCount] * switchAmountL) + (inputSampleL * (1.0-switchAmountL)); + inputSampleR = (dR[inCount] * switchAmountR) + (inputSampleR * (1.0-switchAmountR)); + + feedbackSampleL = inputSampleL; + feedbackSampleR = inputSampleR; + + if (trim != 1.0) { + inputSampleL *= trim; + inputSampleR *= trim; + } + + if (wet !=1.0) { + inputSampleL = (inputSampleL * wet) + (drySampleL * (1.0-wet)); + inputSampleR = (inputSampleR * wet) + (drySampleR * (1.0-wet)); + } + //Dry/Wet control, defaults to the last slider + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void PitchNasty::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double note = (int)(A*24)-12;// -12 to +12 + double bend = (B*24.0)-12.0;// -12 to +12 + double speed = pow(2,note/12.0)*pow(2,bend/12.0); + + double grindRef = (1.0/261.6)*getSampleRate(); //samples per Middle C cycle + double grindNote = pow(2,((int)(C*72)-36)/12.0); + double width = grindRef / grindNote; + if (width > 9990) width = 9990; //safety check + double feedback = D; + double trim = E; + double wet = F; + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + inputSampleL += (feedbackSampleL * feedback); + inputSampleR += (feedbackSampleR * feedback); + if (fabs(feedbackSampleL) > 1.0) inputSampleL /= fabs(feedbackSampleL); + if (fabs(feedbackSampleR) > 1.0) inputSampleR /= fabs(feedbackSampleR); + + dL[inCount] = inputSampleL; + dR[inCount] = inputSampleR; + + inCount++; + outCount += speed; + + if (outCount > inCount && switchTransition) { + switchAmountL = 1.0; + switchAmountR = 1.0; + switchTransition = false; + } + + if (inCount > width) inCount -= width; + if (outCount > width) { + outCount -= width; + switchTransition = true; + //reset the transition point + } + + int count = floor(outCount); + int arrayWidth = floor(width); + + inputSampleL = (dL[count-((count > arrayWidth)?arrayWidth+1:0)] * (1-(outCount-floor(outCount)))); + inputSampleL += (dL[count+1-((count+1 > arrayWidth)?arrayWidth+1:0)] * (outCount-floor(outCount))); + + inputSampleR = (dR[count-((count > arrayWidth)?arrayWidth+1:0)] * (1-(outCount-floor(outCount)))); + inputSampleR += (dR[count+1-((count+1 > arrayWidth)?arrayWidth+1:0)] * (outCount-floor(outCount))); + + if (switchAmountL > fabs(inputSampleL-dL[inCount])*2.0) { + switchAmountL = (switchAmountL * 0.5) + (fabs(inputSampleL-dL[inCount])); + } + if (switchAmountR > fabs(inputSampleR-dR[inCount])*2.0) { + switchAmountR = (switchAmountR * 0.5) + (fabs(inputSampleR-dR[inCount])); + } + inputSampleL = (dL[inCount] * switchAmountL) + (inputSampleL * (1.0-switchAmountL)); + inputSampleR = (dR[inCount] * switchAmountR) + (inputSampleR * (1.0-switchAmountR)); + + feedbackSampleL = inputSampleL; + feedbackSampleR = inputSampleR; + + if (trim != 1.0) { + inputSampleL *= trim; + inputSampleR *= trim; + } + + if (wet !=1.0) { + inputSampleL = (inputSampleL * wet) + (drySampleL * (1.0-wet)); + inputSampleR = (inputSampleR * wet) + (drySampleR * (1.0-wet)); + } + //Dry/Wet control, defaults to the last slider + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/WinVST/PitchNasty/VSTProject.sln b/plugins/WinVST/PitchNasty/VSTProject.sln new file mode 100755 index 000000000..694b42443 --- /dev/null +++ b/plugins/WinVST/PitchNasty/VSTProject.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VSTProject", "VSTProject.vcxproj", "{16F7AB3C-1AE0-4574-B60C-7B4DED82938C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x64.ActiveCfg = Debug|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x64.Build.0 = Debug|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x86.ActiveCfg = Debug|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x86.Build.0 = Debug|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x64.ActiveCfg = Release|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x64.Build.0 = Release|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x86.ActiveCfg = Release|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/plugins/WinVST/PitchNasty/VSTProject.vcxproj b/plugins/WinVST/PitchNasty/VSTProject.vcxproj new file mode 100755 index 000000000..1cc666b81 --- /dev/null +++ b/plugins/WinVST/PitchNasty/VSTProject.vcxproj @@ -0,0 +1,183 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + + + + + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C} + VSTProject + 8.1 + PitchNasty64 + + + + DynamicLibrary + true + v140 + NotSet + + + DynamicLibrary + false + v140 + false + NotSet + + + DynamicLibrary + true + v140 + NotSet + + + DynamicLibrary + false + v140 + false + NotSet + + + + + + + + + + + + + + + + + + + + + .dll + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH) + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH) + + + + Level3 + MaxSpeed + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + MultiThreadedDebug + Speed + false + Default + false + None + + + vstplug.def + libcmt.dll;libcmtd.dll;msvcrt.lib;%(IgnoreSpecificDefaultLibraries) + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + + + Level3 + MaxSpeed + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + false + MultiThreadedDebug + Default + false + None + + + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + libcmt.dll;libcmtd.dll;msvcrt.lib;%(IgnoreSpecificDefaultLibraries) + vstplug.def + + + + + Level3 + MaxSpeed + false + false + true + MultiThreaded + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + None + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + + + true + true + libcmt.dll;libcmtd.dll;msvcrt.lib;libc.lib;libcd.lib;libcmt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + libcmt.lib;uuid.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + vstplug.def + + + + + Level3 + MaxSpeed + false + false + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + None + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + MultiThreaded + + + true + true + libcmt.dll;libcmtd.dll;msvcrt.lib;libc.lib;libcd.lib;libcmt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + libcmt.lib;uuid.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + vstplug.def + + + + + + \ No newline at end of file diff --git a/plugins/WinVST/PitchNasty/VSTProject.vcxproj.filters b/plugins/WinVST/PitchNasty/VSTProject.vcxproj.filters new file mode 100755 index 000000000..fefb44f0d --- /dev/null +++ b/plugins/WinVST/PitchNasty/VSTProject.vcxproj.filters @@ -0,0 +1,48 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/plugins/WinVST/PitchNasty/VSTProject.vcxproj.user b/plugins/WinVST/PitchNasty/VSTProject.vcxproj.user new file mode 100755 index 000000000..221626789 --- /dev/null +++ b/plugins/WinVST/PitchNasty/VSTProject.vcxproj.user @@ -0,0 +1,19 @@ + + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + \ No newline at end of file diff --git a/plugins/WinVST/PitchNasty/vstplug.def b/plugins/WinVST/PitchNasty/vstplug.def new file mode 100755 index 000000000..5bf499aa2 --- /dev/null +++ b/plugins/WinVST/PitchNasty/vstplug.def @@ -0,0 +1,3 @@ +EXPORTS + VSTPluginMain + main=VSTPluginMain \ No newline at end of file diff --git a/plugins/WinVST/PocketVerbs/PocketVerbs.cpp b/plugins/WinVST/PocketVerbs/PocketVerbs.cpp index 3c6332d41..66dd70498 100755 --- a/plugins/WinVST/PocketVerbs/PocketVerbs.cpp +++ b/plugins/WinVST/PocketVerbs/PocketVerbs.cpp @@ -1,6 +1,6 @@ /* ======================================== * PocketVerbs - PocketVerbs.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PocketVerbs_H diff --git a/plugins/WinVST/PocketVerbs/PocketVerbs.h b/plugins/WinVST/PocketVerbs/PocketVerbs.h index 3cdc9379c..cf0301be4 100755 --- a/plugins/WinVST/PocketVerbs/PocketVerbs.h +++ b/plugins/WinVST/PocketVerbs/PocketVerbs.h @@ -1,7 +1,7 @@ /* ======================================== * PocketVerbs - PocketVerbs.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PocketVerbs_H diff --git a/plugins/WinVST/PocketVerbs/PocketVerbsProc.cpp b/plugins/WinVST/PocketVerbs/PocketVerbsProc.cpp index b8b5fa7b5..dca8e6441 100755 --- a/plugins/WinVST/PocketVerbs/PocketVerbsProc.cpp +++ b/plugins/WinVST/PocketVerbs/PocketVerbsProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PocketVerbs - PocketVerbs.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PocketVerbs_H diff --git a/plugins/WinVST/Pockey/Pockey.cpp b/plugins/WinVST/Pockey/Pockey.cpp index 0ae76d26a..d680cadfd 100755 --- a/plugins/WinVST/Pockey/Pockey.cpp +++ b/plugins/WinVST/Pockey/Pockey.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pockey - Pockey.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey_H diff --git a/plugins/WinVST/Pockey/Pockey.h b/plugins/WinVST/Pockey/Pockey.h index 40ea32379..e01e8d9ae 100755 --- a/plugins/WinVST/Pockey/Pockey.h +++ b/plugins/WinVST/Pockey/Pockey.h @@ -1,7 +1,7 @@ /* ======================================== * Pockey - Pockey.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey_H diff --git a/plugins/WinVST/Pockey/PockeyProc.cpp b/plugins/WinVST/Pockey/PockeyProc.cpp index f2b277d54..cd9c9f397 100755 --- a/plugins/WinVST/Pockey/PockeyProc.cpp +++ b/plugins/WinVST/Pockey/PockeyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pockey - Pockey.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey_H diff --git a/plugins/WinVST/Pockey2/Pockey2.cpp b/plugins/WinVST/Pockey2/Pockey2.cpp index 8a005ffa3..b851eab6c 100755 --- a/plugins/WinVST/Pockey2/Pockey2.cpp +++ b/plugins/WinVST/Pockey2/Pockey2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pockey2 - Pockey2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey2_H diff --git a/plugins/WinVST/Pockey2/Pockey2.h b/plugins/WinVST/Pockey2/Pockey2.h index df6fe17a9..c7e7de701 100755 --- a/plugins/WinVST/Pockey2/Pockey2.h +++ b/plugins/WinVST/Pockey2/Pockey2.h @@ -1,7 +1,7 @@ /* ======================================== * Pockey2 - Pockey2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey2_H diff --git a/plugins/WinVST/Pockey2/Pockey2Proc.cpp b/plugins/WinVST/Pockey2/Pockey2Proc.cpp index 6ae95b96d..c8071a9f9 100755 --- a/plugins/WinVST/Pockey2/Pockey2Proc.cpp +++ b/plugins/WinVST/Pockey2/Pockey2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pockey2 - Pockey2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pockey2_H diff --git a/plugins/WinVST/Podcast/Podcast.cpp b/plugins/WinVST/Podcast/Podcast.cpp index 1a7edc51c..5926eb0f2 100755 --- a/plugins/WinVST/Podcast/Podcast.cpp +++ b/plugins/WinVST/Podcast/Podcast.cpp @@ -1,6 +1,6 @@ /* ======================================== * Podcast - Podcast.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Podcast_H diff --git a/plugins/WinVST/Podcast/Podcast.h b/plugins/WinVST/Podcast/Podcast.h index f753ffb25..17e2fe9ea 100755 --- a/plugins/WinVST/Podcast/Podcast.h +++ b/plugins/WinVST/Podcast/Podcast.h @@ -1,7 +1,7 @@ /* ======================================== * Podcast - Podcast.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Podcast_H diff --git a/plugins/WinVST/Podcast/PodcastProc.cpp b/plugins/WinVST/Podcast/PodcastProc.cpp index 788d62130..f5c96e48b 100755 --- a/plugins/WinVST/Podcast/PodcastProc.cpp +++ b/plugins/WinVST/Podcast/PodcastProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Podcast - Podcast.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Podcast_H diff --git a/plugins/WinVST/PodcastDeluxe/PodcastDeluxe.cpp b/plugins/WinVST/PodcastDeluxe/PodcastDeluxe.cpp index a410bc2f0..85a33f4cd 100755 --- a/plugins/WinVST/PodcastDeluxe/PodcastDeluxe.cpp +++ b/plugins/WinVST/PodcastDeluxe/PodcastDeluxe.cpp @@ -1,6 +1,6 @@ /* ======================================== * PodcastDeluxe - PodcastDeluxe.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PodcastDeluxe_H diff --git a/plugins/WinVST/PodcastDeluxe/PodcastDeluxe.h b/plugins/WinVST/PodcastDeluxe/PodcastDeluxe.h index 78e81f9c7..b68266311 100755 --- a/plugins/WinVST/PodcastDeluxe/PodcastDeluxe.h +++ b/plugins/WinVST/PodcastDeluxe/PodcastDeluxe.h @@ -1,7 +1,7 @@ /* ======================================== * PodcastDeluxe - PodcastDeluxe.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PodcastDeluxe_H diff --git a/plugins/WinVST/PodcastDeluxe/PodcastDeluxeProc.cpp b/plugins/WinVST/PodcastDeluxe/PodcastDeluxeProc.cpp index 5a8f8818e..26b56f62c 100755 --- a/plugins/WinVST/PodcastDeluxe/PodcastDeluxeProc.cpp +++ b/plugins/WinVST/PodcastDeluxe/PodcastDeluxeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PodcastDeluxe - PodcastDeluxe.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PodcastDeluxe_H diff --git a/plugins/WinVST/Point/Point.cpp b/plugins/WinVST/Point/Point.cpp index 636dec5f7..862fbb1ac 100755 --- a/plugins/WinVST/Point/Point.cpp +++ b/plugins/WinVST/Point/Point.cpp @@ -1,6 +1,6 @@ /* ======================================== * Point - Point.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Point_H diff --git a/plugins/WinVST/Point/Point.h b/plugins/WinVST/Point/Point.h index 046c81f6b..815a63f81 100755 --- a/plugins/WinVST/Point/Point.h +++ b/plugins/WinVST/Point/Point.h @@ -1,7 +1,7 @@ /* ======================================== * Point - Point.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Point_H diff --git a/plugins/WinVST/Point/PointProc.cpp b/plugins/WinVST/Point/PointProc.cpp index 70173909f..2c75f0ac2 100755 --- a/plugins/WinVST/Point/PointProc.cpp +++ b/plugins/WinVST/Point/PointProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Point - Point.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Point_H diff --git a/plugins/WinVST/Pop/Pop.cpp b/plugins/WinVST/Pop/Pop.cpp index 55903d7f0..612a2485e 100755 --- a/plugins/WinVST/Pop/Pop.cpp +++ b/plugins/WinVST/Pop/Pop.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pop - Pop.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop_H diff --git a/plugins/WinVST/Pop/Pop.h b/plugins/WinVST/Pop/Pop.h index 9411334aa..2c74b349e 100755 --- a/plugins/WinVST/Pop/Pop.h +++ b/plugins/WinVST/Pop/Pop.h @@ -1,7 +1,7 @@ /* ======================================== * Pop - Pop.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop_H diff --git a/plugins/WinVST/Pop/PopProc.cpp b/plugins/WinVST/Pop/PopProc.cpp index 2186f06fb..08d461e32 100755 --- a/plugins/WinVST/Pop/PopProc.cpp +++ b/plugins/WinVST/Pop/PopProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pop - Pop.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pop_H diff --git a/plugins/WinVST/Pop2/.vs/Console4Channel64/v14/.suo b/plugins/WinVST/Pop2/.vs/Console4Channel64/v14/.suo new file mode 100755 index 000000000..777b84637 Binary files /dev/null and b/plugins/WinVST/Pop2/.vs/Console4Channel64/v14/.suo differ diff --git a/plugins/WinVST/Pop2/.vs/VSTProject/v14/.suo b/plugins/WinVST/Pop2/.vs/VSTProject/v14/.suo new file mode 100755 index 000000000..a98e378dc Binary files /dev/null and b/plugins/WinVST/Pop2/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/Pop2/Pop2.cpp b/plugins/WinVST/Pop2/Pop2.cpp new file mode 100755 index 000000000..9785272b8 --- /dev/null +++ b/plugins/WinVST/Pop2/Pop2.cpp @@ -0,0 +1,177 @@ +/* ======================================== + * Pop2 - Pop2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Pop2_H +#include "Pop2.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new Pop2(audioMaster);} + +Pop2::Pop2(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.5; + B = 0.5; + C = 0.5; + D = 0.5; + E = 1.0; + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + + lastSampleL = 0.0; + wasPosClipL = false; + wasNegClipL = false; + lastSampleR = 0.0; + wasPosClipR = false; + wasNegClipR = false; + for (int x = 0; x < 16; x++) {intermediateL[x] = 0.0; intermediateR[x] = 0.0;} + + muVaryL = 0.0; + muAttackL = 0.0; + muNewSpeedL = 1000.0; + muSpeedAL = 1000.0; + muSpeedBL = 1000.0; + muCoefficientAL = 1.0; + muCoefficientBL = 1.0; + + muVaryR = 0.0; + muAttackR = 0.0; + muNewSpeedR = 1000.0; + muSpeedAR = 1000.0; + muSpeedBR = 1000.0; + muCoefficientAR = 1.0; + muCoefficientBR = 1.0; + + flip = false; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +Pop2::~Pop2() {} +VstInt32 Pop2::getVendorVersion () {return 1000;} +void Pop2::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void Pop2::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 Pop2::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + chunkData[4] = E; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 Pop2::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + E = pinParameter(chunkData[4]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void Pop2::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + case kParamE: E = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float Pop2::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + case kParamE: return E; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void Pop2::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "Compres", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "Attack", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "Release", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "Drive", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "Dry/Wet", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void Pop2::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + case kParamB: float2string (B, text, kVstMaxParamStrLen); break; + case kParamC: float2string (C, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + case kParamE: float2string (E, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void Pop2::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 Pop2::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool Pop2::getEffectName(char* name) { + vst_strncpy(name, "Pop2", kVstMaxProductStrLen); return true; +} + +VstPlugCategory Pop2::getPlugCategory() {return kPlugCategEffect;} + +bool Pop2::getProductString(char* text) { + vst_strncpy (text, "airwindows Pop2", kVstMaxProductStrLen); return true; +} + +bool Pop2::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/WinVST/Pop2/Pop2.h b/plugins/WinVST/Pop2/Pop2.h new file mode 100755 index 000000000..a5e25e998 --- /dev/null +++ b/plugins/WinVST/Pop2/Pop2.h @@ -0,0 +1,98 @@ +/* ======================================== + * Pop2 - Pop2.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Pop2_H +#define __Pop2_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kParamE = 4, + kNumParameters = 5 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'popd'; //Change this to what the AU identity is! + +class Pop2 : + public AudioEffectX +{ +public: + Pop2(audioMasterCallback audioMaster); + ~Pop2(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + double muVaryL; + double muAttackL; + double muNewSpeedL; + double muSpeedAL; + double muSpeedBL; + double muCoefficientAL; + double muCoefficientBL; + + double muVaryR; + double muAttackR; + double muNewSpeedR; + double muSpeedAR; + double muSpeedBR; + double muCoefficientAR; + double muCoefficientBR; + + bool flip; + + double lastSampleL; + double intermediateL[16]; + bool wasPosClipL; + bool wasNegClipL; + double lastSampleR; + double intermediateR[16]; + bool wasPosClipR; + bool wasNegClipR; //Stereo ClipOnly2 + + float A; + float B; + float C; + float D; + float E; //parameters. Always 0-1, and we scale/alter them elsewhere. + +}; + +#endif diff --git a/plugins/WinVST/Pop2/Pop2Proc.cpp b/plugins/WinVST/Pop2/Pop2Proc.cpp new file mode 100755 index 000000000..f7659e816 --- /dev/null +++ b/plugins/WinVST/Pop2/Pop2Proc.cpp @@ -0,0 +1,392 @@ +/* ======================================== + * Pop2 - Pop2.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __Pop2_H +#include "Pop2.h" +#endif + +void Pop2::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + int spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; + + double threshold = 1.0 - ((1.0-pow(1.0-A,2))*0.9); + double attack = ((pow(B,4)*100000.0)+10.0)*overallscale; + double release = ((pow(C,5)*2000000.0)+20.0)*overallscale; + double maxRelease = release * 4.0; + double muPreGain = 1.0/threshold; + double muMakeupGain = sqrt(1.0 / threshold)*D; + double wet = E; + //compressor section + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + //begin compressor section + inputSampleL *= muPreGain; + inputSampleR *= muPreGain; + //adjust coefficients for L + if (flip) { + if (fabs(inputSampleL) > threshold) { + muVaryL = threshold / fabs(inputSampleL); + muAttackL = sqrt(fabs(muSpeedAL)); + muCoefficientAL = muCoefficientAL * (muAttackL-1.0); + if (muVaryL < threshold) muCoefficientAL = muCoefficientAL + threshold; + else muCoefficientAL = muCoefficientAL + muVaryL; + muCoefficientAL = muCoefficientAL / muAttackL; + muNewSpeedL = muSpeedAL * (muSpeedAL-1.0); + muNewSpeedL = muNewSpeedL + release; + muSpeedAL = muNewSpeedL / muSpeedAL; + if (muSpeedAL > maxRelease) muSpeedAL = maxRelease; + } else { + muCoefficientAL = muCoefficientAL * ((muSpeedAL * muSpeedAL)-1.0); + muCoefficientAL = muCoefficientAL + 1.0; + muCoefficientAL = muCoefficientAL / (muSpeedAL * muSpeedAL); + muNewSpeedL = muSpeedAL * (muSpeedAL-1.0); + muNewSpeedL = muNewSpeedL + attack; + muSpeedAL = muNewSpeedL / muSpeedAL;} + } else { + if (fabs(inputSampleL) > threshold) { + muVaryL = threshold / fabs(inputSampleL); + muAttackL = sqrt(fabs(muSpeedBL)); + muCoefficientBL = muCoefficientBL * (muAttackL-1); + if (muVaryL < threshold) muCoefficientBL = muCoefficientBL + threshold; + else muCoefficientBL = muCoefficientBL + muVaryL; + muCoefficientBL = muCoefficientBL / muAttackL; + muNewSpeedL = muSpeedBL * (muSpeedBL-1.0); + muNewSpeedL = muNewSpeedL + release; + muSpeedBL = muNewSpeedL / muSpeedBL; + if (muSpeedBL > maxRelease) muSpeedBL = maxRelease; + } else { + muCoefficientBL = muCoefficientBL * ((muSpeedBL * muSpeedBL)-1.0); + muCoefficientBL = muCoefficientBL + 1.0; + muCoefficientBL = muCoefficientBL / (muSpeedBL * muSpeedBL); + muNewSpeedL = muSpeedBL * (muSpeedBL-1.0); + muNewSpeedL = muNewSpeedL + attack; + muSpeedBL = muNewSpeedL / muSpeedBL; + } + } + //got coefficients, adjusted speeds for L + + //adjust coefficients for R + if (flip) { + if (fabs(inputSampleR) > threshold) { + muVaryR = threshold / fabs(inputSampleR); + muAttackR = sqrt(fabs(muSpeedAR)); + muCoefficientAR = muCoefficientAR * (muAttackR-1.0); + if (muVaryR < threshold) muCoefficientAR = muCoefficientAR + threshold; + else muCoefficientAR = muCoefficientAR + muVaryR; + muCoefficientAR = muCoefficientAR / muAttackR; + muNewSpeedR = muSpeedAR * (muSpeedAR-1.0); + muNewSpeedR = muNewSpeedR + release; + muSpeedAR = muNewSpeedR / muSpeedAR; + if (muSpeedAR > maxRelease) muSpeedAR = maxRelease; + } else { + muCoefficientAR = muCoefficientAR * ((muSpeedAR * muSpeedAR)-1.0); + muCoefficientAR = muCoefficientAR + 1.0; + muCoefficientAR = muCoefficientAR / (muSpeedAR * muSpeedAR); + muNewSpeedR = muSpeedAR * (muSpeedAR-1.0); + muNewSpeedR = muNewSpeedR + attack; + muSpeedAR = muNewSpeedR / muSpeedAR; + } + } else { + if (fabs(inputSampleR) > threshold) { + muVaryR = threshold / fabs(inputSampleR); + muAttackR = sqrt(fabs(muSpeedBR)); + muCoefficientBR = muCoefficientBR * (muAttackR-1); + if (muVaryR < threshold) muCoefficientBR = muCoefficientBR + threshold; + else muCoefficientBR = muCoefficientBR + muVaryR; + muCoefficientBR = muCoefficientBR / muAttackR; + muNewSpeedR = muSpeedBR * (muSpeedBR-1.0); + muNewSpeedR = muNewSpeedR + release; + muSpeedBR = muNewSpeedR / muSpeedBR; + if (muSpeedBR > maxRelease) muSpeedBR = maxRelease; + } else { + muCoefficientBR = muCoefficientBR * ((muSpeedBR * muSpeedBR)-1.0); + muCoefficientBR = muCoefficientBR + 1.0; + muCoefficientBR = muCoefficientBR / (muSpeedBR * muSpeedBR); + muNewSpeedR = muSpeedBR * (muSpeedBR-1.0); + muNewSpeedR = muNewSpeedR + attack; + muSpeedBR = muNewSpeedR / muSpeedBR; + } + } + //got coefficients, adjusted speeds for R + + if (flip) { + inputSampleL *= pow(muCoefficientAL,2); + inputSampleR *= pow(muCoefficientAR,2); + } else { + inputSampleL *= pow(muCoefficientBL,2); + inputSampleR *= pow(muCoefficientBR,2); + } + inputSampleL *= muMakeupGain; + inputSampleR *= muMakeupGain; + flip = !flip; + //end compressor section + + //begin ClipOnly2 stereo as a little, compressed chunk that can be dropped into code + if (inputSampleL > 4.0) inputSampleL = 4.0; if (inputSampleL < -4.0) inputSampleL = -4.0; + if (wasPosClipL == true) { //current will be over + if (inputSampleL0.9549925859) {wasPosClipL=true;inputSampleL=0.7058208+(lastSampleL*0.2609148);} + if (wasNegClipL == true) { //current will be -over + if (inputSampleL > lastSampleL) lastSampleL=-0.7058208+(inputSampleL*0.2609148); + else lastSampleL=-0.2491717+(lastSampleL*0.7390851); + } wasNegClipL = false; + if (inputSampleL<-0.9549925859) {wasNegClipL=true;inputSampleL=-0.7058208+(lastSampleL*0.2609148);} + intermediateL[spacing] = inputSampleL; + inputSampleL = lastSampleL; //Latency is however many samples equals one 44.1k sample + for (int x = spacing; x > 0; x--) intermediateL[x-1] = intermediateL[x]; + lastSampleL = intermediateL[0]; //run a little buffer to handle this + + if (inputSampleR > 4.0) inputSampleR = 4.0; if (inputSampleR < -4.0) inputSampleR = -4.0; + if (wasPosClipR == true) { //current will be over + if (inputSampleR0.9549925859) {wasPosClipR=true;inputSampleR=0.7058208+(lastSampleR*0.2609148);} + if (wasNegClipR == true) { //current will be -over + if (inputSampleR > lastSampleR) lastSampleR=-0.7058208+(inputSampleR*0.2609148); + else lastSampleR=-0.2491717+(lastSampleR*0.7390851); + } wasNegClipR = false; + if (inputSampleR<-0.9549925859) {wasNegClipR=true;inputSampleR=-0.7058208+(lastSampleR*0.2609148);} + intermediateR[spacing] = inputSampleR; + inputSampleR = lastSampleR; //Latency is however many samples equals one 44.1k sample + for (int x = spacing; x > 0; x--) intermediateR[x-1] = intermediateR[x]; + lastSampleR = intermediateR[0]; //run a little buffer to handle this + //end ClipOnly2 stereo as a little, compressed chunk that can be dropped into code + + if (wet<1.0) { + inputSampleL = (drySampleL*(1.0-wet))+(inputSampleL*wet); + inputSampleR = (drySampleR*(1.0-wet))+(inputSampleR*wet); + } + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void Pop2::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + int spacing = floor(overallscale); //should give us working basic scaling, usually 2 or 4 + if (spacing < 1) spacing = 1; if (spacing > 16) spacing = 16; + + double threshold = 1.0 - ((1.0-pow(1.0-A,2))*0.9); + double attack = ((pow(B,4)*100000.0)+10.0)*overallscale; + double release = ((pow(C,5)*2000000.0)+20.0)*overallscale; + double maxRelease = release * 4.0; + double muPreGain = 1.0/threshold; + double muMakeupGain = sqrt(1.0 / threshold)*D; + double wet = E; + //compressor section + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + double drySampleL = inputSampleL; + double drySampleR = inputSampleR; + + //begin compressor section + inputSampleL *= muPreGain; + inputSampleR *= muPreGain; + //adjust coefficients for L + if (flip) { + if (fabs(inputSampleL) > threshold) { + muVaryL = threshold / fabs(inputSampleL); + muAttackL = sqrt(fabs(muSpeedAL)); + muCoefficientAL = muCoefficientAL * (muAttackL-1.0); + if (muVaryL < threshold) muCoefficientAL = muCoefficientAL + threshold; + else muCoefficientAL = muCoefficientAL + muVaryL; + muCoefficientAL = muCoefficientAL / muAttackL; + muNewSpeedL = muSpeedAL * (muSpeedAL-1.0); + muNewSpeedL = muNewSpeedL + release; + muSpeedAL = muNewSpeedL / muSpeedAL; + if (muSpeedAL > maxRelease) muSpeedAL = maxRelease; + } else { + muCoefficientAL = muCoefficientAL * ((muSpeedAL * muSpeedAL)-1.0); + muCoefficientAL = muCoefficientAL + 1.0; + muCoefficientAL = muCoefficientAL / (muSpeedAL * muSpeedAL); + muNewSpeedL = muSpeedAL * (muSpeedAL-1.0); + muNewSpeedL = muNewSpeedL + attack; + muSpeedAL = muNewSpeedL / muSpeedAL;} + } else { + if (fabs(inputSampleL) > threshold) { + muVaryL = threshold / fabs(inputSampleL); + muAttackL = sqrt(fabs(muSpeedBL)); + muCoefficientBL = muCoefficientBL * (muAttackL-1); + if (muVaryL < threshold) muCoefficientBL = muCoefficientBL + threshold; + else muCoefficientBL = muCoefficientBL + muVaryL; + muCoefficientBL = muCoefficientBL / muAttackL; + muNewSpeedL = muSpeedBL * (muSpeedBL-1.0); + muNewSpeedL = muNewSpeedL + release; + muSpeedBL = muNewSpeedL / muSpeedBL; + if (muSpeedBL > maxRelease) muSpeedBL = maxRelease; + } else { + muCoefficientBL = muCoefficientBL * ((muSpeedBL * muSpeedBL)-1.0); + muCoefficientBL = muCoefficientBL + 1.0; + muCoefficientBL = muCoefficientBL / (muSpeedBL * muSpeedBL); + muNewSpeedL = muSpeedBL * (muSpeedBL-1.0); + muNewSpeedL = muNewSpeedL + attack; + muSpeedBL = muNewSpeedL / muSpeedBL; + } + } + //got coefficients, adjusted speeds for L + + //adjust coefficients for R + if (flip) { + if (fabs(inputSampleR) > threshold) { + muVaryR = threshold / fabs(inputSampleR); + muAttackR = sqrt(fabs(muSpeedAR)); + muCoefficientAR = muCoefficientAR * (muAttackR-1.0); + if (muVaryR < threshold) muCoefficientAR = muCoefficientAR + threshold; + else muCoefficientAR = muCoefficientAR + muVaryR; + muCoefficientAR = muCoefficientAR / muAttackR; + muNewSpeedR = muSpeedAR * (muSpeedAR-1.0); + muNewSpeedR = muNewSpeedR + release; + muSpeedAR = muNewSpeedR / muSpeedAR; + if (muSpeedAR > maxRelease) muSpeedAR = maxRelease; + } else { + muCoefficientAR = muCoefficientAR * ((muSpeedAR * muSpeedAR)-1.0); + muCoefficientAR = muCoefficientAR + 1.0; + muCoefficientAR = muCoefficientAR / (muSpeedAR * muSpeedAR); + muNewSpeedR = muSpeedAR * (muSpeedAR-1.0); + muNewSpeedR = muNewSpeedR + attack; + muSpeedAR = muNewSpeedR / muSpeedAR; + } + } else { + if (fabs(inputSampleR) > threshold) { + muVaryR = threshold / fabs(inputSampleR); + muAttackR = sqrt(fabs(muSpeedBR)); + muCoefficientBR = muCoefficientBR * (muAttackR-1); + if (muVaryR < threshold) muCoefficientBR = muCoefficientBR + threshold; + else muCoefficientBR = muCoefficientBR + muVaryR; + muCoefficientBR = muCoefficientBR / muAttackR; + muNewSpeedR = muSpeedBR * (muSpeedBR-1.0); + muNewSpeedR = muNewSpeedR + release; + muSpeedBR = muNewSpeedR / muSpeedBR; + if (muSpeedBR > maxRelease) muSpeedBR = maxRelease; + } else { + muCoefficientBR = muCoefficientBR * ((muSpeedBR * muSpeedBR)-1.0); + muCoefficientBR = muCoefficientBR + 1.0; + muCoefficientBR = muCoefficientBR / (muSpeedBR * muSpeedBR); + muNewSpeedR = muSpeedBR * (muSpeedBR-1.0); + muNewSpeedR = muNewSpeedR + attack; + muSpeedBR = muNewSpeedR / muSpeedBR; + } + } + //got coefficients, adjusted speeds for R + + if (flip) { + inputSampleL *= pow(muCoefficientAL,2); + inputSampleR *= pow(muCoefficientAR,2); + } else { + inputSampleL *= pow(muCoefficientBL,2); + inputSampleR *= pow(muCoefficientBR,2); + } + inputSampleL *= muMakeupGain; + inputSampleR *= muMakeupGain; + flip = !flip; + //end compressor section + + //begin ClipOnly2 stereo as a little, compressed chunk that can be dropped into code + if (inputSampleL > 4.0) inputSampleL = 4.0; if (inputSampleL < -4.0) inputSampleL = -4.0; + if (wasPosClipL == true) { //current will be over + if (inputSampleL0.9549925859) {wasPosClipL=true;inputSampleL=0.7058208+(lastSampleL*0.2609148);} + if (wasNegClipL == true) { //current will be -over + if (inputSampleL > lastSampleL) lastSampleL=-0.7058208+(inputSampleL*0.2609148); + else lastSampleL=-0.2491717+(lastSampleL*0.7390851); + } wasNegClipL = false; + if (inputSampleL<-0.9549925859) {wasNegClipL=true;inputSampleL=-0.7058208+(lastSampleL*0.2609148);} + intermediateL[spacing] = inputSampleL; + inputSampleL = lastSampleL; //Latency is however many samples equals one 44.1k sample + for (int x = spacing; x > 0; x--) intermediateL[x-1] = intermediateL[x]; + lastSampleL = intermediateL[0]; //run a little buffer to handle this + + if (inputSampleR > 4.0) inputSampleR = 4.0; if (inputSampleR < -4.0) inputSampleR = -4.0; + if (wasPosClipR == true) { //current will be over + if (inputSampleR0.9549925859) {wasPosClipR=true;inputSampleR=0.7058208+(lastSampleR*0.2609148);} + if (wasNegClipR == true) { //current will be -over + if (inputSampleR > lastSampleR) lastSampleR=-0.7058208+(inputSampleR*0.2609148); + else lastSampleR=-0.2491717+(lastSampleR*0.7390851); + } wasNegClipR = false; + if (inputSampleR<-0.9549925859) {wasNegClipR=true;inputSampleR=-0.7058208+(lastSampleR*0.2609148);} + intermediateR[spacing] = inputSampleR; + inputSampleR = lastSampleR; //Latency is however many samples equals one 44.1k sample + for (int x = spacing; x > 0; x--) intermediateR[x-1] = intermediateR[x]; + lastSampleR = intermediateR[0]; //run a little buffer to handle this + //end ClipOnly2 stereo as a little, compressed chunk that can be dropped into code + + if (wet<1.0) { + inputSampleL = (drySampleL*(1.0-wet))+(inputSampleL*wet); + inputSampleR = (drySampleR*(1.0-wet))+(inputSampleR*wet); + } + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/WinVST/Pop2/VSTProject.sln b/plugins/WinVST/Pop2/VSTProject.sln new file mode 100755 index 000000000..694b42443 --- /dev/null +++ b/plugins/WinVST/Pop2/VSTProject.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VSTProject", "VSTProject.vcxproj", "{16F7AB3C-1AE0-4574-B60C-7B4DED82938C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x64.ActiveCfg = Debug|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x64.Build.0 = Debug|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x86.ActiveCfg = Debug|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x86.Build.0 = Debug|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x64.ActiveCfg = Release|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x64.Build.0 = Release|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x86.ActiveCfg = Release|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/plugins/WinVST/Pop2/VSTProject.vcxproj b/plugins/WinVST/Pop2/VSTProject.vcxproj new file mode 100755 index 000000000..239ebe780 --- /dev/null +++ b/plugins/WinVST/Pop2/VSTProject.vcxproj @@ -0,0 +1,183 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + + + + + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C} + VSTProject + 8.1 + Pop264 + + + + DynamicLibrary + true + v140 + NotSet + + + DynamicLibrary + false + v140 + false + NotSet + + + DynamicLibrary + true + v140 + NotSet + + + DynamicLibrary + false + v140 + false + NotSet + + + + + + + + + + + + + + + + + + + + + .dll + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH) + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH) + + + + Level3 + MaxSpeed + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + MultiThreadedDebug + Speed + false + Default + false + None + + + vstplug.def + libcmt.dll;libcmtd.dll;msvcrt.lib;%(IgnoreSpecificDefaultLibraries) + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + + + Level3 + MaxSpeed + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + false + MultiThreadedDebug + Default + false + None + + + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + libcmt.dll;libcmtd.dll;msvcrt.lib;%(IgnoreSpecificDefaultLibraries) + vstplug.def + + + + + Level3 + MaxSpeed + false + false + true + MultiThreaded + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + None + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + + + true + true + libcmt.dll;libcmtd.dll;msvcrt.lib;libc.lib;libcd.lib;libcmt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + libcmt.lib;uuid.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + vstplug.def + + + + + Level3 + MaxSpeed + false + false + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + None + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + MultiThreaded + + + true + true + libcmt.dll;libcmtd.dll;msvcrt.lib;libc.lib;libcd.lib;libcmt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + libcmt.lib;uuid.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + vstplug.def + + + + + + \ No newline at end of file diff --git a/plugins/WinVST/Pop2/VSTProject.vcxproj.filters b/plugins/WinVST/Pop2/VSTProject.vcxproj.filters new file mode 100755 index 000000000..66527bc17 --- /dev/null +++ b/plugins/WinVST/Pop2/VSTProject.vcxproj.filters @@ -0,0 +1,48 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/plugins/WinVST/Pop2/VSTProject.vcxproj.user b/plugins/WinVST/Pop2/VSTProject.vcxproj.user new file mode 100755 index 000000000..221626789 --- /dev/null +++ b/plugins/WinVST/Pop2/VSTProject.vcxproj.user @@ -0,0 +1,19 @@ + + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + \ No newline at end of file diff --git a/plugins/WinVST/Pop2/vstplug.def b/plugins/WinVST/Pop2/vstplug.def new file mode 100755 index 000000000..5bf499aa2 --- /dev/null +++ b/plugins/WinVST/Pop2/vstplug.def @@ -0,0 +1,3 @@ +EXPORTS + VSTPluginMain + main=VSTPluginMain \ No newline at end of file diff --git a/plugins/WinVST/PowerSag/PowerSag.cpp b/plugins/WinVST/PowerSag/PowerSag.cpp index 12c46489a..5daef6480 100755 --- a/plugins/WinVST/PowerSag/PowerSag.cpp +++ b/plugins/WinVST/PowerSag/PowerSag.cpp @@ -1,6 +1,6 @@ /* ======================================== * PowerSag - PowerSag.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag_H diff --git a/plugins/WinVST/PowerSag/PowerSag.h b/plugins/WinVST/PowerSag/PowerSag.h index 106a02c34..90101cb68 100755 --- a/plugins/WinVST/PowerSag/PowerSag.h +++ b/plugins/WinVST/PowerSag/PowerSag.h @@ -1,7 +1,7 @@ /* ======================================== * PowerSag - PowerSag.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag_H diff --git a/plugins/WinVST/PowerSag/PowerSagProc.cpp b/plugins/WinVST/PowerSag/PowerSagProc.cpp index 61c9be8c7..4f71561d4 100755 --- a/plugins/WinVST/PowerSag/PowerSagProc.cpp +++ b/plugins/WinVST/PowerSag/PowerSagProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PowerSag - PowerSag.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag_H diff --git a/plugins/WinVST/PowerSag2/PowerSag2.cpp b/plugins/WinVST/PowerSag2/PowerSag2.cpp index cd6430a4b..1db1a6e11 100755 --- a/plugins/WinVST/PowerSag2/PowerSag2.cpp +++ b/plugins/WinVST/PowerSag2/PowerSag2.cpp @@ -1,6 +1,6 @@ /* ======================================== * PowerSag2 - PowerSag2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag2_H diff --git a/plugins/WinVST/PowerSag2/PowerSag2.h b/plugins/WinVST/PowerSag2/PowerSag2.h index b85beb050..b255b302e 100755 --- a/plugins/WinVST/PowerSag2/PowerSag2.h +++ b/plugins/WinVST/PowerSag2/PowerSag2.h @@ -1,7 +1,7 @@ /* ======================================== * PowerSag2 - PowerSag2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag2_H diff --git a/plugins/WinVST/PowerSag2/PowerSag2Proc.cpp b/plugins/WinVST/PowerSag2/PowerSag2Proc.cpp index 59c8668e7..b6e7e4b8b 100755 --- a/plugins/WinVST/PowerSag2/PowerSag2Proc.cpp +++ b/plugins/WinVST/PowerSag2/PowerSag2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PowerSag2 - PowerSag2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PowerSag2_H diff --git a/plugins/WinVST/Precious/Precious.cpp b/plugins/WinVST/Precious/Precious.cpp index c2ed1d7c7..5485313ac 100755 --- a/plugins/WinVST/Precious/Precious.cpp +++ b/plugins/WinVST/Precious/Precious.cpp @@ -1,6 +1,6 @@ /* ======================================== * Precious - Precious.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Precious_H diff --git a/plugins/WinVST/Precious/Precious.h b/plugins/WinVST/Precious/Precious.h index 36f51a058..9ed7f39a9 100755 --- a/plugins/WinVST/Precious/Precious.h +++ b/plugins/WinVST/Precious/Precious.h @@ -1,7 +1,7 @@ /* ======================================== * Precious - Precious.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Precious_H diff --git a/plugins/WinVST/Precious/PreciousProc.cpp b/plugins/WinVST/Precious/PreciousProc.cpp index ed37b906a..3ad4e16a0 100755 --- a/plugins/WinVST/Precious/PreciousProc.cpp +++ b/plugins/WinVST/Precious/PreciousProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Precious - Precious.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Precious_H diff --git a/plugins/WinVST/Preponderant/Preponderant.cpp b/plugins/WinVST/Preponderant/Preponderant.cpp index 78d6a18f0..7b9dab442 100755 --- a/plugins/WinVST/Preponderant/Preponderant.cpp +++ b/plugins/WinVST/Preponderant/Preponderant.cpp @@ -1,6 +1,6 @@ /* ======================================== * Preponderant - Preponderant.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Preponderant_H diff --git a/plugins/WinVST/Preponderant/Preponderant.h b/plugins/WinVST/Preponderant/Preponderant.h index 731430fb8..253d4bfa5 100755 --- a/plugins/WinVST/Preponderant/Preponderant.h +++ b/plugins/WinVST/Preponderant/Preponderant.h @@ -1,7 +1,7 @@ /* ======================================== * Preponderant - Preponderant.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Preponderant_H diff --git a/plugins/WinVST/Preponderant/PreponderantProc.cpp b/plugins/WinVST/Preponderant/PreponderantProc.cpp index 9ea118e03..e4389546b 100755 --- a/plugins/WinVST/Preponderant/PreponderantProc.cpp +++ b/plugins/WinVST/Preponderant/PreponderantProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Preponderant - Preponderant.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Preponderant_H diff --git a/plugins/WinVST/Pressure4/Pressure4.cpp b/plugins/WinVST/Pressure4/Pressure4.cpp index cdfc41d8b..2fac64f07 100755 --- a/plugins/WinVST/Pressure4/Pressure4.cpp +++ b/plugins/WinVST/Pressure4/Pressure4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pressure4 - Pressure4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure4_H diff --git a/plugins/WinVST/Pressure4/Pressure4.h b/plugins/WinVST/Pressure4/Pressure4.h index 1e30c3f88..b84c5bcff 100755 --- a/plugins/WinVST/Pressure4/Pressure4.h +++ b/plugins/WinVST/Pressure4/Pressure4.h @@ -1,7 +1,7 @@ /* ======================================== * Pressure4 - Pressure4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure4_H diff --git a/plugins/WinVST/Pressure4/Pressure4Proc.cpp b/plugins/WinVST/Pressure4/Pressure4Proc.cpp index 2c1445a6b..1111cce8e 100755 --- a/plugins/WinVST/Pressure4/Pressure4Proc.cpp +++ b/plugins/WinVST/Pressure4/Pressure4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pressure4 - Pressure4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure4_H diff --git a/plugins/WinVST/Pressure5/Pressure5.cpp b/plugins/WinVST/Pressure5/Pressure5.cpp index 4ab677852..da1770613 100755 --- a/plugins/WinVST/Pressure5/Pressure5.cpp +++ b/plugins/WinVST/Pressure5/Pressure5.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pressure5 - Pressure5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure5_H diff --git a/plugins/WinVST/Pressure5/Pressure5.h b/plugins/WinVST/Pressure5/Pressure5.h index 479d94b12..17bee549d 100755 --- a/plugins/WinVST/Pressure5/Pressure5.h +++ b/plugins/WinVST/Pressure5/Pressure5.h @@ -1,7 +1,7 @@ /* ======================================== * Pressure5 - Pressure5.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure5_H diff --git a/plugins/WinVST/Pressure5/Pressure5Proc.cpp b/plugins/WinVST/Pressure5/Pressure5Proc.cpp index 41fbf6480..fe9696694 100755 --- a/plugins/WinVST/Pressure5/Pressure5Proc.cpp +++ b/plugins/WinVST/Pressure5/Pressure5Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pressure5 - Pressure5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pressure5_H diff --git a/plugins/WinVST/PurestAir/PurestAir.cpp b/plugins/WinVST/PurestAir/PurestAir.cpp index cd9734ccc..f2bf4196c 100755 --- a/plugins/WinVST/PurestAir/PurestAir.cpp +++ b/plugins/WinVST/PurestAir/PurestAir.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestAir - PurestAir.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestAir_H diff --git a/plugins/WinVST/PurestAir/PurestAir.h b/plugins/WinVST/PurestAir/PurestAir.h index 3cff79445..d1309aa1c 100755 --- a/plugins/WinVST/PurestAir/PurestAir.h +++ b/plugins/WinVST/PurestAir/PurestAir.h @@ -1,7 +1,7 @@ /* ======================================== * PurestAir - PurestAir.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestAir_H diff --git a/plugins/WinVST/PurestAir/PurestAirProc.cpp b/plugins/WinVST/PurestAir/PurestAirProc.cpp index 1fb81c3c1..58c4c788e 100755 --- a/plugins/WinVST/PurestAir/PurestAirProc.cpp +++ b/plugins/WinVST/PurestAir/PurestAirProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestAir - PurestAir.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestAir_H diff --git a/plugins/WinVST/PurestConsole2Buss/PurestConsole2Buss.cpp b/plugins/WinVST/PurestConsole2Buss/PurestConsole2Buss.cpp index d92ed3a58..9115d06dc 100755 --- a/plugins/WinVST/PurestConsole2Buss/PurestConsole2Buss.cpp +++ b/plugins/WinVST/PurestConsole2Buss/PurestConsole2Buss.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsole2Buss - PurestConsole2Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Buss_H diff --git a/plugins/WinVST/PurestConsole2Buss/PurestConsole2Buss.h b/plugins/WinVST/PurestConsole2Buss/PurestConsole2Buss.h index d625c7545..2e80469f7 100755 --- a/plugins/WinVST/PurestConsole2Buss/PurestConsole2Buss.h +++ b/plugins/WinVST/PurestConsole2Buss/PurestConsole2Buss.h @@ -1,7 +1,7 @@ /* ======================================== * PurestConsole2Buss - PurestConsole2Buss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Buss_H diff --git a/plugins/WinVST/PurestConsole2Buss/PurestConsole2BussProc.cpp b/plugins/WinVST/PurestConsole2Buss/PurestConsole2BussProc.cpp index 08b4a4904..730bf0b72 100755 --- a/plugins/WinVST/PurestConsole2Buss/PurestConsole2BussProc.cpp +++ b/plugins/WinVST/PurestConsole2Buss/PurestConsole2BussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsole2Buss - PurestConsole2Buss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Buss_H diff --git a/plugins/WinVST/PurestConsole2Channel/PurestConsole2Channel.cpp b/plugins/WinVST/PurestConsole2Channel/PurestConsole2Channel.cpp index 490788423..7cc6c35b7 100755 --- a/plugins/WinVST/PurestConsole2Channel/PurestConsole2Channel.cpp +++ b/plugins/WinVST/PurestConsole2Channel/PurestConsole2Channel.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsole2Channel - PurestConsole2Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Channel_H diff --git a/plugins/WinVST/PurestConsole2Channel/PurestConsole2Channel.h b/plugins/WinVST/PurestConsole2Channel/PurestConsole2Channel.h index 6c7a2753e..4e6bc59ab 100755 --- a/plugins/WinVST/PurestConsole2Channel/PurestConsole2Channel.h +++ b/plugins/WinVST/PurestConsole2Channel/PurestConsole2Channel.h @@ -1,7 +1,7 @@ /* ======================================== * PurestConsole2Channel - PurestConsole2Channel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Channel_H diff --git a/plugins/WinVST/PurestConsole2Channel/PurestConsole2ChannelProc.cpp b/plugins/WinVST/PurestConsole2Channel/PurestConsole2ChannelProc.cpp index 127c7910b..295d9e594 100755 --- a/plugins/WinVST/PurestConsole2Channel/PurestConsole2ChannelProc.cpp +++ b/plugins/WinVST/PurestConsole2Channel/PurestConsole2ChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsole2Channel - PurestConsole2Channel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsole2Channel_H diff --git a/plugins/WinVST/PurestConsoleBuss/PurestConsoleBuss.cpp b/plugins/WinVST/PurestConsoleBuss/PurestConsoleBuss.cpp index c7b1ee68e..470521dec 100755 --- a/plugins/WinVST/PurestConsoleBuss/PurestConsoleBuss.cpp +++ b/plugins/WinVST/PurestConsoleBuss/PurestConsoleBuss.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsoleBuss - PurestConsoleBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleBuss_H diff --git a/plugins/WinVST/PurestConsoleBuss/PurestConsoleBuss.h b/plugins/WinVST/PurestConsoleBuss/PurestConsoleBuss.h index 2c49190a0..a59443ac4 100755 --- a/plugins/WinVST/PurestConsoleBuss/PurestConsoleBuss.h +++ b/plugins/WinVST/PurestConsoleBuss/PurestConsoleBuss.h @@ -1,7 +1,7 @@ /* ======================================== * PurestConsoleBuss - PurestConsoleBuss.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleBuss_H diff --git a/plugins/WinVST/PurestConsoleBuss/PurestConsoleBussProc.cpp b/plugins/WinVST/PurestConsoleBuss/PurestConsoleBussProc.cpp index 95223c51e..985d4462c 100755 --- a/plugins/WinVST/PurestConsoleBuss/PurestConsoleBussProc.cpp +++ b/plugins/WinVST/PurestConsoleBuss/PurestConsoleBussProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsoleBuss - PurestConsoleBuss.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleBuss_H diff --git a/plugins/WinVST/PurestConsoleChannel/PurestConsoleChannel.cpp b/plugins/WinVST/PurestConsoleChannel/PurestConsoleChannel.cpp index 909f43b68..37620981e 100755 --- a/plugins/WinVST/PurestConsoleChannel/PurestConsoleChannel.cpp +++ b/plugins/WinVST/PurestConsoleChannel/PurestConsoleChannel.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsoleChannel - PurestConsoleChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleChannel_H diff --git a/plugins/WinVST/PurestConsoleChannel/PurestConsoleChannel.h b/plugins/WinVST/PurestConsoleChannel/PurestConsoleChannel.h index aa984365d..62abf82bb 100755 --- a/plugins/WinVST/PurestConsoleChannel/PurestConsoleChannel.h +++ b/plugins/WinVST/PurestConsoleChannel/PurestConsoleChannel.h @@ -1,7 +1,7 @@ /* ======================================== * PurestConsoleChannel - PurestConsoleChannel.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleChannel_H diff --git a/plugins/WinVST/PurestConsoleChannel/PurestConsoleChannelProc.cpp b/plugins/WinVST/PurestConsoleChannel/PurestConsoleChannelProc.cpp index 4a500fadf..30b6ce5c1 100755 --- a/plugins/WinVST/PurestConsoleChannel/PurestConsoleChannelProc.cpp +++ b/plugins/WinVST/PurestConsoleChannel/PurestConsoleChannelProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestConsoleChannel - PurestConsoleChannel.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestConsoleChannel_H diff --git a/plugins/WinVST/PurestDrive/PurestDrive.cpp b/plugins/WinVST/PurestDrive/PurestDrive.cpp index 08c592079..3010708e7 100755 --- a/plugins/WinVST/PurestDrive/PurestDrive.cpp +++ b/plugins/WinVST/PurestDrive/PurestDrive.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestDrive - PurestDrive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestDrive_H diff --git a/plugins/WinVST/PurestDrive/PurestDrive.h b/plugins/WinVST/PurestDrive/PurestDrive.h index 2b84c79e1..c3ee97bb1 100755 --- a/plugins/WinVST/PurestDrive/PurestDrive.h +++ b/plugins/WinVST/PurestDrive/PurestDrive.h @@ -1,7 +1,7 @@ /* ======================================== * PurestDrive - PurestDrive.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestDrive_H diff --git a/plugins/WinVST/PurestDrive/PurestDriveProc.cpp b/plugins/WinVST/PurestDrive/PurestDriveProc.cpp index 39c9096f5..e49485280 100755 --- a/plugins/WinVST/PurestDrive/PurestDriveProc.cpp +++ b/plugins/WinVST/PurestDrive/PurestDriveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestDrive - PurestDrive.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestDrive_H diff --git a/plugins/WinVST/PurestEcho/PurestEcho.cpp b/plugins/WinVST/PurestEcho/PurestEcho.cpp index d54d53c1e..d03404144 100755 --- a/plugins/WinVST/PurestEcho/PurestEcho.cpp +++ b/plugins/WinVST/PurestEcho/PurestEcho.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestEcho - PurestEcho.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestEcho_H diff --git a/plugins/WinVST/PurestEcho/PurestEcho.h b/plugins/WinVST/PurestEcho/PurestEcho.h index e16cde658..fd2b3b31d 100755 --- a/plugins/WinVST/PurestEcho/PurestEcho.h +++ b/plugins/WinVST/PurestEcho/PurestEcho.h @@ -1,7 +1,7 @@ /* ======================================== * PurestEcho - PurestEcho.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestEcho_H diff --git a/plugins/WinVST/PurestEcho/PurestEchoProc.cpp b/plugins/WinVST/PurestEcho/PurestEchoProc.cpp index a64daf546..9125c928a 100755 --- a/plugins/WinVST/PurestEcho/PurestEchoProc.cpp +++ b/plugins/WinVST/PurestEcho/PurestEchoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestEcho - PurestEcho.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestEcho_H diff --git a/plugins/WinVST/PurestFade/PurestFade.cpp b/plugins/WinVST/PurestFade/PurestFade.cpp index 1ed241db4..da48ab063 100755 --- a/plugins/WinVST/PurestFade/PurestFade.cpp +++ b/plugins/WinVST/PurestFade/PurestFade.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestFade - PurestFade.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestFade_H diff --git a/plugins/WinVST/PurestFade/PurestFade.h b/plugins/WinVST/PurestFade/PurestFade.h index 2a3540af6..68ed3a0f9 100755 --- a/plugins/WinVST/PurestFade/PurestFade.h +++ b/plugins/WinVST/PurestFade/PurestFade.h @@ -1,7 +1,7 @@ /* ======================================== * PurestFade - PurestFade.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestFade_H diff --git a/plugins/WinVST/PurestFade/PurestFadeProc.cpp b/plugins/WinVST/PurestFade/PurestFadeProc.cpp index eca9d83ce..9bdcd9095 100755 --- a/plugins/WinVST/PurestFade/PurestFadeProc.cpp +++ b/plugins/WinVST/PurestFade/PurestFadeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestFade - PurestFade.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestFade_H diff --git a/plugins/WinVST/PurestGain/PurestGain.cpp b/plugins/WinVST/PurestGain/PurestGain.cpp index d068d7fac..2a2a8b2a2 100755 --- a/plugins/WinVST/PurestGain/PurestGain.cpp +++ b/plugins/WinVST/PurestGain/PurestGain.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestGain - PurestGain.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestGain_H diff --git a/plugins/WinVST/PurestGain/PurestGain.h b/plugins/WinVST/PurestGain/PurestGain.h index b9d3a2d47..82cc11678 100755 --- a/plugins/WinVST/PurestGain/PurestGain.h +++ b/plugins/WinVST/PurestGain/PurestGain.h @@ -1,7 +1,7 @@ /* ======================================== * PurestGain - PurestGain.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestGain_H diff --git a/plugins/WinVST/PurestGain/PurestGainProc.cpp b/plugins/WinVST/PurestGain/PurestGainProc.cpp index 1bb58d727..e7ccc79e1 100755 --- a/plugins/WinVST/PurestGain/PurestGainProc.cpp +++ b/plugins/WinVST/PurestGain/PurestGainProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestGain - PurestGain.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestGain_H diff --git a/plugins/WinVST/PurestSquish/PurestSquish.cpp b/plugins/WinVST/PurestSquish/PurestSquish.cpp index e165860c5..eb12ae997 100755 --- a/plugins/WinVST/PurestSquish/PurestSquish.cpp +++ b/plugins/WinVST/PurestSquish/PurestSquish.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestSquish - PurestSquish.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestSquish_H diff --git a/plugins/WinVST/PurestSquish/PurestSquish.h b/plugins/WinVST/PurestSquish/PurestSquish.h index a1c96fccb..d04ba6859 100755 --- a/plugins/WinVST/PurestSquish/PurestSquish.h +++ b/plugins/WinVST/PurestSquish/PurestSquish.h @@ -1,7 +1,7 @@ /* ======================================== * PurestSquish - PurestSquish.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestSquish_H diff --git a/plugins/WinVST/PurestSquish/PurestSquishProc.cpp b/plugins/WinVST/PurestSquish/PurestSquishProc.cpp index 48ccc6d3a..71244cc7e 100755 --- a/plugins/WinVST/PurestSquish/PurestSquishProc.cpp +++ b/plugins/WinVST/PurestSquish/PurestSquishProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestSquish - PurestSquish.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestSquish_H diff --git a/plugins/WinVST/PurestWarm/PurestWarm.cpp b/plugins/WinVST/PurestWarm/PurestWarm.cpp index 13dbe8bd6..b05889473 100755 --- a/plugins/WinVST/PurestWarm/PurestWarm.cpp +++ b/plugins/WinVST/PurestWarm/PurestWarm.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestWarm - PurestWarm.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestWarm_H diff --git a/plugins/WinVST/PurestWarm/PurestWarm.h b/plugins/WinVST/PurestWarm/PurestWarm.h index 83fd9c336..35cd7e2f1 100755 --- a/plugins/WinVST/PurestWarm/PurestWarm.h +++ b/plugins/WinVST/PurestWarm/PurestWarm.h @@ -1,7 +1,7 @@ /* ======================================== * PurestWarm - PurestWarm.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestWarm_H diff --git a/plugins/WinVST/PurestWarm/PurestWarmProc.cpp b/plugins/WinVST/PurestWarm/PurestWarmProc.cpp index 9039bbcca..b9c909009 100755 --- a/plugins/WinVST/PurestWarm/PurestWarmProc.cpp +++ b/plugins/WinVST/PurestWarm/PurestWarmProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestWarm - PurestWarm.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __PurestWarm_H diff --git a/plugins/WinVST/PurestWarm2/.vs/VSTProject/v14/.suo b/plugins/WinVST/PurestWarm2/.vs/VSTProject/v14/.suo index 5f97881db..ade26f141 100755 Binary files a/plugins/WinVST/PurestWarm2/.vs/VSTProject/v14/.suo and b/plugins/WinVST/PurestWarm2/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/PurestWarm2/PurestWarm2.cpp b/plugins/WinVST/PurestWarm2/PurestWarm2.cpp index 84734dae0..9d6ccce3e 100755 --- a/plugins/WinVST/PurestWarm2/PurestWarm2.cpp +++ b/plugins/WinVST/PurestWarm2/PurestWarm2.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestWarm2 - PurestWarm2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H @@ -14,22 +14,6 @@ PurestWarm2::PurestWarm2(audioMasterCallback audioMaster) : { A = 0.0; B = 0.0; - double cutoff = 25000.0 / getSampleRate(); - if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k - fixA[fix_freq] = cutoff; - fixA[fix_reso] = 0.70710678; //butterworth Q - double K = tan(M_PI * fixA[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); - fixA[fix_a0] = K * K * norm; - fixA[fix_a1] = 2.0 * fixA[fix_a0]; - fixA[fix_a2] = fixA[fix_a0]; - fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; - fixA[fix_sL1] = 0.0; - fixA[fix_sL2] = 0.0; - fixA[fix_sR1] = 0.0; - fixA[fix_sR2] = 0.0; - //define entire filter in instantiation, it's totally static fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; diff --git a/plugins/WinVST/PurestWarm2/PurestWarm2.h b/plugins/WinVST/PurestWarm2/PurestWarm2.h index 7596ea183..5c8de8703 100755 --- a/plugins/WinVST/PurestWarm2/PurestWarm2.h +++ b/plugins/WinVST/PurestWarm2/PurestWarm2.h @@ -1,7 +1,7 @@ /* ======================================== * PurestWarm2 - PurestWarm2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/PurestWarm2/PurestWarm2Proc.cpp b/plugins/WinVST/PurestWarm2/PurestWarm2Proc.cpp index 8c33ef1ef..3caa0e0c6 100755 --- a/plugins/WinVST/PurestWarm2/PurestWarm2Proc.cpp +++ b/plugins/WinVST/PurestWarm2/PurestWarm2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * PurestWarm2 - PurestWarm2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H @@ -16,7 +16,23 @@ void PurestWarm2::processReplacing(float **inputs, float **outputs, VstInt32 sam double pos = A; double neg = B; - + double cutoff = 25000.0 / getSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet + while (--sampleFrames >= 0) { double inputSampleL = *in1; @@ -68,7 +84,23 @@ void PurestWarm2::processDoubleReplacing(double **inputs, double **outputs, VstI double pos = A; double neg = B; - + double cutoff = 25000.0 / getSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet + while (--sampleFrames >= 0) { double inputSampleL = *in1; diff --git a/plugins/WinVST/Pyewacket/Pyewacket.cpp b/plugins/WinVST/Pyewacket/Pyewacket.cpp index 2be4313fe..7ead4455c 100755 --- a/plugins/WinVST/Pyewacket/Pyewacket.cpp +++ b/plugins/WinVST/Pyewacket/Pyewacket.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pyewacket - Pyewacket.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pyewacket_H diff --git a/plugins/WinVST/Pyewacket/Pyewacket.h b/plugins/WinVST/Pyewacket/Pyewacket.h index 5624c4b93..ca4f0816e 100755 --- a/plugins/WinVST/Pyewacket/Pyewacket.h +++ b/plugins/WinVST/Pyewacket/Pyewacket.h @@ -1,7 +1,7 @@ /* ======================================== * Pyewacket - Pyewacket.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Pyewacket_H diff --git a/plugins/WinVST/Pyewacket/PyewacketProc.cpp b/plugins/WinVST/Pyewacket/PyewacketProc.cpp index 8b21a91fb..8d389ba84 100755 --- a/plugins/WinVST/Pyewacket/PyewacketProc.cpp +++ b/plugins/WinVST/Pyewacket/PyewacketProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Pyewacket - Pyewacket.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pyewacket_H diff --git a/plugins/WinVST/RawGlitters/RawGlitters.cpp b/plugins/WinVST/RawGlitters/RawGlitters.cpp index 262b4122c..3ffa7bd33 100755 --- a/plugins/WinVST/RawGlitters/RawGlitters.cpp +++ b/plugins/WinVST/RawGlitters/RawGlitters.cpp @@ -1,6 +1,6 @@ /* ======================================== * RawGlitters - RawGlitters.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RawGlitters_H diff --git a/plugins/WinVST/RawGlitters/RawGlitters.h b/plugins/WinVST/RawGlitters/RawGlitters.h index 8ff9806d1..5e2a861e2 100755 --- a/plugins/WinVST/RawGlitters/RawGlitters.h +++ b/plugins/WinVST/RawGlitters/RawGlitters.h @@ -1,7 +1,7 @@ /* ======================================== * RawGlitters - RawGlitters.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __RawGlitters_H diff --git a/plugins/WinVST/RawGlitters/RawGlittersProc.cpp b/plugins/WinVST/RawGlitters/RawGlittersProc.cpp index c98e0f6cb..7cdfb0b25 100755 --- a/plugins/WinVST/RawGlitters/RawGlittersProc.cpp +++ b/plugins/WinVST/RawGlitters/RawGlittersProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * RawGlitters - RawGlitters.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RawGlitters_H diff --git a/plugins/WinVST/RawTimbers/RawTimbers.cpp b/plugins/WinVST/RawTimbers/RawTimbers.cpp index 9b0093a23..aa7098375 100755 --- a/plugins/WinVST/RawTimbers/RawTimbers.cpp +++ b/plugins/WinVST/RawTimbers/RawTimbers.cpp @@ -1,6 +1,6 @@ /* ======================================== * RawTimbers - RawTimbers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RawTimbers_H diff --git a/plugins/WinVST/RawTimbers/RawTimbers.h b/plugins/WinVST/RawTimbers/RawTimbers.h index 15311f058..61d4764f7 100755 --- a/plugins/WinVST/RawTimbers/RawTimbers.h +++ b/plugins/WinVST/RawTimbers/RawTimbers.h @@ -1,7 +1,7 @@ /* ======================================== * RawTimbers - RawTimbers.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __RawTimbers_H diff --git a/plugins/WinVST/RawTimbers/RawTimbersProc.cpp b/plugins/WinVST/RawTimbers/RawTimbersProc.cpp index 626a3c84a..521656d44 100755 --- a/plugins/WinVST/RawTimbers/RawTimbersProc.cpp +++ b/plugins/WinVST/RawTimbers/RawTimbersProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * RawTimbers - RawTimbers.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RawTimbers_H diff --git a/plugins/WinVST/Recurve/Recurve.cpp b/plugins/WinVST/Recurve/Recurve.cpp index 8d8f1f0dc..1116b7237 100755 --- a/plugins/WinVST/Recurve/Recurve.cpp +++ b/plugins/WinVST/Recurve/Recurve.cpp @@ -1,6 +1,6 @@ /* ======================================== * Recurve - Recurve.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Recurve_H diff --git a/plugins/WinVST/Recurve/Recurve.h b/plugins/WinVST/Recurve/Recurve.h index 9a7875836..14e13e65a 100755 --- a/plugins/WinVST/Recurve/Recurve.h +++ b/plugins/WinVST/Recurve/Recurve.h @@ -1,7 +1,7 @@ /* ======================================== * Recurve - Recurve.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Recurve_H diff --git a/plugins/WinVST/Recurve/RecurveProc.cpp b/plugins/WinVST/Recurve/RecurveProc.cpp index c2e914454..8819850a1 100755 --- a/plugins/WinVST/Recurve/RecurveProc.cpp +++ b/plugins/WinVST/Recurve/RecurveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Recurve - Recurve.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Recurve_H diff --git a/plugins/WinVST/Remap/Remap.cpp b/plugins/WinVST/Remap/Remap.cpp index 99b46e0ca..70113fcca 100755 --- a/plugins/WinVST/Remap/Remap.cpp +++ b/plugins/WinVST/Remap/Remap.cpp @@ -1,6 +1,6 @@ /* ======================================== * Remap - Remap.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Remap_H diff --git a/plugins/WinVST/Remap/Remap.h b/plugins/WinVST/Remap/Remap.h index cd5a901e9..d1b2a6479 100755 --- a/plugins/WinVST/Remap/Remap.h +++ b/plugins/WinVST/Remap/Remap.h @@ -1,7 +1,7 @@ /* ======================================== * Remap - Remap.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Remap_H diff --git a/plugins/WinVST/Remap/RemapProc.cpp b/plugins/WinVST/Remap/RemapProc.cpp index 76f65d453..bfc1d1b0d 100755 --- a/plugins/WinVST/Remap/RemapProc.cpp +++ b/plugins/WinVST/Remap/RemapProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Remap - Remap.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Remap_H diff --git a/plugins/WinVST/ResEQ/ResEQ.cpp b/plugins/WinVST/ResEQ/ResEQ.cpp index ad7c8782f..9cfb067b4 100755 --- a/plugins/WinVST/ResEQ/ResEQ.cpp +++ b/plugins/WinVST/ResEQ/ResEQ.cpp @@ -1,6 +1,6 @@ /* ======================================== * ResEQ - ResEQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ResEQ_H diff --git a/plugins/WinVST/ResEQ/ResEQ.h b/plugins/WinVST/ResEQ/ResEQ.h index 59e973560..545bd07cb 100755 --- a/plugins/WinVST/ResEQ/ResEQ.h +++ b/plugins/WinVST/ResEQ/ResEQ.h @@ -1,7 +1,7 @@ /* ======================================== * ResEQ - ResEQ.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ResEQ_H diff --git a/plugins/WinVST/ResEQ/ResEQProc.cpp b/plugins/WinVST/ResEQ/ResEQProc.cpp index 51db2dce3..ec2004ae4 100755 --- a/plugins/WinVST/ResEQ/ResEQProc.cpp +++ b/plugins/WinVST/ResEQ/ResEQProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ResEQ - ResEQ.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ResEQ_H diff --git a/plugins/WinVST/Reverb/Reverb.cpp b/plugins/WinVST/Reverb/Reverb.cpp index 805f83de6..6a81a6822 100755 --- a/plugins/WinVST/Reverb/Reverb.cpp +++ b/plugins/WinVST/Reverb/Reverb.cpp @@ -1,6 +1,6 @@ /* ======================================== * Reverb - Reverb.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Reverb_H diff --git a/plugins/WinVST/Reverb/Reverb.h b/plugins/WinVST/Reverb/Reverb.h index 5d6f36229..9fda2f410 100755 --- a/plugins/WinVST/Reverb/Reverb.h +++ b/plugins/WinVST/Reverb/Reverb.h @@ -1,7 +1,7 @@ /* ======================================== * Reverb - Reverb.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Reverb_H diff --git a/plugins/WinVST/Reverb/ReverbProc.cpp b/plugins/WinVST/Reverb/ReverbProc.cpp index 3dce2d8af..976ef6c4a 100755 --- a/plugins/WinVST/Reverb/ReverbProc.cpp +++ b/plugins/WinVST/Reverb/ReverbProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Reverb - Reverb.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Reverb_H diff --git a/plugins/WinVST/Righteous4/Righteous4.cpp b/plugins/WinVST/Righteous4/Righteous4.cpp index ffedc9292..30fa988fc 100755 --- a/plugins/WinVST/Righteous4/Righteous4.cpp +++ b/plugins/WinVST/Righteous4/Righteous4.cpp @@ -1,6 +1,6 @@ /* ======================================== * Righteous4 - Righteous4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Righteous4_H diff --git a/plugins/WinVST/Righteous4/Righteous4.h b/plugins/WinVST/Righteous4/Righteous4.h index 4ddd61ec9..5135ba238 100755 --- a/plugins/WinVST/Righteous4/Righteous4.h +++ b/plugins/WinVST/Righteous4/Righteous4.h @@ -1,7 +1,7 @@ /* ======================================== * Righteous4 - Righteous4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Righteous4_H diff --git a/plugins/WinVST/Righteous4/Righteous4Proc.cpp b/plugins/WinVST/Righteous4/Righteous4Proc.cpp index 3b330cb6d..e8bffa080 100755 --- a/plugins/WinVST/Righteous4/Righteous4Proc.cpp +++ b/plugins/WinVST/Righteous4/Righteous4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Righteous4 - Righteous4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Righteous4_H diff --git a/plugins/WinVST/RightoMono/RightoMono.cpp b/plugins/WinVST/RightoMono/RightoMono.cpp index 90fe07d51..99525f05c 100755 --- a/plugins/WinVST/RightoMono/RightoMono.cpp +++ b/plugins/WinVST/RightoMono/RightoMono.cpp @@ -1,6 +1,6 @@ /* ======================================== * RightoMono - RightoMono.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RightoMono_H diff --git a/plugins/WinVST/RightoMono/RightoMono.h b/plugins/WinVST/RightoMono/RightoMono.h index 273b68986..f49253e8f 100755 --- a/plugins/WinVST/RightoMono/RightoMono.h +++ b/plugins/WinVST/RightoMono/RightoMono.h @@ -1,7 +1,7 @@ /* ======================================== * RightoMono - RightoMono.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __RightoMono_H diff --git a/plugins/WinVST/RightoMono/RightoMonoProc.cpp b/plugins/WinVST/RightoMono/RightoMonoProc.cpp index 998f830b1..b9835a5d0 100755 --- a/plugins/WinVST/RightoMono/RightoMonoProc.cpp +++ b/plugins/WinVST/RightoMono/RightoMonoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * RightoMono - RightoMono.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __RightoMono_H diff --git a/plugins/WinVST/Shape/.vs/VSTProject/v14/.suo b/plugins/WinVST/Shape/.vs/VSTProject/v14/.suo index b57d16aa6..5a03a2fda 100755 Binary files a/plugins/WinVST/Shape/.vs/VSTProject/v14/.suo and b/plugins/WinVST/Shape/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/Shape/Shape.cpp b/plugins/WinVST/Shape/Shape.cpp index c70928041..5500ca668 100755 --- a/plugins/WinVST/Shape/Shape.cpp +++ b/plugins/WinVST/Shape/Shape.cpp @@ -1,6 +1,6 @@ /* ======================================== * Shape - Shape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H @@ -14,24 +14,6 @@ Shape::Shape(audioMasterCallback audioMaster) : { A = 0.5; B = 0.5; - - double cutoff = 25000.0 / getSampleRate(); - if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k - fixA[fix_freq] = cutoff; - fixA[fix_reso] = 0.70710678; //butterworth Q - double K = tan(M_PI * fixA[fix_freq]); //lowpass - double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); - fixA[fix_a0] = K * K * norm; - fixA[fix_a1] = 2.0 * fixA[fix_a0]; - fixA[fix_a2] = fixA[fix_a0]; - fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; - fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; - fixA[fix_sL1] = 0.0; - fixA[fix_sL2] = 0.0; - fixA[fix_sR1] = 0.0; - fixA[fix_sR2] = 0.0; - //define entire filter in instantiation, it's totally static - fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; //this is reset: values being initialized only once. Startup values, whatever they are. diff --git a/plugins/WinVST/Shape/Shape.h b/plugins/WinVST/Shape/Shape.h index 3b1c216e7..eef82467b 100755 --- a/plugins/WinVST/Shape/Shape.h +++ b/plugins/WinVST/Shape/Shape.h @@ -1,7 +1,7 @@ /* ======================================== * Shape - Shape.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/Shape/ShapeProc.cpp b/plugins/WinVST/Shape/ShapeProc.cpp index 6fcfebce3..456752c2c 100755 --- a/plugins/WinVST/Shape/ShapeProc.cpp +++ b/plugins/WinVST/Shape/ShapeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Shape - Shape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H @@ -23,6 +23,22 @@ void Shape::processReplacing(float **inputs, float **outputs, VstInt32 sampleFra postOffset = sin(offset); } if (shape < 0) postOffset = asin(offset); + double cutoff = 25000.0 / getSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet while (--sampleFrames >= 0) { @@ -97,6 +113,22 @@ void Shape::processDoubleReplacing(double **inputs, double **outputs, VstInt32 s postOffset = sin(offset); } if (shape < 0) postOffset = asin(offset); + double cutoff = 25000.0 / getSampleRate(); + if (cutoff > 0.49) cutoff = 0.49; //don't crash if run at 44.1k + fixA[fix_freq] = cutoff; + fixA[fix_reso] = 0.70710678; //butterworth Q + double K = tan(M_PI * fixA[fix_freq]); //lowpass + double norm = 1.0 / (1.0 + K / fixA[fix_reso] + K * K); + fixA[fix_a0] = K * K * norm; + fixA[fix_a1] = 2.0 * fixA[fix_a0]; + fixA[fix_a2] = fixA[fix_a0]; + fixA[fix_b1] = 2.0 * (K * K - 1.0) * norm; + fixA[fix_b2] = (1.0 - K / fixA[fix_reso] + K * K) * norm; + fixA[fix_sL1] = 0.0; + fixA[fix_sL2] = 0.0; + fixA[fix_sR1] = 0.0; + fixA[fix_sR2] = 0.0; + //define filters here: on VST you can't define them in reset 'cos getSampleRate isn't returning good information yet while (--sampleFrames >= 0) { diff --git a/plugins/WinVST/SideDull/SideDull.cpp b/plugins/WinVST/SideDull/SideDull.cpp index 1153e90bc..4ed62d357 100755 --- a/plugins/WinVST/SideDull/SideDull.cpp +++ b/plugins/WinVST/SideDull/SideDull.cpp @@ -1,6 +1,6 @@ /* ======================================== * SideDull - SideDull.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SideDull_H diff --git a/plugins/WinVST/SideDull/SideDull.h b/plugins/WinVST/SideDull/SideDull.h index 36950fd08..66a75596b 100755 --- a/plugins/WinVST/SideDull/SideDull.h +++ b/plugins/WinVST/SideDull/SideDull.h @@ -1,7 +1,7 @@ /* ======================================== * SideDull - SideDull.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SideDull_H diff --git a/plugins/WinVST/SideDull/SideDullProc.cpp b/plugins/WinVST/SideDull/SideDullProc.cpp index 06f8ec15b..18c7c5921 100755 --- a/plugins/WinVST/SideDull/SideDullProc.cpp +++ b/plugins/WinVST/SideDull/SideDullProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SideDull - SideDull.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SideDull_H diff --git a/plugins/WinVST/Sidepass/Sidepass.cpp b/plugins/WinVST/Sidepass/Sidepass.cpp index 8dc84167f..e85f108c2 100755 --- a/plugins/WinVST/Sidepass/Sidepass.cpp +++ b/plugins/WinVST/Sidepass/Sidepass.cpp @@ -1,6 +1,6 @@ /* ======================================== * Sidepass - Sidepass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Sidepass_H diff --git a/plugins/WinVST/Sidepass/Sidepass.h b/plugins/WinVST/Sidepass/Sidepass.h index 4755073ea..299066238 100755 --- a/plugins/WinVST/Sidepass/Sidepass.h +++ b/plugins/WinVST/Sidepass/Sidepass.h @@ -1,7 +1,7 @@ /* ======================================== * Sidepass - Sidepass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Sidepass_H diff --git a/plugins/WinVST/Sidepass/SidepassProc.cpp b/plugins/WinVST/Sidepass/SidepassProc.cpp index b6b664d3f..8a1fb020b 100755 --- a/plugins/WinVST/Sidepass/SidepassProc.cpp +++ b/plugins/WinVST/Sidepass/SidepassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Sidepass - Sidepass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Sidepass_H diff --git a/plugins/WinVST/Silhouette/Silhouette.cpp b/plugins/WinVST/Silhouette/Silhouette.cpp index f9d7f26fd..c60b7ca82 100644 --- a/plugins/WinVST/Silhouette/Silhouette.cpp +++ b/plugins/WinVST/Silhouette/Silhouette.cpp @@ -1,6 +1,6 @@ /* ======================================== * Silhouette - Silhouette.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/Silhouette/Silhouette.h b/plugins/WinVST/Silhouette/Silhouette.h index 8cc26bdab..2bb5d7596 100644 --- a/plugins/WinVST/Silhouette/Silhouette.h +++ b/plugins/WinVST/Silhouette/Silhouette.h @@ -1,7 +1,7 @@ /* ======================================== * Silhouette - Silhouette.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/Silhouette/SilhouetteProc.cpp b/plugins/WinVST/Silhouette/SilhouetteProc.cpp index 264bfcce2..54176512d 100644 --- a/plugins/WinVST/Silhouette/SilhouetteProc.cpp +++ b/plugins/WinVST/Silhouette/SilhouetteProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Silhouette - Silhouette.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/SingleEndedTriode/SingleEndedTriode.cpp b/plugins/WinVST/SingleEndedTriode/SingleEndedTriode.cpp index 28ba08c34..dff94c1ac 100755 --- a/plugins/WinVST/SingleEndedTriode/SingleEndedTriode.cpp +++ b/plugins/WinVST/SingleEndedTriode/SingleEndedTriode.cpp @@ -1,6 +1,6 @@ /* ======================================== * SingleEndedTriode - SingleEndedTriode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SingleEndedTriode_H diff --git a/plugins/WinVST/SingleEndedTriode/SingleEndedTriode.h b/plugins/WinVST/SingleEndedTriode/SingleEndedTriode.h index 340d8dbd8..552a695b6 100755 --- a/plugins/WinVST/SingleEndedTriode/SingleEndedTriode.h +++ b/plugins/WinVST/SingleEndedTriode/SingleEndedTriode.h @@ -1,7 +1,7 @@ /* ======================================== * SingleEndedTriode - SingleEndedTriode.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SingleEndedTriode_H diff --git a/plugins/WinVST/SingleEndedTriode/SingleEndedTriodeProc.cpp b/plugins/WinVST/SingleEndedTriode/SingleEndedTriodeProc.cpp index f2efba1a0..993db65f0 100755 --- a/plugins/WinVST/SingleEndedTriode/SingleEndedTriodeProc.cpp +++ b/plugins/WinVST/SingleEndedTriode/SingleEndedTriodeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SingleEndedTriode - SingleEndedTriode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SingleEndedTriode_H diff --git a/plugins/WinVST/Slew/Slew.cpp b/plugins/WinVST/Slew/Slew.cpp index a90a72f94..dce3a77cb 100755 --- a/plugins/WinVST/Slew/Slew.cpp +++ b/plugins/WinVST/Slew/Slew.cpp @@ -1,7 +1,7 @@ /* ======================================== * Slew - Slew.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew_H diff --git a/plugins/WinVST/Slew/Slew.h b/plugins/WinVST/Slew/Slew.h index c78cae48d..99531c22e 100755 --- a/plugins/WinVST/Slew/Slew.h +++ b/plugins/WinVST/Slew/Slew.h @@ -1,7 +1,7 @@ /* ======================================== * Slew - Slew.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew_H diff --git a/plugins/WinVST/Slew/SlewProc.cpp b/plugins/WinVST/Slew/SlewProc.cpp index 480beb3fd..89c973f4f 100755 --- a/plugins/WinVST/Slew/SlewProc.cpp +++ b/plugins/WinVST/Slew/SlewProc.cpp @@ -1,7 +1,7 @@ /* ======================================== * Slew - Slew.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew_H diff --git a/plugins/WinVST/Slew2/Slew2.cpp b/plugins/WinVST/Slew2/Slew2.cpp index 99d6314bc..6209cad7e 100755 --- a/plugins/WinVST/Slew2/Slew2.cpp +++ b/plugins/WinVST/Slew2/Slew2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Slew2 - Slew2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew2_H diff --git a/plugins/WinVST/Slew2/Slew2.h b/plugins/WinVST/Slew2/Slew2.h index f2e323a84..4312ef033 100755 --- a/plugins/WinVST/Slew2/Slew2.h +++ b/plugins/WinVST/Slew2/Slew2.h @@ -1,7 +1,7 @@ /* ======================================== * Slew2 - Slew2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew2_H diff --git a/plugins/WinVST/Slew2/Slew2Proc.cpp b/plugins/WinVST/Slew2/Slew2Proc.cpp index cea1b98e8..f3420799f 100755 --- a/plugins/WinVST/Slew2/Slew2Proc.cpp +++ b/plugins/WinVST/Slew2/Slew2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Slew2 - Slew2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew2_H diff --git a/plugins/WinVST/Slew3/Slew3.cpp b/plugins/WinVST/Slew3/Slew3.cpp index 96ce3829c..e13c621f8 100755 --- a/plugins/WinVST/Slew3/Slew3.cpp +++ b/plugins/WinVST/Slew3/Slew3.cpp @@ -1,6 +1,6 @@ /* ======================================== * Slew3 - Slew3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew3_H diff --git a/plugins/WinVST/Slew3/Slew3.h b/plugins/WinVST/Slew3/Slew3.h index fd14c2a8c..26ca14e86 100755 --- a/plugins/WinVST/Slew3/Slew3.h +++ b/plugins/WinVST/Slew3/Slew3.h @@ -1,7 +1,7 @@ /* ======================================== * Slew3 - Slew3.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew3_H diff --git a/plugins/WinVST/Slew3/Slew3Proc.cpp b/plugins/WinVST/Slew3/Slew3Proc.cpp index 5f3a8a8fa..b8bcdd573 100755 --- a/plugins/WinVST/Slew3/Slew3Proc.cpp +++ b/plugins/WinVST/Slew3/Slew3Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Slew3 - Slew3.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Slew3_H diff --git a/plugins/WinVST/SlewOnly/SlewOnly.cpp b/plugins/WinVST/SlewOnly/SlewOnly.cpp index 0d9350b50..57cec5a93 100755 --- a/plugins/WinVST/SlewOnly/SlewOnly.cpp +++ b/plugins/WinVST/SlewOnly/SlewOnly.cpp @@ -1,6 +1,6 @@ /* ======================================== * SlewOnly - SlewOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SlewOnly_H diff --git a/plugins/WinVST/SlewOnly/SlewOnly.h b/plugins/WinVST/SlewOnly/SlewOnly.h index f4ab7bb8a..dc7a33dcc 100755 --- a/plugins/WinVST/SlewOnly/SlewOnly.h +++ b/plugins/WinVST/SlewOnly/SlewOnly.h @@ -1,7 +1,7 @@ /* ======================================== * SlewOnly - SlewOnly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SlewOnly_H diff --git a/plugins/WinVST/SlewOnly/SlewOnlyProc.cpp b/plugins/WinVST/SlewOnly/SlewOnlyProc.cpp index 5676a6f91..110aa1c09 100755 --- a/plugins/WinVST/SlewOnly/SlewOnlyProc.cpp +++ b/plugins/WinVST/SlewOnly/SlewOnlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SlewOnly - SlewOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SlewOnly_H diff --git a/plugins/WinVST/Smooth/Smooth.cpp b/plugins/WinVST/Smooth/Smooth.cpp index e134523b8..521bd8bf1 100755 --- a/plugins/WinVST/Smooth/Smooth.cpp +++ b/plugins/WinVST/Smooth/Smooth.cpp @@ -1,6 +1,6 @@ /* ======================================== * Smooth - Smooth.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Smooth_H diff --git a/plugins/WinVST/Smooth/Smooth.h b/plugins/WinVST/Smooth/Smooth.h index 15bca6583..3b786b3f7 100755 --- a/plugins/WinVST/Smooth/Smooth.h +++ b/plugins/WinVST/Smooth/Smooth.h @@ -1,7 +1,7 @@ /* ======================================== * Smooth - Smooth.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Smooth_H diff --git a/plugins/WinVST/Smooth/SmoothProc.cpp b/plugins/WinVST/Smooth/SmoothProc.cpp index 24d9c46f1..7c1f77524 100755 --- a/plugins/WinVST/Smooth/SmoothProc.cpp +++ b/plugins/WinVST/Smooth/SmoothProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Smooth - Smooth.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Smooth_H diff --git a/plugins/WinVST/SoftGate/SoftGate.cpp b/plugins/WinVST/SoftGate/SoftGate.cpp index 6fd4a52a3..f3fa60fad 100755 --- a/plugins/WinVST/SoftGate/SoftGate.cpp +++ b/plugins/WinVST/SoftGate/SoftGate.cpp @@ -1,6 +1,6 @@ /* ======================================== * SoftGate - SoftGate.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftGate_H diff --git a/plugins/WinVST/SoftGate/SoftGate.h b/plugins/WinVST/SoftGate/SoftGate.h index 153392e59..0789d9150 100755 --- a/plugins/WinVST/SoftGate/SoftGate.h +++ b/plugins/WinVST/SoftGate/SoftGate.h @@ -1,7 +1,7 @@ /* ======================================== * SoftGate - SoftGate.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftGate_H diff --git a/plugins/WinVST/SoftGate/SoftGateProc.cpp b/plugins/WinVST/SoftGate/SoftGateProc.cpp index 434d95547..4a92f52d1 100755 --- a/plugins/WinVST/SoftGate/SoftGateProc.cpp +++ b/plugins/WinVST/SoftGate/SoftGateProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SoftGate - SoftGate.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SoftGate_H diff --git a/plugins/WinVST/SpatializeDither/SpatializeDither.cpp b/plugins/WinVST/SpatializeDither/SpatializeDither.cpp index f145ddd43..f1d1787aa 100755 --- a/plugins/WinVST/SpatializeDither/SpatializeDither.cpp +++ b/plugins/WinVST/SpatializeDither/SpatializeDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * SpatializeDither - SpatializeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SpatializeDither_H diff --git a/plugins/WinVST/SpatializeDither/SpatializeDither.h b/plugins/WinVST/SpatializeDither/SpatializeDither.h index 2805c4ed4..e09eea22e 100755 --- a/plugins/WinVST/SpatializeDither/SpatializeDither.h +++ b/plugins/WinVST/SpatializeDither/SpatializeDither.h @@ -1,7 +1,7 @@ /* ======================================== * SpatializeDither - SpatializeDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SpatializeDither_H diff --git a/plugins/WinVST/SpatializeDither/SpatializeDitherProc.cpp b/plugins/WinVST/SpatializeDither/SpatializeDitherProc.cpp index 9b1e135f7..e22d9dfbd 100755 --- a/plugins/WinVST/SpatializeDither/SpatializeDitherProc.cpp +++ b/plugins/WinVST/SpatializeDither/SpatializeDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SpatializeDither - SpatializeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SpatializeDither_H diff --git a/plugins/WinVST/Spiral/Spiral.cpp b/plugins/WinVST/Spiral/Spiral.cpp index 11ef632c0..faa19e6ac 100755 --- a/plugins/WinVST/Spiral/Spiral.cpp +++ b/plugins/WinVST/Spiral/Spiral.cpp @@ -1,6 +1,6 @@ /* ======================================== * Spiral - Spiral.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral_H diff --git a/plugins/WinVST/Spiral/Spiral.h b/plugins/WinVST/Spiral/Spiral.h index 439f7cecc..541cdb297 100755 --- a/plugins/WinVST/Spiral/Spiral.h +++ b/plugins/WinVST/Spiral/Spiral.h @@ -1,7 +1,7 @@ /* ======================================== * Spiral - Spiral.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral_H diff --git a/plugins/WinVST/Spiral/SpiralProc.cpp b/plugins/WinVST/Spiral/SpiralProc.cpp index 2401ee59c..6d954d03a 100755 --- a/plugins/WinVST/Spiral/SpiralProc.cpp +++ b/plugins/WinVST/Spiral/SpiralProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Spiral - Spiral.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral_H diff --git a/plugins/WinVST/Spiral2/Spiral2.cpp b/plugins/WinVST/Spiral2/Spiral2.cpp index 1211da49e..e1cf31b96 100755 --- a/plugins/WinVST/Spiral2/Spiral2.cpp +++ b/plugins/WinVST/Spiral2/Spiral2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Spiral2 - Spiral2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral2_H diff --git a/plugins/WinVST/Spiral2/Spiral2.h b/plugins/WinVST/Spiral2/Spiral2.h index 3f64ec340..387e1e682 100755 --- a/plugins/WinVST/Spiral2/Spiral2.h +++ b/plugins/WinVST/Spiral2/Spiral2.h @@ -1,7 +1,7 @@ /* ======================================== * Spiral2 - Spiral2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral2_H diff --git a/plugins/WinVST/Spiral2/Spiral2Proc.cpp b/plugins/WinVST/Spiral2/Spiral2Proc.cpp index 18e1583b8..3aa230ff2 100755 --- a/plugins/WinVST/Spiral2/Spiral2Proc.cpp +++ b/plugins/WinVST/Spiral2/Spiral2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Spiral2 - Spiral2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Spiral2_H diff --git a/plugins/WinVST/Srsly/Srsly.cpp b/plugins/WinVST/Srsly/Srsly.cpp index 6a7c5a896..37415e2eb 100755 --- a/plugins/WinVST/Srsly/Srsly.cpp +++ b/plugins/WinVST/Srsly/Srsly.cpp @@ -1,6 +1,6 @@ /* ======================================== * Srsly - Srsly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly_H diff --git a/plugins/WinVST/Srsly/Srsly.h b/plugins/WinVST/Srsly/Srsly.h index 6d1dcc7d9..d9848da5c 100755 --- a/plugins/WinVST/Srsly/Srsly.h +++ b/plugins/WinVST/Srsly/Srsly.h @@ -1,7 +1,7 @@ /* ======================================== * Srsly - Srsly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly_H diff --git a/plugins/WinVST/Srsly/SrslyProc.cpp b/plugins/WinVST/Srsly/SrslyProc.cpp index f59ea964b..cc5bee7d8 100755 --- a/plugins/WinVST/Srsly/SrslyProc.cpp +++ b/plugins/WinVST/Srsly/SrslyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Srsly - Srsly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly_H diff --git a/plugins/WinVST/Srsly2/Srsly2.cpp b/plugins/WinVST/Srsly2/Srsly2.cpp index 15cddce26..ff41db153 100755 --- a/plugins/WinVST/Srsly2/Srsly2.cpp +++ b/plugins/WinVST/Srsly2/Srsly2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Srsly2 - Srsly2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly2_H diff --git a/plugins/WinVST/Srsly2/Srsly2.h b/plugins/WinVST/Srsly2/Srsly2.h index f8c2bdbef..ce245be03 100755 --- a/plugins/WinVST/Srsly2/Srsly2.h +++ b/plugins/WinVST/Srsly2/Srsly2.h @@ -1,7 +1,7 @@ /* ======================================== * Srsly2 - Srsly2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly2_H diff --git a/plugins/WinVST/Srsly2/Srsly2Proc.cpp b/plugins/WinVST/Srsly2/Srsly2Proc.cpp index 13306512c..cad2de2c9 100755 --- a/plugins/WinVST/Srsly2/Srsly2Proc.cpp +++ b/plugins/WinVST/Srsly2/Srsly2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Srsly2 - Srsly2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Srsly2_H diff --git a/plugins/WinVST/StarChild/StarChild.cpp b/plugins/WinVST/StarChild/StarChild.cpp index 610c87efc..ecf7b82a3 100755 --- a/plugins/WinVST/StarChild/StarChild.cpp +++ b/plugins/WinVST/StarChild/StarChild.cpp @@ -1,6 +1,6 @@ /* ======================================== * StarChild - StarChild.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StarChild_H diff --git a/plugins/WinVST/StarChild/StarChild.h b/plugins/WinVST/StarChild/StarChild.h index 157454b92..0934001b5 100755 --- a/plugins/WinVST/StarChild/StarChild.h +++ b/plugins/WinVST/StarChild/StarChild.h @@ -1,7 +1,7 @@ /* ======================================== * StarChild - StarChild.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StarChild_H diff --git a/plugins/WinVST/StarChild/StarChildProc.cpp b/plugins/WinVST/StarChild/StarChildProc.cpp index 608c93157..dbae24e49 100755 --- a/plugins/WinVST/StarChild/StarChildProc.cpp +++ b/plugins/WinVST/StarChild/StarChildProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StarChild - StarChild.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StarChild_H diff --git a/plugins/WinVST/StereoChorus/StereoChorus.cpp b/plugins/WinVST/StereoChorus/StereoChorus.cpp index 21ba5f0f8..64c88e583 100755 --- a/plugins/WinVST/StereoChorus/StereoChorus.cpp +++ b/plugins/WinVST/StereoChorus/StereoChorus.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoChorus - StereoChorus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoChorus_H diff --git a/plugins/WinVST/StereoChorus/StereoChorus.h b/plugins/WinVST/StereoChorus/StereoChorus.h index fcaa32741..70683fe0c 100755 --- a/plugins/WinVST/StereoChorus/StereoChorus.h +++ b/plugins/WinVST/StereoChorus/StereoChorus.h @@ -1,7 +1,7 @@ /* ======================================== * StereoChorus - StereoChorus.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoChorus_H diff --git a/plugins/WinVST/StereoChorus/StereoChorusProc.cpp b/plugins/WinVST/StereoChorus/StereoChorusProc.cpp index 13db60492..d9b038543 100755 --- a/plugins/WinVST/StereoChorus/StereoChorusProc.cpp +++ b/plugins/WinVST/StereoChorus/StereoChorusProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoChorus - StereoChorus.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoChorus_H diff --git a/plugins/WinVST/StereoDoubler/StereoDoubler.cpp b/plugins/WinVST/StereoDoubler/StereoDoubler.cpp index e0c32f4d0..e56e98b73 100755 --- a/plugins/WinVST/StereoDoubler/StereoDoubler.cpp +++ b/plugins/WinVST/StereoDoubler/StereoDoubler.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoDoubler - StereoDoubler.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoDoubler_H diff --git a/plugins/WinVST/StereoDoubler/StereoDoubler.h b/plugins/WinVST/StereoDoubler/StereoDoubler.h index c3ae95d7b..3ca40cd32 100755 --- a/plugins/WinVST/StereoDoubler/StereoDoubler.h +++ b/plugins/WinVST/StereoDoubler/StereoDoubler.h @@ -1,7 +1,7 @@ /* ======================================== * StereoDoubler - StereoDoubler.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoDoubler_H diff --git a/plugins/WinVST/StereoDoubler/StereoDoublerProc.cpp b/plugins/WinVST/StereoDoubler/StereoDoublerProc.cpp index a0451870d..1d922c033 100755 --- a/plugins/WinVST/StereoDoubler/StereoDoublerProc.cpp +++ b/plugins/WinVST/StereoDoubler/StereoDoublerProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoDoubler - StereoDoubler.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoDoubler_H diff --git a/plugins/WinVST/StereoEnsemble/StereoEnsemble.cpp b/plugins/WinVST/StereoEnsemble/StereoEnsemble.cpp index 66ce11129..8bb49d5a8 100755 --- a/plugins/WinVST/StereoEnsemble/StereoEnsemble.cpp +++ b/plugins/WinVST/StereoEnsemble/StereoEnsemble.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoEnsemble - StereoEnsemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoEnsemble_H diff --git a/plugins/WinVST/StereoEnsemble/StereoEnsemble.h b/plugins/WinVST/StereoEnsemble/StereoEnsemble.h index 44dc8f8f9..4dec0448e 100755 --- a/plugins/WinVST/StereoEnsemble/StereoEnsemble.h +++ b/plugins/WinVST/StereoEnsemble/StereoEnsemble.h @@ -1,7 +1,7 @@ /* ======================================== * StereoEnsemble - StereoEnsemble.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoEnsemble_H diff --git a/plugins/WinVST/StereoEnsemble/StereoEnsembleProc.cpp b/plugins/WinVST/StereoEnsemble/StereoEnsembleProc.cpp index 96b457b15..23cbab8ed 100755 --- a/plugins/WinVST/StereoEnsemble/StereoEnsembleProc.cpp +++ b/plugins/WinVST/StereoEnsemble/StereoEnsembleProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoEnsemble - StereoEnsemble.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoEnsemble_H diff --git a/plugins/WinVST/StereoFX/StereoFX.cpp b/plugins/WinVST/StereoFX/StereoFX.cpp index 8531bcdbe..3eaf4b0f1 100755 --- a/plugins/WinVST/StereoFX/StereoFX.cpp +++ b/plugins/WinVST/StereoFX/StereoFX.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoFX - StereoFX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoFX_H diff --git a/plugins/WinVST/StereoFX/StereoFX.h b/plugins/WinVST/StereoFX/StereoFX.h index 04d34a587..295aae89a 100755 --- a/plugins/WinVST/StereoFX/StereoFX.h +++ b/plugins/WinVST/StereoFX/StereoFX.h @@ -1,7 +1,7 @@ /* ======================================== * StereoFX - StereoFX.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoFX_H diff --git a/plugins/WinVST/StereoFX/StereoFXProc.cpp b/plugins/WinVST/StereoFX/StereoFXProc.cpp index 0c3ae4962..c315b7d67 100755 --- a/plugins/WinVST/StereoFX/StereoFXProc.cpp +++ b/plugins/WinVST/StereoFX/StereoFXProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StereoFX - StereoFX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StereoFX_H diff --git a/plugins/WinVST/StudioTan/StudioTan.cpp b/plugins/WinVST/StudioTan/StudioTan.cpp index 31242f798..17eb0864e 100755 --- a/plugins/WinVST/StudioTan/StudioTan.cpp +++ b/plugins/WinVST/StudioTan/StudioTan.cpp @@ -1,6 +1,6 @@ /* ======================================== * StudioTan - StudioTan.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StudioTan_H diff --git a/plugins/WinVST/StudioTan/StudioTan.h b/plugins/WinVST/StudioTan/StudioTan.h index 9e17ad768..7641724c6 100755 --- a/plugins/WinVST/StudioTan/StudioTan.h +++ b/plugins/WinVST/StudioTan/StudioTan.h @@ -1,7 +1,7 @@ /* ======================================== * StudioTan - StudioTan.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __StudioTan_H diff --git a/plugins/WinVST/StudioTan/StudioTanProc.cpp b/plugins/WinVST/StudioTan/StudioTanProc.cpp index de2418d10..b2218a1e7 100755 --- a/plugins/WinVST/StudioTan/StudioTanProc.cpp +++ b/plugins/WinVST/StudioTan/StudioTanProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * StudioTan - StudioTan.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __StudioTan_H diff --git a/plugins/WinVST/SubsOnly/SubsOnly.cpp b/plugins/WinVST/SubsOnly/SubsOnly.cpp index ca64de56f..8c0ab5253 100755 --- a/plugins/WinVST/SubsOnly/SubsOnly.cpp +++ b/plugins/WinVST/SubsOnly/SubsOnly.cpp @@ -1,6 +1,6 @@ /* ======================================== * SubsOnly - SubsOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SubsOnly_H diff --git a/plugins/WinVST/SubsOnly/SubsOnly.h b/plugins/WinVST/SubsOnly/SubsOnly.h index f4bd2a51b..3345d462b 100755 --- a/plugins/WinVST/SubsOnly/SubsOnly.h +++ b/plugins/WinVST/SubsOnly/SubsOnly.h @@ -1,7 +1,7 @@ /* ======================================== * SubsOnly - SubsOnly.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SubsOnly_H diff --git a/plugins/WinVST/SubsOnly/SubsOnlyProc.cpp b/plugins/WinVST/SubsOnly/SubsOnlyProc.cpp index 3a7df87a0..70ea43dd5 100755 --- a/plugins/WinVST/SubsOnly/SubsOnlyProc.cpp +++ b/plugins/WinVST/SubsOnly/SubsOnlyProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SubsOnly - SubsOnly.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SubsOnly_H diff --git a/plugins/WinVST/Surge/Surge.cpp b/plugins/WinVST/Surge/Surge.cpp index e330af883..51962d051 100755 --- a/plugins/WinVST/Surge/Surge.cpp +++ b/plugins/WinVST/Surge/Surge.cpp @@ -1,6 +1,6 @@ /* ======================================== * Surge - Surge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Surge_H diff --git a/plugins/WinVST/Surge/Surge.h b/plugins/WinVST/Surge/Surge.h index 18d47a94a..ce5480653 100755 --- a/plugins/WinVST/Surge/Surge.h +++ b/plugins/WinVST/Surge/Surge.h @@ -1,7 +1,7 @@ /* ======================================== * Surge - Surge.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Surge_H diff --git a/plugins/WinVST/Surge/SurgeProc.cpp b/plugins/WinVST/Surge/SurgeProc.cpp index 145e5237c..bfaec7e15 100755 --- a/plugins/WinVST/Surge/SurgeProc.cpp +++ b/plugins/WinVST/Surge/SurgeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Surge - Surge.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Surge_H diff --git a/plugins/WinVST/SurgeTide/SurgeTide.cpp b/plugins/WinVST/SurgeTide/SurgeTide.cpp index ba28ed38f..5519a7155 100755 --- a/plugins/WinVST/SurgeTide/SurgeTide.cpp +++ b/plugins/WinVST/SurgeTide/SurgeTide.cpp @@ -1,6 +1,6 @@ /* ======================================== * SurgeTide - SurgeTide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SurgeTide_H diff --git a/plugins/WinVST/SurgeTide/SurgeTide.h b/plugins/WinVST/SurgeTide/SurgeTide.h index f6a2b7cbf..2e54658c5 100755 --- a/plugins/WinVST/SurgeTide/SurgeTide.h +++ b/plugins/WinVST/SurgeTide/SurgeTide.h @@ -1,7 +1,7 @@ /* ======================================== * SurgeTide - SurgeTide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __SurgeTide_H diff --git a/plugins/WinVST/SurgeTide/SurgeTideProc.cpp b/plugins/WinVST/SurgeTide/SurgeTideProc.cpp index 0db02fc7c..7691d2e5d 100755 --- a/plugins/WinVST/SurgeTide/SurgeTideProc.cpp +++ b/plugins/WinVST/SurgeTide/SurgeTideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * SurgeTide - SurgeTide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __SurgeTide_H diff --git a/plugins/WinVST/Swell/Swell.cpp b/plugins/WinVST/Swell/Swell.cpp index f1b5da9a3..f82a44571 100755 --- a/plugins/WinVST/Swell/Swell.cpp +++ b/plugins/WinVST/Swell/Swell.cpp @@ -1,6 +1,6 @@ /* ======================================== * Swell - Swell.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Swell_H diff --git a/plugins/WinVST/Swell/Swell.h b/plugins/WinVST/Swell/Swell.h index 1acfaf86c..d1e2b3dd8 100755 --- a/plugins/WinVST/Swell/Swell.h +++ b/plugins/WinVST/Swell/Swell.h @@ -1,7 +1,7 @@ /* ======================================== * Swell - Swell.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Swell_H diff --git a/plugins/WinVST/Swell/SwellProc.cpp b/plugins/WinVST/Swell/SwellProc.cpp index e076b5c11..77656f3ee 100755 --- a/plugins/WinVST/Swell/SwellProc.cpp +++ b/plugins/WinVST/Swell/SwellProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Swell - Swell.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Swell_H diff --git a/plugins/WinVST/TPDFDither/TPDFDither.cpp b/plugins/WinVST/TPDFDither/TPDFDither.cpp index 2266f5851..45da2a859 100755 --- a/plugins/WinVST/TPDFDither/TPDFDither.cpp +++ b/plugins/WinVST/TPDFDither/TPDFDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * TPDFDither - TPDFDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFDither_H diff --git a/plugins/WinVST/TPDFDither/TPDFDither.h b/plugins/WinVST/TPDFDither/TPDFDither.h index a1994f15b..b58213970 100755 --- a/plugins/WinVST/TPDFDither/TPDFDither.h +++ b/plugins/WinVST/TPDFDither/TPDFDither.h @@ -1,7 +1,7 @@ /* ======================================== * TPDFDither - TPDFDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFDither_H diff --git a/plugins/WinVST/TPDFDither/TPDFDitherProc.cpp b/plugins/WinVST/TPDFDither/TPDFDitherProc.cpp index b5b7f15bc..5ec2d0410 100755 --- a/plugins/WinVST/TPDFDither/TPDFDitherProc.cpp +++ b/plugins/WinVST/TPDFDither/TPDFDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TPDFDither - TPDFDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFDither_H diff --git a/plugins/WinVST/TPDFWide/TPDFWide.cpp b/plugins/WinVST/TPDFWide/TPDFWide.cpp index ff56d99ea..2e78157c4 100755 --- a/plugins/WinVST/TPDFWide/TPDFWide.cpp +++ b/plugins/WinVST/TPDFWide/TPDFWide.cpp @@ -1,6 +1,6 @@ /* ======================================== * TPDFWide - TPDFWide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFWide_H diff --git a/plugins/WinVST/TPDFWide/TPDFWide.h b/plugins/WinVST/TPDFWide/TPDFWide.h index 22842b76e..8f6e7c919 100755 --- a/plugins/WinVST/TPDFWide/TPDFWide.h +++ b/plugins/WinVST/TPDFWide/TPDFWide.h @@ -1,7 +1,7 @@ /* ======================================== * TPDFWide - TPDFWide.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFWide_H diff --git a/plugins/WinVST/TPDFWide/TPDFWideProc.cpp b/plugins/WinVST/TPDFWide/TPDFWideProc.cpp index 150b4f39c..a0b3a1398 100755 --- a/plugins/WinVST/TPDFWide/TPDFWideProc.cpp +++ b/plugins/WinVST/TPDFWide/TPDFWideProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TPDFWide - TPDFWide.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TPDFWide_H diff --git a/plugins/WinVST/Tape/Tape.cpp b/plugins/WinVST/Tape/Tape.cpp index 1d9fbb93e..7423e5678 100755 --- a/plugins/WinVST/Tape/Tape.cpp +++ b/plugins/WinVST/Tape/Tape.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tape - Tape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tape_H diff --git a/plugins/WinVST/Tape/Tape.h b/plugins/WinVST/Tape/Tape.h index f25c49302..b0700dd26 100755 --- a/plugins/WinVST/Tape/Tape.h +++ b/plugins/WinVST/Tape/Tape.h @@ -1,7 +1,7 @@ /* ======================================== * Tape - Tape.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Tape_H diff --git a/plugins/WinVST/Tape/TapeProc.cpp b/plugins/WinVST/Tape/TapeProc.cpp index 3a6fcc693..58f8d55a4 100755 --- a/plugins/WinVST/Tape/TapeProc.cpp +++ b/plugins/WinVST/Tape/TapeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tape - Tape.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tape_H diff --git a/plugins/WinVST/TapeDelay/TapeDelay.cpp b/plugins/WinVST/TapeDelay/TapeDelay.cpp index 345f06d58..0405591d2 100755 --- a/plugins/WinVST/TapeDelay/TapeDelay.cpp +++ b/plugins/WinVST/TapeDelay/TapeDelay.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDelay - TapeDelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay_H diff --git a/plugins/WinVST/TapeDelay/TapeDelay.h b/plugins/WinVST/TapeDelay/TapeDelay.h index d1708fa60..60899fff5 100755 --- a/plugins/WinVST/TapeDelay/TapeDelay.h +++ b/plugins/WinVST/TapeDelay/TapeDelay.h @@ -1,7 +1,7 @@ /* ======================================== * TapeDelay - TapeDelay.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay_H diff --git a/plugins/WinVST/TapeDelay/TapeDelayProc.cpp b/plugins/WinVST/TapeDelay/TapeDelayProc.cpp index 6f42b02ff..203e35b53 100755 --- a/plugins/WinVST/TapeDelay/TapeDelayProc.cpp +++ b/plugins/WinVST/TapeDelay/TapeDelayProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDelay - TapeDelay.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay_H diff --git a/plugins/WinVST/TapeDelay2/TapeDelay2.cpp b/plugins/WinVST/TapeDelay2/TapeDelay2.cpp index 50963e88c..d77911e41 100755 --- a/plugins/WinVST/TapeDelay2/TapeDelay2.cpp +++ b/plugins/WinVST/TapeDelay2/TapeDelay2.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDelay2 - TapeDelay2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay2_H diff --git a/plugins/WinVST/TapeDelay2/TapeDelay2.h b/plugins/WinVST/TapeDelay2/TapeDelay2.h index 178d356fb..cb2a837b9 100755 --- a/plugins/WinVST/TapeDelay2/TapeDelay2.h +++ b/plugins/WinVST/TapeDelay2/TapeDelay2.h @@ -1,7 +1,7 @@ /* ======================================== * TapeDelay2 - TapeDelay2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay2_H diff --git a/plugins/WinVST/TapeDelay2/TapeDelay2Proc.cpp b/plugins/WinVST/TapeDelay2/TapeDelay2Proc.cpp index a6b4e4b2d..533957d05 100755 --- a/plugins/WinVST/TapeDelay2/TapeDelay2Proc.cpp +++ b/plugins/WinVST/TapeDelay2/TapeDelay2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDelay2 - TapeDelay2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDelay2_H diff --git a/plugins/WinVST/TapeDither/TapeDither.cpp b/plugins/WinVST/TapeDither/TapeDither.cpp index fdd04534f..5820dccb8 100755 --- a/plugins/WinVST/TapeDither/TapeDither.cpp +++ b/plugins/WinVST/TapeDither/TapeDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDither - TapeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDither_H diff --git a/plugins/WinVST/TapeDither/TapeDither.h b/plugins/WinVST/TapeDither/TapeDither.h index 2fec4c2eb..7b15a0fb9 100755 --- a/plugins/WinVST/TapeDither/TapeDither.h +++ b/plugins/WinVST/TapeDither/TapeDither.h @@ -1,7 +1,7 @@ /* ======================================== * TapeDither - TapeDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDither_H diff --git a/plugins/WinVST/TapeDither/TapeDitherProc.cpp b/plugins/WinVST/TapeDither/TapeDitherProc.cpp index f43301489..b30b79f40 100755 --- a/plugins/WinVST/TapeDither/TapeDitherProc.cpp +++ b/plugins/WinVST/TapeDither/TapeDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDither - TapeDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDither_H diff --git a/plugins/WinVST/TapeDust/TapeDust.cpp b/plugins/WinVST/TapeDust/TapeDust.cpp index 11ff21768..0c6b196ec 100755 --- a/plugins/WinVST/TapeDust/TapeDust.cpp +++ b/plugins/WinVST/TapeDust/TapeDust.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDust - TapeDust.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDust_H diff --git a/plugins/WinVST/TapeDust/TapeDust.h b/plugins/WinVST/TapeDust/TapeDust.h index 4918fdcb3..53868ac3c 100755 --- a/plugins/WinVST/TapeDust/TapeDust.h +++ b/plugins/WinVST/TapeDust/TapeDust.h @@ -1,7 +1,7 @@ /* ======================================== * TapeDust - TapeDust.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDust_H diff --git a/plugins/WinVST/TapeDust/TapeDustProc.cpp b/plugins/WinVST/TapeDust/TapeDustProc.cpp index e4daa4864..43e4daa5a 100755 --- a/plugins/WinVST/TapeDust/TapeDustProc.cpp +++ b/plugins/WinVST/TapeDust/TapeDustProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeDust - TapeDust.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeDust_H diff --git a/plugins/WinVST/TapeFat/TapeFat.cpp b/plugins/WinVST/TapeFat/TapeFat.cpp index bcb1927b5..fde7d012e 100755 --- a/plugins/WinVST/TapeFat/TapeFat.cpp +++ b/plugins/WinVST/TapeFat/TapeFat.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeFat - TapeFat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeFat_H diff --git a/plugins/WinVST/TapeFat/TapeFat.h b/plugins/WinVST/TapeFat/TapeFat.h index 0ce30222f..a6e950220 100755 --- a/plugins/WinVST/TapeFat/TapeFat.h +++ b/plugins/WinVST/TapeFat/TapeFat.h @@ -1,7 +1,7 @@ /* ======================================== * TapeFat - TapeFat.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeFat_H diff --git a/plugins/WinVST/TapeFat/TapeFatProc.cpp b/plugins/WinVST/TapeFat/TapeFatProc.cpp index 1411a1454..6176324e7 100755 --- a/plugins/WinVST/TapeFat/TapeFatProc.cpp +++ b/plugins/WinVST/TapeFat/TapeFatProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TapeFat - TapeFat.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TapeFat_H diff --git a/plugins/WinVST/Texturize/Texturize.cpp b/plugins/WinVST/Texturize/Texturize.cpp index c79bc3690..f2fc08f0a 100644 --- a/plugins/WinVST/Texturize/Texturize.cpp +++ b/plugins/WinVST/Texturize/Texturize.cpp @@ -1,6 +1,6 @@ /* ======================================== * Texturize - Texturize.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/Texturize/Texturize.h b/plugins/WinVST/Texturize/Texturize.h index c78cac557..74c632da0 100644 --- a/plugins/WinVST/Texturize/Texturize.h +++ b/plugins/WinVST/Texturize/Texturize.h @@ -1,7 +1,7 @@ /* ======================================== * Texturize - Texturize.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/Texturize/TexturizeProc.cpp b/plugins/WinVST/Texturize/TexturizeProc.cpp index c1e9722c6..ae17d9d5b 100644 --- a/plugins/WinVST/Texturize/TexturizeProc.cpp +++ b/plugins/WinVST/Texturize/TexturizeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Texturize - Texturize.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Gain_H diff --git a/plugins/WinVST/TexturizeMS/.vs/Console4Channel64/v14/.suo b/plugins/WinVST/TexturizeMS/.vs/Console4Channel64/v14/.suo new file mode 100755 index 000000000..777b84637 Binary files /dev/null and b/plugins/WinVST/TexturizeMS/.vs/Console4Channel64/v14/.suo differ diff --git a/plugins/WinVST/TexturizeMS/.vs/VSTProject/v14/.suo b/plugins/WinVST/TexturizeMS/.vs/VSTProject/v14/.suo new file mode 100755 index 000000000..5da0a793c Binary files /dev/null and b/plugins/WinVST/TexturizeMS/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/TexturizeMS/TexturizeMS.cpp b/plugins/WinVST/TexturizeMS/TexturizeMS.cpp new file mode 100755 index 000000000..8c2c47084 --- /dev/null +++ b/plugins/WinVST/TexturizeMS/TexturizeMS.cpp @@ -0,0 +1,175 @@ +/* ======================================== + * TexturizeMS - TexturizeMS.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __TexturizeMS_H +#include "TexturizeMS.h" +#endif + +AudioEffect* createEffectInstance(audioMasterCallback audioMaster) {return new TexturizeMS(audioMaster);} + +TexturizeMS::TexturizeMS(audioMasterCallback audioMaster) : + AudioEffectX(audioMaster, kNumPrograms, kNumParameters) +{ + A = 0.5; + B = 0.5; + C = 0.5; + D = 0.5; + E = 0.5; + F = 0.5; + + polarityM = false; + lastSampleM = 0.0; + iirSampleM = 0.0; + noiseAM = 0.0; + noiseBM = 0.0; + noiseCM = 0.0; + flipM = true; + polarityS = false; + lastSampleS = 0.0; + iirSampleS = 0.0; + noiseAS = 0.0; + noiseBS = 0.0; + noiseCS = 0.0; + flipS = true; + + fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; + fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX; + //this is reset: values being initialized only once. Startup values, whatever they are. + + _canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect. + _canDo.insert("plugAsSend"); // plug-in can be used as a send effect. + _canDo.insert("x2in2out"); + setNumInputs(kNumInputs); + setNumOutputs(kNumOutputs); + setUniqueID(kUniqueId); + canProcessReplacing(); // supports output replacing + canDoubleReplacing(); // supports double precision processing + programsAreChunks(true); + vst_strncpy (_programName, "Default", kVstMaxProgNameLen); // default program name +} + +TexturizeMS::~TexturizeMS() {} +VstInt32 TexturizeMS::getVendorVersion () {return 1000;} +void TexturizeMS::setProgramName(char *name) {vst_strncpy (_programName, name, kVstMaxProgNameLen);} +void TexturizeMS::getProgramName(char *name) {vst_strncpy (name, _programName, kVstMaxProgNameLen);} +//airwindows likes to ignore this stuff. Make your own programs, and make a different plugin rather than +//trying to do versioning and preventing people from using older versions. Maybe they like the old one! + +static float pinParameter(float data) +{ + if (data < 0.0f) return 0.0f; + if (data > 1.0f) return 1.0f; + return data; +} + +VstInt32 TexturizeMS::getChunk (void** data, bool isPreset) +{ + float *chunkData = (float *)calloc(kNumParameters, sizeof(float)); + chunkData[0] = A; + chunkData[1] = B; + chunkData[2] = C; + chunkData[3] = D; + chunkData[4] = E; + chunkData[5] = F; + /* Note: The way this is set up, it will break if you manage to save settings on an Intel + machine and load them on a PPC Mac. However, it's fine if you stick to the machine you + started with. */ + + *data = chunkData; + return kNumParameters * sizeof(float); +} + +VstInt32 TexturizeMS::setChunk (void* data, VstInt32 byteSize, bool isPreset) +{ + float *chunkData = (float *)data; + A = pinParameter(chunkData[0]); + B = pinParameter(chunkData[1]); + C = pinParameter(chunkData[2]); + D = pinParameter(chunkData[3]); + E = pinParameter(chunkData[4]); + F = pinParameter(chunkData[5]); + /* We're ignoring byteSize as we found it to be a filthy liar */ + + /* calculate any other fields you need here - you could copy in + code from setParameter() here. */ + return 0; +} + +void TexturizeMS::setParameter(VstInt32 index, float value) { + switch (index) { + case kParamA: A = value; break; + case kParamB: B = value; break; + case kParamC: C = value; break; + case kParamD: D = value; break; + case kParamE: E = value; break; + case kParamF: F = value; break; + default: throw; // unknown parameter, shouldn't happen! + } +} + +float TexturizeMS::getParameter(VstInt32 index) { + switch (index) { + case kParamA: return A; break; + case kParamB: return B; break; + case kParamC: return C; break; + case kParamD: return D; break; + case kParamE: return E; break; + case kParamF: return F; break; + default: break; // unknown parameter, shouldn't happen! + } return 0.0; //we only need to update the relevant name, this is simple to manage +} + +void TexturizeMS::getParameterName(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "BrightM", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "PunchyM", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "DryWetM", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "BrightS", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "PunchyS", kVstMaxParamStrLen); break; + case kParamF: vst_strncpy (text, "DryWetS", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this is our labels for displaying in the VST host +} + +void TexturizeMS::getParameterDisplay(VstInt32 index, char *text) { + switch (index) { + case kParamA: float2string (A, text, kVstMaxParamStrLen); break; + case kParamB: float2string (B, text, kVstMaxParamStrLen); break; + case kParamC: float2string (C, text, kVstMaxParamStrLen); break; + case kParamD: float2string (D, text, kVstMaxParamStrLen); break; + case kParamE: float2string (E, text, kVstMaxParamStrLen); break; + case kParamF: float2string (F, text, kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } //this displays the values and handles 'popups' where it's discrete choices +} + +void TexturizeMS::getParameterLabel(VstInt32 index, char *text) { + switch (index) { + case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamB: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamC: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamD: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamE: vst_strncpy (text, "", kVstMaxParamStrLen); break; + case kParamF: vst_strncpy (text, "", kVstMaxParamStrLen); break; + default: break; // unknown parameter, shouldn't happen! + } +} + +VstInt32 TexturizeMS::canDo(char *text) +{ return (_canDo.find(text) == _canDo.end()) ? -1: 1; } // 1 = yes, -1 = no, 0 = don't know + +bool TexturizeMS::getEffectName(char* name) { + vst_strncpy(name, "TexturizeMS", kVstMaxProductStrLen); return true; +} + +VstPlugCategory TexturizeMS::getPlugCategory() {return kPlugCategEffect;} + +bool TexturizeMS::getProductString(char* text) { + vst_strncpy (text, "airwindows TexturizeMS", kVstMaxProductStrLen); return true; +} + +bool TexturizeMS::getVendorString(char* text) { + vst_strncpy (text, "airwindows", kVstMaxVendorStrLen); return true; +} diff --git a/plugins/WinVST/TexturizeMS/TexturizeMS.h b/plugins/WinVST/TexturizeMS/TexturizeMS.h new file mode 100755 index 000000000..40d33c975 --- /dev/null +++ b/plugins/WinVST/TexturizeMS/TexturizeMS.h @@ -0,0 +1,88 @@ +/* ======================================== + * TexturizeMS - TexturizeMS.h + * Created 8/12/11 by SPIAdmin + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __TexturizeMS_H +#define __TexturizeMS_H + +#ifndef __audioeffect__ +#include "audioeffectx.h" +#endif + +#include +#include +#include + +enum { + kParamA = 0, + kParamB = 1, + kParamC = 2, + kParamD = 3, + kParamE = 4, + kParamF = 5, + kNumParameters = 6 +}; // + +const int kNumPrograms = 0; +const int kNumInputs = 2; +const int kNumOutputs = 2; +const unsigned long kUniqueId = 'texu'; //Change this to what the AU identity is! + +class TexturizeMS : + public AudioEffectX +{ +public: + TexturizeMS(audioMasterCallback audioMaster); + ~TexturizeMS(); + virtual bool getEffectName(char* name); // The plug-in name + virtual VstPlugCategory getPlugCategory(); // The general category for the plug-in + virtual bool getProductString(char* text); // This is a unique plug-in string provided by Steinberg + virtual bool getVendorString(char* text); // Vendor info + virtual VstInt32 getVendorVersion(); // Version number + virtual void processReplacing (float** inputs, float** outputs, VstInt32 sampleFrames); + virtual void processDoubleReplacing (double** inputs, double** outputs, VstInt32 sampleFrames); + virtual void getProgramName(char *name); // read the name from the host + virtual void setProgramName(char *name); // changes the name of the preset displayed in the host + virtual VstInt32 getChunk (void** data, bool isPreset); + virtual VstInt32 setChunk (void* data, VstInt32 byteSize, bool isPreset); + virtual float getParameter(VstInt32 index); // get the parameter value at the specified index + virtual void setParameter(VstInt32 index, float value); // set the parameter at index to value + virtual void getParameterLabel(VstInt32 index, char *text); // label for the parameter (eg dB) + virtual void getParameterName(VstInt32 index, char *text); // name of the parameter + virtual void getParameterDisplay(VstInt32 index, char *text); // text description of the current value + virtual VstInt32 canDo(char *text); +private: + char _programName[kVstMaxProgNameLen + 1]; + std::set< std::string > _canDo; + + bool polarityM; + double lastSampleM; + double iirSampleM; + double noiseAM; + double noiseBM; + double noiseCM; + bool flipM; + + bool polarityS; + double lastSampleS; + double iirSampleS; + double noiseAS; + double noiseBS; + double noiseCS; + bool flipS; + uint32_t fpdL; + uint32_t fpdR; + //default stuff + + float A; + float B; + float C; + float D; + float E; + float F; //parameters. Always 0-1, and we scale/alter them elsewhere. + +}; + +#endif diff --git a/plugins/WinVST/TexturizeMS/TexturizeMSProc.cpp b/plugins/WinVST/TexturizeMS/TexturizeMSProc.cpp new file mode 100755 index 000000000..3d7ddbba1 --- /dev/null +++ b/plugins/WinVST/TexturizeMS/TexturizeMSProc.cpp @@ -0,0 +1,270 @@ +/* ======================================== + * TexturizeMS - TexturizeMS.h + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license + * ======================================== */ + +#ifndef __TexturizeMS_H +#include "TexturizeMS.h" +#endif + +void TexturizeMS::processReplacing(float **inputs, float **outputs, VstInt32 sampleFrames) +{ + float* in1 = inputs[0]; + float* in2 = inputs[1]; + float* out1 = outputs[0]; + float* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double slewAmountM = ((pow(A,2.0)*4.0)+0.71)/overallscale; + double dynAmountM = pow(B,2.0); + double wetM = pow(C,5); + + double slewAmountS = ((pow(D,2.0)*4.0)+0.71)/overallscale; + double dynAmountS = pow(E,2.0); + double wetS = pow(F,5); + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + double mid = inputSampleL + inputSampleR; + double side = inputSampleL - inputSampleR; + //assign mid and side.Between these sections, you can do mid/side processing + double drySampleM = mid; + double drySampleS = side; + + //begin mid + if (mid < 0) { + if (polarityM == true) { + if (noiseAM < 0) flipM = true; + else flipM = false; + } + polarityM = false; + } else polarityM = true; + + if (flipM) noiseAM += (double(fpdL)/UINT32_MAX); + else noiseAM -= (double(fpdL)/UINT32_MAX); + //here's the guts of the random walk + flipM = !flipM; + + if (mid > 1.0) mid = 1.0; if (mid < -1.0) mid = -1.0; + if (dynAmountM < 0.4999) mid = (mid*dynAmountM*2.0) + (sin(mid)*(1.0-(dynAmountM*2.0))); + if (dynAmountM > 0.5001) mid = (asin(mid)*((dynAmountM*2.0)-1.0)) + (mid*(1.0-((dynAmountM*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBM = sin(noiseAM*(0.2-(dynAmountM*0.125))*fabs(mid)); + + double slew = fabs(mid-lastSampleM)*slewAmountM; + lastSampleM = mid*(0.86-(dynAmountM*0.125)); + + if (slew > 1.0) slew = 1.0; + double iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleM = (iirSampleM * (1.0 - iirIntensity)) + (noiseBM * iirIntensity); + noiseBM = iirSampleM; + noiseBM = (noiseBM * slew) + (noiseCM * (1.0-slew)); + noiseCM = noiseBM; + + mid = (noiseCM * wetM) + (drySampleM * (1.0-wetM)); + //end mid + + //begin side + if (side < 0) { + if (polarityS == true) { + if (noiseAS < 0) flipS = true; + else flipS = false; + } + polarityS = false; + } else polarityS = true; + + if (flipS) noiseAS += (double(fpdR)/UINT32_MAX); + else noiseAS -= (double(fpdR)/UINT32_MAX); + //here's the guts of the random walk + flipS = !flipS; + + if (side > 1.0) side = 1.0; if (side < -1.0) side = -1.0; + if (dynAmountS < 0.4999) side = (side*dynAmountS*2.0) + (sin(side)*(1.0-(dynAmountS*2.0))); + if (dynAmountS > 0.5001) side = (asin(side)*((dynAmountS*2.0)-1.0)) + (side*(1.0-((dynAmountS*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBS = sin(noiseAS*(0.2-(dynAmountS*0.125))*fabs(side)); + + slew = fabs(side-lastSampleS)*slewAmountS; + lastSampleS = side*(0.86-(dynAmountS*0.125)); + + if (slew > 1.0) slew = 1.0; + iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleS = (iirSampleS * (1.0 - iirIntensity)) + (noiseBS * iirIntensity); + noiseBS = iirSampleS; + noiseBS = (noiseBS * slew) + (noiseCS * (1.0-slew)); + noiseCS = noiseBS; + + side = (noiseCS * wetS) + (drySampleS * (1.0-wetS)); + //end side + + inputSampleL = (mid+side)/2.0; + inputSampleR = (mid-side)/2.0; + //unassign mid and side + + //begin 32 bit stereo floating point dither + int expon; frexpf((float)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + frexpf((float)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 5.5e-36l * pow(2,expon+62)); + //end 32 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} + +void TexturizeMS::processDoubleReplacing(double **inputs, double **outputs, VstInt32 sampleFrames) +{ + double* in1 = inputs[0]; + double* in2 = inputs[1]; + double* out1 = outputs[0]; + double* out2 = outputs[1]; + + double overallscale = 1.0; + overallscale /= 44100.0; + overallscale *= getSampleRate(); + + double slewAmountM = ((pow(A,2.0)*4.0)+0.71)/overallscale; + double dynAmountM = pow(B,2.0); + double wetM = pow(C,5); + + double slewAmountS = ((pow(D,2.0)*4.0)+0.71)/overallscale; + double dynAmountS = pow(E,2.0); + double wetS = pow(F,5); + + while (--sampleFrames >= 0) + { + double inputSampleL = *in1; + double inputSampleR = *in2; + if (fabs(inputSampleL)<1.18e-23) inputSampleL = fpdL * 1.18e-17; + if (fabs(inputSampleR)<1.18e-23) inputSampleR = fpdR * 1.18e-17; + + double mid = inputSampleL + inputSampleR; + double side = inputSampleL - inputSampleR; + //assign mid and side.Between these sections, you can do mid/side processing + double drySampleM = mid; + double drySampleS = side; + + //begin mid + if (mid < 0) { + if (polarityM == true) { + if (noiseAM < 0) flipM = true; + else flipM = false; + } + polarityM = false; + } else polarityM = true; + + if (flipM) noiseAM += (double(fpdL)/UINT32_MAX); + else noiseAM -= (double(fpdL)/UINT32_MAX); + //here's the guts of the random walk + flipM = !flipM; + + if (mid > 1.0) mid = 1.0; if (mid < -1.0) mid = -1.0; + if (dynAmountM < 0.4999) mid = (mid*dynAmountM*2.0) + (sin(mid)*(1.0-(dynAmountM*2.0))); + if (dynAmountM > 0.5001) mid = (asin(mid)*((dynAmountM*2.0)-1.0)) + (mid*(1.0-((dynAmountM*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBM = sin(noiseAM*(0.2-(dynAmountM*0.125))*fabs(mid)); + + double slew = fabs(mid-lastSampleM)*slewAmountM; + lastSampleM = mid*(0.86-(dynAmountM*0.125)); + + if (slew > 1.0) slew = 1.0; + double iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleM = (iirSampleM * (1.0 - iirIntensity)) + (noiseBM * iirIntensity); + noiseBM = iirSampleM; + noiseBM = (noiseBM * slew) + (noiseCM * (1.0-slew)); + noiseCM = noiseBM; + + mid = (noiseCM * wetM) + (drySampleM * (1.0-wetM)); + //end mid + + //begin side + if (side < 0) { + if (polarityS == true) { + if (noiseAS < 0) flipS = true; + else flipS = false; + } + polarityS = false; + } else polarityS = true; + + if (flipS) noiseAS += (double(fpdR)/UINT32_MAX); + else noiseAS -= (double(fpdR)/UINT32_MAX); + //here's the guts of the random walk + flipS = !flipS; + + if (side > 1.0) side = 1.0; if (side < -1.0) side = -1.0; + if (dynAmountS < 0.4999) side = (side*dynAmountS*2.0) + (sin(side)*(1.0-(dynAmountS*2.0))); + if (dynAmountS > 0.5001) side = (asin(side)*((dynAmountS*2.0)-1.0)) + (side*(1.0-((dynAmountS*2.0)-1.0))); + //doing this in two steps means I get to not run an extra sin/asin function per sample + + noiseBS = sin(noiseAS*(0.2-(dynAmountS*0.125))*fabs(side)); + + slew = fabs(side-lastSampleS)*slewAmountS; + lastSampleS = side*(0.86-(dynAmountS*0.125)); + + if (slew > 1.0) slew = 1.0; + iirIntensity = slew; + iirIntensity *= 2.472; + iirIntensity *= iirIntensity; + if (iirIntensity > 1.0) iirIntensity = 1.0; + + iirSampleS = (iirSampleS * (1.0 - iirIntensity)) + (noiseBS * iirIntensity); + noiseBS = iirSampleS; + noiseBS = (noiseBS * slew) + (noiseCS * (1.0-slew)); + noiseCS = noiseBS; + + side = (noiseCS * wetS) + (drySampleS * (1.0-wetS)); + //end side + + inputSampleL = (mid+side)/2.0; + inputSampleR = (mid-side)/2.0; + //unassign mid and side + + //begin 64 bit stereo floating point dither + //int expon; frexp((double)inputSampleL, &expon); + fpdL ^= fpdL << 13; fpdL ^= fpdL >> 17; fpdL ^= fpdL << 5; + //inputSampleL += ((double(fpdL)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //frexp((double)inputSampleR, &expon); + fpdR ^= fpdR << 13; fpdR ^= fpdR >> 17; fpdR ^= fpdR << 5; + //inputSampleR += ((double(fpdR)-uint32_t(0x7fffffff)) * 1.1e-44l * pow(2,expon+62)); + //end 64 bit stereo floating point dither + + *out1 = inputSampleL; + *out2 = inputSampleR; + + in1++; + in2++; + out1++; + out2++; + } +} diff --git a/plugins/WinVST/TexturizeMS/VSTProject.sln b/plugins/WinVST/TexturizeMS/VSTProject.sln new file mode 100755 index 000000000..694b42443 --- /dev/null +++ b/plugins/WinVST/TexturizeMS/VSTProject.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VSTProject", "VSTProject.vcxproj", "{16F7AB3C-1AE0-4574-B60C-7B4DED82938C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x64.ActiveCfg = Debug|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x64.Build.0 = Debug|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x86.ActiveCfg = Debug|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Debug|x86.Build.0 = Debug|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x64.ActiveCfg = Release|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x64.Build.0 = Release|x64 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x86.ActiveCfg = Release|Win32 + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/plugins/WinVST/TexturizeMS/VSTProject.vcxproj b/plugins/WinVST/TexturizeMS/VSTProject.vcxproj new file mode 100755 index 000000000..59b0be988 --- /dev/null +++ b/plugins/WinVST/TexturizeMS/VSTProject.vcxproj @@ -0,0 +1,183 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + + + + + {16F7AB3C-1AE0-4574-B60C-7B4DED82938C} + VSTProject + 8.1 + TexturizeMS64 + + + + DynamicLibrary + true + v140 + NotSet + + + DynamicLibrary + false + v140 + false + NotSet + + + DynamicLibrary + true + v140 + NotSet + + + DynamicLibrary + false + v140 + false + NotSet + + + + + + + + + + + + + + + + + + + + + .dll + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH) + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH) + + + + Level3 + MaxSpeed + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + MultiThreadedDebug + Speed + false + Default + false + None + + + vstplug.def + libcmt.dll;libcmtd.dll;msvcrt.lib;%(IgnoreSpecificDefaultLibraries) + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + + + + + Level3 + MaxSpeed + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + false + MultiThreadedDebug + Default + false + None + + + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + libcmt.dll;libcmtd.dll;msvcrt.lib;%(IgnoreSpecificDefaultLibraries) + vstplug.def + + + + + Level3 + MaxSpeed + false + false + true + MultiThreaded + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + None + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + + + true + true + libcmt.dll;libcmtd.dll;msvcrt.lib;libc.lib;libcd.lib;libcmt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + libcmt.lib;uuid.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + vstplug.def + + + + + Level3 + MaxSpeed + false + false + true + C:\Users\christopherjohnson\Documents\Visual Studio 2015\Projects\VSTProject\vst2.x;C:\Users\christopherjohnson\Documents\vstsdk2.4;%(AdditionalIncludeDirectories) + None + Speed + WINDOWS;_WINDOWS;WIN32;_USRDLL;_USE_MATH_DEFINES;_CRT_SECURE_NO_DEPRECATE;VST_FORCE_DEPRECATED;%(PreprocessorDefinitions) + MultiThreaded + + + true + true + libcmt.dll;libcmtd.dll;msvcrt.lib;libc.lib;libcd.lib;libcmt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + libcmt.lib;uuid.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + vstplug.def + + + + + + \ No newline at end of file diff --git a/plugins/WinVST/TexturizeMS/VSTProject.vcxproj.filters b/plugins/WinVST/TexturizeMS/VSTProject.vcxproj.filters new file mode 100755 index 000000000..426ae8a7e --- /dev/null +++ b/plugins/WinVST/TexturizeMS/VSTProject.vcxproj.filters @@ -0,0 +1,48 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/plugins/WinVST/TexturizeMS/VSTProject.vcxproj.user b/plugins/WinVST/TexturizeMS/VSTProject.vcxproj.user new file mode 100755 index 000000000..221626789 --- /dev/null +++ b/plugins/WinVST/TexturizeMS/VSTProject.vcxproj.user @@ -0,0 +1,19 @@ + + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + + {ADEFF70D-84BF-47A1-91C3-FF6B0FC71218} + WindowsLocalDebugger + + \ No newline at end of file diff --git a/plugins/WinVST/TexturizeMS/vstplug.def b/plugins/WinVST/TexturizeMS/vstplug.def new file mode 100755 index 000000000..5bf499aa2 --- /dev/null +++ b/plugins/WinVST/TexturizeMS/vstplug.def @@ -0,0 +1,3 @@ +EXPORTS + VSTPluginMain + main=VSTPluginMain \ No newline at end of file diff --git a/plugins/WinVST/Thunder/Thunder.cpp b/plugins/WinVST/Thunder/Thunder.cpp index b206dace5..2748d81ca 100755 --- a/plugins/WinVST/Thunder/Thunder.cpp +++ b/plugins/WinVST/Thunder/Thunder.cpp @@ -1,6 +1,6 @@ /* ======================================== * Thunder - Thunder.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Thunder_H diff --git a/plugins/WinVST/Thunder/Thunder.h b/plugins/WinVST/Thunder/Thunder.h index fc8bf411e..73be6420d 100755 --- a/plugins/WinVST/Thunder/Thunder.h +++ b/plugins/WinVST/Thunder/Thunder.h @@ -1,7 +1,7 @@ /* ======================================== * Thunder - Thunder.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Thunder_H diff --git a/plugins/WinVST/Thunder/ThunderProc.cpp b/plugins/WinVST/Thunder/ThunderProc.cpp index ce6b41c13..06a92ca99 100755 --- a/plugins/WinVST/Thunder/ThunderProc.cpp +++ b/plugins/WinVST/Thunder/ThunderProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Thunder - Thunder.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Thunder_H diff --git a/plugins/WinVST/ToTape5/ToTape5.cpp b/plugins/WinVST/ToTape5/ToTape5.cpp index 509c70874..96b2d495f 100755 --- a/plugins/WinVST/ToTape5/ToTape5.cpp +++ b/plugins/WinVST/ToTape5/ToTape5.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToTape5 - ToTape5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape5_H diff --git a/plugins/WinVST/ToTape5/ToTape5.h b/plugins/WinVST/ToTape5/ToTape5.h index b35426a07..93b025271 100755 --- a/plugins/WinVST/ToTape5/ToTape5.h +++ b/plugins/WinVST/ToTape5/ToTape5.h @@ -1,7 +1,7 @@ /* ======================================== * ToTape5 - ToTape5.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape5_H diff --git a/plugins/WinVST/ToTape5/ToTape5Proc.cpp b/plugins/WinVST/ToTape5/ToTape5Proc.cpp index f2ad65562..4e63f1013 100755 --- a/plugins/WinVST/ToTape5/ToTape5Proc.cpp +++ b/plugins/WinVST/ToTape5/ToTape5Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToTape5 - ToTape5.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape5_H diff --git a/plugins/WinVST/ToTape6/ToTape6.cpp b/plugins/WinVST/ToTape6/ToTape6.cpp index fe39aef98..4a47b2f3a 100755 --- a/plugins/WinVST/ToTape6/ToTape6.cpp +++ b/plugins/WinVST/ToTape6/ToTape6.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToTape6 - ToTape6.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape6_H diff --git a/plugins/WinVST/ToTape6/ToTape6.h b/plugins/WinVST/ToTape6/ToTape6.h index 1f447dcc7..64de32353 100755 --- a/plugins/WinVST/ToTape6/ToTape6.h +++ b/plugins/WinVST/ToTape6/ToTape6.h @@ -1,7 +1,7 @@ /* ======================================== * ToTape6 - ToTape6.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape6_H diff --git a/plugins/WinVST/ToTape6/ToTape6Proc.cpp b/plugins/WinVST/ToTape6/ToTape6Proc.cpp index ea7353a5a..f581d62b9 100755 --- a/plugins/WinVST/ToTape6/ToTape6Proc.cpp +++ b/plugins/WinVST/ToTape6/ToTape6Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToTape6 - ToTape6.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToTape6_H diff --git a/plugins/WinVST/ToVinyl4/ToVinyl4.cpp b/plugins/WinVST/ToVinyl4/ToVinyl4.cpp index 3d46fd518..3ef29e79a 100755 --- a/plugins/WinVST/ToVinyl4/ToVinyl4.cpp +++ b/plugins/WinVST/ToVinyl4/ToVinyl4.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToVinyl4 - ToVinyl4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToVinyl4_H diff --git a/plugins/WinVST/ToVinyl4/ToVinyl4.h b/plugins/WinVST/ToVinyl4/ToVinyl4.h index d1a7363eb..7fe942c2c 100755 --- a/plugins/WinVST/ToVinyl4/ToVinyl4.h +++ b/plugins/WinVST/ToVinyl4/ToVinyl4.h @@ -1,7 +1,7 @@ /* ======================================== * ToVinyl4 - ToVinyl4.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ToVinyl4_H diff --git a/plugins/WinVST/ToVinyl4/ToVinyl4Proc.cpp b/plugins/WinVST/ToVinyl4/ToVinyl4Proc.cpp index 1bb4c1841..a97cd7133 100755 --- a/plugins/WinVST/ToVinyl4/ToVinyl4Proc.cpp +++ b/plugins/WinVST/ToVinyl4/ToVinyl4Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToVinyl4 - ToVinyl4.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToVinyl4_H diff --git a/plugins/WinVST/ToneSlant/ToneSlant.cpp b/plugins/WinVST/ToneSlant/ToneSlant.cpp index 6bc494340..f03319e22 100755 --- a/plugins/WinVST/ToneSlant/ToneSlant.cpp +++ b/plugins/WinVST/ToneSlant/ToneSlant.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToneSlant - ToneSlant.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToneSlant_H diff --git a/plugins/WinVST/ToneSlant/ToneSlant.h b/plugins/WinVST/ToneSlant/ToneSlant.h index ca55bbf14..91251af18 100755 --- a/plugins/WinVST/ToneSlant/ToneSlant.h +++ b/plugins/WinVST/ToneSlant/ToneSlant.h @@ -1,7 +1,7 @@ /* ======================================== * ToneSlant - ToneSlant.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ToneSlant_H diff --git a/plugins/WinVST/ToneSlant/ToneSlantProc.cpp b/plugins/WinVST/ToneSlant/ToneSlantProc.cpp index 7397d8aa4..82980828d 100755 --- a/plugins/WinVST/ToneSlant/ToneSlantProc.cpp +++ b/plugins/WinVST/ToneSlant/ToneSlantProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ToneSlant - ToneSlant.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ToneSlant_H diff --git a/plugins/WinVST/TransDesk/TransDesk.cpp b/plugins/WinVST/TransDesk/TransDesk.cpp index d26434509..bc1bb1f5f 100755 --- a/plugins/WinVST/TransDesk/TransDesk.cpp +++ b/plugins/WinVST/TransDesk/TransDesk.cpp @@ -1,6 +1,6 @@ /* ======================================== * TransDesk - TransDesk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TransDesk_H diff --git a/plugins/WinVST/TransDesk/TransDesk.h b/plugins/WinVST/TransDesk/TransDesk.h index 4657525a2..afaa8b2bf 100755 --- a/plugins/WinVST/TransDesk/TransDesk.h +++ b/plugins/WinVST/TransDesk/TransDesk.h @@ -1,7 +1,7 @@ /* ======================================== * TransDesk - TransDesk.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TransDesk_H diff --git a/plugins/WinVST/TransDesk/TransDeskProc.cpp b/plugins/WinVST/TransDesk/TransDeskProc.cpp index 9768c73fb..dde1201fc 100755 --- a/plugins/WinVST/TransDesk/TransDeskProc.cpp +++ b/plugins/WinVST/TransDesk/TransDeskProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TransDesk - TransDesk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TransDesk_H diff --git a/plugins/WinVST/TremoSquare/TremoSquare.cpp b/plugins/WinVST/TremoSquare/TremoSquare.cpp index 3bd90f485..4753bb0bb 100755 --- a/plugins/WinVST/TremoSquare/TremoSquare.cpp +++ b/plugins/WinVST/TremoSquare/TremoSquare.cpp @@ -1,6 +1,6 @@ /* ======================================== * TremoSquare - TremoSquare.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TremoSquare_H diff --git a/plugins/WinVST/TremoSquare/TremoSquare.h b/plugins/WinVST/TremoSquare/TremoSquare.h index afb4dbe98..0ca35b09c 100755 --- a/plugins/WinVST/TremoSquare/TremoSquare.h +++ b/plugins/WinVST/TremoSquare/TremoSquare.h @@ -1,7 +1,7 @@ /* ======================================== * TremoSquare - TremoSquare.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TremoSquare_H diff --git a/plugins/WinVST/TremoSquare/TremoSquareProc.cpp b/plugins/WinVST/TremoSquare/TremoSquareProc.cpp index bcea40a75..37f237a26 100755 --- a/plugins/WinVST/TremoSquare/TremoSquareProc.cpp +++ b/plugins/WinVST/TremoSquare/TremoSquareProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TremoSquare - TremoSquare.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TremoSquare_H diff --git a/plugins/WinVST/Tremolo/Tremolo.cpp b/plugins/WinVST/Tremolo/Tremolo.cpp index b57f9ec20..918ff9e30 100755 --- a/plugins/WinVST/Tremolo/Tremolo.cpp +++ b/plugins/WinVST/Tremolo/Tremolo.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tremolo - Tremolo.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tremolo_H diff --git a/plugins/WinVST/Tremolo/Tremolo.h b/plugins/WinVST/Tremolo/Tremolo.h index 1f1d00675..69b853c13 100755 --- a/plugins/WinVST/Tremolo/Tremolo.h +++ b/plugins/WinVST/Tremolo/Tremolo.h @@ -1,7 +1,7 @@ /* ======================================== * Tremolo - Tremolo.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Tremolo_H diff --git a/plugins/WinVST/Tremolo/TremoloProc.cpp b/plugins/WinVST/Tremolo/TremoloProc.cpp index e63f0b044..148aa76fe 100755 --- a/plugins/WinVST/Tremolo/TremoloProc.cpp +++ b/plugins/WinVST/Tremolo/TremoloProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tremolo - Tremolo.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tremolo_H diff --git a/plugins/WinVST/TripleSpread/TripleSpread.cpp b/plugins/WinVST/TripleSpread/TripleSpread.cpp index c9ce7c968..a22d97160 100755 --- a/plugins/WinVST/TripleSpread/TripleSpread.cpp +++ b/plugins/WinVST/TripleSpread/TripleSpread.cpp @@ -1,6 +1,6 @@ /* ======================================== * TripleSpread - TripleSpread.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TripleSpread_H diff --git a/plugins/WinVST/TripleSpread/TripleSpread.h b/plugins/WinVST/TripleSpread/TripleSpread.h index 1d2dbf5fa..95e0074c6 100755 --- a/plugins/WinVST/TripleSpread/TripleSpread.h +++ b/plugins/WinVST/TripleSpread/TripleSpread.h @@ -1,7 +1,7 @@ /* ======================================== * TripleSpread - TripleSpread.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TripleSpread_H diff --git a/plugins/WinVST/TripleSpread/TripleSpreadProc.cpp b/plugins/WinVST/TripleSpread/TripleSpreadProc.cpp index c04e6dfed..538586227 100755 --- a/plugins/WinVST/TripleSpread/TripleSpreadProc.cpp +++ b/plugins/WinVST/TripleSpread/TripleSpreadProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TripleSpread - TripleSpread.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TripleSpread_H diff --git a/plugins/WinVST/Tube/Tube.cpp b/plugins/WinVST/Tube/Tube.cpp index 78ecd37d2..ad6b2a8c4 100755 --- a/plugins/WinVST/Tube/Tube.cpp +++ b/plugins/WinVST/Tube/Tube.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tube - Tube.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube_H diff --git a/plugins/WinVST/Tube/Tube.h b/plugins/WinVST/Tube/Tube.h index c423e2802..5431998ed 100755 --- a/plugins/WinVST/Tube/Tube.h +++ b/plugins/WinVST/Tube/Tube.h @@ -1,7 +1,7 @@ /* ======================================== * Tube - Tube.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube_H diff --git a/plugins/WinVST/Tube/TubeProc.cpp b/plugins/WinVST/Tube/TubeProc.cpp index 068a6ea5e..91c0ad671 100755 --- a/plugins/WinVST/Tube/TubeProc.cpp +++ b/plugins/WinVST/Tube/TubeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tube - Tube.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube_H diff --git a/plugins/WinVST/Tube2/Tube2.cpp b/plugins/WinVST/Tube2/Tube2.cpp index e7e68ec2f..b0ad863ae 100755 --- a/plugins/WinVST/Tube2/Tube2.cpp +++ b/plugins/WinVST/Tube2/Tube2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tube2 - Tube2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube2_H diff --git a/plugins/WinVST/Tube2/Tube2.h b/plugins/WinVST/Tube2/Tube2.h index 80bfcc84b..4021c32a0 100755 --- a/plugins/WinVST/Tube2/Tube2.h +++ b/plugins/WinVST/Tube2/Tube2.h @@ -1,7 +1,7 @@ /* ======================================== * Tube2 - Tube2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube2_H diff --git a/plugins/WinVST/Tube2/Tube2Proc.cpp b/plugins/WinVST/Tube2/Tube2Proc.cpp index e3c528b96..29975a97d 100755 --- a/plugins/WinVST/Tube2/Tube2Proc.cpp +++ b/plugins/WinVST/Tube2/Tube2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Tube2 - Tube2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Tube2_H diff --git a/plugins/WinVST/TubeDesk/TubeDesk.cpp b/plugins/WinVST/TubeDesk/TubeDesk.cpp index 5a42bb4aa..54188913c 100755 --- a/plugins/WinVST/TubeDesk/TubeDesk.cpp +++ b/plugins/WinVST/TubeDesk/TubeDesk.cpp @@ -1,6 +1,6 @@ /* ======================================== * TubeDesk - TubeDesk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TubeDesk_H diff --git a/plugins/WinVST/TubeDesk/TubeDesk.h b/plugins/WinVST/TubeDesk/TubeDesk.h index 7ef3e35be..750d6eab4 100755 --- a/plugins/WinVST/TubeDesk/TubeDesk.h +++ b/plugins/WinVST/TubeDesk/TubeDesk.h @@ -1,7 +1,7 @@ /* ======================================== * TubeDesk - TubeDesk.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __TubeDesk_H diff --git a/plugins/WinVST/TubeDesk/TubeDeskProc.cpp b/plugins/WinVST/TubeDesk/TubeDeskProc.cpp index 72b8fe2c7..51d9aa032 100755 --- a/plugins/WinVST/TubeDesk/TubeDeskProc.cpp +++ b/plugins/WinVST/TubeDesk/TubeDeskProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * TubeDesk - TubeDesk.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __TubeDesk_H diff --git a/plugins/WinVST/UltrasonX/UltrasonX.cpp b/plugins/WinVST/UltrasonX/UltrasonX.cpp index 1b8a52d6a..fdf38e331 100755 --- a/plugins/WinVST/UltrasonX/UltrasonX.cpp +++ b/plugins/WinVST/UltrasonX/UltrasonX.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonX - UltrasonX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonX_H diff --git a/plugins/WinVST/UltrasonX/UltrasonX.h b/plugins/WinVST/UltrasonX/UltrasonX.h index dccd0df88..222bee25c 100755 --- a/plugins/WinVST/UltrasonX/UltrasonX.h +++ b/plugins/WinVST/UltrasonX/UltrasonX.h @@ -1,7 +1,7 @@ /* ======================================== * UltrasonX - UltrasonX.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonX_H diff --git a/plugins/WinVST/UltrasonX/UltrasonXProc.cpp b/plugins/WinVST/UltrasonX/UltrasonXProc.cpp index 09a93d0a6..2f55654a8 100755 --- a/plugins/WinVST/UltrasonX/UltrasonXProc.cpp +++ b/plugins/WinVST/UltrasonX/UltrasonXProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonX - UltrasonX.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonX_H diff --git a/plugins/WinVST/Ultrasonic/Ultrasonic.cpp b/plugins/WinVST/Ultrasonic/Ultrasonic.cpp index fe70912b4..05d23c1e4 100755 --- a/plugins/WinVST/Ultrasonic/Ultrasonic.cpp +++ b/plugins/WinVST/Ultrasonic/Ultrasonic.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ultrasonic - Ultrasonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ultrasonic_H diff --git a/plugins/WinVST/Ultrasonic/Ultrasonic.h b/plugins/WinVST/Ultrasonic/Ultrasonic.h index d67457d29..3cbd0a56d 100755 --- a/plugins/WinVST/Ultrasonic/Ultrasonic.h +++ b/plugins/WinVST/Ultrasonic/Ultrasonic.h @@ -1,7 +1,7 @@ /* ======================================== * Ultrasonic - Ultrasonic.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Ultrasonic_H diff --git a/plugins/WinVST/Ultrasonic/UltrasonicProc.cpp b/plugins/WinVST/Ultrasonic/UltrasonicProc.cpp index edd6126a8..7b835441a 100755 --- a/plugins/WinVST/Ultrasonic/UltrasonicProc.cpp +++ b/plugins/WinVST/Ultrasonic/UltrasonicProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Ultrasonic - Ultrasonic.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Ultrasonic_H diff --git a/plugins/WinVST/UltrasonicLite/UltrasonicLite.cpp b/plugins/WinVST/UltrasonicLite/UltrasonicLite.cpp index 5f5d08cf1..86de0c844 100755 --- a/plugins/WinVST/UltrasonicLite/UltrasonicLite.cpp +++ b/plugins/WinVST/UltrasonicLite/UltrasonicLite.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonicLite - UltrasonicLite.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicLite_H diff --git a/plugins/WinVST/UltrasonicLite/UltrasonicLite.h b/plugins/WinVST/UltrasonicLite/UltrasonicLite.h index a78879605..5c56a928e 100755 --- a/plugins/WinVST/UltrasonicLite/UltrasonicLite.h +++ b/plugins/WinVST/UltrasonicLite/UltrasonicLite.h @@ -1,7 +1,7 @@ /* ======================================== * UltrasonicLite - UltrasonicLite.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicLite_H diff --git a/plugins/WinVST/UltrasonicLite/UltrasonicLiteProc.cpp b/plugins/WinVST/UltrasonicLite/UltrasonicLiteProc.cpp index 7f272fd56..77d740211 100755 --- a/plugins/WinVST/UltrasonicLite/UltrasonicLiteProc.cpp +++ b/plugins/WinVST/UltrasonicLite/UltrasonicLiteProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonicLite - UltrasonicLite.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicLite_H diff --git a/plugins/WinVST/UltrasonicMed/UltrasonicMed.cpp b/plugins/WinVST/UltrasonicMed/UltrasonicMed.cpp index 906bb46a6..5b9092231 100755 --- a/plugins/WinVST/UltrasonicMed/UltrasonicMed.cpp +++ b/plugins/WinVST/UltrasonicMed/UltrasonicMed.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonicMed - UltrasonicMed.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicMed_H diff --git a/plugins/WinVST/UltrasonicMed/UltrasonicMed.h b/plugins/WinVST/UltrasonicMed/UltrasonicMed.h index f50f4ef2a..0bd494b90 100755 --- a/plugins/WinVST/UltrasonicMed/UltrasonicMed.h +++ b/plugins/WinVST/UltrasonicMed/UltrasonicMed.h @@ -1,7 +1,7 @@ /* ======================================== * UltrasonicMed - UltrasonicMed.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicMed_H diff --git a/plugins/WinVST/UltrasonicMed/UltrasonicMedProc.cpp b/plugins/WinVST/UltrasonicMed/UltrasonicMedProc.cpp index 1f01a5f47..a504a3ee8 100755 --- a/plugins/WinVST/UltrasonicMed/UltrasonicMedProc.cpp +++ b/plugins/WinVST/UltrasonicMed/UltrasonicMedProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * UltrasonicMed - UltrasonicMed.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UltrasonicMed_H diff --git a/plugins/WinVST/UnBox/UnBox.cpp b/plugins/WinVST/UnBox/UnBox.cpp index 211bdb712..ec862dcb8 100755 --- a/plugins/WinVST/UnBox/UnBox.cpp +++ b/plugins/WinVST/UnBox/UnBox.cpp @@ -1,6 +1,6 @@ /* ======================================== * UnBox - UnBox.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UnBox_H diff --git a/plugins/WinVST/UnBox/UnBox.h b/plugins/WinVST/UnBox/UnBox.h index 838b6062e..777a87542 100755 --- a/plugins/WinVST/UnBox/UnBox.h +++ b/plugins/WinVST/UnBox/UnBox.h @@ -1,7 +1,7 @@ /* ======================================== * UnBox - UnBox.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __UnBox_H diff --git a/plugins/WinVST/UnBox/UnBoxProc.cpp b/plugins/WinVST/UnBox/UnBoxProc.cpp index cbeae0d5e..504d731c8 100755 --- a/plugins/WinVST/UnBox/UnBoxProc.cpp +++ b/plugins/WinVST/UnBox/UnBoxProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * UnBox - UnBox.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __UnBox_H diff --git a/plugins/WinVST/VariMu/VariMu.cpp b/plugins/WinVST/VariMu/VariMu.cpp index e71b73000..0979f6722 100755 --- a/plugins/WinVST/VariMu/VariMu.cpp +++ b/plugins/WinVST/VariMu/VariMu.cpp @@ -1,6 +1,6 @@ /* ======================================== * VariMu - VariMu.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VariMu_H diff --git a/plugins/WinVST/VariMu/VariMu.h b/plugins/WinVST/VariMu/VariMu.h index d06ae8cfc..609fe827a 100755 --- a/plugins/WinVST/VariMu/VariMu.h +++ b/plugins/WinVST/VariMu/VariMu.h @@ -1,7 +1,7 @@ /* ======================================== * VariMu - VariMu.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VariMu_H diff --git a/plugins/WinVST/VariMu/VariMuProc.cpp b/plugins/WinVST/VariMu/VariMuProc.cpp index a4482761f..5cf5e2aec 100755 --- a/plugins/WinVST/VariMu/VariMuProc.cpp +++ b/plugins/WinVST/VariMu/VariMuProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * VariMu - VariMu.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VariMu_H diff --git a/plugins/WinVST/Verbity/Verbity.cpp b/plugins/WinVST/Verbity/Verbity.cpp index f001167fc..951c71c78 100755 --- a/plugins/WinVST/Verbity/Verbity.cpp +++ b/plugins/WinVST/Verbity/Verbity.cpp @@ -1,6 +1,6 @@ /* ======================================== * Verbity - Verbity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity_H diff --git a/plugins/WinVST/Verbity/Verbity.h b/plugins/WinVST/Verbity/Verbity.h index 3e755e0e8..d1b42171c 100755 --- a/plugins/WinVST/Verbity/Verbity.h +++ b/plugins/WinVST/Verbity/Verbity.h @@ -1,7 +1,7 @@ /* ======================================== * Verbity - Verbity.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity_H diff --git a/plugins/WinVST/Verbity/VerbityProc.cpp b/plugins/WinVST/Verbity/VerbityProc.cpp index 286a798c8..ec3a9a3ba 100755 --- a/plugins/WinVST/Verbity/VerbityProc.cpp +++ b/plugins/WinVST/Verbity/VerbityProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Verbity - Verbity.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity_H diff --git a/plugins/WinVST/Verbity2/Verbity2.cpp b/plugins/WinVST/Verbity2/Verbity2.cpp index 2a032b899..a6043e929 100755 --- a/plugins/WinVST/Verbity2/Verbity2.cpp +++ b/plugins/WinVST/Verbity2/Verbity2.cpp @@ -1,6 +1,6 @@ /* ======================================== * Verbity2 - Verbity2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity2_H diff --git a/plugins/WinVST/Verbity2/Verbity2.h b/plugins/WinVST/Verbity2/Verbity2.h index 0b3aac772..44dab88f7 100755 --- a/plugins/WinVST/Verbity2/Verbity2.h +++ b/plugins/WinVST/Verbity2/Verbity2.h @@ -1,7 +1,7 @@ /* ======================================== * Verbity2 - Verbity2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity2_H diff --git a/plugins/WinVST/Verbity2/Verbity2Proc.cpp b/plugins/WinVST/Verbity2/Verbity2Proc.cpp index 032426d3d..7ae4d7a3c 100755 --- a/plugins/WinVST/Verbity2/Verbity2Proc.cpp +++ b/plugins/WinVST/Verbity2/Verbity2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Verbity2 - Verbity2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Verbity2_H diff --git a/plugins/WinVST/Vibrato/Vibrato.cpp b/plugins/WinVST/Vibrato/Vibrato.cpp index 9993a661d..e93b01913 100755 --- a/plugins/WinVST/Vibrato/Vibrato.cpp +++ b/plugins/WinVST/Vibrato/Vibrato.cpp @@ -1,6 +1,6 @@ /* ======================================== * Vibrato - Vibrato.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Vibrato_H diff --git a/plugins/WinVST/Vibrato/Vibrato.h b/plugins/WinVST/Vibrato/Vibrato.h index 6ad509090..968444332 100755 --- a/plugins/WinVST/Vibrato/Vibrato.h +++ b/plugins/WinVST/Vibrato/Vibrato.h @@ -1,7 +1,7 @@ /* ======================================== * Vibrato - Vibrato.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Vibrato_H diff --git a/plugins/WinVST/Vibrato/VibratoProc.cpp b/plugins/WinVST/Vibrato/VibratoProc.cpp index bcb855ae9..eca8717c1 100755 --- a/plugins/WinVST/Vibrato/VibratoProc.cpp +++ b/plugins/WinVST/Vibrato/VibratoProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Vibrato - Vibrato.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Vibrato_H diff --git a/plugins/WinVST/VinylDither/VinylDither.cpp b/plugins/WinVST/VinylDither/VinylDither.cpp index 2538e55f8..8668d4136 100755 --- a/plugins/WinVST/VinylDither/VinylDither.cpp +++ b/plugins/WinVST/VinylDither/VinylDither.cpp @@ -1,6 +1,6 @@ /* ======================================== * VinylDither - VinylDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VinylDither_H diff --git a/plugins/WinVST/VinylDither/VinylDither.h b/plugins/WinVST/VinylDither/VinylDither.h index 2e1c695f9..10f32b00c 100755 --- a/plugins/WinVST/VinylDither/VinylDither.h +++ b/plugins/WinVST/VinylDither/VinylDither.h @@ -1,7 +1,7 @@ /* ======================================== * VinylDither - VinylDither.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VinylDither_H diff --git a/plugins/WinVST/VinylDither/VinylDitherProc.cpp b/plugins/WinVST/VinylDither/VinylDitherProc.cpp index 1adede36a..16f91bb2f 100755 --- a/plugins/WinVST/VinylDither/VinylDitherProc.cpp +++ b/plugins/WinVST/VinylDither/VinylDitherProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * VinylDither - VinylDither.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VinylDither_H diff --git a/plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarship.cpp b/plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarship.cpp index ac1ed8939..d9b663607 100755 --- a/plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarship.cpp +++ b/plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarship.cpp @@ -1,6 +1,6 @@ /* ======================================== * VoiceOfTheStarship - VoiceOfTheStarship.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceOfTheStarship_H diff --git a/plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarship.h b/plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarship.h index 51c66c043..9f64ab10f 100755 --- a/plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarship.h +++ b/plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarship.h @@ -1,7 +1,7 @@ /* ======================================== * VoiceOfTheStarship - VoiceOfTheStarship.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceOfTheStarship_H diff --git a/plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarshipProc.cpp b/plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarshipProc.cpp index 8ea666d37..dc58bcb9d 100755 --- a/plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarshipProc.cpp +++ b/plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarshipProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * VoiceOfTheStarship - VoiceOfTheStarship.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceOfTheStarship_H diff --git a/plugins/WinVST/VoiceTrick/VoiceTrick.cpp b/plugins/WinVST/VoiceTrick/VoiceTrick.cpp index c4df942f9..c9b952557 100755 --- a/plugins/WinVST/VoiceTrick/VoiceTrick.cpp +++ b/plugins/WinVST/VoiceTrick/VoiceTrick.cpp @@ -1,6 +1,6 @@ /* ======================================== * VoiceTrick - VoiceTrick.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceTrick_H diff --git a/plugins/WinVST/VoiceTrick/VoiceTrick.h b/plugins/WinVST/VoiceTrick/VoiceTrick.h index d5b1e3ee4..dfad3c7ac 100755 --- a/plugins/WinVST/VoiceTrick/VoiceTrick.h +++ b/plugins/WinVST/VoiceTrick/VoiceTrick.h @@ -1,7 +1,7 @@ /* ======================================== * VoiceTrick - VoiceTrick.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceTrick_H diff --git a/plugins/WinVST/VoiceTrick/VoiceTrickProc.cpp b/plugins/WinVST/VoiceTrick/VoiceTrickProc.cpp index 201378de8..9c4f9c266 100755 --- a/plugins/WinVST/VoiceTrick/VoiceTrickProc.cpp +++ b/plugins/WinVST/VoiceTrick/VoiceTrickProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * VoiceTrick - VoiceTrick.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __VoiceTrick_H diff --git a/plugins/WinVST/Wider/Wider.cpp b/plugins/WinVST/Wider/Wider.cpp index a7cb54608..42254eca3 100755 --- a/plugins/WinVST/Wider/Wider.cpp +++ b/plugins/WinVST/Wider/Wider.cpp @@ -1,6 +1,6 @@ /* ======================================== * Wider - Wider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Wider_H diff --git a/plugins/WinVST/Wider/Wider.h b/plugins/WinVST/Wider/Wider.h index a79fa43f0..4a5621fe4 100755 --- a/plugins/WinVST/Wider/Wider.h +++ b/plugins/WinVST/Wider/Wider.h @@ -1,7 +1,7 @@ /* ======================================== * Wider - Wider.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __Wider_H diff --git a/plugins/WinVST/Wider/WiderProc.cpp b/plugins/WinVST/Wider/WiderProc.cpp index fc9f5241a..45fa609a2 100755 --- a/plugins/WinVST/Wider/WiderProc.cpp +++ b/plugins/WinVST/Wider/WiderProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * Wider - Wider.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Wider_H diff --git a/plugins/WinVST/XBandpass/XBandpass.cpp b/plugins/WinVST/XBandpass/XBandpass.cpp index ac06aee48..0c4a940da 100755 --- a/plugins/WinVST/XBandpass/XBandpass.cpp +++ b/plugins/WinVST/XBandpass/XBandpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * XBandpass - XBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XBandpass_H diff --git a/plugins/WinVST/XBandpass/XBandpass.h b/plugins/WinVST/XBandpass/XBandpass.h index d03811383..a506545ab 100755 --- a/plugins/WinVST/XBandpass/XBandpass.h +++ b/plugins/WinVST/XBandpass/XBandpass.h @@ -1,7 +1,7 @@ /* ======================================== * XBandpass - XBandpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XBandpass_H diff --git a/plugins/WinVST/XBandpass/XBandpassProc.cpp b/plugins/WinVST/XBandpass/XBandpassProc.cpp index 53f7c5f2a..43b72ecdc 100755 --- a/plugins/WinVST/XBandpass/XBandpassProc.cpp +++ b/plugins/WinVST/XBandpass/XBandpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XBandpass - XBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XBandpass_H diff --git a/plugins/WinVST/XHighpass/XHighpass.cpp b/plugins/WinVST/XHighpass/XHighpass.cpp index c5e439d3b..b5291eb47 100755 --- a/plugins/WinVST/XHighpass/XHighpass.cpp +++ b/plugins/WinVST/XHighpass/XHighpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * XHighpass - XHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XHighpass_H diff --git a/plugins/WinVST/XHighpass/XHighpass.h b/plugins/WinVST/XHighpass/XHighpass.h index 8001ab17b..adfa9899a 100755 --- a/plugins/WinVST/XHighpass/XHighpass.h +++ b/plugins/WinVST/XHighpass/XHighpass.h @@ -1,7 +1,7 @@ /* ======================================== * XHighpass - XHighpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XHighpass_H diff --git a/plugins/WinVST/XHighpass/XHighpassProc.cpp b/plugins/WinVST/XHighpass/XHighpassProc.cpp index dd6a8d08e..a71875346 100755 --- a/plugins/WinVST/XHighpass/XHighpassProc.cpp +++ b/plugins/WinVST/XHighpass/XHighpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XHighpass - XHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XHighpass_H diff --git a/plugins/WinVST/XLowpass/XLowpass.cpp b/plugins/WinVST/XLowpass/XLowpass.cpp index 19020c741..900030270 100755 --- a/plugins/WinVST/XLowpass/XLowpass.cpp +++ b/plugins/WinVST/XLowpass/XLowpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * XLowpass - XLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XLowpass_H diff --git a/plugins/WinVST/XLowpass/XLowpass.h b/plugins/WinVST/XLowpass/XLowpass.h index dac60bc2a..4396732ef 100755 --- a/plugins/WinVST/XLowpass/XLowpass.h +++ b/plugins/WinVST/XLowpass/XLowpass.h @@ -1,7 +1,7 @@ /* ======================================== * XLowpass - XLowpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XLowpass_H diff --git a/plugins/WinVST/XLowpass/XLowpassProc.cpp b/plugins/WinVST/XLowpass/XLowpassProc.cpp index 48ea9f36b..62386d109 100755 --- a/plugins/WinVST/XLowpass/XLowpassProc.cpp +++ b/plugins/WinVST/XLowpass/XLowpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XLowpass - XLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XLowpass_H diff --git a/plugins/WinVST/XNotch/XNotch.cpp b/plugins/WinVST/XNotch/XNotch.cpp index 5ab94a969..14f3e6134 100755 --- a/plugins/WinVST/XNotch/XNotch.cpp +++ b/plugins/WinVST/XNotch/XNotch.cpp @@ -1,6 +1,6 @@ /* ======================================== * XNotch - XNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XNotch_H diff --git a/plugins/WinVST/XNotch/XNotch.h b/plugins/WinVST/XNotch/XNotch.h index 85a0781d7..4e92f79b7 100755 --- a/plugins/WinVST/XNotch/XNotch.h +++ b/plugins/WinVST/XNotch/XNotch.h @@ -1,7 +1,7 @@ /* ======================================== * XNotch - XNotch.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XNotch_H diff --git a/plugins/WinVST/XNotch/XNotchProc.cpp b/plugins/WinVST/XNotch/XNotchProc.cpp index 3e867df7b..a2e17c246 100755 --- a/plugins/WinVST/XNotch/XNotchProc.cpp +++ b/plugins/WinVST/XNotch/XNotchProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XNotch - XNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XNotch_H diff --git a/plugins/WinVST/XRegion/XRegion.cpp b/plugins/WinVST/XRegion/XRegion.cpp index 8d387f626..e25f7c1d2 100755 --- a/plugins/WinVST/XRegion/XRegion.cpp +++ b/plugins/WinVST/XRegion/XRegion.cpp @@ -1,6 +1,6 @@ /* ======================================== * XRegion - XRegion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XRegion_H diff --git a/plugins/WinVST/XRegion/XRegion.h b/plugins/WinVST/XRegion/XRegion.h index 5234fc31c..c52b5efd8 100755 --- a/plugins/WinVST/XRegion/XRegion.h +++ b/plugins/WinVST/XRegion/XRegion.h @@ -1,7 +1,7 @@ /* ======================================== * XRegion - XRegion.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __XRegion_H diff --git a/plugins/WinVST/XRegion/XRegionProc.cpp b/plugins/WinVST/XRegion/XRegionProc.cpp index a65f234e8..0b3b7f2f8 100755 --- a/plugins/WinVST/XRegion/XRegionProc.cpp +++ b/plugins/WinVST/XRegion/XRegionProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * XRegion - XRegion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __XRegion_H diff --git a/plugins/WinVST/YBandpass/YBandpass.cpp b/plugins/WinVST/YBandpass/YBandpass.cpp index 57ac9038c..da0fc7537 100755 --- a/plugins/WinVST/YBandpass/YBandpass.cpp +++ b/plugins/WinVST/YBandpass/YBandpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * YBandpass - YBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YBandpass_H diff --git a/plugins/WinVST/YBandpass/YBandpass.h b/plugins/WinVST/YBandpass/YBandpass.h index e72e50d43..01fc1d766 100755 --- a/plugins/WinVST/YBandpass/YBandpass.h +++ b/plugins/WinVST/YBandpass/YBandpass.h @@ -1,7 +1,7 @@ /* ======================================== * YBandpass - YBandpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YBandpass_H diff --git a/plugins/WinVST/YBandpass/YBandpassProc.cpp b/plugins/WinVST/YBandpass/YBandpassProc.cpp index efdf576b5..e829f49d2 100755 --- a/plugins/WinVST/YBandpass/YBandpassProc.cpp +++ b/plugins/WinVST/YBandpass/YBandpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * YBandpass - YBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YBandpass_H diff --git a/plugins/WinVST/YHighpass/YHighpass.cpp b/plugins/WinVST/YHighpass/YHighpass.cpp index f8e3cd802..672c5aee9 100755 --- a/plugins/WinVST/YHighpass/YHighpass.cpp +++ b/plugins/WinVST/YHighpass/YHighpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * YHighpass - YHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YHighpass_H diff --git a/plugins/WinVST/YHighpass/YHighpass.h b/plugins/WinVST/YHighpass/YHighpass.h index 079d3bc00..a7af1f25c 100755 --- a/plugins/WinVST/YHighpass/YHighpass.h +++ b/plugins/WinVST/YHighpass/YHighpass.h @@ -1,7 +1,7 @@ /* ======================================== * YHighpass - YHighpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YHighpass_H diff --git a/plugins/WinVST/YHighpass/YHighpassProc.cpp b/plugins/WinVST/YHighpass/YHighpassProc.cpp index 60626324f..c0d6cf08f 100755 --- a/plugins/WinVST/YHighpass/YHighpassProc.cpp +++ b/plugins/WinVST/YHighpass/YHighpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * YHighpass - YHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YHighpass_H diff --git a/plugins/WinVST/YLowpass/YLowpass.cpp b/plugins/WinVST/YLowpass/YLowpass.cpp index 694631a14..b9de9b752 100755 --- a/plugins/WinVST/YLowpass/YLowpass.cpp +++ b/plugins/WinVST/YLowpass/YLowpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * YLowpass - YLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YLowpass_H diff --git a/plugins/WinVST/YLowpass/YLowpass.h b/plugins/WinVST/YLowpass/YLowpass.h index 564336a3b..e77eb5548 100755 --- a/plugins/WinVST/YLowpass/YLowpass.h +++ b/plugins/WinVST/YLowpass/YLowpass.h @@ -1,7 +1,7 @@ /* ======================================== * YLowpass - YLowpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YLowpass_H diff --git a/plugins/WinVST/YLowpass/YLowpassProc.cpp b/plugins/WinVST/YLowpass/YLowpassProc.cpp index a4c489f53..d5594b002 100755 --- a/plugins/WinVST/YLowpass/YLowpassProc.cpp +++ b/plugins/WinVST/YLowpass/YLowpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * YLowpass - YLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YLowpass_H diff --git a/plugins/WinVST/YNotch/YNotch.cpp b/plugins/WinVST/YNotch/YNotch.cpp index 52898fec3..e539ecaa1 100755 --- a/plugins/WinVST/YNotch/YNotch.cpp +++ b/plugins/WinVST/YNotch/YNotch.cpp @@ -1,6 +1,6 @@ /* ======================================== * YNotch - YNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotch_H diff --git a/plugins/WinVST/YNotch/YNotch.h b/plugins/WinVST/YNotch/YNotch.h index e699edb1f..e7aff996d 100755 --- a/plugins/WinVST/YNotch/YNotch.h +++ b/plugins/WinVST/YNotch/YNotch.h @@ -1,7 +1,7 @@ /* ======================================== * YNotch - YNotch.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotch_H diff --git a/plugins/WinVST/YNotch/YNotchProc.cpp b/plugins/WinVST/YNotch/YNotchProc.cpp index f3535a645..f5e526487 100755 --- a/plugins/WinVST/YNotch/YNotchProc.cpp +++ b/plugins/WinVST/YNotch/YNotchProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * YNotch - YNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __YNotch_H diff --git a/plugins/WinVST/ZBandpass/ZBandpass.cpp b/plugins/WinVST/ZBandpass/ZBandpass.cpp index c9506de21..c9a3f662f 100755 --- a/plugins/WinVST/ZBandpass/ZBandpass.cpp +++ b/plugins/WinVST/ZBandpass/ZBandpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZBandpass - ZBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass_H diff --git a/plugins/WinVST/ZBandpass/ZBandpass.h b/plugins/WinVST/ZBandpass/ZBandpass.h index 6dd973ab7..0a3b0996c 100755 --- a/plugins/WinVST/ZBandpass/ZBandpass.h +++ b/plugins/WinVST/ZBandpass/ZBandpass.h @@ -1,7 +1,7 @@ /* ======================================== * ZBandpass - ZBandpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass_H diff --git a/plugins/WinVST/ZBandpass/ZBandpassProc.cpp b/plugins/WinVST/ZBandpass/ZBandpassProc.cpp index ab264eb48..040c3f9c3 100755 --- a/plugins/WinVST/ZBandpass/ZBandpassProc.cpp +++ b/plugins/WinVST/ZBandpass/ZBandpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZBandpass - ZBandpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass_H diff --git a/plugins/WinVST/ZBandpass2/ZBandpass2.cpp b/plugins/WinVST/ZBandpass2/ZBandpass2.cpp index 5405e5808..5c5ab665a 100755 --- a/plugins/WinVST/ZBandpass2/ZBandpass2.cpp +++ b/plugins/WinVST/ZBandpass2/ZBandpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZBandpass2 - ZBandpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass2_H diff --git a/plugins/WinVST/ZBandpass2/ZBandpass2.h b/plugins/WinVST/ZBandpass2/ZBandpass2.h index 35e06499f..d64a1b178 100755 --- a/plugins/WinVST/ZBandpass2/ZBandpass2.h +++ b/plugins/WinVST/ZBandpass2/ZBandpass2.h @@ -1,7 +1,7 @@ /* ======================================== * ZBandpass2 - ZBandpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass2_H diff --git a/plugins/WinVST/ZBandpass2/ZBandpass2Proc.cpp b/plugins/WinVST/ZBandpass2/ZBandpass2Proc.cpp index 60ec7317e..2dfee081c 100755 --- a/plugins/WinVST/ZBandpass2/ZBandpass2Proc.cpp +++ b/plugins/WinVST/ZBandpass2/ZBandpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZBandpass2 - ZBandpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZBandpass2_H diff --git a/plugins/WinVST/ZHighpass/ZHighpass.cpp b/plugins/WinVST/ZHighpass/ZHighpass.cpp index 76e2b6661..35874e15f 100755 --- a/plugins/WinVST/ZHighpass/ZHighpass.cpp +++ b/plugins/WinVST/ZHighpass/ZHighpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZHighpass - ZHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass_H diff --git a/plugins/WinVST/ZHighpass/ZHighpass.h b/plugins/WinVST/ZHighpass/ZHighpass.h index fc00f8ff8..eb90753c4 100755 --- a/plugins/WinVST/ZHighpass/ZHighpass.h +++ b/plugins/WinVST/ZHighpass/ZHighpass.h @@ -1,7 +1,7 @@ /* ======================================== * ZHighpass - ZHighpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass_H diff --git a/plugins/WinVST/ZHighpass/ZHighpassProc.cpp b/plugins/WinVST/ZHighpass/ZHighpassProc.cpp index 09a18cfb2..808d841ee 100755 --- a/plugins/WinVST/ZHighpass/ZHighpassProc.cpp +++ b/plugins/WinVST/ZHighpass/ZHighpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZHighpass - ZHighpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass_H diff --git a/plugins/WinVST/ZHighpass2/ZHighpass2.cpp b/plugins/WinVST/ZHighpass2/ZHighpass2.cpp index 56e71112d..00e933dce 100755 --- a/plugins/WinVST/ZHighpass2/ZHighpass2.cpp +++ b/plugins/WinVST/ZHighpass2/ZHighpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZHighpass2 - ZHighpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass2_H diff --git a/plugins/WinVST/ZHighpass2/ZHighpass2.h b/plugins/WinVST/ZHighpass2/ZHighpass2.h index 7c8d3a52f..c80c84b90 100755 --- a/plugins/WinVST/ZHighpass2/ZHighpass2.h +++ b/plugins/WinVST/ZHighpass2/ZHighpass2.h @@ -1,7 +1,7 @@ /* ======================================== * ZHighpass2 - ZHighpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass2_H diff --git a/plugins/WinVST/ZHighpass2/ZHighpass2Proc.cpp b/plugins/WinVST/ZHighpass2/ZHighpass2Proc.cpp index 5add1560b..788928d68 100755 --- a/plugins/WinVST/ZHighpass2/ZHighpass2Proc.cpp +++ b/plugins/WinVST/ZHighpass2/ZHighpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZHighpass2 - ZHighpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZHighpass2_H diff --git a/plugins/WinVST/ZLowpass/ZLowpass.cpp b/plugins/WinVST/ZLowpass/ZLowpass.cpp index 67d8ff861..c72860374 100755 --- a/plugins/WinVST/ZLowpass/ZLowpass.cpp +++ b/plugins/WinVST/ZLowpass/ZLowpass.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZLowpass - ZLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass_H diff --git a/plugins/WinVST/ZLowpass/ZLowpass.h b/plugins/WinVST/ZLowpass/ZLowpass.h index 3939e781b..23ae9cfe5 100755 --- a/plugins/WinVST/ZLowpass/ZLowpass.h +++ b/plugins/WinVST/ZLowpass/ZLowpass.h @@ -1,7 +1,7 @@ /* ======================================== * ZLowpass - ZLowpass.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass_H diff --git a/plugins/WinVST/ZLowpass/ZLowpassProc.cpp b/plugins/WinVST/ZLowpass/ZLowpassProc.cpp index c5df9e840..a32b3c4d2 100755 --- a/plugins/WinVST/ZLowpass/ZLowpassProc.cpp +++ b/plugins/WinVST/ZLowpass/ZLowpassProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZLowpass - ZLowpass.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass_H diff --git a/plugins/WinVST/ZLowpass2/ZLowpass2.cpp b/plugins/WinVST/ZLowpass2/ZLowpass2.cpp index 9f7ac084e..7cb517a6c 100755 --- a/plugins/WinVST/ZLowpass2/ZLowpass2.cpp +++ b/plugins/WinVST/ZLowpass2/ZLowpass2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZLowpass2 - ZLowpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass2_H diff --git a/plugins/WinVST/ZLowpass2/ZLowpass2.h b/plugins/WinVST/ZLowpass2/ZLowpass2.h index 1f51c3c2e..8188ce636 100755 --- a/plugins/WinVST/ZLowpass2/ZLowpass2.h +++ b/plugins/WinVST/ZLowpass2/ZLowpass2.h @@ -1,7 +1,7 @@ /* ======================================== * ZLowpass2 - ZLowpass2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass2_H diff --git a/plugins/WinVST/ZLowpass2/ZLowpass2Proc.cpp b/plugins/WinVST/ZLowpass2/ZLowpass2Proc.cpp index 415ca5f47..753d4afaa 100755 --- a/plugins/WinVST/ZLowpass2/ZLowpass2Proc.cpp +++ b/plugins/WinVST/ZLowpass2/ZLowpass2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZLowpass2 - ZLowpass2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZLowpass2_H diff --git a/plugins/WinVST/ZNotch/ZNotch.cpp b/plugins/WinVST/ZNotch/ZNotch.cpp index 051e15347..5c306e150 100755 --- a/plugins/WinVST/ZNotch/ZNotch.cpp +++ b/plugins/WinVST/ZNotch/ZNotch.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZNotch - ZNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch_H diff --git a/plugins/WinVST/ZNotch/ZNotch.h b/plugins/WinVST/ZNotch/ZNotch.h index e493e40f6..563681f65 100755 --- a/plugins/WinVST/ZNotch/ZNotch.h +++ b/plugins/WinVST/ZNotch/ZNotch.h @@ -1,7 +1,7 @@ /* ======================================== * ZNotch - ZNotch.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch_H diff --git a/plugins/WinVST/ZNotch/ZNotchProc.cpp b/plugins/WinVST/ZNotch/ZNotchProc.cpp index 37871fa0e..26a4e97e8 100755 --- a/plugins/WinVST/ZNotch/ZNotchProc.cpp +++ b/plugins/WinVST/ZNotch/ZNotchProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZNotch - ZNotch.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch_H diff --git a/plugins/WinVST/ZNotch2/ZNotch2.cpp b/plugins/WinVST/ZNotch2/ZNotch2.cpp index e15808387..32b831a9a 100755 --- a/plugins/WinVST/ZNotch2/ZNotch2.cpp +++ b/plugins/WinVST/ZNotch2/ZNotch2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZNotch2 - ZNotch2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch2_H diff --git a/plugins/WinVST/ZNotch2/ZNotch2.h b/plugins/WinVST/ZNotch2/ZNotch2.h index f23bf7b0d..9e2ed3df1 100755 --- a/plugins/WinVST/ZNotch2/ZNotch2.h +++ b/plugins/WinVST/ZNotch2/ZNotch2.h @@ -1,7 +1,7 @@ /* ======================================== * ZNotch2 - ZNotch2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch2_H diff --git a/plugins/WinVST/ZNotch2/ZNotch2Proc.cpp b/plugins/WinVST/ZNotch2/ZNotch2Proc.cpp index 1e2f92745..9b40877bf 100755 --- a/plugins/WinVST/ZNotch2/ZNotch2Proc.cpp +++ b/plugins/WinVST/ZNotch2/ZNotch2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZNotch2 - ZNotch2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZNotch2_H diff --git a/plugins/WinVST/ZRegion/ZRegion.cpp b/plugins/WinVST/ZRegion/ZRegion.cpp index 346616021..73a3730da 100755 --- a/plugins/WinVST/ZRegion/ZRegion.cpp +++ b/plugins/WinVST/ZRegion/ZRegion.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZRegion - ZRegion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion_H diff --git a/plugins/WinVST/ZRegion/ZRegion.h b/plugins/WinVST/ZRegion/ZRegion.h index 3cd3f026b..8d6959aa4 100755 --- a/plugins/WinVST/ZRegion/ZRegion.h +++ b/plugins/WinVST/ZRegion/ZRegion.h @@ -1,7 +1,7 @@ /* ======================================== * ZRegion - ZRegion.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion_H diff --git a/plugins/WinVST/ZRegion/ZRegionProc.cpp b/plugins/WinVST/ZRegion/ZRegionProc.cpp index 1f26a4384..d331d1142 100755 --- a/plugins/WinVST/ZRegion/ZRegionProc.cpp +++ b/plugins/WinVST/ZRegion/ZRegionProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZRegion - ZRegion.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion_H diff --git a/plugins/WinVST/ZRegion2/ZRegion2.cpp b/plugins/WinVST/ZRegion2/ZRegion2.cpp index f26080c89..040fa8541 100755 --- a/plugins/WinVST/ZRegion2/ZRegion2.cpp +++ b/plugins/WinVST/ZRegion2/ZRegion2.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZRegion2 - ZRegion2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion2_H diff --git a/plugins/WinVST/ZRegion2/ZRegion2.h b/plugins/WinVST/ZRegion2/ZRegion2.h index 9c47f097a..3175f8fd6 100755 --- a/plugins/WinVST/ZRegion2/ZRegion2.h +++ b/plugins/WinVST/ZRegion2/ZRegion2.h @@ -1,7 +1,7 @@ /* ======================================== * ZRegion2 - ZRegion2.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion2_H diff --git a/plugins/WinVST/ZRegion2/ZRegion2Proc.cpp b/plugins/WinVST/ZRegion2/ZRegion2Proc.cpp index 78f7c98e5..c09576813 100755 --- a/plugins/WinVST/ZRegion2/ZRegion2Proc.cpp +++ b/plugins/WinVST/ZRegion2/ZRegion2Proc.cpp @@ -1,6 +1,6 @@ /* ======================================== * ZRegion2 - ZRegion2.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __ZRegion2_H diff --git a/plugins/WinVST/curve/curve.cpp b/plugins/WinVST/curve/curve.cpp index 3bebc534b..748eb15f7 100755 --- a/plugins/WinVST/curve/curve.cpp +++ b/plugins/WinVST/curve/curve.cpp @@ -1,6 +1,6 @@ /* ======================================== * curve - curve.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __curve_H diff --git a/plugins/WinVST/curve/curve.h b/plugins/WinVST/curve/curve.h index c947b6713..a1a5e1e9b 100755 --- a/plugins/WinVST/curve/curve.h +++ b/plugins/WinVST/curve/curve.h @@ -1,7 +1,7 @@ /* ======================================== * curve - curve.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __curve_H diff --git a/plugins/WinVST/curve/curveProc.cpp b/plugins/WinVST/curve/curveProc.cpp index e28306c54..b4d1c89df 100755 --- a/plugins/WinVST/curve/curveProc.cpp +++ b/plugins/WinVST/curve/curveProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * curve - curve.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __curve_H diff --git a/plugins/WinVST/uLawDecode/uLawDecode.cpp b/plugins/WinVST/uLawDecode/uLawDecode.cpp index e1dd5cc6e..a8473c920 100755 --- a/plugins/WinVST/uLawDecode/uLawDecode.cpp +++ b/plugins/WinVST/uLawDecode/uLawDecode.cpp @@ -1,6 +1,6 @@ /* ======================================== * uLawDecode - uLawDecode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawDecode_H diff --git a/plugins/WinVST/uLawDecode/uLawDecode.h b/plugins/WinVST/uLawDecode/uLawDecode.h index fb74bcdba..bb2c6199d 100755 --- a/plugins/WinVST/uLawDecode/uLawDecode.h +++ b/plugins/WinVST/uLawDecode/uLawDecode.h @@ -1,7 +1,7 @@ /* ======================================== * uLawDecode - uLawDecode.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawDecode_H diff --git a/plugins/WinVST/uLawDecode/uLawDecodeProc.cpp b/plugins/WinVST/uLawDecode/uLawDecodeProc.cpp index 9727a8000..f157908b3 100755 --- a/plugins/WinVST/uLawDecode/uLawDecodeProc.cpp +++ b/plugins/WinVST/uLawDecode/uLawDecodeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * uLawDecode - uLawDecode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawDecode_H diff --git a/plugins/WinVST/uLawEncode/uLawEncode.cpp b/plugins/WinVST/uLawEncode/uLawEncode.cpp index e4f3de546..c60570aa4 100755 --- a/plugins/WinVST/uLawEncode/uLawEncode.cpp +++ b/plugins/WinVST/uLawEncode/uLawEncode.cpp @@ -1,6 +1,6 @@ /* ======================================== * uLawEncode - uLawEncode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawEncode_H diff --git a/plugins/WinVST/uLawEncode/uLawEncode.h b/plugins/WinVST/uLawEncode/uLawEncode.h index 41d0d6008..628296550 100755 --- a/plugins/WinVST/uLawEncode/uLawEncode.h +++ b/plugins/WinVST/uLawEncode/uLawEncode.h @@ -1,7 +1,7 @@ /* ======================================== * uLawEncode - uLawEncode.h * Created 8/12/11 by SPIAdmin - * Copyright (c) 2011 __MyCompanyName__, All rights reserved + * Copyright (c) 2011 __MyCompanyName__, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawEncode_H diff --git a/plugins/WinVST/uLawEncode/uLawEncodeProc.cpp b/plugins/WinVST/uLawEncode/uLawEncodeProc.cpp index 0bd0090da..6487af28a 100755 --- a/plugins/WinVST/uLawEncode/uLawEncodeProc.cpp +++ b/plugins/WinVST/uLawEncode/uLawEncodeProc.cpp @@ -1,6 +1,6 @@ /* ======================================== * uLawEncode - uLawEncode.h - * Copyright (c) 2016 airwindows, All rights reserved + * Copyright (c) 2016 airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __uLawEncode_H